[Asterisk-Users] RE: Asterisk-Users] IVR Questions?

Joe Dennick joe at dennick.net
Tue Oct 7 08:16:55 MST 2003


OK, I've got my script all set up and running, but now Asterisk crashes when the digits are entered with the following error:

    Ouch ... error while writing audio data: : Broken pipe

I just retrieved and compiled the latest CVS this morning, as well as the latest AGI perl module.  Why won't the AGI->get_data() function work correctly?

Joe

Richard Lyman <pchammer at dynx.net> wrote the Oct 6, 2003 6:08 PM:

> 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