Page 1 of 2

HMG SMS

Posted: Mon Feb 25, 2013 7:38 pm
by Rathinagiri
One of my clients had asked for SMS sending feature in HMG software.

I have connected GSM modem using COM port connection and created a SMS utility in HMG. I used the concept from hbcomm and hbsms contrib.

Hope this will be useful for others too.
hmgsms.jpg
hmgsms.jpg (34.56 KiB) Viewed 6798 times
sms.zip
(4.84 KiB) Downloaded 712 times

Re: HMG SMS

Posted: Mon Feb 25, 2013 10:05 pm
by apais
Cool !!!

Re: HMG SMS

Posted: Mon Feb 25, 2013 10:33 pm
by esgici
thanks !

Re: HMG SMS

Posted: Mon Feb 25, 2013 11:11 pm
by danielmaximiliano
Muy buen trabajo Rathi.

good job Rathi.

Re: HMG SMS

Posted: Tue Feb 26, 2013 4:09 am
by bpd2000
Thank you Rathi for sharing

Re: HMG SMS

Posted: Tue Feb 26, 2013 10:56 am
by bpd2000
Hi Rathi,

We can use API to send SMS from internet ?

Re: HMG SMS

Posted: Tue Feb 26, 2013 11:51 am
by Rathinagiri
You mean free sms services given by internet companies? Yes. we can.

Re: HMG SMS

Posted: Tue Feb 26, 2013 12:23 pm
by bpd2000
rathinagiri wrote:You mean free sms services given by internet companies? Yes. we can.
Not free but SMS purchased from service provider

Interest to know how to use send SMS using API

Re: HMG SMS

Posted: Tue Feb 26, 2013 12:53 pm
by danielmaximiliano
bpd2000 wrote:
rathinagiri wrote:You mean free sms services given by internet companies? Yes. we can.
Not free but SMS purchased from service provider

Interest to know how to use send SMS using API
Hola BDP: aqui la empresa Movistar proporciona una API muy sencilla que nos permite enviar mensajes de texto vía HTTP. El requisito es que el servicio debe de utilizar un número móvil de Movistar.

Para poder utilizar esta API, primero hay que darse de alta en el servicio y para ello hay que mandar un mensaje al número 22770 con el texto CLAVE. Al instante recibirás otro mensaje con un password para que puedas empezar a utilizar el API.

Los mensajes que se envíen, serán cobrados al número que se ha utilizado en la configuración del API con el precio normal de la tarifa contratada.

Translate Google :

Hello BDP: here the company Movistar provides a simple API that allows us to send text messages via HTTP. The requirement is that the service must use a Movistar mobile number.

To use this API, you must first register with the service and for this we must send a message to the number 22770 with the key text. Instantly receive another message with a password so you can start using the API.

The messages sent will be charged to the number that was used in the API configuration with the normal price of the contracted rate.

Info : http://open.movilforum.com/en/home/A
Info : https://github.com/Krun/snappy-sms-movistar
Info : http://omf.morfeo-project.org/wiki/inde ... vio_de_SMS

Re: HMG SMS

Posted: Mon Mar 25, 2013 9:15 am
by bels79
if using usb gsm, how to change its port com ?
tq