Grandstream GXP and GRP device config updates (#5397)

* Add dnd variable, fix formatting error in GRP2615 and GRP2616 templates

* Configurable headset volume added

* Added $grandstream_blind_xfer_blf variable to GRP templates
This commit is contained in:
Dan
2020-08-31 13:59:37 -07:00
committed by GitHub
parent d3f1bfc51e
commit 17c2a12390
31 changed files with 340 additions and 47 deletions

View File

@@ -3535,8 +3535,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
<!-- # Mandatory -->
@@ -3942,12 +3945,20 @@
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
<P1302>0</P1302>
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
<P1464>0</P1464>
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- ############################################################################## -->
<!-- ## Settings/Preferences / Date and Time -->
@@ -4351,7 +4362,7 @@
<!-- # Enable transfer via non-Transfer MPK. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P22162>0</P22162>
<P22162>{$grandstream_blind_xfer_blf}</P22162>
<!-- # Show Keys Label. 1 - Show, 2 - Hide, 0 - Toggle. Default is 0 -->

View File

@@ -3629,7 +3629,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -4036,12 +4040,20 @@
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
<P1302>0</P1302>
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
<P1464>0</P1464>
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- ############################################################################## -->
<!-- ## Settings/Preferences / Date and Time -->
@@ -4445,7 +4457,7 @@
<!-- # Enable transfer via non-Transfer MPK. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P22162>0</P22162>
<P22162>{$grandstream_blind_xfer_blf}</P22162>
<!-- # Show Keys Label. 1 - Show, 2 - Hide, 0 - Toggle. Default is 0 -->

View File

@@ -4361,7 +4361,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -4776,12 +4780,20 @@
<!-- # Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
@@ -5165,7 +5177,7 @@
<!-- # Enable transfer via non-Transfer MPK. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P22162>0</P22162>
<P22162>{$grandstream_blind_xfer_blf}</P22162>
<!-- # Show VPK Icon. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->

View File

@@ -5620,7 +5620,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -6091,12 +6095,20 @@
<!-- # Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
@@ -6500,7 +6512,7 @@
<!-- # Enable transfer via non-Transfer MPK. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P22162>0</P22162>
<P22162>{$grandstream_blind_xfer_blf}</P22162>
<!-- # Show VPK Icon. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->

View File

@@ -3811,7 +3811,7 @@
<P670></P670>
<!-- #################################################################### -->
<!-- # Account 5 --->
<!-- # Account 5 -->
<!-- #################################################################### -->
<!-- ########################################## -->
<!-- # Account 5/General Settings -->
@@ -6559,7 +6559,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -7026,13 +7030,20 @@
<!-- # Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
@@ -7421,7 +7432,7 @@
<!-- # Enable transfer via non-Transfer MPK. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P22162>0</P22162>
<P22162>{$grandstream_blind_xfer_blf}</P22162>
<!-- # Show VPK Icon. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->

View File

@@ -4759,7 +4759,7 @@
<P1770></P1770>
<!-- #################################################################### -->
<!-- # Account 6 --->
<!-- # Account 6 -->
<!-- #################################################################### -->
<!-- ########################################## -->
<!-- # Account 6/General Settings -->
@@ -7519,7 +7519,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -7990,12 +7994,20 @@
<!-- # Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
@@ -8399,7 +8411,7 @@
<!-- # Enable transfer via non-Transfer MPK. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P22162>0</P22162>
<P22162>{$grandstream_blind_xfer_blf}</P22162>
<!-- # Show VPK Icon. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->

View File

@@ -6856,7 +6856,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -7268,12 +7272,20 @@
<!-- # Headset RX gain(dB). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
<P1302>0</P1302>
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Handset TX gain(dB). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
<P1464>0</P1464>
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- ############################################################################## -->
<!-- ## Settings/Preferences / Date and Time -->
@@ -7731,7 +7743,7 @@
<!-- # Enable transfer via non-Transfer MPK. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P22162>0</P22162>
<P22162>{$grandstream_blind_xfer_blf}</P22162>
<!-- # Show Keys Label. 1 - Show, 2 - Hide, 0 - Toggle. Default is 0 -->
<!-- # Number: 0, 1, 2 -->

View File

@@ -1294,12 +1294,20 @@
<!-- Headset TX gain(db). 1 - -6 decibel, 0 - 0 decibel, 2 - +6 decibel. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX gain(db). 1 - -6 decibel, 0 - 0 decibel, 2 - +6 decibel. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Handset TX gain(db). 1 - -6 decibel, 0 - 0 decibel, 2 - +6 decibel. Default is 0 -->
<!-- Number: 0, 1, 2 -->

View File

@@ -1556,11 +1556,19 @@
<!-- Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
<!-- Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->

View File

@@ -1556,11 +1556,19 @@
<!-- Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
<!-- Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->

View File

@@ -2065,12 +2065,20 @@
<!-- Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->

View File

@@ -1872,12 +1872,20 @@
<!-- Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->

View File

@@ -2710,11 +2710,19 @@
<!-- Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->

View File

@@ -3778,12 +3778,20 @@
<!-- # Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6, 3 - -9, 4 - +9, 5 - -12, 6 - -15. Default is 0 -->
<!-- # Number: 0, 1, 2, 3, 4, 5, 6 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->

View File

@@ -315,10 +315,18 @@
<P1300>0</P1300>
<!-- Headset TX gain (dB). 0 - 0 dB, 1 - -6 dB, 2 - +6 dB. -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX gain (dB). 0 - 0 dB, 1 - -6 dB, 2 - +6 dB. -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Display Language. 0 - English, 3 - Secondary Language, 2 - Chinese -->
<P342>0</P342>

View File

@@ -3480,12 +3480,20 @@
<!--# Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0-->
<!--# Number: 0, 1, 2-->
<!--# Mandatory-->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!--# Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0-->
<!--# Number: 0, 1, 2-->
<!--# Mandatory-->
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!--# Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0-->
<!--# Number: 0, 1, 2-->

View File

@@ -2295,11 +2295,19 @@
<!-- Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
<!-- Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->

View File

@@ -7447,7 +7447,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -7925,12 +7929,20 @@
<!-- # Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->

View File

@@ -7447,7 +7447,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -7925,12 +7929,20 @@
<!-- # Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->

View File

@@ -7447,7 +7447,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -7925,12 +7929,20 @@
<!-- # Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->

View File

@@ -7451,7 +7451,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -7929,12 +7933,20 @@
<!-- # Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->

View File

@@ -7447,7 +7447,11 @@
<!-- # Enable DND Feature. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($dnd)}
<P8446>{$dnd}</P8446>
{else}
<P8446>1</P8446>
{/if}
<!-- # Mute Key Functions While Idle. 0 - DND, 1 - Idle Mute, 2 - Disabled. Default is 0 -->
<!-- # Number: 0,1,2 -->
@@ -7925,12 +7929,20 @@
<!-- # Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- # Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->

View File

@@ -3064,11 +3064,19 @@ Outgoing calls. 0 - No, 1 - Yes. Default is 0 -->
<!-- Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
<!-- Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{/if}
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Date Display Format -->
<!-- 0: yyyy-mm-dd eg. 2011-10-31 -->
<!-- 1: mm-dd-yyyy eg. 10-31-2011 -->

View File

@@ -3782,12 +3782,20 @@ Outgoing calls. 0 - No, 1 - Yes. Default is 0 -->
<!-- Headset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
<!-- # Headset RX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Handset TX gain(db). 1 - -6, 0 - 0, 2 - +6. Default is 0 -->
<!-- Number: 0, 1, 2 -->

View File

@@ -3323,11 +3323,19 @@ Account 5 Codec Settings
<!-- Headset TX Gain (dB). 0 - 0, 1 - -6, 2 - +6. Default value is 0 -->
<!-- Number: 0, 1, 2 -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX Gain (dB). 0 - 0, 1 - -6, 2 - +6. Default value is 0 -->
<!-- Number: 0, 1, 2 -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Headset Type. 0 - Normal Headset, 1 - Plantronics EHS. Default value is 0 -->
<!-- Number: 0, 1 -->

View File

@@ -3533,11 +3533,19 @@ Account 5 Codec Settings
<!-- Headset TX Gain (dB). 0 - 0, 1 - -6, 2 - +6. Default value is 0 -->
<!-- Number: 0, 1, 2 -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX Gain (dB). 0 - 0, 1 - -6, 2 - +6. Default value is 0 -->
<!-- Number: 0, 1, 2 -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Headset Type. 0 - Normal Headset, 1 - Plantronics EHS. Default value is 0 -->
<!-- Number: 0, 1 -->

View File

@@ -1501,10 +1501,18 @@
<!-- Headset TX Gain (dB), Allowed value: -6, 0, 6 -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX Gain (dB), Allowed value: -6, 0, 6 -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Camera Zoom Mode -->
<!-- value = 0 1.0:1 (wide and default) -->

View File

@@ -1389,10 +1389,18 @@
<!-- Headset TX Gain (dB), Allowed value: -6, 0, 6 -->
<P1301>0</P1301>
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX Gain (dB), Allowed value: -6, 0, 6 -->
<P1302>0</P1302>
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Camera Zoom Mode -->
<!-- value = 0 1.0:1 (wide and default) -->

View File

@@ -865,10 +865,17 @@
<!--P7052 = -->
<!-- Maintenance/ Device Manager -->
<!-- Headset TX Gain (dB), Allowed value: -6, 0, 6 -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX Gain (dB), Allowed value: -6, 0, 6 -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
<!-- Handset TX gain, 0 ?0dB, 1 ?-6dB, 2 - 6 dB, 3 - -3dB, 4 ?3dB -->
{/if} <!-- Handset TX gain, 0 ?0dB, 1 ?-6dB, 2 - 6 dB, 3 - -3dB, 4 ?3dB -->
<P1464>0</P1464>
<!-- Camera ExPosure: Allowed value: 0 - 19 -->
<P915>12</P915>

View File

@@ -5391,11 +5391,19 @@
<!-- RJ9 Headset TX Gain (dB). 0 - 0, 1 - -6, 2 - +6, 3 - +12, 4 - +18, 5 - +24 . Default value is 0 -->
<!-- Number: 0, 1, 2, 3, 4, 5 -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- RJ9 Headset RX Gain (dB). 0 - 0, 1 - -6, 2 - +6. Default value is 0 -->
<!-- Number: 0, 1, 2 -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Headset Type. 0 - Normal Headset, 1 - Plantronics EHS, 2 - Jabra EHS. Default value is 0 -->
<!-- Number: 0, 1 -->

View File

@@ -3532,11 +3532,19 @@ Account 5 Codec Settings
<!-- Headset TX Gain (dB). 0 - 0, 1 - -6, 2 - +6. Default value is 0 -->
<!-- Number: 0, 1, 2 -->
{if isset($grandstream_headset_tx_gain)}
<P1301>{$grandstream_headset_tx_gain}</P1301>
{else}
<P1301>0</P1301>
{/if}
<!-- Headset RX Gain (dB). 0 - 0, 1 - -6, 2 - +6. Default value is 0 -->
<!-- Number: 0, 1, 2 -->
{if isset($grandstream_headset_rx_gain)}
<P1302>{$grandstream_headset_rx_gain}</P1302>
{else}
<P1302>0</P1302>
{/if}
<!-- Headset Type. 0 - Normal Headset, 1 - Plantronics EHS. Default value is 0 -->
<!-- Number: 0, 1 -->