Gabriel Ortiz Lour wrote:
exten => _6XXX,1,NoOp(test1)

exten => _XXXX,1,NoOp(test2)
exten => _XXXX,2,NoOp(test3)

Being in the same context, it would look for the next priority that would match. _XXXX,2 would be that priority.

I would suggest:

exten => _6XXX,1,NoOp(test1)
exten => _6XXX,n,Hangup()

Doug


--

Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, 
deserve neither Liberty nor Safety."


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

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

Reply via email to