From 0e22bb12f8a94e1cf3544c7db456f37fbb15879d Mon Sep 17 00:00:00 2001 From: Jim Kusznir Date: Mon, 3 Apr 2017 14:15:30 -0700 Subject: [PATCH] HT702 config file variables: grandstream_disable_call_waiting, grandstream_disable_fax_t38 --- .../templates/provision/grandstream/ht702/{$mac}.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/templates/provision/grandstream/ht702/{$mac}.xml b/resources/templates/provision/grandstream/ht702/{$mac}.xml index 775e74faa2..06655b6e1c 100644 --- a/resources/templates/provision/grandstream/ht702/{$mac}.xml +++ b/resources/templates/provision/grandstream/ht702/{$mac}.xml @@ -4,8 +4,8 @@ @@ -536,7 +536,7 @@ -{if $disable_cw == '1'}1 +{if $grandstream_disable_call_waiting == '1'}1 {else}0 {/if} @@ -747,7 +747,7 @@ -{if $disable_t38 == '1'}1 +{if $grandstream_disable_fax_t38 == '1'}1 {else}0 {/if} @@ -1200,7 +1200,7 @@ -{if $disable_cw == '1'}1 +{if $grandstream_disable_call_waiting == '1'}1 {else}0 {/if} @@ -1409,7 +1409,7 @@ -{if $disable_t38 == '1'}1 +{if $grandstream_disable_fax_t38 == '1'}1 {else}0 {/if}