From 8a2362c4746759dc0122d0cc3a328d4cd1057608 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 17 Apr 2009 20:07:22 +0000 Subject: 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. --- bin/OpenSim.ini.example | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'bin') 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 @@ [Hypergrid] ; Keep it false for now. Making it true requires the use of a special client in order to access inventory safemode = false + +[FreeSwitchVoice] +; In order for this to work you need a functioning freeswitch pbx set +; up. Configuration for that will be posted in the wiki soon. +enabled = true +;FreeSwitch server is going to contact us and ask us all +;sorts of things. +freeswitch_server_user = freeswitch +freeswitch_server_pass = password +freeswitch_api_prefix = /api +; this is the IP of your sim +freeswitch_service_server = ip.address.of.your.sim +;freeswitch_service_port = 80 +; this should be the same port the region listens on +freeswitch_service_port = 9000 +freeswitch_realm = ip.address.of.freeswitch.server +freeswitch_sip_proxy = ip.address.of.freeswitch.server:5060 +freeswitch_attempt_stun = false +freeswitch_stun_server = ip.address.of.freeswitch.server +freeswitch_echo_server = ip.address.of.freeswitch.server +freeswitch_echo_port = 50505 +freeswitch_well_known_ip = ip.address.of.freeswitch.server +freeswitch_default_timeout = 5000 +freeswitch_subscribe_retry = 120 +; freeswitch_password_reset_url = \ No newline at end of file -- cgit v1.1