RE: [Asterisk-Users] ivr key press?

2003-12-21 Thread Joe Dennick
To: Asterisk-a-users-list Subject: [Asterisk-Users] ivr key press? I'm testing an ivr implementation (first time) using: exten = 620,1,Wait,1 exten = 620,2,Answer exten = 620,3,DigitTimeout,5 exten = 620,4,ResponseTimeout,10 exten = 620,5,Background(npi-greeting) ; Thanks for calling press 1

Re: [Asterisk-Users] ivr key press?

2003-12-21 Thread Olle E. Johansson
As I understand it, building a menu is best done in a separate context, done for the menu. I'm guessing a bit, but my tests indicate that Asterisk finds out the longest extension within the context (including included contexts) and listens until you've entered as many digits as the longest one,

RE: [Asterisk-Users] ivr key press?

2003-12-21 Thread David J Carter
: [Asterisk-Users] ivr key press? I'm testing an ivr implementation (first time) using: exten = 620,1,Wait,1 exten = 620,2,Answer exten = 620,3,DigitTimeout,5 exten = 620,4,ResponseTimeout,10 exten = 620,5,Background(npi-greeting) ; Thanks for calling press 1 for exten = 1,1,Goto(npi-directory,s,1

Re: [Asterisk-Users] ivr key press?

2003-12-21 Thread Rich Adamson
for the full 3000? (That's that part I'm not seeing; forest and the trees kind of thing). Okay, please step out of the forest. Okay, some of the forest is beginning to disappear and I can see some trees. ;) I'm getting closer at least. Here's the ivr context as it stands right now,

Re: [Asterisk-Users] ivr key press?

2003-12-21 Thread Steven Critchfield
On Sun, 2003-12-21 at 10:19, Rich Adamson wrote: for the full 3000? (That's that part I'm not seeing; forest and the trees kind of thing). Okay, please step out of the forest. Okay, some of the forest is beginning to disappear and I can see some trees. ;) I'm getting closer at

Re: [Asterisk-Users] ivr key press?

2003-12-21 Thread Rich Adamson
Steve, Thank you very much for taking the time to remove the forest. Until one attempts something like this, one does not have an appreciation for the real impact of contexts and how they interact. My initial dialplan was a very simple single-context version that started from John Todd's basic

[Asterisk-Users] ivr key press?

2003-12-20 Thread Rich Adamson
I'm testing an ivr implementation (first time) using: exten = 620,1,Wait,1 exten = 620,2,Answer exten = 620,3,DigitTimeout,5 exten = 620,4,ResponseTimeout,10 exten = 620,5,Background(npi-greeting) ; Thanks for calling press 1 for exten = 1,1,Goto(npi-directory,s,1) For initial testing, I've

Re: [Asterisk-Users] ivr key press?

2003-12-20 Thread Steven Critchfield
On Sat, 2003-12-20 at 21:06, Rich Adamson wrote: I'm testing an ivr implementation (first time) using: exten = 620,1,Wait,1 exten = 620,2,Answer exten = 620,3,DigitTimeout,5 exten = 620,4,ResponseTimeout,10 exten = 620,5,Background(npi-greeting) ; Thanks for calling press 1 for exten =

Re: [Asterisk-Users] ivr key press?

2003-12-20 Thread Brian West
Do you have the context with exten 3000 included in the same place as exten 620 is? If not then it can in no way work. bkw On Sat, 20 Dec 2003, Rich Adamson wrote: Hi Steve, On Sat, 2003-12-20 at 21:06, Rich Adamson wrote: I'm testing an ivr implementation (first time) using: exten =