From 74e5b2f683bda0c502b648558752401c58b9c135 Mon Sep 17 00:00:00 2001 From: Jason Kinner Date: Tue, 22 Sep 2020 19:42:04 -0400 Subject: [PATCH] Add new grandstream_onhook_dial_barging & grandstream_history_dialplan_bypass variables (#5471) Enable the option to prevent incoming calls from interrupting outbound dialing (a commonly requested functionality) Enable the option to bypass Grandstream phone's dialplan when dialing from call history (to prevent errors on calls that contained a + in front of them) --- .../templates/provision/grandstream/gxp2170/{$mac}.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/grandstream/gxp2170/{$mac}.xml b/resources/templates/provision/grandstream/gxp2170/{$mac}.xml index 25ec3e9fc0..74d943b559 100644 --- a/resources/templates/provision/grandstream/gxp2170/{$mac}.xml +++ b/resources/templates/provision/grandstream/gxp2170/{$mac}.xml @@ -7330,7 +7330,9 @@ - 1 + {if isset($grandstream_onhook_dial_barging)} + {$grandstream_onhook_dial_barging} + {/if} @@ -7373,7 +7375,9 @@ - 0 + {if isset($grandstream_history_dialplan_bypass)} + {$grandstream_history_dialplan_bypass} + {/if}