> -----Original Message----- > From: Benny Amorsen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 20, 2006 1:04 PM > To: [email protected] > Subject: [asterisk-users] Re: Match a Numer - then continue with > dialplan > > > >>>>> "DG" == Douglas Garstang <[EMAIL PROTECTED]> writes: > > DG> If I pass a priority, we're right back at square one, we're I'm > DG> stuck in a priority and can't get back to an extension. > > You ALWAYS have both a priority and an extension. There is no such > thing as "being stuck in a priority".
Benny, lets say I have this... exten => _X.,1,NoOp(1) exten => _X.,2,NoOp(2) exten => _X.,3,NoOp(3) <- Current code execution location exten => 555,1,NoOp(1) exten => 555,2,NoOp(2) exten => 555,3,NoOp(3) How would I jump back into the dialplan from the current execution location and continue to search for matches? Doug _______________________________________________ --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
