Mon Jun 23, 2014 10:52
|
srdavidsilva: Operating system name and version: Ubuntu 14.04 LTS
Version of smsd: Version 3.1.15
Name and model of a modem / phone: 2X Huawei Technologies Co., Ltd. E169/E620/E800 HSDPA Modem
Interface: USB
Hello friends, good morning.
I'm trying to optimize the configuration of smsd.conf so I can send more messages in less time.
I realize that the SMSD currently can not communicate over a modem at the same time.
I'm with two modems connected, my intention is that the SMSD to communicate with two or more simultaneously.
Can anyone help me?
Very thks :)
My file looks like this:
devices = GSM0, GSM1
logfile = /var/log/smsd.log
loglevel = 7
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
delaytime = 1
errorsleeptime = 1
delaytime_mainprocess = 1
max_continuous_sending = 1 #CUIDADO
receive_before_send = yes
[GSM0]
#init = AT+CREG?
device = /dev/ttyUSB0
report = no
incoming = yes
report_device_details = no
#pin = 1111
[GSM1]
#init = ATE0
device = /dev/ttyUSB3
report = no
incoming = yes
report_device_details = no
#pin = 1111
|