This was not working because my path to perl in the script was set to
/bin/perl and its /usr/bin/perl, it looks like.

I had another script not working and it was because one of my modules
was not installed.

I hadn't realized that errors really don't translate well through AGI.

-Brian.

-----Original Message-----
From: Brian Roy [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 15, 2005 1:09 PM
To: Brian Ott
Cc: [email protected]
Subject: Re: Asterisk::AGI

On 7/15/05, Brian Ott <[EMAIL PROTECTED]> wrote:

> Does anyone have any ideas?
> 
> Very frustrating.


Make sure and read in the variables first. You need this....

my %input = $AGI->ReadParse();

Seems like it has some odd behavior if you don't.

Also, make sure it executes from the shell outside of *. It won't do
anything, but it should at least execute.

-Brian


Reply via email to