S
S
Sonny2011-07-01 13:15:55
SMS
Sonny, 2011-07-01 13:15:55

SMS processing

What are the ways to automatically process (or at least see on a computer and work with their text) SMS that comes to a regular cell phone number?

Answer the question

In order to leave comments, you need to log in

14 answer(s)
A
a3x, 2011-07-01
@a3x

Connect the phone to the computer with a cord and through the native SMS program you can read and send.
That this works 100% can be argued at least on the example of Nokia phones and their Ovi Suite.

M
MNX, 2011-07-01
@MNX

smsc.ru has the "Answers" function, you can configure it so that when an SMS comes to their federal number of the form Login_in_sms: message text, your script is called at your_domain/script?parameters. More details - smsc.ru/api/

N
Next_Alex, 2011-07-01
@Next_Alex

For example here:
smstools3.kekekasvi.com/

L
Laplace, 2011-07-01
@Laplace

If modems are not allowed, then two options are seen:
1) The SIM card is still in the phone (smartphone) on which the program is installed, which, upon receipt of SMS, does some actions (broadcasts it to the Internet)
2) Processing occurs without the participation of the phone - it is configured some kind of forwarding (this is possible for calls, but I don’t know for SMS), to another number and there already ... Well, some modem apparently. Or some direct GSM network gateway.

P
phasma, 2011-07-01
@phasma

On the n900, you can track SMS-related events via dbus. I made a script in python that catches SMS about a server crash and displays these messages for me on a separate widget.

E
ebogdanov, 2011-07-01
@ebogdanov

Megafon-Moscow has such a service: smsplus.megafonmoscow.ru

S
strib, 2011-07-02
@strib

GSM terminals support AT commands.
To get started, you can read
www.developershome.com/sms/howToReceiveSMSUsingPC.asp
And if you want to go deeper, then here
www.3gpp.org/ftp/Specs/html-info/27007.htm
And above, the option with MeGoo is recommended. Choose what is more convenient to work with.
Personally, I like the idea of ​​using MeGoo more.

S
Sonny, 2011-07-01
@Sonny

Naturally, except for the way when the SIM card is plugged into the GPRS / 3G modem

S
Sonny, 2011-07-01
@Sonny

Well, except for this method. Nevertheless thank you.

U
utya, 2011-07-01
@utya

I don’t remember exactly, but there was a special plug-in for MS Office, or it was just for sending.

D
Dzen_Marketing, 2011-07-01
@Dzen_Marketing

Looking for SIM Hosting

S
Sonny, 2011-07-01
@Sonny

Yes, I already understood from the answers above that either use such a service, or, in fact, make an analogue yourself using a SIM card in a modem and a program.

V
Vitaly, 2011-07-01
@vp7

A bunch of GSM modem (almost any usb “whistle” sold by cellular operators for Internet access) + software (asterisk with chan_datacard is also suitable for small traffic).
But I want to upset you - the performance (for reception) of SMS is lame at least for Huawei E1550, and possibly for other similar modems. An ordinary device is able to receive 2-5 consecutive SMS (for example, a "long" SMS) in ~5 seconds, but the E1550 can only receive one SMS at a time. The next ones will come to him in 5-15 seconds (depending on the settings of the operator's equipment).

R
rusanovsky, 2011-07-03
@rusanovsky

http://nhutils.ru/sms.htm
it is possible to call your own incoming SMS handler

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question