Displaying 1 result from an estimated 1 matches for "795cfee8".
2011 Feb 15
2
Dialplan end of pattern matching question
Hi,
I've noticed an unusual behavior on the dialplan execution: assume this
DP:
exten => _6XXX,1,NoOp(test1)
exten => _XXXX,1,NoOp(test2)
exten => _XXXX,2,NoOp(test3)
If I call 6000 then test1 and test3 NoOps get executed, even though the
pattern is different.
I've always thought that if I call 6000 it would match the 6XXX pattern,
that only has 1 priority, that would get