RE: [Asterisk-Users] IVR woes

2006-03-23 Thread Rob Thomas
2006 3:46 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] IVR woes On 03/10/06 05:00 Robert P. McKenzie said the following: Basically the problem is this. While the playbacks are happening you can push any one of the options and to happily

Re: [Asterisk-Users] IVR woes

2006-03-19 Thread Dinesh Nair
On 03/10/06 05:00 Robert P. McKenzie said the following: Basically the problem is this. While the playbacks are happening you can push any one of the options and to happily goes off and does it. However, if you wait until the messages stop playing back it just hangs up with the error at

[Asterisk-Users] IVR woes

2006-03-09 Thread Robert P. McKenzie
Hello all. I'm having a problem debugging an IVR I'm building. I can't see any reason this shouldn't be working. Firstly the asterisk version is: Asterisk SVN-trunk-r7230 built by root @ localhost.localdomain on a i686 running Linux on 2006-02-17 22:44:48 UTC Basically the problem is this.

Re: [Asterisk-Users] IVR woes

2006-03-09 Thread Sean Cook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If memory servers me correctly DigitTimeout and ResponseTimeout are depricated... try: exten = s,13,Set(TIMEOUT(digit)=5) exten = s,14,Set(TIMEOUT(response)=30) Sean Robert P. McKenzie wrote: Hello all. I'm having a problem debugging an IVR

Re: [Asterisk-Users] IVR woes

2006-03-09 Thread pdhales
WaitExten is also a great item to put at the bottom of your menus. PaulH - Original Message - From: Sean Cook [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Friday, March 10, 2006 8:13 AM Subject: Re: [Asterisk-Users

Re: [Asterisk-Users] IVR woes

2006-03-09 Thread Robert P. McKenzie
Sean, Thanks I've made those changes but still the same problem. The call falls through if nothing is pushed. -- Executing Set(IAX2/rob-6, TIMEOUT(digit)=5) in new stack -- Digit timeout set to 5 -- Executing Set(IAX2/rob-6, TIMEOUT(response)=30) in new stack -- Response

Re: [Asterisk-Users] IVR woes

2006-03-09 Thread pdhales
Shove a WaitExten at the end of the menu. PaulH - Original Message - From: Robert P. McKenzie [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Friday, March 10, 2006 8:21 AM Subject: Re: [Asterisk-Users] IVR woes Sean

RE: [Asterisk-Users] IVR woes

2006-03-09 Thread Wiley Siler
- Non-Commercial Discussion Subject: Re: [Asterisk-Users] IVR woes Sean, Thanks I've made those changes but still the same problem. The call falls through if nothing is pushed. -- Executing Set(IAX2/rob-6, TIMEOUT(digit)=5) in new stack -- Digit timeout set to 5 -- Executing Set

Re: [Asterisk-Users] IVR woes

2006-03-09 Thread Robert P. McKenzie
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert P. McKenzie Sent: Thursday, March 09, 2006 2:21 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] IVR woes Sean, Thanks I've made those changes but still the same

Re: [Asterisk-Users] IVR woes

2006-03-09 Thread Doug Lytle
Robert P. McKenzie wrote: Sean, Thanks I've made those changes but still the same problem. The call falls through if nothing is pushed. In the extensions.conf: ; If autofallthrough is set, then if an extension runs out of ; things to do, it will terminate the call with BUSY,

Re: [Asterisk-Users] IVR woes

2006-03-09 Thread Robert P. McKenzie
Thanks, that's also fixed another issue I had with wanting users to beable to enter an extension number. Doug Lytle wrote: Robert P. McKenzie wrote: Sean, Thanks I've made those changes but still the same problem. The call falls through if nothing is pushed. In the