Operating system name and version: GNU/Linux CentOS 6.4
Version of smsd: 3.1.15
Smsd installed from: package repository EPEL
Name and model of a modem / phone: ZTE and HUAWEI USB Modem's
Interface: USB

Hi every body!! I have installed and used this splendid software for send and recive sms.

Well i have some dudes and question. In this moment i have 4 modem (3 ZTE and 1 HUAWEI) in 4 queues. My smsd.conf is this:

devices = GSM1, GSM2, GSM3, GSM4
infofile = /var/run/smsd/smsd.working
pidfile = /var/run/smsd/smsd.pid

sent = /var/spool/sms/sent
outgoing = /var/spool/sms/outgoing
report = /var/spool/sms/report
incoming = /var/spool/sms/incoming
failed = /var/spool/sms/failed

logfile = /var/log/smsd/smsd.log
stats = /var/log/smsd/smsd_stats

loglevel = 7
user = smstools
group = smstools
smart_logging = yes
max_continuous_sending = 300 //I need send continuous
blockafter = 200 //Very hight because the before configuration
blocktime = 5 //Very short time
date_filename = 1
delaytime = 5
hangup_incoming_call = yes
store_sent_pdu = 0
errorsleeptime = 0 //Disabled?

[queues]
GSM1 = /var/spool/sms/GSM1
GSM2 = /var/spool/sms/GSM2
GSM3 = /var/spool/sms/GSM3
GSM4 = /var/spool/sms/GSM4

[GSM1]
init = AT+CMGF=1
device = /dev/ttyUSB0
incoming = yes
keep_messages = no
check_network = 0
smsc = 595981499003
baudrate = 19200
queues = GSM1

[GSM2]
init = AT+CMGF=1
device = /dev/ttyUSB2
incoming = yes
keep_messages = no
check_network = 0
smsc = 595961233
baudrate = 19200
queues = GSM2

[GSM3]
init = AT+CMGF=1
device = /dev/ttyUSB5
incoming = yes
keep_messages = no
check_network = 0
smsc = 595961233
baudrate = 19200
queues = GSM3

[GSM4]
init = AT+CMGF=1
device = /dev/ttyUSB8
incoming = yes
keep_messages = no
check_network = 0
smsc = 595981499003
baudrate = 19200
queues = GSM4

Dude
1- This system is multithreading? My question is because i want to know if the modem sent simultaneously
2- Exists a log analyzer that can give me statistics sent messages, failed, and received?

Regards!!
David