From 47b41b8616570b2c86a90eb2ae4f90ceee373eaa Mon Sep 17 00:00:00 2001 From: Jim Kusznir Date: Sat, 1 Apr 2017 14:15:13 -0700 Subject: [PATCH] Added variables to disable call waiting and t.38 faxing --- .../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..775e74faa2 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 $disable_cw == '1'}1 + {else}0 + {/if} @@ -742,7 +747,10 @@ -0 +{if $disable_t38 == '1'}1 + {else}0 + {/if} + @@ -1192,7 +1200,9 @@ -0 +{if $disable_cw == '1'}1 + {else}0 + {/if} @@ -1399,7 +1409,9 @@ -0 +{if $disable_t38 == '1'}1 + {else}0 + {/if}