mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
Merge pull request #1325 from moteus/voicemail_play_web
Fix. Play voicemail.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user