From eda033b0dfcfafabafb830f09706175c1b5e0be1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 9 May 2018 13:38:28 -0600 Subject: [PATCH] Update destination_edit.php --- app/destinations/destination_edit.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index d1ebf23fc6..1b113019bb 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -251,10 +251,8 @@ $dialplan["dialplan_xml"] .= " \n"; $dialplan["dialplan_xml"] .= " \n"; $dialplan["dialplan_xml"] .= " \n"; - if (strlen($destination_alternate_app) > 0) { - $dialplan["dialplan_xml"] .= " \n"; - $dialplan["dialplan_xml"] .= " \n"; - } + $dialplan["dialplan_xml"] .= " \n"; + $dialplan["dialplan_xml"] .= " \n"; if (strlen($destination_cid_name_prefix) > 0) { $dialplan["dialplan_xml"] .= " \n"; }