aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-02-27 21:45:31 +0000
committerJustin Clark-Casey (justincc)2013-02-27 21:45:31 +0000
commit1bef19b91435ffd7907cac8119014c0b5a6382f9 (patch)
treebecb85d863c953557cf0afed5a057ee26b9484b0 /bin/Robust.HG.ini.example
parentAdd asset name and description truncation warnings to SQLite database plugin ... (diff)
downloadopensim-SC_OLD-1bef19b91435ffd7907cac8119014c0b5a6382f9.zip
opensim-SC_OLD-1bef19b91435ffd7907cac8119014c0b5a6382f9.tar.gz
opensim-SC_OLD-1bef19b91435ffd7907cac8119014c0b5a6382f9.tar.bz2
opensim-SC_OLD-1bef19b91435ffd7907cac8119014c0b5a6382f9.tar.xz
Do not have the Freeswitch connector on by default in Robust ini example files.
This is not widely used (may even be currently broken), only allows very poor quality voice (not the fault of FreeSwitch) and requires a complicated Freeswitch setup. Having it on but not configured results in spurious warnings in the logs
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 53676a3..aae76d5 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -52,7 +52,8 @@
52 52
53AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" 53AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
54InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" 54InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector"
55VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" 55;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below)
56;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
56GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" 57GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector"
57GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" 58GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"
58AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" 59AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"