📜 ⬆️ ⬇️

Search solutions for SMS notifications e-mail to sms in Windows or Linux

Search solutions for SMS notifications e-mail to sms in Windows or Linux.

ideal scheme for me scheme: e-mail to cmc (e-mail to sms),
Equipment used: Huawei E169G, Huawei E630 (PCMCIA) + PC (Windows \ Unix)
Operator: MTS

image

Solutions on Windows.
for gaming E-mail2sms on Windows, working solutions are only paid, below is the list.
')
Faxmaker 14 - SMS is not the main purpose of the product, the not very logical setting with the Huawei E169G modem made you tinker, as well as work only with Unicode, i.e. The Russian text does not come from the client who did not specify the encoding.
image
image
ActiveXperts SMS , the second earned product, but does not have a built-in SMTP north - collects messages via POP3
image
image
Ozeki NG SMS Gateway , a product advertised on www.sms-integration.com .

It has a built-in SMTP server, immediately identified the Huawei modem as a provider for sending.
On the above site, instructions for linking this product with various systems are written and screenshoted: SCOM 2007, MOM 2005, HP Openview, WhatsUp Gold, SysAid Helpdesk, Sharepoint, HTTP, E-mail, Command line, Database, Lotus Notes, Checkpoint Connectra, Vacman , Middleware, IBM Tivoli, Outlook Mobile Service, Microsoft Dynamics CRM, Microsoft Exchange 2007, Kayako, EMail Client, Big Brother, BMC, CA Unicenter, HP Insight Manager, PHP OTP, Twitter to SMS, RSS to SMS, Visual FoxPro, MS Exchange 2003, MS Outlook 2010, Nagios, Strong Authentication Server, Zenoss, MS Exchange 2010. The list is more than impressive, and it is with its own instructions.
Everything in this Ozeki is good, except for the price, in the Softline the most meager license costs $ 1000.
image

Solutions on Linux.


To begin with, I want to say that I haven’t found the solutions “out of the box”, there is an excellent device suitable for all requests, SMS FoxBox G20 is called. "GSM Fox is integrated into SMS FoxBox, preinstalled with Linux with the necessary set of applications, such as SSH server, SMS server, fetchmail, procmail, mailsend, PHP5, FTP server, email (smtp / pop3), mysql".
Again, everything is fine, but it is difficult to get it in Russia and it costs 800 Euros.
For details you can follow the website: www.smsfoxbox.it

image

The remaining solutions solve the problem by half and require finishing.
A common solution is a bunch of GSM modem, Gammu and strapping to it, but more on that below.
First, the software that works with SMS
SMS Server Tools 3 smstools3.kekekasvi.com
Kannel www.kannel.org
SMSLink smslink.sourceforge.net
playSMS playsms.sourceforge.net
gnokii gnokii.org
o2sms o2sms.sourceforge.net
gammu & wammu www.gammu.org & wammu.eu
• you can also search for software here tuxmobil.org/phones_linux_sms.html (much out of date)

Via the GSM modem, Kannel, SMSLink, Gnokii, Gammu and GUI projects can be sent on it based on Wammu. O2SMS allows you to configure sending via http gateway providers. PlaySMS, a web portal that uses the SMS Server Tool to send a connection, Gnokii, Kannel, I think you can also tie it to Gammu.
As it became clear from the documentation for each of the products, not a single person can generate an E-mail in SMS on the fly, for such solutions the way is as follows:
• Any MTA
• interception of a letter according to specified parameters
• identification of the addressee (as with all, it is taken from the address 89 ********* @ used domain)
• cutting off garbage from a letter
• message formation
• sending it to the sending program (building shell commands)
• shipping
• save report

I tried to experiment with Gammu and Wammu in Ubuntu, the installation process is quite simple (I’ll give it below).

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gammu


Customization

:$Dmesg
[ 4538.788093] usbserial: USB Serial Driver core
[ 4538.793276] USB Serial support registered for GSM modem (1-port)
[ 4538.793340] option 2-1:1.0: GSM modem (1-port) converter detected
[ 4538.793490] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0
[ 4538.793509] option 2-1:1.1: GSM modem (1-port) converter detected
[ 4538.793611] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1
[ 4538.793630] option 2-1:1.2: GSM modem (1-port) converter detected
[ 4538.793732] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2
[ 4538.793769] usbcore: registered new interface driver option
[ 4538.793774] option: v0.7.2:USB Driver for GSM modems
[ 4543.765955] usb-storage: device scan complete
[ 4543.768475] scsi 6:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2


sudo cp /usr/share/doc/gammu/examples/config/gammurc /etc/gammurc

sudo nano /etc/gammurc


I cite a piece of the config:

[gammu]

port = /dev/ttyUSB0:
connection = at19200
logfile = gammulog
logformat = textall
gammucoding = utf8


So you can check the connection is correct:
user@ubuntu910-laptop:~$gammu --identify
Manufacturer : huawei
: unknown (E169G)
Firmware : 11.314.13.00.143
IMEI : 35305802****300
SIM IMSI : 25**1460216****


Well, an example of sending:
user@ubuntu910-laptop:~$ echo "text sms" | gammu --sendsms TEXT 89*********
If you want break, press Ctrl+C...
SMS 1/1... ..OK, =107

Using Wammu:
image
image
image


Total:

In bash, e is not strong, so it didn’t go further than sending from the console, but the request for help at the final stage most likely served as a desire to write this note.
Maybe someone already has a written solution.
Tried to apply the following articles brickybox.com/2007/11/09/email-to-sms-gateway
about using Postfix, Procmail and o2sms. But it remained at the stage of sending the parsed message to gammu (what should be in the script /home/smsuser/.procmailrc).
Or you can go the way described here, the main thing is not to get lost: chopey.blogspot.com/2006/12/e-mail-to-sms-email2sms.html .
I hope someone information will be useful.

references:

1. www.headwind.ru
2. gfi.ru/faxmaker/features
3. www.mts.ru/services/communication/pcm
4. blog.brickaloch.com/2007/11/09/email-to-sms-gateway
5. www.itcommunity.ru/blogs/rsug/archive/2010/01/19/90383.aspx
6. www.gammu.org
7. wammu.eu
8. www.ozeki.hu
9. www.activexperts.com/xmstoolkit
10. www.clickatell.com/products/gateway.php
11. www.bonrix.net/BonrixSMSServer4Huawei3GHSDPA
12. www.sms-integration.com
13. www.felltech.com/page_products.php?product=outboxsms
14. smslink.sourceforge.net/hardware.html
15. john.mcclumpha.org/linux/Build_your_own_SMS_gateway_with_Ubuntu_Linux_and_Gammu
16. playsms.sourceforge.net
17. www.interstar.ua/mobile/news/20070523/5
18. www.smsfoxbox.it
19. perl.dp.ua/practice/sms-sender.html
20. habrahabr.ru/blogs/linux/54199
21. brickybox.com/2007/11/09/email-to-sms-gateway
22. matt.bottrell.com.au/archives/170-Nagios-2-way-alerting-via-SMS-Part-1.html
23. chopey.blogspot.com/2006/12/e-mail-to-sms-email2sms.html
24. smslink.sourceforge.net/documentation.html
25. playsms.sourceforge.net
26. smstools3.kekekasvi.com
27. www.kannel.org/pipermail/users/2006-December/001170.html
28. www.kannel.org
29. linuxgazette.net/164/misc/tomar/Email2SMS.pl
30. tuxmobil.org/phones_linux_sms.html
31. www.topbits.com/how-to-send-text-messages-free.html

Source: https://habr.com/ru/post/81813/


All Articles