aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2009-08-04 04:40:22 +0100
committerMelanie2009-08-04 04:40:22 +0100
commitba5363042fc4dada5c88dc20783539776bd8daad (patch)
tree3276f8a33e459aecceb3e4600567d7684bc63be5 /bin
parentChange the freeswitch out connector (which is pointless) to an in connector (diff)
downloadopensim-SC_OLD-ba5363042fc4dada5c88dc20783539776bd8daad.zip
opensim-SC_OLD-ba5363042fc4dada5c88dc20783539776bd8daad.tar.gz
opensim-SC_OLD-ba5363042fc4dada5c88dc20783539776bd8daad.tar.bz2
opensim-SC_OLD-ba5363042fc4dada5c88dc20783539776bd8daad.tar.xz
Configuration examples for the freeswitch module
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.Server.ini.example5
-rw-r--r--bin/config-include/StandaloneCommon.ini.example6
2 files changed, 10 insertions, 1 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index 3843123..ae98358 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -6,7 +6,7 @@
6; * read this config file and load the needed OUT and database connectors 6; * read this config file and load the needed OUT and database connectors
7; * 7; *
8[Startup] 8[Startup]
9ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector" 9ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServiceConnector"
10 10
11; * This is common for all services, it's the network setup for the entire 11; * This is common for all services, it's the network setup for the entire
12; * server instance 12; * server instance
@@ -36,3 +36,6 @@ SessionAuthentication = "false"
36StorageProvider = "OpenSim.Data.MySQL.dll" 36StorageProvider = "OpenSim.Data.MySQL.dll"
37ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" 37ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
38 38
39; * This is the configuration for the freeswitch server in grid mode
40[FreeswitchService]
41
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 41112ef..7ee81c0 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -25,3 +25,9 @@
25 25
26 AssetCaching = "CenomeMemoryAssetCache" 26 AssetCaching = "CenomeMemoryAssetCache"
27 Include-CenomeCache = "config-include/CenomeCache.ini" 27 Include-CenomeCache = "config-include/CenomeCache.ini"
28
29 ;; Enable this to use Freeswitch on a standalone
30 ;FreeswitchServiceInConnector = True
31
32[FreeswitchService]
33 ;; Configuration for the freeswitch service goes here