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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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 ";