Add grandstream_disable_active_mpk_page variable (#6081)

Allows the active mpk page to be disabled on expansion modules
This commit is contained in:
Jason Kinner
2021-11-13 13:00:14 -05:00
committed by GitHub
parent e9766dc18a
commit f22be38632

View File

@@ -4088,7 +4088,11 @@
<!-- Disable Active MPK. 0 - No, 1 - Yes. Default value is 0. -->
<!-- Number: 0, 1 -->
<P6764>0</P6764>
{if isset($grandstream_disable_active_mpk_page)}
<P6764>{$grandstream_disable_active_mpk_page}</P6764>
{else}
<P6764>0</P6764>
{/if}
<!-- Escape '#' as %23 in SIP URI. 0 - No, 1 - Yes -->
<!-- Number: 0, 1 -->