184i71camg: Operating system name and version: Debian 9.11 (stretch)
Version of smsd: 3.1.15-2
Smsd installed from: package repository
Name and model of a modem / phone: Huawei E3531
Interface: USB
Hi, i am using smstools to have a communication fallback for times when I cannot reach my server over the internet. It means that I can request certain information by sms or do certain things by sending sms to the server.
It all works very well but there seems to be a certain amount of days until it stops working. This is frustrating because I plan on being away for some weeks and would like to rely on smstools.
My config looks like this:
devices = GSM1
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
incoming = /var/spool/sms/incoming
logfile = /var/log/smstools/smsd.log
infofile = /var/run/smstools/smsd.working
pidfile = /var/run/smstools/smsd.pid
failed = /var/spool/sms/failed
sent = /var/spool/sms/sent
stats = /var/log/smstools/smsd_stats
loglevel = 7
delaytime = 10
receive_before_send = no
autosplit = 3
eventhandler = /home/<username>/scripts/smstools-eventhandler.sh
[GSM1]
init = AT+CPMS="ME","ME","ME"
device = /dev/ttyUSB0
pin = 1234
incoming = yes
baudrate = 19200
memory_start = 0
check_memory_method = 2
report_device_details = yes
report = yes
hangup_incoming_call = yes
signal_quality_ber_ignore = yes
How do I find out what's the problem and can have smstools running until forever?
Thanks a lot.
|