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

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