Changeset 13089

Show
Ignore:
Timestamp:
12/17/11 15:53:16 (1 year ago)
Author:
p_lindheimer
Message:

fixes #5479 to use file handler also re #5478

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/cdr/cdr_play.php

    r12399 r13089  
    11<?php 
     2if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    23 
    34/** 
     
    3031  $file = urlencode($crypt->encrypt($path,$REC_CRYPT_PASSWORD)); 
    3132  if (isset($file)) { 
    32     echo("<embed width='100%' type='audio/basic' src='modules/cdr/cdr_audio.php?cdr_file=" .$file. "' width=300, height=25 autoplay=true loop=false></embed><br>"); 
     33    echo("<embed width='100%' type='audio/basic' src='config.php?skip_astman=1&quietmode=1&handler=file&module=cdr&file=cdr_audio.php&cdr_file=" .$file. "' width=300, height=25 autoplay=true loop=false></embed><br>"); 
    3334  } 
    3435?>