[sr-dev] [kamailio/kamailio] SMPP support (#2280)

Daniel-Constantin Mierla notifications at github.com
Sat Apr 11 11:25:30 CEST 2020


Look as well to Kannel server (kannel.org), it is something I used in the past for sending SMSes. You can push them with http client module and, at that time, I stored incoming SMSes in msilo table, if the user was not online.

Then, we have very good support for embedded scripting languages, you can find some smpp libs for some of them, for example for Python:

  * https://github.com/dmaclay/python-smpp

You can use python_exec() for inline execution from a native kamailio.cfg routing block or use KEMI-based scripts for having the equivalent of routing blocks fully in the Python (or other external) scripting language.

Last, if someone wants to contribute a C module for Kamailio with SMPP support, of course they are more than welcome.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2280#issuecomment-612376779
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200411/b968a63e/attachment.html>


More information about the sr-dev mailing list