SMS Messages
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
SMS Messages
I would like to be able to send text messages on alarm. I understand i need a modem and a message centre but i have both lol. I know i can do it with a smtp to sms gateway but wondered if it could be done with an analouge modem, MMS would be cool too. Plus id pay per message on the line as opposed to bundles up front with a gateway, so anyone any clues?
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
- tech_fixer
- Posts: 132
- Joined: Tue Jul 29, 2003 3:07 pm
James,
To send SMS messages produced by ZM you'd need to achieve 2 things:
http://www.meinemullemaus.de/software/s ... index.html
http:://www.kannel.org
Another way is to use http requests to simulate a user sending an SMS message through your provider's website. That's what I did for my OS notification messages and it works like a charm.
Hope this helps,
Jose.
To send SMS messages produced by ZM you'd need to achieve 2 things:
- First you neet to get ZM to execute a program/script on an alarm event, and feed this program with an informative message to be sent. This is Phil's area.
Second, you need the program/script to take the message produced by ZM and actually send it to an SMS network.
http://www.meinemullemaus.de/software/s ... index.html
http:://www.kannel.org
Another way is to use http requests to simulate a user sending an SMS message through your provider's website. That's what I did for my OS notification messages and it works like a charm.
Hope this helps,
Jose.
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
This i like. I will look into this, but i also like the meinemullemaus idea. I will have a play.Another way is to use http requests to simulate a user sending an SMS message through your provider's website. That's what I did for my OS notification messages and it works like a charm.
Many Thanks
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
- tech_fixer
- Posts: 132
- Joined: Tue Jul 29, 2003 3:07 pm
If you want, I can send you the script I use. It is crude but it does work and illustrates the basics of using HTTP requests.
Basically I looked at the source of the providers web page, then used ethereal to sniff the http requests going back and forth. Then I wrote a script that uses curl to simulate and inserts a message in these requests.
Jose.
Basically I looked at the source of the providers web page, then used ethereal to sniff the http requests going back and forth. Then I wrote a script that uses curl to simulate and inserts a message in these requests.
Jose.
- tech_fixer
- Posts: 132
- Joined: Tue Jul 29, 2003 3:07 pm
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
ok thankyou very much!
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk