aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorMelanie2010-11-21 20:59:01 +0000
committerMelanie2010-11-21 21:29:11 +0000
commitc0ccfeebe78dc1d0136f86e5f0e9562c4804cfa9 (patch)
tree84d5075069f51f3d7f0af9f46e9274a8b1531c44 /bin/Robust.ini.example
parentFix global region coordinates that are delivered by llRequestSimulatorData. (diff)
downloadopensim-SC_OLD-c0ccfeebe78dc1d0136f86e5f0e9562c4804cfa9.zip
opensim-SC_OLD-c0ccfeebe78dc1d0136f86e5f0e9562c4804cfa9.tar.gz
opensim-SC_OLD-c0ccfeebe78dc1d0136f86e5f0e9562c4804cfa9.tar.bz2
opensim-SC_OLD-c0ccfeebe78dc1d0136f86e5f0e9562c4804cfa9.tar.xz
Start implementing Freeswitch in ROBUST
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index bc87ac2..14998d4 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -69,6 +69,19 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
69; * This is the configuration for the freeswitch server in grid mode 69; * This is the configuration for the freeswitch server in grid mode
70[FreeswitchService] 70[FreeswitchService]
71 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" 71 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
72 ;; IP of your FS server
73 ; FreeswitchService = 127.0.0.1
74
75 ;; All other options are - well - optional
76 ; Realm = 1"27.0.0.1"
77 ; SIPProxy = 1"27.0.0.1:5060"
78 ; EchoServer = "127.0.0.1"
79 ; EchoPort = 50505
80 ; AttemptSTUN = "false"
81 ; DefaultTimeout = 5000
82 ; Context = "default"
83 ; UserName = "freeswitch"
84 ; Password = "password"
72 85
73; * This is the new style authentication service. Currently, only MySQL 86; * This is the new style authentication service. Currently, only MySQL
74; * is implemented. "Realm" is the table that is used for user lookup. 87; * is implemented. "Realm" is the table that is used for user lookup.