On Mon, 29 Mar 2010, Jeff Johnson wrote:

I would appreciate any ideas of what I’m doing wrong on this.   My dialplan calls an AGI which records a file.  That works, but I’m trying to find a way to determine whether the caller pressed # to stop a recording before the maxtime expired, or if the recording ended due to reaching the max timeout.  The $fx variable in the below agi excerpt always returns 0.

$res = $agi->exec('Record', "$filename.gsm||$maxtime");

$fx = $res['result'];

Try using the AGI command "record file" instead of the "application record()."

I get a valid 'result' :)

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       [email protected]      Voice: +1-760-468-3867 PST
Newline                                              Fax: +1-760-731-3000
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to