Hi Shawn

Shawn L. Djernes wrote:
> When I read variables with get_variable I get the results, but if I
> read several in a row and then display them back the requested
> information will be in the wrong variable.  It is off by one in the
> order I request them.
At first you have to do an $AGI->ReadParse, no matter if you want that
info or not, since asterisk agi sends it.  Otherwise it messes up the
stdin-buffer.  I guess it should be done in new, since it must always be
done first...  Then we could have $AGI->input or so instead of always
having to do my %input = $AGI->ReadParse.

/F


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to