> In extensions.sip, I am using the following within the [sip] context:
>
> exten => _9.,1,Dial(vpb/1/1/${EXTEN:1})
> exten => _9.,2,Congestion
>
> If any one can think of any suggestions to address any of these
> problems, please let me know - I appreciate any comments received.
>
> Thanks!
>
> Terence Parker
>
Try:

exten => _9.,1,Dial(vpb/1-1/${EXTEN:1})
exten => _9.,2,Congestion

Jorge
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to