From dde70b850814bcfae4558ddfdda430b42f66ad25 Mon Sep 17 00:00:00 2001
From: chansizzle <14916599+chansizzle@users.noreply.github.com>
Date: Fri, 30 May 2025 21:12:22 -0600
Subject: [PATCH] HT818 - Add default setting variables for tr069 & acs (#7378)
---
.../templates/provision/grandstream/ht818/{$mac}.xml | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/resources/templates/provision/grandstream/ht818/{$mac}.xml b/resources/templates/provision/grandstream/ht818/{$mac}.xml
index f570a8ed97..a06247a3ef 100644
--- a/resources/templates/provision/grandstream/ht818/{$mac}.xml
+++ b/resources/templates/provision/grandstream/ht818/{$mac}.xml
@@ -214,10 +214,10 @@
- 1
+ {if isset ($grandstream_tr069_enable)}{$grandstream_tr069_enable}{else}0{/if}
- https://acs.gdms.cloud
+ {if isset($grandstream_acs_url)}{$grandstream_acs_url}{else}{/if}
@@ -230,11 +230,7 @@
- {if isset ($grandstream_tr069_periodic_inform_enable)}
-{$grandstream_tr069_periodic_inform_enable}
-{else}
-0
-{/if}
+ {if isset ($grandstream_tr069_periodic_inform_enable)}{$grandstream_tr069_periodic_inform_enable}{else}0{/if}