[sr-dev] [kamailio/kamailio] Implementation of ios/android push notifications module or similar (#2793)

Daniel-Constantin Mierla notifications at github.com
Fri Jul 2 09:05:28 CEST 2021


Sending push notifications is about doing http requests, which can be done using http_client, http_async_client or embedded Kemi scripts (e.g., app_lua, app_puthon3, ...). Keeping the relation between calls and corresponding registrations can be done using htable and tsilo as you also added in the comments above.

If you have troubles making it working, then write to sr-users at lists.kamailio.org -- here is the place to reports bugs in the C code. I also recommend to watch the presentations from Federico Cabiddu done at Kamailio World in the past: Kamailio in a Mobile World and Thriving in a mobile world.

If you (or someone else) want to contribute a new module combining everything, then just make a pull request.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2793#issuecomment-872770822
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210702/907b9253/attachment.htm>


More information about the sr-dev mailing list