[asterisk-users] Asterisk 1.4.30 is slow sending STDIN to AGI script

Ryan Bullock rrb3942 at gmail.com
Wed Apr 28 11:00:39 CDT 2010


Looking at the Asterisk::AGI docs, maybe try calling ReadParse() early
in the script to read in anything from stdin?

(From the docs)
# pull AGI variables into %input
%input = $AGI->ReadParse();



More information about the asterisk-users mailing list