ossobv / asterisklint

Asterisk PBX configuration syntax checker
GNU General Public License v3.0
61 stars 12 forks source link

"invalid priority 't'" but t is a valid extension #16

Closed ghost closed 7 years ago

ghost commented 7 years ago

_[X,t,i],1,Goto(scanner,s,1) gets a warning of exten => 6 E_DP_PRIO_INVALID: invalid priority 't'

However https://wiki.asterisk.org/wiki/display/AST/Special+Dialplan+Extensions says that:

t: Response timeout extension When the caller waits too long before entering a response to the Background() or WaitExten() applications, and there are no more priorities in the current extension, the call is sent to the t extension.

ghost commented 7 years ago

My bad - stray comma