wdoekes / asterisk-chan-dongle

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

Fix for stuck SMS messages during SMMEMFULL state #47

Open hselasky opened 7 years ago

hselasky commented 7 years ago

It has been observed that CMTI notifications can stop when the internal memory of the E1750 dongle is full. Instead an SMMEMFULL indication is received.

Fix this problem by always polling the SMS messages during startup. Especially if the messages are auto-deleted, always poll message 1 because it will be deleted and then the next message will have index 1.

0001-Fix-for-stuck-SMS-during-startup.txt