mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Recent Calls hide Lose Race
This commit is contained in:
@@ -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 ";
|
||||
|
||||
Reference in New Issue
Block a user