[asterisk-users] Stupid Timeout Question

2008-05-01 Thread Gerald Harshany
Hi, It may have to do with the version of Asterisk. I have (basically) the same coding on an Asterisk V1.4.18 box, and a V1.6 SVN test box - in both boxes the Asterisk does execute the => t,1,Playback(connection-timed-out) when nothing is entered. The only differences I can see between your co

Re: [asterisk-users] Stupid Timeout Question

2008-05-01 Thread Steve Edwards
On Thu, 1 May 2008, Douglas Garstang wrote: > What the heck is wrong with this? > > [general] > autofallthrough=yes > > > exten => s,n(prompt),NoOp() > exten => s,n,Background(wish-to-continue) > exten => s,n,Background(1-yes-2-no) > exten => s,n,WaitExten(5) > > ; User entered nothing > exte

[asterisk-users] Stupid Timeout Question

2008-05-01 Thread Douglas Garstang
I haven't done this for a while... yes, that is my excuse. What the heck is wrong with this? [general] autofallthrough=yes exten => s,n(prompt),NoOp() exten => s,n,Background(wish-to-continue) exten => s,n,Background(1-yes-2-no) exten => s,n,WaitExten(5) ; User entered nothing exten => t,1