From 5d463f1cd920bc5ce89a48607f2cae06fcfbaa3f Mon Sep 17 00:00:00 2001 From: Jim Kusznir Date: Mon, 3 Apr 2017 19:04:03 -0700 Subject: [PATCH] Added variables to grandstream ht702 template to disable call waiting and t.38 faxing (#2471) * Added variables to disable call waiting and t.38 faxing * HT702 config file variables: grandstream_disable_call_waiting, grandstream_disable_fax_t38 --- .../provision/grandstream/ht702/{$mac}.xml | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/resources/templates/provision/grandstream/ht702/{$mac}.xml b/resources/templates/provision/grandstream/ht702/{$mac}.xml index 1971fe7eeb..06655b6e1c 100644 --- a/resources/templates/provision/grandstream/ht702/{$mac}.xml +++ b/resources/templates/provision/grandstream/ht702/{$mac}.xml @@ -3,7 +3,10 @@ - + @@ -69,7 +72,7 @@ -fm.grandstream.com/gs +{$domain_name}{$project_path}/app/provision @@ -533,7 +536,9 @@ -0 +{if $grandstream_disable_call_waiting == '1'}1 + {else}0 + {/if} @@ -742,7 +747,10 @@ -0 +{if $grandstream_disable_fax_t38 == '1'}1 + {else}0 + {/if} + @@ -1192,7 +1200,9 @@ -0 +{if $grandstream_disable_call_waiting == '1'}1 + {else}0 + {/if} @@ -1399,7 +1409,9 @@ -0 +{if $grandstream_disable_fax_t38 == '1'}1 + {else}0 + {/if}