Update {$mac}.cfg
This commit is contained in:
parent
71c5a4ec77
commit
aa59ce80fb
|
|
@ -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}
|
||||
|
||||
#######################################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue