Keywords: Mode: All keywords (AND) |
Sun Apr 08, 2018 20:27
|
nickblame: by the way, for my device the following config works and also works after reboot:
[GSM1]
baudrate = 115200
device = /dev/ttyUSB1
incoming = 1
init = AT+CPMS?
init = AT+CPMS="ME"
init = AT+CPMS="ME","ME","ME"
init = AT+CPMS?
I had to set it this way, otherwise I needed to restart smstools for some reason to get the incoming sms working after a reboot.
|
Tue Mar 27, 2018 18:46
|
nickblame: Debian 7:
3.1.14:
Smsd installed from: package repository
Name and model of a modem / phone: Bus 002 Device 004: ID 19d2:0031 ZTE WCDMA Technologies MSM MF110/MF627/MF636
Interface: USB
Hi, I'm having trouble getting the greek letters to show up correctly for incoming messages.
I found the relevant topics in the forum but I'm still a bit stuck.
I don't have a greek locale in my server and I can't really change it. Currently it is:
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
So is there a parameter for the smsd.conf to have it correctly decode the greek letters?
I also tried cs_convert = no for the GSM1 and then tried to convert the file myself with no success.
Any help would be appreciated :D :D
|