Update y000000000056.cfg (#3965)
This commit is contained in:
parent
692f9162e5
commit
645c20bedd
|
|
@ -337,12 +337,16 @@ sip.disp_incall_to_info =
|
|||
sip.limit_server_name =
|
||||
sip.limit_server_reason =
|
||||
{if isset($yealink_sip_listen_port)}sip.listen_port = {$yealink_sip_listen_port}{else}sip.listen_port = 5060{/if}
|
||||
|
||||
#sip.tls_listen_port =
|
||||
{if isset($yealink_sip_listen_port)}sip.tls_listen_port = {$yealink_sip_listen_port}{else}sip.tls_listen_port = 5061{/if}
|
||||
|
||||
sip.trust_ctrl = {$yealink_trust_ctrl}
|
||||
sip.nat_stun.enable = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
sip.nat_stun.server = {$stun_server}
|
||||
sip.nat_stun.port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
sip.timer_t1 =
|
||||
sip.timer_t2 =
|
||||
sip.timer_t4 =
|
||||
|
|
@ -359,6 +363,7 @@ sip.escape_characters.enable =
|
|||
##1-said at the same time to monitor TCP and UDP
|
||||
##2-said to monitor TCP and UDP at the same time, and from the BLF - the LIST to subscribe to the contact with a transport = TCP parameters
|
||||
sip.listen_mode = {if isset($yealink_sip_listen_port)}sip.listen_port = {$yealink_sip_listen_port}{else}sip.listen_port = 5060{/if}
|
||||
|
||||
##The default value is 0-Disable, 1-Enable.It takes effect after a reboot.
|
||||
##0-registered according to the uri of the tectonic refer - by domain
|
||||
##1-according to refer the from header fields to construct refer - by domain
|
||||
|
|
|
|||
Loading…
Reference in New Issue