M
M
Marcel Markhabulin2011-06-10 07:25:22
SMS
Marcel Markhabulin, 2011-06-10 07:25:22

How to set up SMS notification?

Given: Linux, server log collector script.
Task: when a certain keyword or format appears in the log, send SMS to operators in Russia.
Questions:
What services provide this service?
What are the guarantors of reliable SMS delivery? For example, in order to receive SMS on New Year's Eve despite the workload of mobile operators' networks.
What did you use to implement the notification?

Answer the question

In order to leave comments, you need to log in

11 answer(s)
@
@antoo, 2011-06-10
@milar

sms24x7.ru also provide an API, and the prices are low. Appeared on the hub

K
Konstantin Pavlov, 2011-06-10
@r4bitt

You can sketch a simple tool in Java, C #, which will work with GoogleCalendar and create events there. SMS reminder. There are calendar APIs for many other programming languages. then we register a Google account and set it up there that there will be an automatic notification by SMS, and we confirm the desired phone number there. Of course, the solution is not very elegant. But there is a log in the calendar of all events :)

D
Denis Safronov, 2011-06-10
@mcdb

I think these guys will help - profisend.ru/

P
Puma Thailand, 2011-06-10
@opium

Don’t worry, I’ve been doing it all my life simply, you connect the email2sms service (there is a megaphone, beeline, mts), and then you simply write in the notification system the email that the operator gave you for the email2sms service. The service was free for everyone, now I’m using it for free, for the rest, something could change in terms of price.
Everything else, in my opinion, is from the evil one and crutches.

M
MealstroM, 2011-06-10
@MealstroM

Implemented through asterisk + mobilechan, the sending logic is spinning on the asterisk (there is a log of commands and responses to them). but this option is convenient if there is a configured asterisk and a 3g modem, plus, if you connect a normal package to send sms (1000 sms for the nth sum), then it works fine.
log parser to pearl, sending sms via asterisk api.

S
Snowindy, 2011-06-10
@Snowwindy

SMS notification provider that I use, 35 kopecks. for SMS, it's inexpensive: iqsms.ru/
A GET request is sent to the server, in the parameters of which there is a phone number, signature, login password and the actual text.
I doubt about special guarantees - they can only be given on the side of the operator. But there is an API for getting status, setting queues, etc.

M
Maxim Dyachenko, 2011-06-10
@Mendel

No operator can guarantee fast SMS delivery.
Even operators who work with several SMSCs experience delays from time to time.
NOBODY will give you guarantees for prompt delivery on New Year's Eve.
the ideal option is this: in the main directions, SMS arrive mostly very quickly. "
Even if you send your messages via SMPP to the SMSC of the operator that serves a specific number, it will still have its own queue.
But in reality, many operators do not send messages directly and through some "transit" SMSC.The
result - either puts up with the fact that he may not come / be late or do control by dialing.
There are services that call (in the sense that you access by get / post and they call). It is possible to lift the Asterisk the same.
Ideal - to receive the status of the message, and if there is no “delivered” status for some time, then control it with a call. But here the operator must be reliable. In order not to take the information by eye, but from the SMSC of the end operator.

R
rusanovsky, 2011-06-10
@rusanovsky

quite recently, a separate phone lived tied to a computer via bluetooth
(if the Internet falls off, you can also set up a notification) I
bought sms in packages
now I use smsc.ru
a little more expensive than from my own phone, but there are advantages,
for example, an alpha name

P
polyakstar, 2011-06-12
@polyakstar

I use betamax, they can send SMS with a simple get via http

M
mihmig, 2012-05-23
@mihmig

Tell me, how can I check the status of the message (there is no possibility to create your own URL to receive notifications yet)?

K
kocto4ka, 2012-05-24
@kocto4ka

The most convenient thing is to connect a modem, insert a SIM card and write a script to send SMS through it. So you protect yourself from the fact that the channel went down and SMS did not come.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question