Add missing $ to variables in HT802 template (#6427)
* Grandstream HT802 Added Offhook Auto-dial variables * Grandstream HT802 Added Offhook Auto-dial variables * Grandstream GRP261x Make Configuration Keypad Lock configurable, fix default * Grandstream Add grandstream_dhcp_time_zone across all templates * Yealink Added yealink_missed_calllog to control whether missed calls are logged or not * Grandstream HT802 update variable name to not use dash (which was breaking the template) * added default settings for grandstreams added "grandstream_configuration_via_keypad" and "grandstream_dhcp_time_zone" as settings also changed "grandstream_long_label" to 1 * Add custom transcription providers to email queue, fix spelling error * Correct missing $ in Grandstream template Co-authored-by: Jesse Gruver (piajesse) <me@piajesse.com>
This commit is contained in:
parent
99ed45ca2b
commit
f6c64054fa
|
|
@ -882,7 +882,7 @@
|
|||
<!-- # Offhook Auto-Dial (User ID/extension to dial automatically when offhook) -->
|
||||
<!-- # String: 0-9, #, * -->
|
||||
<!-- # Mandatory -->
|
||||
<P71>{grandstream_offhook_auto_dial_1}</P71>
|
||||
<P71>{$grandstream_offhook_auto_dial_1}</P71>
|
||||
|
||||
<!-- # Offhook Auto-Dial Delay (0-60 seconds, default is 0) -->
|
||||
<!-- # Number: 0 to 60 -->
|
||||
|
|
@ -1779,7 +1779,7 @@
|
|||
|
||||
<!-- # Offhook Auto-Dial (User ID/extension to dial automatically when offhook) -->
|
||||
<!-- # String: 0-9, *, # -->
|
||||
<P771>{grandstream_offhook_auto_dial_2}</P771>
|
||||
<P771>{$grandstream_offhook_auto_dial_2}</P771>
|
||||
|
||||
<!-- # Offhook Auto-Dial Delay (0-60 seconds, default is 0) -->
|
||||
<!-- # Number: 0 to 60 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue