Fix. Play voicemail.

Copy from recordings.php
This commit is contained in:
Alexey Melnichuk
2015-12-11 16:40:49 +03:00
parent 5a0d25ff06
commit 7d5c5f1161

View File

@@ -354,6 +354,7 @@
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // date in the past
header("Content-Length: " . filesize($file_path));
ob_end_clean();
fpassthru($fd);
}