[sr-dev] Contributing platform specific code to Kamailio

2017-10-04 Thread Tsvetomir Dimitrov
Hello, I am working on a functionality which handles ipsec tunel creation for VoLTE registration and I'd like to contribute it to the project. However the code is heavily Linux specific - uses xfrm framework, so it won't compile on distribution with older kernels and definitely won't compile on *B

Re: [sr-dev] Contributing platform specific code to Kamailio

2017-10-12 Thread Carsten Bock
Hi Tsvetomir, sorry for the late reply. I assume this mail got lost a bit in the days of Astricon. I even asked Daniel about this mail during Astricon, but he hadn't seen it yet. Right now, I'm officially on holiday Can you please provide a Pull-Request for the changes? From my perspective,

Re: [sr-dev] Contributing platform specific code to Kamailio

2017-10-19 Thread Tsvetomir Dimitrov
Hi Carsten, Thanks for your responce and please excuse my late reply too. I'm still working on the changes and will make a pull request as soon as I am ready. It will be a separate module which handles the IPSec tunnel creation/tear down, so that ims_register_pcscf won't be polluted with platform

Re: [sr-dev] Contributing platform specific code to Kamailio

2017-11-06 Thread Henning Westerholt
Am Donnerstag, 19. Oktober 2017, 10:49:22 CET schrieb Tsvetomir Dimitrov: > Thanks for your responce and please excuse my late reply too. I'm still > working on the changes and will make a pull request as soon as I am ready. > It will be a separate module which handles the IPSec tunnel creation/tea

Re: [sr-dev] Contributing platform specific code to Kamailio

2017-12-11 Thread Carsten Bock
Hi Tsvetomir, any updates regarding this? I believe otherwise, I would assign ressources from our side for this in February/March next year. However, I would want to avoid double work. You can share it privately with me, if you don't want to publish it yet. Thanks, Carsten 2017-10-19 9:49 GMT+0

Re: [sr-dev] Contributing platform specific code to Kamailio

2017-12-11 Thread Tsvetomir Dimitrov
Hi Carsten, I'm working on this and I have got some progress, but unplanned two week sick leave delayed my work a lot. What I have done so far: - Fixed saving of security parameters in ims_usrloc_pcscf. My previous patch didn't handle SHM allocation correctly. This is can be merged so I'll open a

Re: [sr-dev] Contributing platform specific code to Kamailio

2018-01-22 Thread Tsvetomir Dimitrov
Hello Carsten, I promised to share the code with you. I wanted to push it in a better shape, but I've got some difficulties, which take me more time than expected. You can check it here: https://github.com/tdimitrov/kamailio/tree/ipsec-wip The code is far from production ready, but my main prior