wdoekes / asterisk-chan-dongle

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

Incoming UCS-2 sms broken. Simple fix. #103

Closed 4e4o closed 4 years ago

4e4o commented 4 years ago

Here https://github.com/wdoekes/asterisk-chan-dongle/blob/master/at_response.c#L1506. should be: ucs2_to_utf8(cusd, .... not ucs2_to_utf8(out_ucs2,

wdoekes commented 4 years ago

Fixed with #104