[Asterisk-Users] Re: WaitExten question
snacktime
snacktime at gmail.com
Sat Mar 26 23:22:41 MST 2005
>
> > exten => 1000,1,Goto(local,s,1)
> > exten => 8,1,Playback(/tmp/test) ; "test message"
>
> After you enter extension 8, it jumps to here and does Playback. But it
> doesn't then jump back to s, it looks for 8,2, and, not finding it, it
> just waits for the default response timeout for another extension to be
> entered. But it is not WaitExten(10) that is doing that, it is default
> behaviour. If no extension is entered, it goes to t,1.
Ok that's what I was missing, I didn't think of the default timeout.
Now it makes sense.
Chris
More information about the asterisk-users
mailing list