From 78ddfe6045ed8ff989507980801f9b90d4571873 Mon Sep 17 00:00:00 2001 From: Robert Stevens Date: Sat, 21 Apr 2018 23:30:31 -0700 Subject: [PATCH] Adding sip_h_Diversion channel variable to list of conditions in dialplan editor. (#3032) --- app/dialplans/dialplan_detail_edit.php | 1 + app/dialplans/dialplan_edit.php | 1 + 2 files changed, 2 insertions(+) diff --git a/app/dialplans/dialplan_detail_edit.php b/app/dialplans/dialplan_detail_edit.php index 264e3b5eb1..2321665aac 100644 --- a/app/dialplans/dialplan_detail_edit.php +++ b/app/dialplans/dialplan_detail_edit.php @@ -344,6 +344,7 @@ function replace_param(obj){ echo " \n"; echo " \n"; echo " \n"; + echo " \n"; echo "\n"; } if (strlen($dialplan_detail_tag) == 0 || $dialplan_detail_tag == "action" || $dialplan_detail_tag == "anti-action") { diff --git a/app/dialplans/dialplan_edit.php b/app/dialplans/dialplan_edit.php index 140531ba97..d236905f9d 100644 --- a/app/dialplans/dialplan_edit.php +++ b/app/dialplans/dialplan_edit.php @@ -673,6 +673,7 @@ echo " \n"; echo " \n"; echo " \n"; + echo " \n"; echo " \n"; //} //if (strlen($dialplan_detail_tag) == 0 || $dialplan_detail_tag == "action" || $dialplan_detail_tag == "anti-action") {