diff options
author | Melanie | 2009-08-04 04:40:22 +0100 |
---|---|---|
committer | Melanie | 2009-08-04 04:40:22 +0100 |
commit | ba5363042fc4dada5c88dc20783539776bd8daad (patch) | |
tree | 3276f8a33e459aecceb3e4600567d7684bc63be5 /bin/OpenSim.Server.ini.example | |
parent | Change the freeswitch out connector (which is pointless) to an in connector (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 5 |
1 files changed, 4 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] |
9 | ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector" | 9 | ServiceConnectors = "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" | |||
36 | StorageProvider = "OpenSim.Data.MySQL.dll" | 36 | StorageProvider = "OpenSim.Data.MySQL.dll" |
37 | ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" | 37 | ConnectionString = "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 | |||