You may be able to use other SIMs in the dongle - not sure if a SIM needs any special config to do
just texts in a modem, as opposed to data
Is there a reason you're not just using a web based service?
> You may be able to use other SIMs in the dongle - not sure if a SIM needs any special config to do
> just texts in a modem, as opposed to data
It needs the messagecenter defined, but that's usually on SIM
Sounds pretty much like a working plan. Do put it in a phone to check if the SMC (message center) its phone is defined; as you will need that for your perlscripts/etc to work. Or config it manually/hardcode it in - and use it as a direct destination (as opposed to the virtual one).
For O2 in the UK they are
http://www.o2.co.uk/support/generalhelp/howdoi/texting/devicesettings
• +447802000332 for Pay Monthly, or
• +447802092035 for Pay & Go
And as this does not go through the name stack as a call - the + rather than 00 matters!
Dw.
I've done this for a couple of projects now, and the last I saw, the
O2 tariff was a keeper!
If you're looking for any client software, or examples of how to send
SMS from your apps, my project (http://campfiremanager.googlecode.com)
uses a project called Gammu that will act as the SMS manager. In the
howto guide for CampFireManager, I explain how to set up Gammu on an
Ubuntu based system, with a MySQL back end.
Feel free to give me a yell on GTalk if you need any help setting this up.
Regards,
--
Jon "The Nice Guy" Spriggs
You'll probably find that signing up with somebody like BulkSMS is much cheaper and less bother in the long run. I paid about £15 back around 2003 and it's still going. I've got a really shoddy Perl script to send automated messages through BulkSMS if you would like something to get you going.
One gotcha with sending SMSes through (some) mobiles is that the text message passes through the flash on the SIM, which will eventually wear it out.
I personally use the SMS dongle for use at barcamp style events where
the first thing to go is the WIFI, followed closely by the upstream
network connection. It's also useful for circumstances where the last
thing your box does before the UPS dies is to fire off an SMS to alert
it's just on it's way ou....... But seriously, I found that for what I
wanted, having the resilience of a physical device I could plug in and
rely on was priceless.
> One gotcha with sending SMSes through (some) mobiles is that the text message passes through the flash on the SIM, which will eventually wear it out.
Not to say you're wrong (as I've seen nothing about this), but as most
of the dongles use just AT commands and are sending directly to the
network, I'd imagine they probably aren't being written to the SIM
memory before being sent... of course I might be wrong, but if you've
got some documentation I could read up about that, I'd be really
interested in it.
All the best,