Update {$mac}.xml (#3825)
This commit is contained in:
parent
1b754bc8ed
commit
a91b6f6d9b
|
|
@ -644,7 +644,12 @@
|
||||||
<!-- Dial Plan. Default is { x+ | *x+ | *xx*x+ } -->
|
<!-- Dial Plan. Default is { x+ | *x+ | *xx*x+ } -->
|
||||||
<!-- String -->
|
<!-- String -->
|
||||||
<!-- Mandatory -->
|
<!-- Mandatory -->
|
||||||
|
|
||||||
|
{if isset($grandstream_dial_plan) }
|
||||||
<P290>{$grandstream_dial_plan}</P290>
|
<P290>{$grandstream_dial_plan}</P290>
|
||||||
|
{else}
|
||||||
|
<P290>{literal}{x+|*x+|*++|\p\a\r\k\+*x+| \f\l\o\w\+*x+}{/literal}</P290>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<!-- Delayed Call Forward Wait Time (in seconds). Default is 20 -->
|
<!-- Delayed Call Forward Wait Time (in seconds). Default is 20 -->
|
||||||
<!-- Number: 1 - 120 -->
|
<!-- Number: 1 - 120 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue