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:
demonspork
2021-05-06 00:52:07 -05:00
parent 375deea90c
commit 01e2339ec1
5 changed files with 25 additions and 5 deletions

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->