Add grandstream_disable_active_mpk_page variable (#6090)

Allows the active mpk page to be disabled on expansion modules
This commit is contained in:
Jason Kinner 2021-11-13 12:58:55 -05:00 committed by GitHub
parent c6027b574e
commit 2a5c7cd7ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -5628,7 +5628,11 @@
<!-- # Disable Active MPK Page. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6764>1</P6764>
{if isset($grandstream_disable_active_mpk_page)}
<P6764>{$grandstream_disable_active_mpk_page}</P6764>
{else}
<P6764>0</P6764>
{/if}
<!-- # Enable Active VPK Page. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->