Steven Critchfield wrote:

[incoming]
exten => _.*,1,answer
;exten => _.*,2,agi(timeout-lookup.agi) ; alternative
exten => _.*/some match,2,Absolutetimeout(360)
exten => _.*,2,noop
exten => _.*,3,goto(realcontext,${EXTEN},1)

Hmmm. Is that right, Steven? Does exten => xxx/match,2 follow exten => xxx,1 and is followed by exten => xxx,3

If I have a /match on callid, will both priority 2 steps be executed, or only one, the actual match?

That's something we need to document, if that's correct.

/O

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to