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"; }