From c409e04472ed82bed4ab0309e5cfd125713ad9a8 Mon Sep 17 00:00:00 2001 From: Len Date: Mon, 28 Sep 2020 13:19:25 -0400 Subject: [PATCH] Update {$mac}.xml --- .../provision/grandstream/ht802/{$mac}.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/resources/templates/provision/grandstream/ht802/{$mac}.xml b/resources/templates/provision/grandstream/ht802/{$mac}.xml index 1478b0aedc..00362b1e70 100644 --- a/resources/templates/provision/grandstream/ht802/{$mac}.xml +++ b/resources/templates/provision/grandstream/ht802/{$mac}.xml @@ -1013,13 +1013,13 @@ 1 - - + + {if isset($grandstream_dial_plan) } -{$grandstream_dial_plan} + {$grandstream_dial_plan} {else} -{literal}{x+|*x+|*++|\p\a\r\k\+*x+| \f\l\o\w\+*x+}{/literal} + {literal}{x+|*x+|*++|\p\a\r\k\+*x+| \f\l\o\w\+*x+}{/literal} {/if} @@ -1896,7 +1896,12 @@ - { x+ | \+x+ | *x+ | *xx*x+ } + +{if isset($grandstream_dial_plan) } + {$grandstream_dial_plan} +{else} + {literal}{x+|*x+|*++|\p\a\r\k\+*x+| \f\l\o\w\+*x+}{/literal} +{/if}