RE: [Asterisk-Users] ResponseTimeout, Straight to operator?

2004-07-26 Thread Sean Cheesman
Check your config file. the 't' doesn't stand for terminate. It stands for timeout http://www.voip-info.org/wiki-Asterisk+t+extension Try adding your operator to the 't' extension instead of hanging up on them. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

RE: [Asterisk-Users] ResponseTimeout, Straight to operator?

2004-07-26 Thread Todd Lieberman
Try This... exten => s,1,Wait,2 exten => s,2,Answer exten => s,3,DigitTimeout,3 exten => s,4,ResponseTimeout,10 exten => s,5,Background(ts_welcome_en) exten => s,6,Dial(Zap/3,20) Hi, My client wants incoming callers who do not press a digit to go straight to the operator. Does anyone have an i

Re: [Asterisk-Users] ResponseTimeout, Straight to operator?

2004-07-26 Thread Joseph
On Mon, 2004-07-26 at 14:03, John Campbell wrote: > My client wants incoming callers who do not press a digit to go straight > to the operator. Does anyone have an idea of how this could be done? > I've looked for some examples, but I'm still not clear on it. > > Here's the relevant portion of