Keywords: Mode: All keywords (AND) |
Thu Mar 28, 2019 23:07
|
andreaS: I am using an event handler. However, my smsd (smstools 3.1.15 on Debian 9) does not properly decode incoming SMS. For instance, for emojis it produces either Alphabet ISO or UTF-8 depending on the setting of incoming_utf8 = no/yes. It's never UCS2 and stuff like emoji is broken.
No big issue though, and might very well be fixed in newer versions.
|
Tue Mar 26, 2019 21:26
|
andreaS: Nope, I just use a simple Sed script to post-process the text.
|
Sun Jan 07, 2018 12:04
|
andreaS: You did not say nor show whether you properly configured smstools, hence whether your modem/phone etc. is actually working. Assuming you did go through all of "Basic information" and checked the log files for errors:
sendsms is not a command provided by the package. It is an example script (which probably is part of the package) that you are supposed to adapt and install.
|
Sat Jan 06, 2018 20:21
|
andreaS: I am no friend of emojis but I happen to receive them more frequently recently. So far, I failed to preserve or decode them correctly. Eg. when I decode a PDU using the PDU converter the result is
(...)
Alphabet: UCS2 (16bit)
Hällö 😀☕
Length: 9
However, the spool file contains
(...)
Alphabet: UTF-8
Length: 9
PDU: (...)
Hällö =
The text as hex is: 48 c3 a4 6c 6c c3 b6 20 3d 00 15
Looks to me like smsd did not convert the emojis correctly. Though, I might just have missed an important config setting!? Any idea?
--
Operating system name and version: Debian 8.9 amd64
Version of smsd: 3.1.15
Smsd installed from: Debian package repository
Name and model of a modem: Huawei E220/E230/E270/E870 HSDPA/HSUPA
|