Update xml_cdr_inc.php (#6903)

This commit is contained in:
Alex 2024-02-22 15:54:18 -07:00 committed by GitHub
parent cdc11c5d16
commit 7436d8e651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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)) {