Exclude LOSE_RACE for missed calls (#6338)
* Exclude LOSE_RACE for missed calls * Update xml_cdr_inc.php
This commit is contained in:
@@ -154,6 +154,7 @@
|
||||
}
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user