Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMPP support #2280

Closed
telecomsxchange opened this issue Apr 10, 2020 · 5 comments
Closed

SMPP support #2280

telecomsxchange opened this issue Apr 10, 2020 · 5 comments

Comments

@telecomsxchange
Copy link

Any plans for SMPP support in Kamailio in 2020-2021?

@kamailio-sync
Copy link

kamailio-sync commented Apr 11, 2020 via email

@miconda
Copy link
Member

miconda commented Apr 11, 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:

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.

@telecomsxchange
Copy link
Author

telecomsxchange commented Apr 11, 2020

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.

Thanks for the feedback, I was more wondering if there was a C module for Kamailio for SMPP planned. from you answer I guess its not there yet! We're evaluating different new ideas/options and if we decide to write the C module we'll definitely share it back with the community.

@kamailio-sync
Copy link

kamailio-sync commented Apr 11, 2020 via email

@miconda
Copy link
Member

miconda commented Apr 15, 2020

@telecomsxchange - a PR with a module is more than welcome, if you want to go that way.

For now I close this issue.

@miconda miconda closed this as completed Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants