Fixed call center queue agents table (#6746)

* Update destination_edit.php

* Fixed php 8.1 errors

* Fixed cdr recording download not working

* Update call_center_queue_edit.php

* Update call_center_queue_edit.php

---------

Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
Alex
2023-06-06 11:31:22 -06:00
committed by GitHub
parent b14fde8eec
commit 22a01b147d
4 changed files with 6 additions and 5 deletions

View File

@@ -1383,6 +1383,7 @@ if (!class_exists('xml_cdr')) {
header("Content-Length: ".filesize($record_file));
}
ob_clean();
fpassthru($fd);
//content-range
if (isset($_SERVER['HTTP_RANGE']) && $_GET['t'] != "bin") {