<div dir="ltr">Hi,<div><br></div><div>First of all thank you, for all thank you for your effort on making OpenSIPS an exciting project. I find especially the recent, IMS related extensions exciting. I really appreciate the approach of using standard/common modules for the IMS use-case rather than customized modules as in other projects.</div><div><br></div><div>I would have loved to join you in Amsterdam for the Summit, but it did not work out this time for various reasons. I hope you are enjoying the event, I am following on YouTube.</div><div><br></div><div>I've found a few topics with the "proto_ipsec" module:</div><div><br></div><div>1) The Refcounter of the "ipsec_ctx" is occasionally incorrect. I've noticed, that during the registration process it is finally at a counter of "1", which seems correct to me. However, since we save multiple entries in the location-DB (for the IMPI and the associated URI's). the usrloc callbacks are executed per location entry and each time the refcounter is decreased, finally ending in an invalid state. If the data is overwritten (since the shmem is free'd, this leads occasionally to a crash).</div><div>I've temporarily fixed this in my config by only storing one entry in the location/usrloc DB (and storing the associated URIs in a cache), in which case the ref-counter counts correctly.</div><div>(also created an issue here: <a href="https://github.com/OpenSIPS/opensips/issues/3657">https://github.com/OpenSIPS/opensips/issues/3657</a>)</div><div><br></div><div>2) Recent changes break the proto_ipsec module?!?? </div><div><br></div><div>Each time, I attempt a call to a subscriber (Network => UE), the inbound call fails with the following warning:</div><div><br></div><div>May 28 17:57:04 [54] NOTICE:[tiPeQZeN3tfdVrNtNvWXgN37] Relaying INVITE to sip:<a href="http://10.46.0.206:55805/">10.46.0.206:55805/</a><null> (Socket tcp:<a href="http://10.0.0.6:6100">10.0.0.6:6100</a>)<br>May 28 17:57:04 [54] WARNING:core:get_send_socket: not listening on the requested socket, no fork mode?<br>May 28 17:57:04 [54] CRITICAL:core:su_setport: unknown address family 0<br></div><div><br></div><div>This only happens with latest master, If I go back to the version as of early may, everything is fine - in between there was the commit regarding the new "sockets_mgm" module. Maybe that broke something (@Razvan)?</div><div><br></div><div>Thanks,</div><div>Larry<br><br>P.S.: Any update on my PR <a href="https://github.com/OpenSIPS/opensips/pull/3608">https://github.com/OpenSIPS/opensips/pull/3608</a>? It's open since march... - no issues, just a small ping!</div><div><br></div><div><br></div></div>