mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Inbound routes dialplan continue set default to false
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -158,6 +158,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$sql .= "dialplan_uuid, ";
|
||||
$sql .= "app_uuid, ";
|
||||
$sql .= "dialplan_name, ";
|
||||
$sql .= "dialplan_continue, ";
|
||||
$sql .= "dialplan_order, ";
|
||||
$sql .= "dialplan_context, ";
|
||||
$sql .= "dialplan_enabled, ";
|
||||
@@ -169,6 +170,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$sql .= "'$dialplan_uuid', ";
|
||||
$sql .= "'c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4', ";
|
||||
$sql .= "'$dialplan_name', ";
|
||||
$sql .= "'false', ";
|
||||
$sql .= "'$public_order', ";
|
||||
$sql .= "'public', ";
|
||||
$sql .= "'$dialplan_enabled', ";
|
||||
|
||||
Reference in New Issue
Block a user