wdoekes / asterisk-chan-dongle

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

imsi identification work only if echo off #61

Open 532910 opened 6 years ago

532910 commented 6 years ago

if I put

[dongle]
imei=<IMEI>

in dongle.conf all works fine

but

[dongle]
imsi=<IMSI>

works only after ATE0

archekb commented 3 years ago

+1 It's true, if i use only imsi, after unplug and plug dongle again, chan dongle can't connect to dongle and shows:

asterisk*CLI> dongle show devices ID Group State RSSI Mode Submode Provider Name Model Firmware IMEI IMSI Number
gsm912xxxxxxx 0 Not connec 0 0 0 NONE Unknown
gsm965xxxxxxx 0 Not connec 0 0 0 NONE Unknown

but if i add imei, it's works fine, unplug and then plug again works correct.

@532910 Thank you!