Fix play recording in CDR

This commit is contained in:
FusionPBX 2024-10-16 16:18:59 -06:00 committed by GitHub
parent 40fe1e8a43
commit 0a08b522f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1892,7 +1892,7 @@ if (!class_exists('xml_cdr')) {
ob_clean();
//content-range
if (isset($_SERVER['HTTP_RANGE']) && $_GET['t'] != "bin") {
if (isset($_SERVER['HTTP_RANGE']) && $_GET['t'] != "bin" && $_GET['t'] != "record") {
$this->range_download($record_file);
}