mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr_inc.php (#6903)
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user