[Asterisk-Users] Perl AGI - no output from agi script to Asterisk

Adam Goryachev mailinglists at websitemanagers.com.au
Tue Aug 24 23:35:21 MST 2004


On Wed, 2004-08-25 at 10:00, Robert Rozman wrote:
> Hi,
> 
> I'm writting some Perl AGI scripts. I got lucky on some working, but try to
> debug other.
> 
> I put a lot of verbose() or print STDERR commands into them, but no output
> appears on asterisk CLI (I run asterisk -vvvvvvvrgc after normal asterisk
> process is started).
> 
> I get all kinds of other messages with higher verbosity, but none from Perl
> AGI script (I also get some response from eagi-test so I guess this is Perl
> AGI problem).
> 
> Anyone using Perl scripts verbosity successfully under RC 2 ?

I used the asterisk-perl module like this:
$AGI->verbose("something to print\n",1);

and it seemed to sortof work... I hope that helps.

Regards,
Adam






More information about the asterisk-users mailing list