diff --git a/app/music_on_hold/music_on_hold.php b/app/music_on_hold/music_on_hold.php index a9a072c541..eaf9de8073 100644 --- a/app/music_on_hold/music_on_hold.php +++ b/app/music_on_hold/music_on_hold.php @@ -136,7 +136,7 @@ header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past if ($_GET['t'] == "bin") { header("Content-Length: ".filesize($stream_full_path)); - } + } ob_clean(); fpassthru($fd); }