Thu Mar 10, 2016 03:19
|
fenavillarroel: Operating system name and version: Ubuntu 14.04
Version of smsd: 3.1.15
Smsd installed from: sources
Name and model of a modem / phone: Huawei e1756c
Interface USB Hub Dlink 7H
Dear All
I am trying to send bulk sms, but i see that smstools sending 1 sms every 3 seconds aprox, so i am sending around 20 sms for minutes, how i can speed up the sms sending.
My sms.conf
# Example smsd.conf. Read the manual for a description
devices = GSM1, GSM2, GSM3, GSM4, GSM5, GSM6
logfile = /var/log/smsd.log
loglevel = 7
ignore_outgoing_priority = yes
[default]
incoming = yes
#init = AT+CNMI=2,0,0,2,0
report = yes
baudrate = 115200
check_memory_method = 0
check_network = 0
detect_message_routing = no
detect_unexpected_input = no
max_continuous_sending = 7200
read_timeout = 2
routed_status_report_cnma = no
rtscts = no
send_delay = 0
[queues]
GSM1 = /var/spool/sms/GSM1
GSM2 = /var/spool/sms/GSM2
GSM3 = /var/spool/sms/GSM3
GSM4 = /var/spool/sms/GSM4
GSM5 = /var/spool/sms/GSM5
GSM6 = /var/spool/sms/GSM6
[GSM1]
report_device_details = yes
#device = /dev/ttyUSB1
device= /dev/BUS1-HUB1-PORT1
incoming = high·
mode = new
#baudrate = 115200
rtscts = yes
cs_convert = yes
report = yes
memory_start = 0
sending_disabled = no
primary_memory = SM
secondary_memory = SR
eventhandler = /home/fvillarroel/smstools3/scripts/mysmsd
queues=GSM1
[GSM6]
.....
Maybe i am doing something bad.
Regards.
|
Thu May 14, 2015 02:38
|
fenavillarroel: Operating system name and version: Ubuntu 14.04
Version of smsd: smstools3 3.1.15
Smsd installed from: sources ..
Name and model of a modem
Interface: USB
Dear All.
I am new in smstools. I am using eventhandler and works fine. But i do not know what is STATUS = 0
+----+----------+---------------------+---------------------+-------------+-------------+-------+------------+--------+
| id | type | sent | received | sender | receiver | msgid | text | status |
+----+----------+---------------------+---------------------+-------------+-------------+-------+------------+--------+
| 1 | SENT | 2015-05-12 02:52:38 | NULL | | | 99 | NULL | NULL |
| 2 | SENT | 2015-05-12 03:10:18 | NULL | | | 100 | NULL | NULL |
| 3 | SENT | 2015-05-12 03:14:52 | NULL | | | 101 | NULL | NULL |
| 4 | SENT | 2015-05-12 03:34:50 | 15-05-12 03:40:25 | | 569944 | 102 | NULL | 0 |
| 5 | SENT | 2015-05-12 03:40:00 | 15-05-12 03:44:19 | | 569814 | 103 | NULL | 0 |
| 6 | SENT | 2015-05-13 01:03:21 | 15-05-13 01:07:56 | | 569944 | 104 | hola mysql | 0 |
| 7 | SENT | 2015-05-13 01:12:01 | 15-05-13 01:17:38 | | 569944 | 105 | NULL | 0 |
| 8 | SENT | 2015-05-13 01:43:22 | 15-05-13 01:48:58 | | 569944 | 106 | NULL | 0 |
| 9 | RECEIVED | 15-05-13 01:51:06 | 2015-05-13 22:31:05 | 569944 | GSM1 | NULL | NULL | NULL |
+----+----------+---------------------+---------------------+-------------+-------------+-------+------------+--------
The status 0 represent that the sms was delivered OK?
What are the possibles values of status?
Why i do not see the text of sms?
My smsd.conf is
devices = GSM1
logfile = /var/log/smsd.log
loglevel = 7
[GSM1]
report_device_details = yes
device = /dev/ttyUSB0
incoming = yes
mode = new
#baudrate = 115200
rtscts = yes
cs_convert = yes
report = yes
memory_start = 0
sending_disabled = no
primary_memory = SM
secondary_memory = SR
eventhandler = /home/fvillarroel/smstools3/scripts/mysmsd
Regards
|