diff --git a/app/xml_cdr/xml_cdr_inc.php b/app/xml_cdr/xml_cdr_inc.php index c35feb6697..882f9f9d24 100644 --- a/app/xml_cdr/xml_cdr_inc.php +++ b/app/xml_cdr/xml_cdr_inc.php @@ -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)) {