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



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

Reply via email to