diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ee2cfd6..127501c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1205,3 +1205,28 @@ | |||
1205 | [Hypergrid] | 1205 | [Hypergrid] |
1206 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory | 1206 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory |
1207 | safemode = false | 1207 | safemode = false |
1208 | |||
1209 | [FreeSwitchVoice] | ||
1210 | ; In order for this to work you need a functioning freeswitch pbx set | ||
1211 | ; up. Configuration for that will be posted in the wiki soon. | ||
1212 | enabled = true | ||
1213 | ;FreeSwitch server is going to contact us and ask us all | ||
1214 | ;sorts of things. | ||
1215 | freeswitch_server_user = freeswitch | ||
1216 | freeswitch_server_pass = password | ||
1217 | freeswitch_api_prefix = /api | ||
1218 | ; this is the IP of your sim | ||
1219 | freeswitch_service_server = ip.address.of.your.sim | ||
1220 | ;freeswitch_service_port = 80 | ||
1221 | ; this should be the same port the region listens on | ||
1222 | freeswitch_service_port = 9000 | ||
1223 | freeswitch_realm = ip.address.of.freeswitch.server | ||
1224 | freeswitch_sip_proxy = ip.address.of.freeswitch.server:5060 | ||
1225 | freeswitch_attempt_stun = false | ||
1226 | freeswitch_stun_server = ip.address.of.freeswitch.server | ||
1227 | freeswitch_echo_server = ip.address.of.freeswitch.server | ||
1228 | freeswitch_echo_port = 50505 | ||
1229 | freeswitch_well_known_ip = ip.address.of.freeswitch.server | ||
1230 | freeswitch_default_timeout = 5000 | ||
1231 | freeswitch_subscribe_retry = 120 | ||
1232 | ; freeswitch_password_reset_url = \ No newline at end of file | ||