Update {$mac}.cfg
This commit is contained in:
parent
1f19756975
commit
6e1798f11d
|
|
@ -22,6 +22,7 @@ account.1.sip_server_port = {$sip_port_1}
|
||||||
account.1.outbound_host = {$outbound_proxy_1}
|
account.1.outbound_host = {$outbound_proxy_1}
|
||||||
account.1.outbound_port = {$sip_port_1}
|
account.1.outbound_port = {$sip_port_1}
|
||||||
{if isset($yealink_sip_listen_port)}account.1.sip_listen_port = {$yealink_sip_listen_port}{else}account.1.sip_listen_port = 5060{/if}
|
{if isset($yealink_sip_listen_port)}account.1.sip_listen_port = {$yealink_sip_listen_port}{else}account.1.sip_listen_port = 5060{/if}
|
||||||
|
|
||||||
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
|
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
|
||||||
{if $sip_transport_1 == 'udp'}account.1.transport = 0{/if}
|
{if $sip_transport_1 == 'udp'}account.1.transport = 0{/if}
|
||||||
{if $sip_transport_1 == 'tcp'}account.1.transport = 1{/if}
|
{if $sip_transport_1 == 'tcp'}account.1.transport = 1{/if}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue