mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update {$mac}.cfg
This commit is contained in:
@@ -30,19 +30,19 @@ account.1.sip_listen_port = 5060
|
||||
{if $sip_transport_1 == 'dns srv'}account.1.transport = 3{/if}
|
||||
|
||||
account.1.outbound_proxy.1.address = {$outbound_proxy_primary_1}
|
||||
+account.1.outbound_proxy.2.address = {$outbound_proxy_secondary_1}
|
||||
+account.1.outbound_proxy_enable = {if isset($outbound_proxy_primary_1)}1{else}0{/if}
|
||||
+
|
||||
+{if isset($outbound_proxy_1_port)}
|
||||
+account.1.outbound_proxy.1.port = {$outbound_proxy_1_port}
|
||||
+{else}
|
||||
+account.1.outbound_proxy.1.port = 5060
|
||||
+{/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
|
||||
+{/if}
|
||||
account.1.outbound_proxy.2.address = {$outbound_proxy_secondary_1}
|
||||
account.1.outbound_proxy_enable = {if isset($outbound_proxy_primary_1)}1{else}0{/if}
|
||||
|
||||
{if isset($outbound_proxy_1_port)}
|
||||
account.1.outbound_proxy.1.port = {$outbound_proxy_1_port}
|
||||
{else}
|
||||
account.1.outbound_proxy.1.port = 5060
|
||||
{/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
|
||||
{/if}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -205,7 +205,7 @@ account.1.out_dialog_blf_enable = 0
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
if isset($shared_line_1) }
|
||||
{if isset($shared_line_1) }
|
||||
account.1.shared_line = {$shared_line_1}
|
||||
{else}
|
||||
account.1.shared_line = 0
|
||||
|
||||
Reference in New Issue
Block a user