I added the line suggested below, and now I hear the prompt for input,
but then nothing.  The CLI says its playing the prompt, and nothing
more.  When I finally end the call (hang up the phone)(BTW, I'm using
X-Ten's soft-phone for testing) Asterisk crashes and has to be
restarted.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Richard
Lyman
Sent: Monday, October 06, 2003 6:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] IVR Questions?


simply add...

......
my $AGI = new Asterisk::AGI;
my %input = $AGI->ReadParse();  ## <---- this line
......

Joe Dennick wrote:
> 
> That makes a lot of sense, but...it still doesn't work.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Paul Crick
> Sent: Monday, October 06, 2003 4:18 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [Asterisk-Users] IVR Questions?
> 
> Try putting an Answer() in your extensions.conf before you call the 
> AGI code - a common gotcha I think?
> 
> _______________________________________________
> Asterisk-Users mailing list
> [EMAIL PROTECTED] 
> http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> _______________________________________________
> Asterisk-Users mailing list
> [EMAIL PROTECTED] 
> http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to