diff --git a/app/time_conditions/time_condition_add.php b/app/time_conditions/time_condition_add.php index 9a344bcbfe..fe56faf62c 100644 --- a/app/time_conditions/time_condition_add.php +++ b/app/time_conditions/time_condition_add.php @@ -130,7 +130,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $sql .= "'4b821450-926b-175a-af93-a03c441818b1', "; $sql .= "'$dialplan_name', "; $sql .= "'$dialplan_order', "; - $sql .= "'false', "; + $sql .= "'true', "; $sql .= "'".$_SESSION['context']."', "; $sql .= "'$dialplan_enabled', "; $sql .= "'$dialplan_description' ";