aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDr Scofield2009-04-21 16:06:16 +0000
committerDr Scofield2009-04-21 16:06:16 +0000
commit4a8313f14c0aeffc87d37bd1f6c633a61c0a0fca (patch)
tree5542aade150e0d9da1032864b72a93db52b4bf4f /bin
parentThank you kindly, MPallari for a patch that: (diff)
downloadopensim-SC_OLD-4a8313f14c0aeffc87d37bd1f6c633a61c0a0fca.zip
opensim-SC_OLD-4a8313f14c0aeffc87d37bd1f6c633a61c0a0fca.tar.gz
opensim-SC_OLD-4a8313f14c0aeffc87d37bd1f6c633a61c0a0fca.tar.bz2
opensim-SC_OLD-4a8313f14c0aeffc87d37bd1f6c633a61c0a0fca.tar.xz
culling AsteriskVoiceModule and SIPVoiceModule, now that we have
working FreeSwitchVoiceModule and soon will have a fully working VivoxVoiceModule.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example75
1 files changed, 23 insertions, 52 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 8612875..dcae9ff 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -694,35 +694,6 @@
694 ;enabled = true 694 ;enabled = true
695 ;channel = 345 695 ;channel = 345
696 696
697
698[Voice]
699 ; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs
700 enabled = false
701 ; This is not supported by the SLViewer right now and
702 ; hardcoded within the SL Viewer. Maybe it will be
703 ; changed in future. :-)
704 account_management_server = https://www.bhr.vivox.com/api2
705 ; Global SIP Server for conference calls
706 sip_domain = testserver.com
707
708
709[AsteriskVoice]
710 ; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs
711 enabled = false
712 ; SIP account server domain
713 sip_domain = testserver.com
714 ; SIP conf server domain
715 conf_domain = testserver.com
716 ; URL of the asterisk opensim frontend
717 asterisk_frontend = http://testserver.com:49153/
718 ; password for the asterisk frontend XmlRpc calls
719 asterisk_password = bah-humbug
720 ; timeout for XmlRpc calls to asterisk front end (in ms)
721 asterisk_timeout = 3000
722 ; salt for asterisk nonces
723 asterisk_salt = paluempalum
724
725
726; Uncomment the following to control the progression of daytime 697; Uncomment the following to control the progression of daytime
727; in the Sim. The defaults are what is shown below 698; in the Sim. The defaults are what is shown below
728;[Sun] 699;[Sun]
@@ -1217,29 +1188,29 @@
1217 safemode = false 1188 safemode = false
1218 1189
1219[FreeSwitchVoice] 1190[FreeSwitchVoice]
1220; In order for this to work you need a functioning freeswitch pbx set 1191 ; In order for this to work you need a functioning freeswitch pbx set
1221; up. Configuration for that will be posted in the wiki soon. 1192 ; up. Configuration for that will be posted in the wiki soon.
1222enabled = true 1193 enabled = true
1223;FreeSwitch server is going to contact us and ask us all 1194 ;FreeSwitch server is going to contact us and ask us all
1224;sorts of things. 1195 ;sorts of things.
1225freeswitch_server_user = freeswitch 1196 freeswitch_server_user = freeswitch
1226freeswitch_server_pass = password 1197 freeswitch_server_pass = password
1227freeswitch_api_prefix = /api 1198 freeswitch_api_prefix = /api
1228; this is the IP of your sim 1199 ; this is the IP of your sim
1229freeswitch_service_server = ip.address.of.your.sim 1200 freeswitch_service_server = ip.address.of.your.sim
1230;freeswitch_service_port = 80 1201 ;freeswitch_service_port = 80
1231; this should be the same port the region listens on 1202 ; this should be the same port the region listens on
1232freeswitch_service_port = 9000 1203 freeswitch_service_port = 9000
1233freeswitch_realm = ip.address.of.freeswitch.server 1204 freeswitch_realm = ip.address.of.freeswitch.server
1234freeswitch_sip_proxy = ip.address.of.freeswitch.server:5060 1205 freeswitch_sip_proxy = ip.address.of.freeswitch.server:5060
1235freeswitch_attempt_stun = false 1206 freeswitch_attempt_stun = false
1236freeswitch_stun_server = ip.address.of.freeswitch.server 1207 freeswitch_stun_server = ip.address.of.freeswitch.server
1237freeswitch_echo_server = ip.address.of.freeswitch.server 1208 freeswitch_echo_server = ip.address.of.freeswitch.server
1238freeswitch_echo_port = 50505 1209 freeswitch_echo_port = 50505
1239freeswitch_well_known_ip = ip.address.of.freeswitch.server 1210 freeswitch_well_known_ip = ip.address.of.freeswitch.server
1240freeswitch_default_timeout = 5000 1211 freeswitch_default_timeout = 5000
1241freeswitch_subscribe_retry = 120 1212 freeswitch_subscribe_retry = 120
1242; freeswitch_password_reset_url = 1213 ; freeswitch_password_reset_url =
1243 1214
1244 1215
1245[Groups] 1216[Groups]