Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We run a remote system and would like the servers to be able to alert us to their status via SMS. Is it possible to setup our own SMS gateway (or our own GSM network) so we DO NOT have to pay for an SMS provider?

Is this possible? if so, please let us know what are the required hardwares and how we get started..

I'm sure this is possible, because when the operator A want to send an SMS to the operator B, it do not pay any cent to the operator B. also, there are ton of online services like: Atompark.com, clickatell, ...etc

please Note: we know how to build an sms gateway using Linux system, a Modem GSM and a valid SIM, but we are looking a way that we do not have to pay any cent for sending sms messages...

share|improve this question

2 Answers

Aside from any operator provided email-to-sms system there is no "free" way to do this.

A want to send an SMS to the operator B, it do not pay any cent to the operator B

This is balanced by the fact that B will not pay A for messages going in the other direction. Internationally they often do pay SMS interconnect fees.

... setup our own SMS gateway

Yes, but you need access to an SMSC on a GSM network to send the messages either directly or via a device with a SIM, thats what you pay for.

or our own GSM network

Not practically, no.

share|improve this answer
can we own an SMSC with a small private GSM network? if not, ow we can have an own system to send sms to other operators for free? – عبدالإله فرحاوي Sep 20 '12 at 11:36
a "private" gsm network is only of use over a small local area and is rarely usefull – Alex K. Sep 20 '12 at 11:42
but how can I send sms (for free) like Atompark.com or clickatell or like any free online service? – عبدالإله فرحاوي Sep 20 '12 at 12:08
1  
They are not free, you pay them – Alex K. Sep 20 '12 at 12:08

While there are no free ways to send proper text messages, you might be better off buying an GSM module for a server (usb in racks would not be ideal, but there should be proper hw expansion buses). You would query the module itself rather then relying on a 3rd party middle server to send those messages, saving a notable portion of money.

Though I have not realized this per se, I created this plan for sending text messages for a service of mine. It was by far the cheapest option.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.