Update {$mac}.cfg

This commit is contained in:
FusionPBX 2018-09-12 14:05:46 -06:00 committed by GitHub
parent 71c5a4ec77
commit aa59ce80fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,12 +37,12 @@ account.1.outbound_proxy_enable = {if isset($account.1.outbound_proxy_primary)}1
{if isset($outbound_proxy_1_port)}
account.1.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.1.outbound_proxy.1.port = 5060
account.1.outbound_proxy.1.port = {$account.1.sip_port}
{/if}
{if isset($outbound_proxy_1_port)}
account.1.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.1.outbound_proxy.2.port = 5060
account.1.outbound_proxy.2.port = {$account.1.sip_port}
{/if}
#######################################################################################