wdoekes / asterisk-chan-dongle

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

Some fixes #79

Closed hselasky closed 4 years ago

hselasky commented 4 years ago

Regarding the PDU parsing patch I'm not entirely sure it is correct and I've included the PDU in question so that you can test.

magcks commented 4 years ago

Hey hselasky!

I also had issues with SMEMFULL.

The delivery report is geneally broken. #77 implements full delivery report PDU parsing.

ger-pakon commented 4 years ago

@wdoekes can you please merge? Thank you!

hselasky commented 4 years ago

Make sure we only poll SMS during startup, because the fetch / delete sequence may race, because it is two AT commands and not one.

hselasky commented 4 years ago

Improved my fixes for stuck SMS.

ger-pakon commented 4 years ago

Thank you. I hadn't the time to search for the AT Commands to delete the old messages. But I appreciate your work and hope it will been included as soon as possible.