smeagel73: OpenWRT:
3.1.21-2:
Smsd installed from: package repository
Quectel EC25:
Interface: USB via apu3
Hi,
i unfortunatly can´t send a SMS via smstools3
My device is a Quectel EC25 on an apu3 board.
Here is the content of my smsd.conf:
#
# Description: Main configuration file for the smsd
#
devices = GSM1
incoming = /var/spool/sms/incoming
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
failed = /var/spool/sms/failed
sent = /var/spool/sms/sent
logfile = /var/log/smsd.log
receive_before_send = no
autosplit = 3
logfile = 1
loglevel = 7
# Uncomment (and edit) this section to allow smsd to start:
#
#[GSM1]
#init = AT+CPMS="ME","ME","ME"
#device = /dev/ttyUSB0
#incoming = yes
#pin = 0000
#baudrate = 115200
[GSM1]
init = AT+CPMS="SM","SM","SM"
device = /dev/ttyUSB3
incoming = yes
pin = ignore
smsc = 491722270000
baudrate = 19200
Here are the message smsd gives out:
2018-11-03 09:39:45,7, GSM1: -> AT+CMGS=30
2018-11-03 09:39:45,7, GSM1: Command is sent, waiting for the answer. (10)
2018-11-03 09:39:45,7, GSM1: <- >
2018-11-03 09:39:45,7, GSM1: -> 0011000C919471821415130000FF12C8329BFD6681D0EF3B282C2F83F2EF3A
2018-11-03 09:39:45,7, GSM1: Command is sent, waiting for the answer. (60)
2018-11-03 09:39:45,7, GSM1: <- +CMS ERROR: 350
2018-11-03 09:39:45,3, GSM1: The modem answer was not OK: +CMS ERROR: 350
2018-11-03 09:39:45,5, GSM1: Waiting 10 sec. before retrying
Has anybody some idea what i make wrong?
best regards
Thorsten
|