well well …
im kinda new to asterisk, i need to make an AGI script that sets a CHANNEL variable that i can read from the dialplan with some number ( let`s call the variable $serial ).
exten => 123,n,AGI(getvar.agi)
exten => 123,n,SayDigits(${serial})
P.S. if anyone has any source that teaches AGI-PHP in a nice easy way please share, i tried the oreilly book but it`s too complicated for me when it comes to AGI.
tanks