aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorSean Dague2009-04-17 20:07:22 +0000
committerSean Dague2009-04-17 20:07:22 +0000
commit8a2362c4746759dc0122d0cc3a328d4cd1057608 (patch)
tree84edf7d199445edf1b602f15d5dd5e7635be1f1b /bin
parentadd fix for LLSDVoiceAccountResponse to work with freeswitch (from Rob (diff)
downloadopensim-SC_OLD-8a2362c4746759dc0122d0cc3a328d4cd1057608.zip
opensim-SC_OLD-8a2362c4746759dc0122d0cc3a328d4cd1057608.tar.gz
opensim-SC_OLD-8a2362c4746759dc0122d0cc3a328d4cd1057608.tar.bz2
opensim-SC_OLD-8a2362c4746759dc0122d0cc3a328d4cd1057608.tar.xz
add some stub config to OpenSim.ini.example for freeswitch. This needs
quite a bit of explaining before people can probably figure this out, which will be coming in the wiki.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example25
1 files changed, 25 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index ee2cfd6..127501c 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1205,3 +1205,28 @@
1205[Hypergrid] 1205[Hypergrid]
1206 ; Keep it false for now. Making it true requires the use of a special client in order to access inventory 1206 ; Keep it false for now. Making it true requires the use of a special client in order to access inventory
1207 safemode = false 1207 safemode = false
1208
1209[FreeSwitchVoice]
1210; In order for this to work you need a functioning freeswitch pbx set
1211; up. Configuration for that will be posted in the wiki soon.
1212enabled = true
1213;FreeSwitch server is going to contact us and ask us all
1214;sorts of things.
1215freeswitch_server_user = freeswitch
1216freeswitch_server_pass = password
1217freeswitch_api_prefix = /api
1218; this is the IP of your sim
1219freeswitch_service_server = ip.address.of.your.sim
1220;freeswitch_service_port = 80
1221; this should be the same port the region listens on
1222freeswitch_service_port = 9000
1223freeswitch_realm = ip.address.of.freeswitch.server
1224freeswitch_sip_proxy = ip.address.of.freeswitch.server:5060
1225freeswitch_attempt_stun = false
1226freeswitch_stun_server = ip.address.of.freeswitch.server
1227freeswitch_echo_server = ip.address.of.freeswitch.server
1228freeswitch_echo_port = 50505
1229freeswitch_well_known_ip = ip.address.of.freeswitch.server
1230freeswitch_default_timeout = 5000
1231freeswitch_subscribe_retry = 120
1232; freeswitch_password_reset_url = \ No newline at end of file