Inbound routes dialplan continue set default to false

This commit is contained in:
Mark Crane
2014-06-09 20:00:28 +00:00
parent 7f36ff3652
commit 77e6e03533
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
$dialplan["dialplan_name"] = format_phone($destination_number);
$dialplan["dialplan_number"] = $destination_number;
$dialplan["dialplan_context"] = $destination_context;
$dialplan["dialplan_continue"] = "true";
$dialplan["dialplan_continue"] = "false";
$dialplan["dialplan_order"] = "100";
$dialplan["dialplan_enabled"] = $destination_enabled;
$dialplan["dialplan_description"] = $destination_description;