Keywords: Mode: All keywords (AND) |
Mon Oct 23, 2023 09:59
|
eluis: Hi @kwinz....
Unfortunately not yet..... I didn't find nothing yet.
My country is disabling 2G and 3G in the next year.
It will be a problem... as I have a server running 3 dongles and processing about 30.000 SMS / month.
To be honest, I already start looking for alternatives... I found Teltonika routers that, in the worst case, will replace that solution.
But I would like to keep SMSTOOLS.
|
Mon Oct 02, 2023 21:19
|
eluis: DISTRIB_ID=Ubuntu 16.04:
Smsd v3.1.15:
Hi.. is there any known list of 4G dongles compatible with SMSTOOLS?
If yes, can you specify some of them?
Thanks.
|
Tue Jun 27, 2017 10:23
|
eluis: Raspbian 7 (wheezy):
Version of smsd: 3.1.14
Smsd installed from: package repository
Name and model of a modem / phone: Huawei E169/E620/E800 HSDPA Modem + Huawei E220 HSDPA Modem / E230/E270/E870
Interface:USB
Power Supply: 2.5A
Hi,
I have a Raspberry PI to process about 110 SMS in one shot - 110 files are sento to the system via PHP script and the SMSTOOLS start to split to the acording queue.
In the last few days, SMSTOOLS start to broke on any modem.... Modem #1 or Modem #2 randomly with error: "The modem answer was not OK: +CMS ERROR: 500 (Unknown error)"
I think that this happens because of lack of processor - processor get to 3.67 LOAD when processing all of this messages at once. It's a raspberry.
Can anyone confirm that can be the overload and lack of processor?
Normally it can be solved with the restart of the service and things get normal again.
Question2: Is there any way to restart SMSTOOLS everytime error 500 happens?
|
Wed Apr 13, 2016 10:49
|
eluis: Ok, It's working....
The problem was that one of my USB modem has VOICE active and I was using the wrong ttyUSB.
That previous conf is ok, just had to change modem2 from
device = /dev/ttyUSB2
to
device = /dev/ttyUSB3
Thank you very much for your help.
:D
|
Wed Apr 13, 2016 10:00
|
eluis: On the Logs, it shows that messages are correctly routed trough the GSM1 and GSM2 when I want...
But, all messages are allways sent from the same SIM card/modem.
What is missing??!
This is my configuration:
#
# /etc/smsd.conf
#
# Description: Main configuration file for the smsd
#
devices = GSM1,GSM2
logfile = /var/log/smstools/smsd.log
infofile = /var/run/smstools/smsd.working
pidfile = /var/run/smstools/smsd.pid
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
loglevel = 7
delaytime = 10
#errorsleeptime = 10
#blocktime = 3600
stats = /var/log/smsd_stats
receive_before_send = no
autosplit = 0
keep_messages = no
regular_run_interval = 120
[queues]
GSM1 = /var/spool/sms/GSM1
GSM2 = /var/spool/sms/GSM2
[providers]
#GSM1 = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
#GSM2 = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
#GSM1 = 0,1,2,3,4,5,6,7,8,9,s
GSM1 = 0
GSM2 = 0
[GSM1]
init = AT+CPMS="ME","ME","ME"
device = /dev/ttyUSB0
incoming = no
queues = GSM1
smsc = 351911616161
report = no
incoming = no
memory_start = 0
[GSM2]
init = AT+CPMS="ME","ME","ME"
device = /dev/ttyUSB2
incoming = no
queues = GSM2
smsc = 351911616161
report = no
incoming = no
memory_start = 0
------------------- SMS MODEM1--------------------
To: 35191xxxxxx
Queue: GSM1
Provider: GSM1
Report: no
Modem: GSM1
Sent: 16-04-11 10:53:36
IMSI: 268011800xxxxxx
------------------- SMS MODEM2 --------------------
To: 35191xxxxxx
Queue: GSM2
Provider: GSM2
Report: no
Modem: GSM2
Sent: 16-04-11 10:53:36
IMSI: 268011800xxxxxx
|
Tue Apr 12, 2016 16:27
|
eluis: Thank you kontrolsson,
I will try this and then I will let you know.
Thank for you help.
|
Tue Apr 12, 2016 07:33
|
eluis: By now I'm starting to make a new server from scratch with 2 modems.
But I want to be sure how to route the messages between both modems when I want.
|
Mon Apr 11, 2016 16:33
|
eluis: Operating system name and version: Raspbian 7.0
Version of smsd: VERSION 3.1.5
Smsd installed from: package repository
Name and model of a modem / phone: Huawei E180
Interface: USB
Hi,
I have a SIM card that is limited to 2000 SMS and now I want to route to another SIM card.
I'm not sure if I do that with the PROVIDER, QUEUE or MODEM.
So, I want to send a file like this:
To: 3519xxxxxxx
Modem: GSM1
OR:
To: 3519xxxxxxx
Modem: GSM2
How can I do that?
As I understood, I don't need providers, all messages can be routed for SIM card 1 and SIM card 2, but I just want to start split them between the 2 modems.
Can you point me to a working conf file that can route messages trough the modem I want?
Thanks.
|
Sun Jul 19, 2015 11:56
|
eluis: Operating system name and version: Raspberry Pi
Version of smsd: 3.1.14
Smsd installed from: package repository
Name and model of a modem / phone:
Interface: USB
Hi,
I have lots os SMS to send.... They are sent in one time for the spool path /var/spool/sms/OTHER/send_yohhXBiYXb
Is there any option to tell SMSD to make a delay between each sent? About 1 or 2 seconds between each SMS? Thanks.
|