Update {$mac}.xml (#3843)
This commit is contained in:
parent
127a798dcd
commit
5885f4eaa0
|
|
@ -322,7 +322,13 @@
|
||||||
<!-- Use # as Dial Key. 0 - No, 1 - Yes (if set to Yes, "#" will function as the "(Re-)Dial" key) -->
|
<!-- Use # as Dial Key. 0 - No, 1 - Yes (if set to Yes, "#" will function as the "(Re-)Dial" key) -->
|
||||||
<P72>1</P72>
|
<P72>1</P72>
|
||||||
<!-- Dial Plan -->
|
<!-- Dial Plan -->
|
||||||
|
|
||||||
|
{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>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<!-- SUBSCRIBE for MWI. 0 - No, 1 - Yes -->
|
<!-- SUBSCRIBE for MWI. 0 - No, 1 - Yes -->
|
||||||
<P99>0</P99>
|
<P99>0</P99>
|
||||||
<!-- Send Anonymous. 0 - No, 1 - Yes (caller ID will be blocked if set to Yes) -->
|
<!-- Send Anonymous. 0 - No, 1 - Yes (caller ID will be blocked if set to Yes) -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue