mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
GXP21XX Dual Registration Support
This is a new feature for grandstream, supporting dual simultaneous registrations. Only the very latest firmware 1.0.10.35 has it fully working, the last few versions had various partially working versions. This formats the username correctly when a secondary server is present. There are more phone models that support this feature, but since it has been hit and miss on getting it going I am not going to enable it on those templates unless I have one of each to fully test.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<mac>{$mac|replace:'-':''}</mac>
|
||||
<config version="1">
|
||||
<!-- ########################################################################################## -->
|
||||
<!-- ## Configuration Template For GXP2130/2140/2160/2170/2135 Firmware Version 1.0.9.127 ## -->
|
||||
<!-- ## Configuration Template For GXP2130/2140/2160/2170/2135 Firmware Version 1.0.10.35 ## -->
|
||||
<!-- ########################################################################################## -->
|
||||
|
||||
<!-- #################################################################### -->
|
||||
@@ -62,7 +62,11 @@
|
||||
|
||||
<!-- # SIP User ID -->
|
||||
<!-- # String -->
|
||||
{if isset($account.1.server_address_secondary)}
|
||||
<P35>{$account.1.user_id}@{$account.1.server_address}</P35>
|
||||
{else}
|
||||
<P35>{$account.1.user_id}</P35>
|
||||
{/if}
|
||||
|
||||
<!-- # Authenticate ID -->
|
||||
<!-- # String -->
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<mac>{$mac|replace:'-':''}</mac>
|
||||
<config version="1">
|
||||
<!-- ########################################################################################## -->
|
||||
<!-- ## Configuration Template For GXP2130/2140/2160/2170/2135 Firmware Version 1.0.9.127 ## -->
|
||||
<!-- ## Configuration Template For GXP2130/2140/2160/2170/2135 Firmware Version 1.0.10.35 ## -->
|
||||
<!-- ########################################################################################## -->
|
||||
|
||||
<!-- #################################################################### -->
|
||||
@@ -62,7 +62,11 @@
|
||||
|
||||
<!-- # SIP User ID -->
|
||||
<!-- # String -->
|
||||
{if isset($account.1.server_address_secondary)}
|
||||
<P35>{$account.1.user_id}@{$account.1.server_address}</P35>
|
||||
{else}
|
||||
<P35>{$account.1.user_id}</P35>
|
||||
{/if}
|
||||
|
||||
<!-- # Authenticate ID -->
|
||||
<!-- # String -->
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<mac>{$mac|replace:'-':''}</mac>
|
||||
<config version="1">
|
||||
<!-- ########################################################################################## -->
|
||||
<!-- ## Configuration Template For GXP2130/2140/2160/2170/2135 Firmware Version 1.0.9.127 ## -->
|
||||
<!-- ## Configuration Template For GXP2130/2140/2160/2170/2135 Firmware Version 1.0.10.35 ## -->
|
||||
<!-- ########################################################################################## -->
|
||||
|
||||
<!-- #################################################################### -->
|
||||
@@ -62,7 +62,11 @@
|
||||
|
||||
<!-- # SIP User ID -->
|
||||
<!-- # String -->
|
||||
{if isset($account.1.server_address_secondary)}
|
||||
<P35>{$account.1.user_id}@{$account.1.server_address}</P35>
|
||||
{else}
|
||||
<P35>{$account.1.user_id}</P35>
|
||||
{/if}
|
||||
|
||||
<!-- # Authenticate ID -->
|
||||
<!-- # String -->
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<mac>{$mac|replace:'-':''}</mac>
|
||||
<config version="1">
|
||||
<!-- ########################################################################################## -->
|
||||
<!-- ## Configuration Template For GXP2130/2140/2160/2170/2135 Firmware Version 1.0.9.127 ## -->
|
||||
<!-- ## Configuration Template For GXP2130/2140/2160/2170/2135 Firmware Version 1.0.10.35 ## -->
|
||||
<!-- ########################################################################################## -->
|
||||
|
||||
<!-- #################################################################### -->
|
||||
@@ -62,7 +62,11 @@
|
||||
|
||||
<!-- # SIP User ID -->
|
||||
<!-- # String -->
|
||||
{if isset($account.1.server_address_secondary)}
|
||||
<P35>{$account.1.user_id}@{$account.1.server_address}</P35>
|
||||
{else}
|
||||
<P35>{$account.1.user_id}</P35>
|
||||
{/if}
|
||||
|
||||
<!-- # Authenticate ID -->
|
||||
<!-- # String -->
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<mac>{$mac|replace:'-':''}</mac>
|
||||
<config version="1">
|
||||
<!-- ########################################################################################## -->
|
||||
<!-- ## Configuration Template For GXP2130/2140/2160/2170/2135 Firmware Version 1.0.9.127 ## -->
|
||||
<!-- ## Configuration Template For GXP2130/2140/2160/2170/2135 Firmware Version 1.0.10.35 ## -->
|
||||
<!-- ########################################################################################## -->
|
||||
|
||||
<!-- #################################################################### -->
|
||||
@@ -62,7 +62,11 @@
|
||||
|
||||
<!-- # SIP User ID -->
|
||||
<!-- # String -->
|
||||
{if isset($account.1.server_address_secondary)}
|
||||
<P35>{$account.1.user_id}@{$account.1.server_address}</P35>
|
||||
{else}
|
||||
<P35>{$account.1.user_id}</P35>
|
||||
{/if}
|
||||
|
||||
<!-- # Authenticate ID -->
|
||||
<!-- # String -->
|
||||
|
||||
Reference in New Issue
Block a user