From ba5363042fc4dada5c88dc20783539776bd8daad Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 4 Aug 2009 04:40:22 +0100 Subject: Configuration examples for the freeswitch module --- bin/OpenSim.Server.ini.example | 5 ++++- bin/config-include/StandaloneCommon.ini.example | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 @@ ; * read this config file and load the needed OUT and database connectors ; * [Startup] -ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector" +ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServiceConnector" ; * This is common for all services, it's the network setup for the entire ; * server instance @@ -36,3 +36,6 @@ SessionAuthentication = "false" StorageProvider = "OpenSim.Data.MySQL.dll" ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" +; * This is the configuration for the freeswitch server in grid mode +[FreeswitchService] + 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 @@ AssetCaching = "CenomeMemoryAssetCache" Include-CenomeCache = "config-include/CenomeCache.ini" + + ;; Enable this to use Freeswitch on a standalone + ;FreeswitchServiceInConnector = True + +[FreeswitchService] + ;; Configuration for the freeswitch service goes here -- cgit v1.1