mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update {$mac}.cfg (#7456)
* Update {$mac}.cfg
Changing from Successive registration to Concurrent registration (default) for fallback redundancy.
* Update {$mac}.cfg
Changing from Successive registration to Concurrent registration (default) for fallback redundancy.
* Update {$mac}.cfg
Changing from Successive registration to Concurrent registration (default) for fallback redundancy.
This commit is contained in:
@@ -126,7 +126,7 @@ account.{$row.line_number}.password = {$row.password}
|
||||
|
||||
{if isset($row.server.1.address)}
|
||||
account.{$row.line_number}.user_name = {$row.user_id}@{$row.server_address}
|
||||
account.{$row.line_number}.fallback.redundancy_type=1
|
||||
account.{$row.line_number}.fallback.redundancy_type=0
|
||||
account.{$row.line_number}.fallback.timeout=10
|
||||
account.{$row.line_number}.sip_server.1.address={$row.server.1.address}
|
||||
account.{$row.line_number}.sip_server.2.address={$row.server.2.address}
|
||||
|
||||
@@ -121,7 +121,7 @@ account.1.password = {$account.1.password}
|
||||
|
||||
{if isset($account.1.server.1.address)}
|
||||
account.1.user_name = {$account.1.user_id}@{$account.1.server_address}
|
||||
account.{$row.line_number}.fallback.redundancy_type=1
|
||||
account.{$row.line_number}.fallback.redundancy_type=0
|
||||
account.{$row.line_number}.fallback.timeout=10
|
||||
account.{$row.line_number}.sip_server.1.address={$row.server.1.address}
|
||||
account.{$row.line_number}.sip_server.2.address={$row.server.2.address}
|
||||
|
||||
@@ -22,7 +22,7 @@ account.{$row.line_number}.password = {$row.password}
|
||||
|
||||
{if isset($row.server.1.address)}
|
||||
account.{$row.line_number}.user_name = {$row.user_id}@{$row.server_address}
|
||||
account.{$row.line_number}.fallback.redundancy_type=1
|
||||
account.{$row.line_number}.fallback.redundancy_type=0
|
||||
account.{$row.line_number}.fallback.timeout=10
|
||||
account.{$row.line_number}.sip_server.1.address={$row.server.1.address}
|
||||
account.{$row.line_number}.sip_server.2.address={$row.server.2.address}
|
||||
@@ -552,3 +552,4 @@ expansion_module.2.key.{$row.device_key_id - 40}.xml_phonebook =
|
||||
{/if}
|
||||
{$rownum = $rownum + 1}
|
||||
{/foreach}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user