aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorTeravus Ovares2009-04-22 06:09:11 +0000
committerTeravus Ovares2009-04-22 06:09:11 +0000
commit2ebedc5c29f912782d8b66069dadde58f6eb353d (patch)
tree99d714a5754c7e52bc8cc9866f182f6b8c1459f6 /bin
parent* Some tweaks to the FreeSwitchModule to allow a well known hostname and avoi... (diff)
downloadopensim-SC_OLD-2ebedc5c29f912782d8b66069dadde58f6eb353d.zip
opensim-SC_OLD-2ebedc5c29f912782d8b66069dadde58f6eb353d.tar.gz
opensim-SC_OLD-2ebedc5c29f912782d8b66069dadde58f6eb353d.tar.bz2
opensim-SC_OLD-2ebedc5c29f912782d8b66069dadde58f6eb353d.tar.xz
* update example to reflect optional Well known hostname.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 1a6a9f7..3e1d21a 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1208,6 +1208,12 @@
1208 freeswitch_echo_server = ip.address.of.freeswitch.server 1208 freeswitch_echo_server = ip.address.of.freeswitch.server
1209 freeswitch_echo_port = 50505 1209 freeswitch_echo_port = 50505
1210 freeswitch_well_known_ip = ip.address.of.freeswitch.server 1210 freeswitch_well_known_ip = ip.address.of.freeswitch.server
1211
1212 ;Type the address of your http server here, hostname is allowed. This is provided so you can specify a hostname
1213 ;This is used by client for account verification. By default, it's the same as the freeswitch service server.
1214
1215 ;opensim_well_known_http_address = Address_Of_your_SIM_HTTP_Server_Hostname_Allowed
1216
1211 freeswitch_default_timeout = 5000 1217 freeswitch_default_timeout = 5000
1212 freeswitch_subscribe_retry = 120 1218 freeswitch_subscribe_retry = 120
1213 ; freeswitch_password_reset_url = 1219 ; freeswitch_password_reset_url =