Fri Aug 14, 2015 06:57
|
altemil: CentOS 6.6 x64:
3.1.15:
Smsd installed from: sources
16 x HUAWEI E220
Interface: USB
Hello,
Is there an option to speed up the process when messages are moving from /var/spool/sms/outgoing to /var/spool/sms/checked ?
I have 16 modems and checked queue processing only few messages (aprox. 10 messages). When I manually move messages from outgoing to checked (aprox. 500 messages) there is no problem when processing and all my modems works fine.
Thanks.
Here is my smsd.conf:
devices = GSM1,GSM2,GSM3,GSM4,GSM5,GSM6,GSM7,GSM8,GSM9,GSM10,GSM11,GSM12,GSM13,GSM14,GSM15,GSM16
logfile = /var/log/smsd.log
loglevel = 5
shell = /bin/bash
executable_check = yes
#checkhandler = /etc/multisms.conf
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
failed = /var/spool/sms/failed
#incoming = /var/spool/sms/incoming
sent = /var/spool/sms/sent
stats = /var/spool/sms/stats
spool_directory_order = yes
blocktime = 0
max_continuous_sending = 7200
trust_outgoing = yes
[GSM1]
device = /dev/ttyUSB0
incoming = no
hangup_incoming_call = yes
init = AT^CURC=0
memory_start = 0
baudrate = 19200
detect_unexpected_input = no
[GSM2]
device = /dev/ttyUSB2
incoming = no
hangup_incoming_call = yes
init = AT^CURC=0
memory_start = 0
baudrate = 19200
detect_unexpected_input = no
...
[GSM16]
device = /dev/ttyUSB30
incoming = no
hangup_incoming_call = yes
init = AT^CURC=0
memory_start = 0
baudrate = 19200
detect_unexpected_input = no
|