Sat Nov 27, 2021 15:41
|
daddyfix99: Oh my god.... Amazing!
Merry Christmas. You made my MONTH!
:) :) :)
|
Fri Nov 26, 2021 23:51
|
daddyfix99: Operating system name and version: Raspberry Pi 4
Version of smsd: Latest
Smsd installed from: sources
Name and model of a modem / phone: Quelcom EC25 (on a Sixfab hat)
Interface: USB
When I use incoming to a file, The message sometimes comes in as UCS2, for instance if I receive a emoticon with text.
If I use tr to extract all the binary it partially works
$ tr -cd '\11\12\15\40-\176' < /var/spool/sms/incoming/SIXFAB.QVMHIe
From: 1705xxxxxxx
From_TOA: 91 international, ISDN/telephone
From_SMSC: 1705xxxxxxx
Sent: 21-11-25 23:21:16
Received: 21-11-25 18:21:20
Subject: SIXFAB
Modem: SIXFAB
IMSI: 302xxxxxxxxxxx319
IMEI: 86xxxxxxxxxxxx021
Report: no
Alphabet: UCS2
Length: 7
Test >p
Is there a way to extract message only from the file with smstools?
Sample incoming : /var/spool/sms/incoming/SIXFAB.QVMHIe
From: 1705xxxxxxx
From_TOA: 91 international, ISDN/telephone
From_SMSC: 1705xxxxxxx
Sent: 21-11-25 23:21:16
Received: 21-11-25 18:21:20
Subject: SIXFAB
Modem: SIXFAB
IMSI: 302xxxxxxxxx319
IMEI: 861xxxxxxxxx8021
Report: no
Alphabet: UCS2
Length: 7
Test �>�
|