From b23e7829df81ba17be31928d4c4f9830261abc01 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 18 Feb 2020 16:13:56 -0700 Subject: [PATCH] Update destination_edit.php --- app/destinations/destination_edit.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 085abbe901..5d4474f5a1 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -307,9 +307,8 @@ if (strlen($fax_uuid) > 0) { $dialplan["dialplan_xml"] .= " \n"; $dialplan["dialplan_xml"] .= " \n"; - $dialplan["dialplan_xml"] .= " \n"; - $dialplan["dialplan_xml"] .= " \n"; - $dialplan["dialplan_xml"] .= " \n"; + $dialplan["dialplan_xml"] .= " \n"; + } if ($destination->valid($destination_app.':'.$destination_data)) { $dialplan["dialplan_xml"] .= " \n";