Merge pull request #5491 from Len-PGH/patch-131

Update {$mac}.xml
This commit is contained in:
FusionPBX 2020-10-27 11:05:46 -06:00 committed by GitHub
commit 05588e0fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 5 deletions

View File

@ -1013,13 +1013,13 @@
<!-- # Mandatory -->
<P72>1</P72>
<!-- Dial Plan -->
<!-- String -->
<!-- Dial Plan -->
<!-- String -->
{if isset($grandstream_dial_plan) }
<P4200>{$grandstream_dial_plan}</P4200>
<P4200>{$grandstream_dial_plan}</P4200>
{else}
<P4200>{literal}{x+|*x+|*++|\p\a\r\k\+*x+| \f\l\o\w\+*x+}{/literal}</P4200>
<P4200>{literal}{x+|*x+|*++|\p\a\r\k\+*x+| \f\l\o\w\+*x+}{/literal}</P4200>
{/if}
<!-- # SUBSCRIBE for MWI. 0 - No, 1 - Yes -->
@ -1896,7 +1896,12 @@
<!-- # Dial Plan -->
<!-- # String -->
<P4201>{ x+ | \+x+ | *x+ | *xx*x+ }</P4201>
{if isset($grandstream_dial_plan) }
<P4201>{$grandstream_dial_plan}</P4201>
{else}
<P4201>{literal}{x+|*x+|*++|\p\a\r\k\+*x+| \f\l\o\w\+*x+}{/literal}</P4201>
{/if}
<!-- # SUBSCRIBE for MWI. 0 - No, 1 - Yes -->
<!-- # Number: 0, 1 -->