Operating system name and version: RHEL7 (CentOS7)
Version of smsd: smstools-3.1.15-12.el7.x86_64
Smsd installed from: sources / package repository / from elsewhere... yum, local repository (mirrored epel)
Name and model of a modem / phone: CEP CT63
Interface: serial / USB / some adapter... USB

Hello guys,

right now im trying to figure out, why my server stops sending sms. Somehow it worked earlier. After a few days - sometimes a few weeks - the service stops.
I hope you can help me :)

Configuration of smsd:

# Example smsd.conf. Read the manual for a description

devices = GSM1
logfile = /var/log/smsd/smsd.log
loglevel = 7
user = root
# 3.1.5 introduced smart logging
# once your configuration is OK, set log level lower (5 is good in most cases)
smart_logging = yes
infofile = /run/smsd/smsd.working
pidfile = /run/smsd/smsd.pid

[GSM1]
device = /dev/ttyACM1
incoming = yes
pin = 9530
outgoing = yes
report_device_details = yes
check_network = 1 #not sure if this is necessary, found in community
 
'smsdconf' Syntax Highlight powered by GeSHi


Output of the smsd.log when service stops running:



After a reboot of the sms-gateway the service works normally.

Do you guys have an idea? Been searching for hours..
PS: The card is activated, pin is correct - since the system is running after reboot. Its a Vodafone sms-flat-card.

Thanks a lot in advance!
Best regards,
Steffen ;)