Version of smsd: 3.1.15
Smsd installed from: sources / package repository / from SMS Server Tools 3 Website
Name and model of a modem / phone: Sierra Wireless Fastrack Extend FXT009
Interface: serial / USB.
Hi Keke,
I am using the SMS Server Tools3 as a Windows Service running with a Sierra Wireless FXT009 Modem. I have set up a batch file which periodically writes a set of 5 messages every 60 seconds to the /var/spool/sms/outgoing folder. What I observe is after about 1 hour or so, I see the following error (copied from the smsd log file)
My Configuration is as shown below:
devices = Fastrac1
logfile = /var/log/smsd.log
loglevel = 7
keep_filename = no
[Fastrac1]
#device = /dev/com28
device = /dev/ttyS27
baudrate = 115200
incoming = yes
init = AT+CNMI=1,0,0,2,0
report = yes
logfile = /var/log/smsd.log
loglevel = 7
keep_filename = no
[Fastrac1]
#device = /dev/com28
device = /dev/ttyS27
baudrate = 115200
incoming = yes
init = AT+CNMI=1,0,0,2,0
report = yes
'smsdconf' Syntax Highlight powered by GeSHi
Can you give me some idea on how to go about this.