* update example to reflect optional Well known hostname.
parent
c397f05be7
commit
2ebedc5c29
|
@ -1208,6 +1208,12 @@
|
|||
freeswitch_echo_server = ip.address.of.freeswitch.server
|
||||
freeswitch_echo_port = 50505
|
||||
freeswitch_well_known_ip = ip.address.of.freeswitch.server
|
||||
|
||||
;Type the address of your http server here, hostname is allowed. This is provided so you can specify a hostname
|
||||
;This is used by client for account verification. By default, it's the same as the freeswitch service server.
|
||||
|
||||
;opensim_well_known_http_address = Address_Of_your_SIM_HTTP_Server_Hostname_Allowed
|
||||
|
||||
freeswitch_default_timeout = 5000
|
||||
freeswitch_subscribe_retry = 120
|
||||
; freeswitch_password_reset_url =
|
||||
|
|
Loading…
Reference in New Issue