[Asterisk-Users] specify maximum call duration

Olle E. Johansson oej at edvina.net
Mon Dec 29 13:54:02 MST 2003


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




More information about the asterisk-users mailing list