[Asterisk-Users] Asterisk Docs

Kevin Walsh kevin at cursor.biz
Thu Jul 1 07:13:10 MST 2004


Neil Cherry [ncherry at comcast.net] wrote:
> OK, this may seem to be an obvious question but where do I find
> the reference docs? I'm getting this error message:
> 
> Timeout, but no rule 't' in context 'home'
> 
> about this line:
> 
> exten => 2201,1,Dial(${PHONES1},20,Ttm)
> 
> I know the problem is with the 't' but I don't know what the
> parameters mean. I looking for a man page basically.
>
It has nothing to do with the 't' in your Dial().

The Dial() command docs can be found here:

    http://www.voip-info.org/wiki-Asterisk+cmd+dial

The "predefined extension names" list, including 't', can be found in
here:

    http://www.voip-info.org/wiki-Asterisk+config+extensions.conf

The 't' context is called when a timeout occurs.  You could get rid
of the warning with the following:

    exten => t,1,Hangup

That would simply hang up the line when a timeout is detected.  You
could do anything you like in there, of course.

This page could be helpful too:

    http://www.voip-info.org/wiki-Asterisk+cmd+ResponseTimeout

The WiKi is your friend.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/




More information about the asterisk-users mailing list