aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMelanie2010-12-07 15:24:17 +0000
committerMelanie2010-12-07 15:30:10 +0000
commitc0d3ab59e66649bda446b8bcec9f01db053f1fcb (patch)
treee1f2f0c5ea72343ecfcd41880814ad8e7e974571 /bin/OpenSimDefaults.ini
parentFixed some inconsistency with trailing /. Made debug messages consistent. Cha... (diff)
downloadopensim-SC_OLD-c0d3ab59e66649bda446b8bcec9f01db053f1fcb.zip
opensim-SC_OLD-c0d3ab59e66649bda446b8bcec9f01db053f1fcb.tar.gz
opensim-SC_OLD-c0d3ab59e66649bda446b8bcec9f01db053f1fcb.tar.bz2
opensim-SC_OLD-c0d3ab59e66649bda446b8bcec9f01db053f1fcb.tar.xz
Remove old Freeswitch configurations
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini33
1 files changed, 0 insertions, 33 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index f98689b..0c21c66 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1179,39 +1179,6 @@
1179 ; - a value between 0 and 160, default is 10 1179 ; - a value between 0 and 160, default is 10
1180 ;vivox_channel_clamping_distance = 10 1180 ;vivox_channel_clamping_distance = 10
1181 1181
1182[FreeSwitchVoice]
1183 ; In order for this to work you need a functioning FreeSWITCH PBX set up.
1184 ; Configuration details at http://opensimulator.org/wiki/Freeswitch_Module
1185 enabled = false
1186 ; FreeSWITCH server is going to contact us and ask us all sorts of things
1187 freeswitch_server_user = freeswitch
1188 freeswitch_server_pass = password
1189 freeswitch_api_prefix = /api
1190 ; external IP address of your OpenSim voice enabled region
1191 ; note: all regions running on same OpenSim.exe will be enabled
1192 freeswitch_service_server = ip.address.of.your.sim
1193 ; this should be the same port the region listens on
1194 freeswitch_service_port = 9000
1195 freeswitch_realm = ip.address.of.freeswitch.server
1196 freeswitch_sip_proxy = ip.address.of.freeswitch.server:5060
1197 ; STUN = Simple Traversal of UDP through NATs
1198 ; See http://wiki.freeswitch.org/wiki/NAT_Traversal
1199 ; stun.freeswitch.org is not guaranteed to be running so use it in production at your own risk
1200 freeswitch_attempt_stun = false
1201 freeswitch_stun_server = ip.address.of.stun.server
1202 freeswitch_echo_server = ip.address.of.freeswitch.server
1203 freeswitch_echo_port = 50505
1204 freeswitch_well_known_ip = ip.address.of.freeswitch.server
1205 ;
1206 ; Type the address of your http server here, hostname is allowed. This is provided so you can specify a hostname
1207 ; This is used by client for account verification. By default, it's the same as the freeswitch service server.
1208 ;
1209 ; opensim_well_known_http_address = Address_Of_Your_SIM_HTTP_Server_Hostname_Allowed
1210 ;
1211 freeswitch_default_timeout = 5000
1212 freeswitch_subscribe_retry = 120
1213 ; freeswitch_password_reset_url =
1214
1215[Groups] 1182[Groups]
1216 Enabled = false 1183 Enabled = false
1217 1184