>>>>> "DG" == Douglas Garstang <[EMAIL PROTECTED]> writes:

DG> Benny, lets say I have this...

DG> exten => _X.,1,NoOp(1)
DG> exten => _X.,2,NoOp(2)
DG> exten => _X.,3,NoOp(3) <- Current code execution location

DG> exten => 555,1,NoOp(1)
DG> exten => 555,2,NoOp(2)
DG> exten => 555,3,NoOp(3)

DG> How would I jump back into the dialplan from the current execution
DG> location and continue to search for matches?

You just Goto() wherever you want to go. Of course if you Goto back in
the same context, you'll have an infinite loop. So don't do that, make
a separate context without the exten you did Goto() from.


/Benny


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to