Recent Calls hide Lose Race

This commit is contained in:
FusionPBX 2024-04-22 12:18:00 -06:00 committed by GitHub
parent 8091252664
commit 2262ec7272
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 ";