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.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to