diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 17e233e68e..4379e27754 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -177,7 +177,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { $dialplan["dialplan_enabled"] = $destination_enabled; $dialplan["dialplan_description"] = $destination_description; - $dialplan_detail_order = 0; + $dialplan_detail_order = 10; if (strlen($dialplan_uuid) == 0) { //add the public condition $y = 0;