[asterisk-users] Return agi script.

Tilghman Lesher tlesher at digium.com
Wed Jun 30 23:54:38 CDT 2010


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



More information about the asterisk-users mailing list