Update {$mac}.xml (#3832)
This commit is contained in:
parent
b8ead7e7db
commit
d9cde40e9e
|
|
@ -616,7 +616,12 @@
|
||||||
<!-- Dial Plan. Default value is { x+ | \+x+ | *x+ | *xx*x+ } -->
|
<!-- Dial Plan. Default value is { x+ | \+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}
|
||||||
|
|
||||||
<!-- Call Log. 0 - Log All Calls, 1 - Log Incoming/Outgoing only (missed calls NOT recorded), 2 - Disable Call Log. Default is 0 -->
|
<!-- Call Log. 0 - Log All Calls, 1 - Log Incoming/Outgoing only (missed calls NOT recorded), 2 - Disable Call Log. Default is 0 -->
|
||||||
<!-- Number: 0, 1, 2 -->
|
<!-- Number: 0, 1, 2 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue