Configuration examples for the freeswitch module

arthursv
Melanie 2009-08-04 04:40:22 +01:00
parent 2b8c3f8519
commit ba5363042f
2 changed files with 10 additions and 1 deletions

View File

@ -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]

View File

@ -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