From 9d69d916301b4b8a5f8850c3a36465fcc79edea6 Mon Sep 17 00:00:00 2001 From: agree <37550360+greenbea@users.noreply.github.com> Date: Tue, 11 Jan 2022 00:25:42 -0500 Subject: [PATCH] [destinations] fix missing dialplan extension name (#6237) --- app/destinations/destination_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 96d0b6a22b..ac3c78e4fd 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -375,7 +375,7 @@ } //build the xml dialplan - $dialplan["dialplan_xml"] = "\n"; + $dialplan["dialplan_xml"] = "\n"; $dialplan["dialplan_xml"] .= " \n"; $dialplan["dialplan_xml"] .= " \n"; $dialplan["dialplan_xml"] .= " \n";