diff --git a/app/destinations/destination_download.php b/app/destinations/destination_download.php index 0032ae459c..ba8d097bb8 100644 --- a/app/destinations/destination_download.php +++ b/app/destinations/destination_download.php @@ -148,7 +148,6 @@ //show the content echo "
\n"; diff --git a/app/dialplan_inbound/dialplan_inbound_add.php b/app/dialplan_inbound/dialplan_inbound_add.php index 13e27ef9dd..deb8175233 100644 --- a/app/dialplan_inbound/dialplan_inbound_add.php +++ b/app/dialplan_inbound/dialplan_inbound_add.php @@ -71,27 +71,27 @@ $condition_field_2 = $_POST["condition_field_2"] ?? null; $condition_expression_2 = $_POST["condition_expression_2"] ?? null; $destination_uuid = $_POST["destination_uuid"]; - + $action_1 = $_POST["action_1"]; //$action_1 = "transfer:1001 XML default"; $action_1_array = explode(":", $action_1); $action_application_1 = array_shift($action_1_array); $action_data_1 = join(':', $action_1_array); - + $action_2 = $_POST["action_2"] ?? ''; //$action_2 = "transfer:1001 XML default"; $action_2_array = explode(":", $action_2); $action_application_2 = array_shift($action_2_array); $action_data_2 = join(':', $action_2_array); - + //$action_application_1 = $_POST["action_application_1"]; //$action_data_1 = $_POST["action_data_1"]; //$action_application_2 = $_POST["action_application_2"]; //$action_data_2 = $_POST["action_data_2"]; - + $destination_carrier = ''; $destination_accountcode = ''; - + //use the destination_uuid to set the condition_expression_1 if (is_uuid($destination_uuid)) { $sql = "select * from v_destinations "; @@ -110,7 +110,7 @@ } unset($sql, $parameters, $row); } - + if (permission_exists("inbound_route_advanced") && $action == "advanced") { //allow users with group advanced control, not always superadmin. You may change this in group permissions } @@ -503,6 +503,7 @@ echo $text['description-dialplan-inbound-add']."\n"; echo "| \n"; @@ -807,6 +808,7 @@ echo " |
| \n"; echo " ".$text['label-name']."\n"; @@ -261,7 +262,7 @@ echo "\n"; echo " | \n"; echo "|||||||||
| \n"; //echo " Continue\n"; @@ -286,7 +287,7 @@ //echo "Extension Continue in most cases this is false. default: false\n"; //echo " | \n"; //echo "|||||||||
| \n"; echo " ".$text['label-condition_1']."\n"; @@ -316,7 +317,7 @@ obj.parentNode.removeChild(obj); Replace_condition_field_1(this.objs); } - + function Replace_condition_field_1(obj){ obj[2].parentNode.insertBefore(obj[0],obj[2]); obj[0].parentNode.removeChild(obj[1]); @@ -374,13 +375,13 @@ echo " \n"; echo " | \n"; echo "|||||||||
| \n"; echo " ".$text['label-condition_2']."\n"; echo " | \n"; echo "\n";
-
+
echo "
"; if (!empty($action) && $action == "update") { @@ -551,4 +553,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/dialplans/dialplan_edit.php b/app/dialplans/dialplan_edit.php index 6cddf76467..b93bdc47e1 100644 --- a/app/dialplans/dialplan_edit.php +++ b/app/dialplans/dialplan_edit.php @@ -117,7 +117,7 @@ $esl = event_socket::create(); if ($esl->is_connected()) { $result = event_socket::api('show application'); - + $show_applications = explode("\n\n", $result); $raw_applications = explode("\n", $show_applications[0]); unset($result); @@ -590,6 +590,7 @@ echo $text['description-dialplan-edit']."\n"; echo " \n"; + echo " \n";
echo " \n";
} //end if results
diff --git a/app/dialplans/dialplan_xml.php b/app/dialplans/dialplan_xml.php
index 440f7e00d8..7ee63f5d36 100644
--- a/app/dialplans/dialplan_xml.php
+++ b/app/dialplans/dialplan_xml.php
@@ -258,6 +258,7 @@
echo $text['description-dialplan-edit']."\n";
echo "
\n"; + echo " \n";
echo " ";
echo " \n";
+ echo "\n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + + echo "\n"; + echo "\n"; + echo "\n"; echo "\n"; diff --git a/app/dialplans/dialplans.php b/app/dialplans/dialplans.php index 11394b6ff8..9b3f77cad7 100644 --- a/app/dialplans/dialplans.php +++ b/app/dialplans/dialplans.php @@ -498,6 +498,7 @@ } echo "\n \n"; + echo "\n"; @@ -213,4 +215,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 0af169bc11..b8dd6f5a17 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -1140,6 +1140,7 @@ echo " \n"; echo "\n"; + echo " \n";
echo " \n";
echo ""; if (isset($page) && is_numeric($page)) { @@ -2313,4 +2315,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/extensions/extension_imports.php b/app/extensions/extension_imports.php index 5283eef89c..47562ae405 100644 --- a/app/extensions/extension_imports.php +++ b/app/extensions/extension_imports.php @@ -164,6 +164,7 @@ echo $text['description-import']."\n"; echo " \n"; + echo " \n";
echo " \n";
echo "\n"; echo "\n"; @@ -365,7 +367,6 @@ //show content echo " |