Update {$mac}.cfg

This commit is contained in:
FusionPBX 2017-11-13 15:29:36 -07:00 committed by GitHub
parent c8f6f621eb
commit ea411dc20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ account.1.sip_server_port = {$sip_port_1}
account.1.outbound_host = {$outbound_proxy_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}
#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 == 'tcp'}account.1.transport = 1{/if}