[Freeswitch-trunk] [commit] r12650 - freeswitch/trunk/scripts/contrib/swk/php/amfphp
FreeSWITCH SVN
silik0n at freeswitch.org
Tue Mar 17 11:12:12 PDT 2009
Author: silik0n
Date: Tue Mar 17 13:12:12 2009
New Revision: 12650
Log:
how about send something more then / for the filepath
Modified:
freeswitch/trunk/scripts/contrib/swk/php/amfphp/freeswitch.php
Modified: freeswitch/trunk/scripts/contrib/swk/php/amfphp/freeswitch.php
==============================================================================
--- freeswitch/trunk/scripts/contrib/swk/php/amfphp/freeswitch.php (original)
+++ freeswitch/trunk/scripts/contrib/swk/php/amfphp/freeswitch.php Tue Mar 17 13:12:12 2009
@@ -217,7 +217,7 @@
}
public function confPlayfile($conference, $file_path){
- $playfile = "api conference $conference play " . $file_path['data'];
+ $playfile = "api conference $conference play " . $file_path;
$e = $this->esl->sendRecv($playfile);
$body = $e->getBody();
return $body;
More information about the Freeswitch-trunk
mailing list