Update {$mac}.cfg (#1852)

remove +
This commit is contained in:
Len
2016-08-24 23:44:15 -04:00
committed by FusionPBX
parent dfd26af905
commit 569ad5eab2

View File

@@ -697,8 +697,8 @@ account.3.outbound_port =
{if $sip_transport_3 == 'dns srv'}account.3.transport = 3{/if}
account.3.outbound_proxy.1.address = {$outbound_proxy_primary_3}
+account.3.outbound_proxy.2.address = {$outbound_proxy_secondary_3}
+account.3.outbound_proxy_enable = {if isset($outbound_proxy_primary_3)}1{else}0{/if}
account.3.outbound_proxy.2.address = {$outbound_proxy_secondary_3}
account.3.outbound_proxy_enable = {if isset($outbound_proxy_primary_3)}1{else}0{/if}
#Configure the address of the backup outbound proxy server.