mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Configuration examples for the freeswitch module
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user