massimo wrote:

Hi to all, I'm trying to make outside call in this way :
ignorepat => 0
exten => _0.,1,Dial(CAPI/xxxxxxx:b${exten})
But the first number 0 is not ignored.
I'm doing something wrong ?


Bye
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


Try:

exten => _0.,1,Dial(CAPI/xxxxxxx:b${exten:1})



_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to