diff options
author | Melanie Thielker | 2009-04-22 02:17:59 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-04-22 02:17:59 +0000 |
commit | bd522720f7cd6750207d3e62a2a2551f8b2243c5 (patch) | |
tree | 112799baeb5446f400ed5faa4123f5afa7c96ae3 | |
parent | Fix loading notecards from LSL. The first time a notecard was accessed, the (diff) | |
download | opensim-SC_OLD-bd522720f7cd6750207d3e62a2a2551f8b2243c5.zip opensim-SC_OLD-bd522720f7cd6750207d3e62a2a2551f8b2243c5.tar.gz opensim-SC_OLD-bd522720f7cd6750207d3e62a2a2551f8b2243c5.tar.bz2 opensim-SC_OLD-bd522720f7cd6750207d3e62a2a2551f8b2243c5.tar.xz |
Change the default for FreeSwitch Voice to disable. Most people don't have
the server, after all.
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5e524bb..1a6a9f7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1190,7 +1190,7 @@ | |||
1190 | [FreeSwitchVoice] | 1190 | [FreeSwitchVoice] |
1191 | ; In order for this to work you need a functioning freeswitch pbx set | 1191 | ; In order for this to work you need a functioning freeswitch pbx set |
1192 | ; up. Configuration for that will be posted in the wiki soon. | 1192 | ; up. Configuration for that will be posted in the wiki soon. |
1193 | enabled = true | 1193 | enabled = false |
1194 | ;FreeSwitch server is going to contact us and ask us all | 1194 | ;FreeSwitch server is going to contact us and ask us all |
1195 | ;sorts of things. | 1195 | ;sorts of things. |
1196 | freeswitch_server_user = freeswitch | 1196 | freeswitch_server_user = freeswitch |