diff options
author | Diva Canto | 2010-11-21 17:19:45 -0800 |
---|---|---|
committer | Diva Canto | 2010-11-21 17:19:45 -0800 |
commit | 0fec29c849044ff1aaa75bd4ba93eaa3d41cf9fa (patch) | |
tree | 09a0c5bc899a61ba38320a14861f656e86f7b73b /bin/Robust.ini.example | |
parent | Added creator info across the board -- TaskInventoryItems and InventoryItems ... (diff) | |
parent | Add the remote connector for freeswitch config retrieval (diff) | |
download | opensim-SC-0fec29c849044ff1aaa75bd4ba93eaa3d41cf9fa.zip opensim-SC-0fec29c849044ff1aaa75bd4ba93eaa3d41cf9fa.tar.gz opensim-SC-0fec29c849044ff1aaa75bd4ba93eaa3d41cf9fa.tar.bz2 opensim-SC-0fec29c849044ff1aaa75bd4ba93eaa3d41cf9fa.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.ini.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index bc87ac2..b12e05b 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 | ; ServerAddress = 127.0.0.1 | ||
74 | |||
75 | ;; All other options are - well - optional | ||
76 | ; Realm = "127.0.0.1" | ||
77 | ; SIPProxy = "127.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. |