diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 4ddbc97dcb..c8ab71daa0 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -274,7 +274,7 @@ require_once "resources/header.php"; $sql .= "'condition', "; $sql .= "'destination_number', "; $sql .= "'^".$dialplan_number."$', "; - $sql .= "'never', "; + $sql .= "null, "; $sql .= "null, "; $sql .= "'".$dialplan_detail_group."', "; $sql .= "'".$dialplan_detail_order."' ";