mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Filter out recordings with hangup cause 'LOSE_RACE'
This commit is contained in:
@@ -12,5 +12,6 @@
|
||||
$view['sql'] .= " LEFT JOIN v_xml_cdr_transcripts as t ON c.xml_cdr_uuid = t.xml_cdr_uuid \n";
|
||||
$view['sql'] .= " WHERE record_name IS NOT NULL \n";
|
||||
$view['sql'] .= " AND record_path is not null \n";
|
||||
$view['sql'] .= " AND hangup_cause <> 'LOSE_RACE' \n";
|
||||
$view['sql'] .= " ORDER BY start_stamp desc \n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user