mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
@@ -51,19 +51,19 @@ account.1.outbound_port =
|
||||
{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}
|
||||
|
||||
|
||||
#Configure the address of the backup outbound proxy server.
|
||||
@@ -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.
|
||||
account.3.backup_outbound_host =
|
||||
@@ -1014,8 +1014,8 @@ account.4.outbound_port =
|
||||
{if $sip_transport_4 == 'dns srv'}account.4.transport = 3{/if}
|
||||
|
||||
account.4.outbound_proxy.1.address = {$outbound_proxy_primary_4}
|
||||
+account.4.outbound_proxy.2.address = {$outbound_proxy_secondary_4}
|
||||
+account.4.outbound_proxy_enable = {if isset($outbound_proxy_primary_4)}1{else}0{/if}
|
||||
account.4.outbound_proxy.2.address = {$outbound_proxy_secondary_4}
|
||||
account.4.outbound_proxy_enable = {if isset($outbound_proxy_primary_4)}1{else}0{/if}
|
||||
|
||||
|
||||
#Configure the address of the backup outbound proxy server.
|
||||
@@ -1335,8 +1335,8 @@ account.5.outbound_port =
|
||||
{if $sip_transport_5 == 'dns srv'}account.5.transport = 3{/if}
|
||||
|
||||
account.5.outbound_proxy.1.address = {$outbound_proxy_primary_5}
|
||||
+account.5.outbound_proxy.2.address = {$outbound_proxy_secondary_5}
|
||||
+account.5.outbound_proxy_enable = {if isset($outbound_proxy_primary_5)}1{else}0{/if}
|
||||
account.5.outbound_proxy.2.address = {$outbound_proxy_secondary_5}
|
||||
account.5.outbound_proxy_enable = {if isset($outbound_proxy_primary_5)}1{else}0{/if}
|
||||
|
||||
#Configure the address of the backup outbound proxy server.
|
||||
account.5.backup_outbound_host =
|
||||
|
||||
Reference in New Issue
Block a user