[asterisk-users] Re: Match a Numer - then continue with dialplan

Douglas Garstang dgarstang at oneeighty.com
Wed Dec 20 13:14:05 MST 2006


> -----Original Message-----
> From: Benny Amorsen [mailto:benny+usenet at amorsen.dk]
> Sent: Wednesday, December 20, 2006 1:04 PM
> To: asterisk-users at lists.digium.com
> Subject: [asterisk-users] Re: Match a Numer - then continue with
> dialplan
> 
> 
> >>>>> "DG" == Douglas Garstang <dgarstang at oneeighty.com> 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


More information about the asterisk-users mailing list