Merge pull request #5533 from Len-PGH/patch-160

Update {$mac}.cfg
This commit is contained in:
FusionPBX
2020-10-13 20:06:21 -06:00
committed by GitHub

View File

@@ -130,10 +130,10 @@ account.1.sip_server_port = {$account.1.sip_port}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.1.sip_transport == 'udp'}account.1.sip_server.1.transport_type= = 0{/if}
{if $account.1.sip_transport == 'tcp'}account.1.sip_server.1.transport_type= = 1{/if}
{if $account.1.sip_transport == 'tls'}account.1.sip_server.1.transport_type= = 2{/if}
{if $account.1.sip_transport == 'dns srv'}account.1.sip_server.1.transport_type= = 3{/if}
{if $account.1.sip_transport == 'udp'}account.1.sip_server.1.transport_type = 0{/if}
{if $account.1.sip_transport == 'tcp'}account.1.sip_server.1.transport_type = 1{/if}
{if $account.1.sip_transport == 'tls'}account.1.sip_server.1.transport_type = 2{/if}
{if $account.1.sip_transport == 'dns srv'}account.1.sip_server.1.transport_type = 3{/if}
account.1.sip_server.1.expires= {$account.1.register_expires}
account.1.sip_server.1.retry_counts= 3
@@ -698,10 +698,10 @@ account.2.sip_server_port = {$account.2.sip_port}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.2.sip_transport == 'udp'}account.2.sip_server.1.transport_type= = 0{/if}
{if $account.2.sip_transport == 'tcp'}account.2.sip_server.1.transport_type= = 1{/if}
{if $account.2.sip_transport == 'tls'}account.2.sip_server.1.transport_type= = 2{/if}
{if $account.2.sip_transport == 'dns srv'}account.2.sip_server.1.transport_type= = 3{/if}
{if $account.2.sip_transport == 'udp'}account.2.sip_server.1.transport_type = 0{/if}
{if $account.2.sip_transport == 'tcp'}account.2.sip_server.1.transport_type = 1{/if}
{if $account.2.sip_transport == 'tls'}account.2.sip_server.1.transport_type = 2{/if}
{if $account.2.sip_transport == 'dns srv'}account.2.sip_server.1.transport_type = 3{/if}
account.2.sip_server.1.expires= {$account.2.register_expires}
account.2.sip_server.1.retry_counts= 3
@@ -1266,10 +1266,10 @@ account.3.sip_server_port = {$account.3.sip_port}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.3.sip_transport == 'udp'}account.3.sip_server.1.transport_type= = 0{/if}
{if $account.3.sip_transport == 'tcp'}account.3.sip_server.1.transport_type= = 1{/if}
{if $account.3.sip_transport == 'tls'}account.3.sip_server.1.transport_type= = 2{/if}
{if $account.3.sip_transport == 'dns srv'}account.3.sip_server.1.transport_type= = 3{/if}
{if $account.3.sip_transport == 'udp'}account.3.sip_server.1.transport_type = 0{/if}
{if $account.3.sip_transport == 'tcp'}account.3.sip_server.1.transport_type = 1{/if}
{if $account.3.sip_transport == 'tls'}account.3.sip_server.1.transport_type = 2{/if}
{if $account.3.sip_transport == 'dns srv'}account.3.sip_server.1.transport_type = 3{/if}
account.3.sip_server.1.expires= {$account.3.register_expires}
account.3.sip_server.1.retry_counts= 3
@@ -1834,10 +1834,10 @@ account.4.sip_server_port = {$account.4.sip_port}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.4.sip_transport == 'udp'}account.4.sip_server.1.transport_type= = 0{/if}
{if $account.4.sip_transport == 'tcp'}account.4.sip_server.1.transport_type= = 1{/if}
{if $account.4.sip_transport == 'tls'}account.4.sip_server.1.transport_type= = 2{/if}
{if $account.4.sip_transport == 'dns srv'}account.4.sip_server.1.transport_type= = 3{/if}
{if $account.4.sip_transport == 'udp'}account.4.sip_server.1.transport_type = 0{/if}
{if $account.4.sip_transport == 'tcp'}account.4.sip_server.1.transport_type = 1{/if}
{if $account.4.sip_transport == 'tls'}account.4.sip_server.1.transport_type = 2{/if}
{if $account.4.sip_transport == 'dns srv'}account.4.sip_server.1.transport_type = 3{/if}
account.4.sip_server.1.expires= {$account.4.register_expires}
account.4.sip_server.1.retry_counts= 3
@@ -2402,10 +2402,10 @@ account.5.sip_server_port = {$account.5.sip_port}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.5.sip_transport == 'udp'}account.5.sip_server.1.transport_type= = 0{/if}
{if $account.5.sip_transport == 'tcp'}account.5.sip_server.1.transport_type= = 1{/if}
{if $account.5.sip_transport == 'tls'}account.5.sip_server.1.transport_type= = 2{/if}
{if $account.5.sip_transport == 'dns srv'}account.5.sip_server.1.transport_type= = 3{/if}
{if $account.5.sip_transport == 'udp'}account.5.sip_server.1.transport_type = 0{/if}
{if $account.5.sip_transport == 'tcp'}account.5.sip_server.1.transport_type = 1{/if}
{if $account.5.sip_transport == 'tls'}account.5.sip_server.1.transport_type = 2{/if}
{if $account.5.sip_transport == 'dns srv'}account.5.sip_server.1.transport_type = 3{/if}
account.5.sip_server.1.expires= {$account.5.register_expires}
account.5.sip_server.1.retry_counts= 3
@@ -2970,10 +2970,10 @@ account.6.sip_server_port = {$account.6.sip_port}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.6.sip_transport == 'udp'}account.6.sip_server.1.transport_type= = 0{/if}
{if $account.6.sip_transport == 'tcp'}account.6.sip_server.1.transport_type= = 1{/if}
{if $account.6.sip_transport == 'tls'}account.6.sip_server.1.transport_type= = 2{/if}
{if $account.6.sip_transport == 'dns srv'}account.6.sip_server.1.transport_type= = 3{/if}
{if $account.6.sip_transport == 'udp'}account.6.sip_server.1.transport_type = 0{/if}
{if $account.6.sip_transport == 'tcp'}account.6.sip_server.1.transport_type = 1{/if}
{if $account.6.sip_transport == 'tls'}account.6.sip_server.1.transport_type = 2{/if}
{if $account.6.sip_transport == 'dns srv'}account.6.sip_server.1.transport_type = 3{/if}
account.6.sip_server.1.expires= {$account.6.register_expires}
account.6.sip_server.1.retry_counts= 3