diff --git a/app/xml_cdr/xml_cdr_statistics_inc.php b/app/xml_cdr/xml_cdr_statistics_inc.php index f3f8529244..32141c6d34 100644 --- a/app/xml_cdr/xml_cdr_statistics_inc.php +++ b/app/xml_cdr/xml_cdr_statistics_inc.php @@ -154,7 +154,6 @@ } if ($missed == true) { $sql_where_ands[] = "missed_call = true "; - $sql_where_ands[] = "and hangup_cause <> 'LOSE_RACE' "; } if (strlen($start_epoch) > 0 && strlen($stop_epoch) > 0) { $sql_where_ands[] = "start_epoch between :start_epoch and :stop_epoch";