wdoekes / asterisk-chan-dongle

chan_dongle channel driver for Huawei UMTS cards, works with Asterisk 14+
Other
300 stars 105 forks source link

Block CallerID #58

Closed yon2004 closed 6 years ago

yon2004 commented 6 years ago

Hi and thanks for all your hard work.

I am trying to block outbound caller if by prefixing outgoing calls with "#31#" and the provider only returns invalid number dialed. I have tested this in a phone and it works fine on this provider.

exten => _#31#X.,n,Dial(dongle/dongle0/${EXTEN},60)

Verbose output looks normal do you have any idea where I should start looking to fix this? Chan_Dongle_VerboseLogging.txt

Cheers Yon