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

2003-10-07 Thread Joe Dennick
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

RE: [Asterisk-Users] IVR Questions?

2003-10-06 Thread duncan
I failed to mention in my original post that I've looked at perl through AGI, but haven't yet found a function that allows me to capture digits to a variable that I can then manipulate. I probably should also mention that I'm not a programmer-type, although I can usually muddle through

RE: [Asterisk-Users] IVR Questions?

2003-10-06 Thread Joe Dennick
? Thank you for your assistance! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of duncan Sent: Monday, October 06, 2003 7:53 AM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] IVR Questions? I failed to mention in my original post that I've looked

RE: [Asterisk-Users] IVR Questions?

2003-10-06 Thread Paul Crick
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

RE: [Asterisk-Users] IVR Questions?

2003-10-06 Thread Joe Dennick
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

RE: [Asterisk-Users] IVR Questions?

2003-10-06 Thread Paul Crick
That makes a lot of sense, but...it still doesn't work. DOH! :-( Hmm.. how are you connecting to the box? Zaptel device? SIP connection? I wonder what audio format's being used? ___ Asterisk-Users mailing list [EMAIL PROTECTED]

Re: [Asterisk-Users] IVR Questions?

2003-10-06 Thread Richard Lyman
: 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

RE: [Asterisk-Users] IVR Questions?

2003-10-06 Thread Joe Dennick
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

RE: [Asterisk-Users] IVR Questions?

2003-10-05 Thread Mark Hagler
Title: Message Look into AGI, and the associated AGI interface perl module. The interface is super easy to use in perl to gather digits and perform your own logic. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Dennick Sent: Sunday, October 05, 2003 5:54 PM