diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 75 |
1 files changed, 23 insertions, 52 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8612875..dcae9ff 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -694,35 +694,6 @@ | |||
694 | ;enabled = true | 694 | ;enabled = true |
695 | ;channel = 345 | 695 | ;channel = 345 |
696 | 696 | ||
697 | |||
698 | [Voice] | ||
699 | ; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs | ||
700 | enabled = false | ||
701 | ; This is not supported by the SLViewer right now and | ||
702 | ; hardcoded within the SL Viewer. Maybe it will be | ||
703 | ; changed in future. :-) | ||
704 | account_management_server = https://www.bhr.vivox.com/api2 | ||
705 | ; Global SIP Server for conference calls | ||
706 | sip_domain = testserver.com | ||
707 | |||
708 | |||
709 | [AsteriskVoice] | ||
710 | ; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs | ||
711 | enabled = false | ||
712 | ; SIP account server domain | ||
713 | sip_domain = testserver.com | ||
714 | ; SIP conf server domain | ||
715 | conf_domain = testserver.com | ||
716 | ; URL of the asterisk opensim frontend | ||
717 | asterisk_frontend = http://testserver.com:49153/ | ||
718 | ; password for the asterisk frontend XmlRpc calls | ||
719 | asterisk_password = bah-humbug | ||
720 | ; timeout for XmlRpc calls to asterisk front end (in ms) | ||
721 | asterisk_timeout = 3000 | ||
722 | ; salt for asterisk nonces | ||
723 | asterisk_salt = paluempalum | ||
724 | |||
725 | |||
726 | ; Uncomment the following to control the progression of daytime | 697 | ; Uncomment the following to control the progression of daytime |
727 | ; in the Sim. The defaults are what is shown below | 698 | ; in the Sim. The defaults are what is shown below |
728 | ;[Sun] | 699 | ;[Sun] |
@@ -1217,29 +1188,29 @@ | |||
1217 | safemode = false | 1188 | safemode = false |
1218 | 1189 | ||
1219 | [FreeSwitchVoice] | 1190 | [FreeSwitchVoice] |
1220 | ; 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 |
1221 | ; up. Configuration for that will be posted in the wiki soon. | 1192 | ; up. Configuration for that will be posted in the wiki soon. |
1222 | enabled = true | 1193 | enabled = true |
1223 | ;FreeSwitch server is going to contact us and ask us all | 1194 | ;FreeSwitch server is going to contact us and ask us all |
1224 | ;sorts of things. | 1195 | ;sorts of things. |
1225 | freeswitch_server_user = freeswitch | 1196 | freeswitch_server_user = freeswitch |
1226 | freeswitch_server_pass = password | 1197 | freeswitch_server_pass = password |
1227 | freeswitch_api_prefix = /api | 1198 | freeswitch_api_prefix = /api |
1228 | ; this is the IP of your sim | 1199 | ; this is the IP of your sim |
1229 | freeswitch_service_server = ip.address.of.your.sim | 1200 | freeswitch_service_server = ip.address.of.your.sim |
1230 | ;freeswitch_service_port = 80 | 1201 | ;freeswitch_service_port = 80 |
1231 | ; this should be the same port the region listens on | 1202 | ; this should be the same port the region listens on |
1232 | freeswitch_service_port = 9000 | 1203 | freeswitch_service_port = 9000 |
1233 | freeswitch_realm = ip.address.of.freeswitch.server | 1204 | freeswitch_realm = ip.address.of.freeswitch.server |
1234 | freeswitch_sip_proxy = ip.address.of.freeswitch.server:5060 | 1205 | freeswitch_sip_proxy = ip.address.of.freeswitch.server:5060 |
1235 | freeswitch_attempt_stun = false | 1206 | freeswitch_attempt_stun = false |
1236 | freeswitch_stun_server = ip.address.of.freeswitch.server | 1207 | freeswitch_stun_server = ip.address.of.freeswitch.server |
1237 | freeswitch_echo_server = ip.address.of.freeswitch.server | 1208 | freeswitch_echo_server = ip.address.of.freeswitch.server |
1238 | freeswitch_echo_port = 50505 | 1209 | freeswitch_echo_port = 50505 |
1239 | freeswitch_well_known_ip = ip.address.of.freeswitch.server | 1210 | freeswitch_well_known_ip = ip.address.of.freeswitch.server |
1240 | freeswitch_default_timeout = 5000 | 1211 | freeswitch_default_timeout = 5000 |
1241 | freeswitch_subscribe_retry = 120 | 1212 | freeswitch_subscribe_retry = 120 |
1242 | ; freeswitch_password_reset_url = | 1213 | ; freeswitch_password_reset_url = |
1243 | 1214 | ||
1244 | 1215 | ||
1245 | [Groups] | 1216 | [Groups] |