From c2f406c954219203fe091094705c70fd2bcd1221 Mon Sep 17 00:00:00 2001 From: Jason Kinner Date: Sat, 13 Nov 2021 13:00:59 -0500 Subject: [PATCH] Add grandstream_disable_active_mpk_page variable (#6084) Allows the active mpk page to be disabled on expansion modules --- .../templates/provision/grandstream/grp2615/{$mac}.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/templates/provision/grandstream/grp2615/{$mac}.xml b/resources/templates/provision/grandstream/grp2615/{$mac}.xml index ba5e777565..0225056494 100644 --- a/resources/templates/provision/grandstream/grp2615/{$mac}.xml +++ b/resources/templates/provision/grandstream/grp2615/{$mac}.xml @@ -6651,7 +6651,11 @@ - 1 +{if isset($grandstream_disable_active_mpk_page)} + {$grandstream_disable_active_mpk_page} +{else} + 0 +{/if}