From 3dc23ee3f1db10452df6d9cd7e4a6e4cad98a09e Mon Sep 17 00:00:00 2001 From: Jason Kinner Date: Tue, 22 Sep 2020 19:42:51 -0400 Subject: [PATCH] Add new grandstream_onhook_dial_barging & grandstream_history_dialplan_bypass variables (#5473) 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/gxp2130/{$mac}.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/grandstream/gxp2130/{$mac}.xml b/resources/templates/provision/grandstream/gxp2130/{$mac}.xml index d57c949987..3060319c5b 100644 --- a/resources/templates/provision/grandstream/gxp2130/{$mac}.xml +++ b/resources/templates/provision/grandstream/gxp2130/{$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}