wdoekes / asterisk-chan-dongle

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

after recent merge chan_dongle unable to load #85

Closed vevees23 closed 4 years ago

vevees23 commented 4 years ago

This is the log message

[2020-05-15 12:17:12] ERROR[1340]: loader.c:2396 load_modules: Error loading module 'chan_dongle.so': /usr/lib/asterisk/modules/chan_dongle.so: undefined symbol: at_response_cdsi

wdoekes commented 4 years ago

@magcks: sounds familiar?

vevees23 commented 4 years ago

commenting 'at_response_cdsi' function call in switch statement chan_dongle is loading but incoming SMS's are not working, [2020-05-15 14:10:52] WARNING[8905]: at_response.c:1226 at_response_cmti: [dongle0] Error parsing incoming sms message alert '+CDSI: "SM",21', ignoring this error i am getting

vevees23 commented 4 years ago

I compiled with latest pull request 71e3206 , the module is loaded now i am not getting incoming SMS's core restart now, after this i am getting the all pending SMS's at instance , after core restarts same problem repeat in simple i have to restart the core when i want see my latest SMS's

vevees23 commented 4 years ago

core restart now or module reload chan_dongle.so , i have to do this to get the pending incoming SMS's

I compiled with latest pull request 71e3206 , the module is loaded now i am not getting incoming SMS's core restart now, after this i am getting the all pending SMS's at instance , after core restarts same problem repeat in simple i have to restart the core when i want see my latest SMS's

wdoekes commented 4 years ago

Also here: please find out which commit broke things for you (git bisect)

magcks commented 4 years ago

Probably this is the same problem as #87

wdoekes commented 4 years ago

(Please try master.)

wdoekes commented 4 years ago

Fixed? Probably?