Keywords: Mode: All keywords (AND) |
Thu Jan 15, 2015 10:06
|
ammolina: It works!!!
Thank you very much!!!!
|
Wed Jan 14, 2015 12:14
|
ammolina: It doesn't work :-(.
How can I send a sms in binary mode? I was reading info about pdu mode but I don't understand well how can I do it. Can you give me an expample?
Thank you very much!
|
Wed Jan 14, 2015 06:47
|
ammolina: I have received only Chinese (or Japanese -I don't know those languages-) characters.
|
Tue Jan 13, 2015 13:17
|
ammolina: I can send only é and ñ/Ñ, but I can't include á, í, ó, ú.
Thanks.
|
Tue Jan 13, 2015 13:16
|
ammolina: In the phone we receive this:
prueba7.ééiou.
Only "e" is accentuated,"i", "o" and "u" not (I had a typo and I wrote ééíóú instead of áéíóú).
|
Tue Jan 13, 2015 13:14
|
ammolina: I've write this file directly in the sms server with emacs:
To: 34xxxxxxxxx
Alphabet: ISO
prueba7.ééíóú.
# file -i sms.txt
sms.txt: text/plain; charset=utf-8
|
Tue Jan 13, 2015 12:43
|
ammolina: Hello!
- SMS are wrote with php interface. We wirte SMS files directly (with emacs).
- Here is charset env:
root@server:~# locale
LANG=es_ES.UTF-8
LANGUAGE=
LC_CTYPE=es_ES.UTF-8
LC_NUMERIC="es_ES.UTF-8"
LC_TIME="es_ES.UTF-8"
LC_COLLATE="es_ES.UTF-8"
LC_MONETARY="es_ES.UTF-8"
LC_MESSAGES="es_ES.UTF-8"
LC_PAPER="es_ES.UTF-8"
LC_NAME="es_ES.UTF-8"
LC_ADDRESS="es_ES.UTF-8"
LC_TELEPHONE="es_ES.UTF-8"
LC_MEASUREMENT="es_ES.UTF-8"
LC_IDENTIFICATION="es_ES.UTF-8"
LC_ALL=
- And here is the smsd.conf file:
# AUTOMATICALLY CREATED CONFIGURATION FILE -- DO NOT EDIT BY HAND!
#
# Description: Main configuration file for the smsd
# Last changed: jue abr 16 13:32:59 CEST 2009
# Please note that this is _not_ a dpkg-conffile. It has been created because
# you have choosen to manage smsd configuration with debconf. This file is not meant
# to be and should not be editted directly.
# Instead
# Run: dpkg-reconfigure <-plow> smstools
#
# If you want to manage your configuration file by hand at a later time
# you may run the above command, too and say that you don't want to manage
# smsd configuration with debconf.
# Global configuration
devices = GSM1, GSM2, GSM3, GSM4
logfile = /var/log/smstools/smsd.log
infofile = /var/run/smstools/smsd.working
pidfile = /var/run/smstools/smsd.pid
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
loglevel = 7
failed = /var/spool/sms/failed
incoming = /var/spool/sms/incoming
sent = /var/spool/sms/sent
stats = /var/log/smstools/smsd_stats
#checkhandler = /usr/local/bin/smsd_checkhandler.sh
# You can specify here an external program that is started whenever an alarm occurs.
# alarmhandler = /path/to/an/alarmhandler/script
# Specifies what levels start an alarmhandler. You can use value between 2 and 5.
# alarmlevel = 4
# eventhandler = @EVENTHANDLER@
#blacklist = /etc/smstools/blacklist
#whitelist = /etc/smstools/whitelist
autosplit = 3
delaytime = 1
errorsleeptime = 1
blocktime = 1
# Modem configuration
[GSM1]
#init =
device = /dev/ttyS0
#incoming = yes
# pin =
baudrate = 9600
cs_convert = yes
#report_device_details = yes
[GSM2]
#init =
device = /dev/ttyS1
#incoming = yes
# pin =
baudrate = 9600
cs_convert = yes
#report_device_details = yes
[GSM3]
#init =
device = /dev/ttyS4
#incoming = yes
# pin =
baudrate = 115200
cs_convert = yes
#report_device_details = yes
[GSM4]
#init =
device = /dev/ttyS5
#incoming = yes
# pin =
baudrate = 115200
cs_convert = yes
#report_device_details = yes
Thanks.
|
Mon Jan 12, 2015 12:44
|
ammolina: Operating system name and version: Ubuntu Server 14.04.1 LTS (32 bits)
Version of smsd: 3.1.15
Smsd installed from: package repository
Name and model of a modem / phone: WAVECOM FASTRACK M1306B
Interface: serial
Hello.
I can't send any accentuated character. I've tried to use "Alphabet: UTF-8" in the SMS, cs_convert = yes in modem configuration and I've also used the "checkhandler". I read here that in 3.1.5 version the checkhandler and eventhandler are unnecessary, but I can't send special characters in any case.
Thanks in advance.
|