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/config-include | |
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 'bin/config-include')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
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 | ||