[asterisk-users] Problem: no such extension 'xx' in context 'default'

Rob Hillis rob at hillis.dyndns.org
Fri Dec 26 06:58:12 CST 2008


Michael wrote:
> Change it to the following:
> exten => _10,1,Dial(SIP/10,10)
> exten =>_10,n,Background(vm-nobodyavail)
> exten => _11,1,Dial(SIP/11,5)
> exten =>_11,n,Background(vm-nobodyavail)
>
> The only time I am aware of that you can leave out the prefix underscore is 
> for "exten => s" and "exten => i"

No, you can leave out the leading underscore when you are using explicit 
extension numbers. (such as those above)  As soon as you introduce /any/ 
pattern matching characters, you /must/ include the leading underscore.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081226/53491490/attachment.htm 


More information about the asterisk-users mailing list