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