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

mattf mattf at vicimarketing.com
Tue Aug 24 19:59:22 MST 2004


print to standard error output in your perl script:

print STDERR "This is how perl-AGI prints to Asterisk CLI output\n";


MATT---


-----Original Message-----
From: Robert Rozman [mailto:rozman at fri.uni-lj.si]
Sent: Tuesday, August 24, 2004 8:01 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Perl AGI - no output from agi script to
Asterisk


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 ?

Thanks in advance,

Robert.


_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list