From 7436d8e65163f0cd5504eff8fe705f5370a932ad Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:54:18 -0700 Subject: [PATCH] Update xml_cdr_inc.php (#6903) --- app/xml_cdr/xml_cdr_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {