HortaCulture
Programmer
Hi all.
I am trying to find ways to alert a known group of mobile phones of an event, as cheaply as possible, using a kind of pub/sub paradigm.
Using SMS through a gateway service is certainly one way to do it but if the group becomes large, the cost starts to escalate.
Another approach might be to have a well known source phone number which dials out to each phone, perhaps with a recorded message, perhaps not. It could be that the recipient would see the id of the caller and that by itself would be enough to know that an event has ocurred and that they should undertake a second well known step (dial into a central number, go to WAP website, etc..). It seems to me that this should be very achievable but there has to be a better/swifter/cheaper way than dialling let's say 100 numbers sequentially through a modem. Does anyone know of any software/hardware we could get our hands on to assist with this? Can we simply dial out in some manner from the internet without a modem (a la Skype)?
We are a website running on Linux/PHP.
Thanks for any responses to what is a very general question. I have trawled through the internet trying to get some direction on this but find myself swiftly looking at low level docs when I'm trying to get an answer to a very high level question.
I am trying to find ways to alert a known group of mobile phones of an event, as cheaply as possible, using a kind of pub/sub paradigm.
Using SMS through a gateway service is certainly one way to do it but if the group becomes large, the cost starts to escalate.
Another approach might be to have a well known source phone number which dials out to each phone, perhaps with a recorded message, perhaps not. It could be that the recipient would see the id of the caller and that by itself would be enough to know that an event has ocurred and that they should undertake a second well known step (dial into a central number, go to WAP website, etc..). It seems to me that this should be very achievable but there has to be a better/swifter/cheaper way than dialling let's say 100 numbers sequentially through a modem. Does anyone know of any software/hardware we could get our hands on to assist with this? Can we simply dial out in some manner from the internet without a modem (a la Skype)?
We are a website running on Linux/PHP.
Thanks for any responses to what is a very general question. I have trawled through the internet trying to get some direction on this but find myself swiftly looking at low level docs when I'm trying to get an answer to a very high level question.