Update {$mac}.cfg

This commit is contained in:
Len
2017-09-29 00:37:18 -04:00
committed by GitHub
parent f0952cc9a9
commit cb2e026cc8

View File

@@ -491,6 +491,7 @@ account.2.auth_name = {$auth_id_2}
account.2.password = {$user_password_2}
account.2.user_name = {$user_id_2}
account.2.outbound_proxy_enable = {if isset($outbound_proxy_primary_2)}1{else}0{/if}
account.2.outbound_proxy.1.address = {$outbound_proxy_primary_2}
account.2.outbound_proxy.1.port = 5060
account.2.dial_tone =
@@ -519,7 +520,7 @@ account.2.outbound_proxy_fallback_interval =
account.2.naptr_build = 0
account.2.fallback.redundancy_type = 0
account.2.fallback.timeout = 120
account.2.sip_server.1.address =
account.2.sip_server.1.address = {$server_address_2}
{if $sip_transport_1 == 'dns srv'}
account.2.sip_server.1.port = 0
{else}
@@ -929,6 +930,7 @@ account.3.auth_name = {$auth_id_3}
account.3.password = {$user_password_3}
account.3.user_name = {$user_id_3}
account.3.outbound_proxy_enable = {if isset($outbound_proxy_primary_3)}1{else}0{/if}
account.3.outbound_proxy.1.address = {$outbound_proxy_primary_3}
account.3.outbound_proxy.1.port = 5060
account.3.dial_tone =
@@ -958,7 +960,7 @@ account.3.outbound_proxy_fallback_interval =
account.3.naptr_build = 0
account.3.fallback.redundancy_type = 0
account.3.fallback.timeout = 120
account.3.sip_server.1.address =
account.3.sip_server.1.address = {$server_address_3}
{if $sip_transport_1 == 'dns srv'}
account.3.sip_server.1.port = 0
{else}
@@ -1366,6 +1368,7 @@ account.4.auth_name = {$auth_id_4}
account.4.password = {$user_password_4}
account.4.user_name = {$user_id_4}
account.4.outbound_proxy_enable = {if isset($outbound_proxy_primary_4)}1{else}0{/if}
account.4.outbound_proxy.1.address = {$outbound_proxy_primary_4}
account.4.outbound_proxy.1.port = 5060
account.4.dial_tone =
@@ -1395,7 +1398,7 @@ account.4.outbound_proxy_fallback_interval =
account.4.naptr_build = 0
account.4.fallback.redundancy_type = 0
account.4.fallback.timeout = 120
account.4.sip_server.1.address =
account.4.sip_server.1.address = {$server_address_4}
{if $sip_transport_1 == 'dns srv'}
account.4.sip_server.1.port = 0
{else}
@@ -1811,6 +1814,7 @@ account.5.auth_name = {$auth_id_5}
account.5.password = {$user_password_5}
account.5.user_name = {$user_id_5}
account.5.outbound_proxy_enable = {if isset($outbound_proxy_primary_5)}1{else}0{/if}
account.5.outbound_proxy.1.address = {$outbound_proxy_primary_5}
account.5.outbound_proxy.1.port = 5060
account.5.dial_tone =
@@ -1840,7 +1844,7 @@ account.5.outbound_proxy_fallback_interval =
account.5.naptr_build = 0
account.5.fallback.redundancy_type = 0
account.5.fallback.timeout = 120
account.5.sip_server.1.address =
account.5.sip_server.1.address = {$server_address_5}
{if $sip_transport_1 == 'dns srv'}
account.5.sip_server.1.port = 0
{else}
@@ -2257,6 +2261,7 @@ account.6.auth_name = {$auth_id_6}
account.6.password = {$user_password_6}
account.6.user_name = {$user_id_6}
account.6.outbound_proxy_enable = {if isset($outbound_proxy_primary_6)}1{else}0{/if}
account.6.outbound_proxy.1.address = {$outbound_proxy_primary_6}
account.6.outbound_proxy.1.port = 5060
account.6.dial_tone =
@@ -2286,7 +2291,7 @@ account.6.outbound_proxy_fallback_interval =
account.6.naptr_build = 0
account.6.fallback.redundancy_type = 0
account.6.fallback.timeout = 120
account.6.sip_server.1.address =
account.6.sip_server.1.address = {$server_address_6}
{if $sip_transport_1 == 'dns srv'}
account.6.sip_server.1.port = 0
{else}