mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix TTA use waitsec
This commit is contained in:
@@ -362,7 +362,7 @@
|
||||
if ($permission['xml_cdr_mos']) {
|
||||
$sql .= "c.rtp_audio_in_mos, \n";
|
||||
}
|
||||
$sql .= "(c.answer_epoch - c.start_epoch) as tta ";
|
||||
$sql .= "c.waitsec as tta ";
|
||||
if (!empty($_REQUEST['show']) && $_REQUEST['show'] == "all" && $permission['xml_cdr_all']) {
|
||||
$sql .= ", c.domain_name \n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user