commit
05588e0fe0
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue