diff options
Diffstat (limited to 'bin/Robust.ini.example')
-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. |