-2


I am in need of an SMS server or gateway. can you tell me how to get it and run it on Debian server ? It doesn't matter if I need to pay. Thank you very much !

Aymane Shuichi
  • 197
  • 1
  • 2
  • 8

1 Answers1

1

You can use the Kannel gateway. They have a Debian distribution available.

If, however, you are looking to send SMS from the machine, you could purchase any one of the embedded GSM phone modules and use an existing library to send SMS like LibSMS (Java library).

Pekka
  • 530
  • 5
  • 15
  • Is it free? is it still maintained in developement ? Last date was 2010-10-20 .. – Aymane Shuichi Mar 23 '14 at 12:04
  • No I want to send SMS automatically from Python so, I think I need a Gateway – Aymane Shuichi Mar 23 '14 at 12:07
  • 1
    The library is free. I can't say anything for the currency of the code, but the [SMS specifications](http://www.etsi.org/deliver/etsi_gts/03/0340/05.03.00_60/gsmts_0340v050300p.pdf) have not changed since 1996. If you just need to send the messages, use a library and either connect to the SMS provider, or attach a GSM modem to your machine. – Pekka Mar 23 '14 at 12:08