[Asterisk-Users] Ignorepat with capi
michiel betel
michiel at betel.nl
Fri Apr 9 07:52:26 MST 2004
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
>Asterisk-Users at lists.digium.com
>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})
More information about the asterisk-users
mailing list