> > > 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 _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
