From ba2663368a0b606b990525f0238221be4bfeb85d Mon Sep 17 00:00:00 2001
From: chansizzle <14916599+chansizzle@users.noreply.github.com>
Date: Fri, 11 Dec 2020 15:48:46 -0700
Subject: [PATCH] adding dhcp options variables
---
resources/templates/provision/grandstream/gxp2124/{$mac}.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/templates/provision/grandstream/gxp2124/{$mac}.xml b/resources/templates/provision/grandstream/gxp2124/{$mac}.xml
index e0ca307869..4bcf7a47f3 100644
--- a/resources/templates/provision/grandstream/gxp2124/{$mac}.xml
+++ b/resources/templates/provision/grandstream/gxp2124/{$mac}.xml
@@ -1947,12 +1947,12 @@
- 1
+ {if isset($grandstream_dhcp_option_override)}{$grandstream_dhcp_option_override}{else}1{/if}
- 0
+ {if isset($grandstream_dhcp_option_override_sip_server)}{$grandstream_dhcp_option_override_sip_server}{else}0{/if}