From 6c59863987ab045fb03b20921f67e03edce0caa4 Mon Sep 17 00:00:00 2001
From: chansizzle <14916599+chansizzle@users.noreply.github.com>
Date: Fri, 11 Dec 2020 16:11:43 -0700
Subject: [PATCH] adding dhcp options variables
---
resources/templates/provision/grandstream/ht702/{$mac}.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/templates/provision/grandstream/ht702/{$mac}.xml b/resources/templates/provision/grandstream/ht702/{$mac}.xml
index 566f3d42ae..bc15b6e432 100644
--- a/resources/templates/provision/grandstream/ht702/{$mac}.xml
+++ b/resources/templates/provision/grandstream/ht702/{$mac}.xml
@@ -123,7 +123,7 @@
-1
+{if isset($grandstream_dhcp_option_override)}{$grandstream_dhcp_option_override}{else}1{/if}
@@ -299,7 +299,7 @@
-0
+{if isset($grandstream_dhcp_option_override_sip_server)}{$grandstream_dhcp_option_override_sip_server}{else}0{/if}