[Asterisk-Users] IVR Questions?

Joe Dennick joe at dennick.net
Mon Oct 6 20:05:19 MST 2003


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: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Richard
Lyman
Sent: Monday, October 06, 2003 6:09 PM
To: asterisk-users at lists.digium.com
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: asterisk-users-admin at lists.digium.com
> [mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Paul Crick
> Sent: Monday, October 06, 2003 4:18 PM
> To: asterisk-users at lists.digium.com
> 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
> Asterisk-Users at lists.digium.com 
> http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com 
> http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list