Recent Calls hide Lose Race

This commit is contained in:
FusionPBX
2024-04-22 12:16:30 -06:00
committed by GitHub
parent bd2f0b7442
commit 9e71d87012

View File

@@ -68,6 +68,7 @@
$sql .= "and false \n";
}
}
$sql .= "and hangup_cause <> 'LOSE_RACE' ";
$sql .= "and start_epoch > ".(time() - 86400)." ";
$sql .= "order by start_epoch desc ";
$sql .= "limit :recent_limit ";