On Wednesday 30 June 2010 13:39:57 Rodrigo Lang wrote:
> Good afternoon list.
>
> I'm trying to use ${AGISTATUS} after the execution of my script in PHP Agi.
> But after running the script, it just returns me 0 (true). Thus:
>
>     -- <SIP/213-00000019>AGI Script check.agi completed, returning 0
>
>
> I tried putting the lines "return false;" or "return 1;" but did not change
> anything.
> Does anyone have a clue?

If you want to set a value, use the SET VARIABLE agi command to do so.
The AGISTATUS variable tells you nothing more than whether your script ran,
failed to run (not executable), could not be found (typo!), or exited because
the calling channel hung up.

-- 
Tilghman Lesher
Digium, Inc. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com & www.asterisk.org

-- 
_____________________________________________________________________
-- 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