HT702 config file variables: grandstream_disable_call_waiting, grandstream_disable_fax_t38

This commit is contained in:
Jim Kusznir 2017-04-03 14:15:30 -07:00
parent 47b41b8616
commit 0e22bb12f8
1 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@
<!-- Configuration template for HT701 and HT702 firmware version 1.0.5.2 -->
<!-- VARIABLES for FusionPBX:
disable_cw: set to 1 disables call waiting (used for PBX/FAX interconnects)
disable_t38: set to 1 sets pass-through fax mode
grandstream_disable_call_waiting: set to 1 disables call waiting (used for PBX/FAX interconnects)
grandstream_disable_fax_t38: set to 1 sets pass-through fax mode
-->
<!-- Advanced Settings. -->
@ -536,7 +536,7 @@
<!-- Disable Call-Waiting. 0 - No, 1 - Yes -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if $disable_cw == '1'}<P91>1</P91>
{if $grandstream_disable_call_waiting == '1'}<P91>1</P91>
{else}<P91>0</P91>
{/if}
@ -747,7 +747,7 @@
<!-- FAX Mode. 0 - T.38 (Auto Detect), 1 - Pass Through -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if $disable_t38 == '1'}<P228>1</P228>
{if $grandstream_disable_fax_t38 == '1'}<P228>1</P228>
{else}<P228>0</P228>
{/if}
@ -1200,7 +1200,7 @@
<!-- Disable Call-Waiting. 0 - No, 1 - Yes -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if $disable_cw == '1'}<P791>1</P791>
{if $grandstream_disable_call_waiting == '1'}<P791>1</P791>
{else}<P791>0</P791>
{/if}
@ -1409,7 +1409,7 @@
<!-- FAX Mode. 0 - T.38 (Auto Detect), 1 - Pass Through -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if $disable_t38 == '1'}<P710>1</P710>
{if $grandstream_disable_fax_t38 == '1'}<P710>1</P710>
{else}<P710>0</P710>
{/if}