Update xml_cdr_inc.php (#6904)

This commit is contained in:
Alex
2024-02-22 15:55:59 -07:00
committed by GitHub
parent 94e558f7b6
commit 9c4e38babc

View File

@@ -482,7 +482,7 @@
$sql .= "and hangup_cause != 'LOSE_RACE' \n";
}
if (!empty($status)) {
$sql .= "and status >= :status \n";
$sql .= "and status = :status \n";
$parameters['status'] = $status;
}
if (!empty($xml_cdr_uuid)) {