mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-01 06:16:34 +00:00
Update {$mac}.cfg
This commit is contained in:
@@ -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}
|
||||
|
||||
#######################################################################################
|
||||
|
||||
Reference in New Issue
Block a user