23

I need to setup an open source SMS gateway to send messages using my mobile phone via USB cable. I tried Kannel but its lack of GUI frustrated the user who is intended to admin it (not an advanced user).

MauroPorras
  • 5,079
  • 5
  • 30
  • 41
  • 1
    Hello, Kannel is the best open source version have seen so far , that are so many other implementation but i can not vouch for them. Kannel Configuration and installation is very easy ... if you can specify the challenges the Admin user has we might be able to help Thanks :) – Baba Mar 27 '12 at 14:34

2 Answers2

25

If you want to use local GSM modem (or just mobile phone) you can use the following server side alternatives:

For GUI you can use the following software:

Note: Kannel is excellent platform for large scale SMS platforms but it requires certain level of understanding underlying technologies and integration layer.

szabgab
  • 6,202
  • 11
  • 50
  • 64
michael.bochkaryov
  • 2,318
  • 18
  • 14
7

Mobicents SMSC Gateway is another open source option with broad commercial deployment. It complements a suite of open source telco middleware Mobicents projects such as USSD Gateway, SS7 stack, Diameter charging server, SIP Servlets and so on.

The Mobicents SMSC Gateway is specifically designed to integrate with operator core networks over SS7 E1/T1 or SIGTRAN in addition to SMPP connectivity over IP.

http://code.google.com/p/smscgateway/

http://www.telestax.com/opensource/

Ivelin Ivanov
  • 373
  • 2
  • 12
  • 1
    I actually think he means something different by SMS Gateway - as Kannel and Mobicents does not quite fall into the same category nor do they provide the same functionality. But an up-vote since this is answering the question he asked as opposed to the question he meant. – Iwan Aucamp Jul 22 '13 at 21:12
  • 1
    Thank you, Iwan. I believe you are correct. As far as I know, Kannel is focused on SMPP traffic routing, while Mobicents SMSC covers SMPP, SIP IM and legacy SS7 MAP interfaces. Please point out other key differences that I'm missing. Thank you. – Ivelin Ivanov Sep 15 '13 at 03:46