From larrylaffer130 at gmail.com Mon Jun 2 14:43:41 2025 From: larrylaffer130 at gmail.com (Larry Laffer) Date: Mon, 2 Jun 2025 16:43:41 +0200 Subject: [OpenSIPS-Devel] proto_ipsec, Refcounters and recent (breaking) changes In-Reply-To: References: Message-ID: Hi, after validating that the issue (2) works fine on 3.5.5 (so definitely not OS specific), I've created a bug for this issue: https://github.com/OpenSIPS/opensips/issues/3660 Thanks, Larry On Fri, May 30, 2025 at 5:59 PM Larry Laffer wrote: > One more update: > I've double checked that the SO_REUSEPORT is properly set on the socket - > so potentially not an OpenSIPS issue. > > It is currently running as a container based on Debian 11 - running on > Docker / Ubuntu 24.04. Probably worth further investigating. > > Thanks, > Carsten > > > > On Fri, May 30, 2025 at 4:44 PM Larry Laffer > wrote: > >> Hi, >> >> Some more observations regarding (2): >> Actually, I get the same error on the originating call-leg without any >> IPSec involvement (apart from receiving on IPSec): >> >> May 30 16:38:48 [66] NOTICE:[VZ6EldiqV8qbeiuVeEgV31uO] Relaying INVITE to >> tel:+12108302268/sip:orig at scscf.ims.mnc001.mcc001.3gppnetwork.org:6060;lr >> (Socket tcp:10.0.0.6:5060) >> May 30 16:38:48 [66] WARNING:core:get_send_socket: not listening on the >> requested socket, no fork mode? >> >> In this case, the outbound socket is only forced to TCP in script: >> $socket_out = "tcp:${PCSCF_IP}:5060"; >> >> So potentially, the warning is not that critical, as the request gets >> forwarded using TCP (non-IPSec) afterwards. >> >> However, it seems, the "reuse_port" parameter to the socket has currently >> no effect: >> socket=tcp:${PCSCF_IP}:5060 reuse_port >> >> It uses an ephemeral port regardless of the setting and it throws no >> warning. This could be potentially the root cause... >> >> Thanks, >> Larry >> >> >> On Wed, May 28, 2025 at 6:04 PM Larry Laffer >> wrote: >> >>> Hi, >>> >>> 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. >>> >>> 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. >>> >>> I've found a few topics with the "proto_ipsec" module: >>> >>> 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). >>> 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. >>> (also created an issue here: >>> https://github.com/OpenSIPS/opensips/issues/3657) >>> >>> 2) Recent changes break the proto_ipsec module?!?? >>> >>> Each time, I attempt a call to a subscriber (Network => UE), the inbound >>> call fails with the following warning: >>> >>> May 28 17:57:04 [54] NOTICE:[tiPeQZeN3tfdVrNtNvWXgN37] Relaying INVITE >>> to sip:10.46.0.206:55805/ (Socket tcp:10.0.0.6:6100) >>> May 28 17:57:04 [54] WARNING:core:get_send_socket: not listening on the >>> requested socket, no fork mode? >>> May 28 17:57:04 [54] CRITICAL:core:su_setport: unknown address family 0 >>> >>> 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)? >>> >>> Thanks, >>> Larry >>> >>> P.S.: Any update on my PR https://github.com/OpenSIPS/opensips/pull/3608? >>> It's open since march... - no issues, just a small ping! >>> >>> >>> -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Tue Jun 3 12:36:39 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 03 Jun 2025 05:36:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a1caf3: [domain] updated docs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a1caf3b62102367e391d4fe140ebc882289f5352 https://github.com/OpenSIPS/opensips/commit/a1caf3b62102367e391d4fe140ebc882289f5352 Author: Bogdan-Andrei Iancu Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M modules/domain/doc/domain_admin.xml Log Message: ----------- [domain] updated docs Added new "subdomain_col" mod param To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 3 12:37:08 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 03 Jun 2025 05:37:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 565447: [domain] updated docs Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 56544760389de5f3ee063f3fa8a2ac18dfe2a8ad https://github.com/OpenSIPS/opensips/commit/56544760389de5f3ee063f3fa8a2ac18dfe2a8ad Author: Bogdan-Andrei Iancu Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M modules/domain/doc/domain_admin.xml Log Message: ----------- [domain] updated docs Added new "subdomain_col" mod param (cherry picked from commit a1caf3b62102367e391d4fe140ebc882289f5352) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 3 14:56:50 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 03 Jun 2025 07:56:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4754e1: b2b_logic: fix typo on tuple error Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4754e12bbcc1a6fcbc37b49c9cf8cdaaa07366b1 https://github.com/OpenSIPS/opensips/commit/4754e12bbcc1a6fcbc37b49c9cf8cdaaa07366b1 Author: Razvan Crainea Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M modules/b2b_logic/b2b_logic.c Log Message: ----------- b2b_logic: fix typo on tuple error To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 3 14:57:02 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 03 Jun 2025 07:57:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 144e72: b2b_logic: fix typo on tuple error Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 144e7253e46696bfd6fa374b72e4747720c64038 https://github.com/OpenSIPS/opensips/commit/144e7253e46696bfd6fa374b72e4747720c64038 Author: Razvan Crainea Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M modules/b2b_logic/b2b_logic.c Log Message: ----------- b2b_logic: fix typo on tuple error (cherry picked from commit 4754e12bbcc1a6fcbc37b49c9cf8cdaaa07366b1) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 3 14:57:15 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 03 Jun 2025 07:57:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1e0087: b2b_logic: fix typo on tuple error Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 1e008785328b1c1b16ade023a8168e1f342ad1a7 https://github.com/OpenSIPS/opensips/commit/1e008785328b1c1b16ade023a8168e1f342ad1a7 Author: Razvan Crainea Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M modules/b2b_logic/b2b_logic.c Log Message: ----------- b2b_logic: fix typo on tuple error (cherry picked from commit 4754e12bbcc1a6fcbc37b49c9cf8cdaaa07366b1) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 3 14:57:30 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 03 Jun 2025 07:57:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 77b2c8: b2b_logic: fix typo on tuple error Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 77b2c887799bd075c679865bd0f1e7343ca2f512 https://github.com/OpenSIPS/opensips/commit/77b2c887799bd075c679865bd0f1e7343ca2f512 Author: Razvan Crainea Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M modules/b2b_logic/b2b_logic.c Log Message: ----------- b2b_logic: fix typo on tuple error (cherry picked from commit 4754e12bbcc1a6fcbc37b49c9cf8cdaaa07366b1) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 4 14:31:19 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 04 Jun 2025 07:31:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 02fea4: Update README Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 02fea4606e2bdc55a2bc0031267a916e58073cfe https://github.com/OpenSIPS/opensips/commit/02fea4606e2bdc55a2bc0031267a916e58073cfe Author: Norm Brandinger Date: 2025-06-02 (Mon, 02 Jun 2025) Changed paths: M modules/sockets_mgm/README Log Message: ----------- Update README Commit: b02b1badcf43370beb9796abb3121e996798c639 https://github.com/OpenSIPS/opensips/commit/b02b1badcf43370beb9796abb3121e996798c639 Author: Norm Brandinger Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M modules/sockets_mgm/doc/sockets_mgm_admin.xml Log Message: ----------- Update sockets_mgm_admin.xml Commit: b759b2ab631b72cc39df5b93232cc07b878e2a7b https://github.com/OpenSIPS/opensips/commit/b759b2ab631b72cc39df5b93232cc07b878e2a7b Author: Norm Brandinger Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M modules/b2b_logic/b2b_logic.c M modules/domain/doc/domain_admin.xml Log Message: ----------- Merge branch 'OpenSIPS:master' into patch-1 Commit: 224beb4924c57fe9137794272d305758c44b913c https://github.com/OpenSIPS/opensips/commit/224beb4924c57fe9137794272d305758c44b913c Author: Bogdan Andrei IANCU Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M modules/sockets_mgm/README M modules/sockets_mgm/doc/sockets_mgm_admin.xml Log Message: ----------- Merge pull request #3661 from NormB/patch-1 Documentation spelling update Compare: https://github.com/OpenSIPS/opensips/compare/4754e12bbcc1...224beb4924c5 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 4 14:32:12 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 04 Jun 2025 07:32:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9c382c: Merge pull request #3661 from NormB/patch-1 Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 9c382cb7f71a2a992f92b7042f16cf81f0b59750 https://github.com/OpenSIPS/opensips/commit/9c382cb7f71a2a992f92b7042f16cf81f0b59750 Author: Bogdan Andrei IANCU Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M modules/sockets_mgm/README M modules/sockets_mgm/doc/sockets_mgm_admin.xml Log Message: ----------- Merge pull request #3661 from NormB/patch-1 Documentation spelling update (cherry picked from commit 224beb4924c57fe9137794272d305758c44b913c) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 6 07:25:13 2025 From: noreply at github.com (Norm Brandinger) Date: Fri, 06 Jun 2025 00:25:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 983474: Update sockets_mgm_admin.xml (#3667) Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 98347446b88a9343782aa7eff01cb10189e5a216 https://github.com/OpenSIPS/opensips/commit/98347446b88a9343782aa7eff01cb10189e5a216 Author: Norm Brandinger Date: 2025-06-06 (Fri, 06 Jun 2025) Changed paths: M modules/sockets_mgm/doc/sockets_mgm_admin.xml Log Message: ----------- Update sockets_mgm_admin.xml (#3667) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 6 09:52:23 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 06 Jun 2025 02:52:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 69a785: [event_routing] added new sync wait_for_event() fu... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 69a785e112324f527f22a778fc1c021d28af0e3e https://github.com/OpenSIPS/opensips/commit/69a785e112324f527f22a778fc1c021d28af0e3e Author: Bogdan-Andrei Iancu Date: 2025-06-06 (Fri, 06 Jun 2025) Changed paths: M modules/event_routing/doc/event_routing_admin.xml M modules/event_routing/ebr_data.c M modules/event_routing/ebr_data.h M modules/event_routing/event_routing.c Log Message: ----------- [event_routing] added new sync wait_for_event() function This is exeactly the same as the async function, but does inline blocking/waiting until the event is received. The function is very useful in script routes that does not have async support To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 7 21:06:34 2025 From: noreply at github.com (opensips-github) Date: Sat, 07 Jun 2025 14:06:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 98d7f8: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 98d7f8d7544e86a0bf7d2b8cff1f9059ebf90f48 https://github.com/OpenSIPS/opensips/commit/98d7f8d7544e86a0bf7d2b8cff1f9059ebf90f48 Author: OpenSIPS Date: 2025-06-08 (Sun, 08 Jun 2025) Changed paths: M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 7 22:12:26 2025 From: noreply at github.com (opensips-github) Date: Sat, 07 Jun 2025 15:12:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 232c89: Rebuild documentation Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 232c8940bcaf15107f028df3495c6719a5ddaad4 https://github.com/OpenSIPS/opensips/commit/232c8940bcaf15107f028df3495c6719a5ddaad4 Author: OpenSIPS Date: 2025-06-08 (Sun, 08 Jun 2025) Changed paths: M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 7 23:04:03 2025 From: noreply at github.com (opensips-github) Date: Sat, 07 Jun 2025 16:04:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 71bd96: Rebuild documentation Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 71bd96ed4845207444aeadf75e3384d8550c43cd https://github.com/OpenSIPS/opensips/commit/71bd96ed4845207444aeadf75e3384d8550c43cd Author: OpenSIPS Date: 2025-06-08 (Sun, 08 Jun 2025) Changed paths: M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/domain/README M modules/domain/doc/contributors.xml M modules/sockets_mgm/README M modules/sockets_mgm/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 7 23:42:53 2025 From: noreply at github.com (opensips-github) Date: Sat, 07 Jun 2025 16:42:53 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 517e08: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 517e08e1a86023265922e8746c10f9566b10efdc https://github.com/OpenSIPS/opensips/commit/517e08e1a86023265922e8746c10f9566b10efdc Author: OpenSIPS Date: 2025-06-08 (Sun, 08 Jun 2025) Changed paths: M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/domain/README M modules/domain/doc/contributors.xml M modules/event_routing/README M modules/event_routing/doc/contributors.xml M modules/sockets_mgm/README M modules/sockets_mgm/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 10 07:51:16 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 10 Jun 2025 00:51:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6da409: siprec: docs clarify when recoring is started Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6da409d4c825f67bab96986e2c6ba97d0c76afc2 https://github.com/OpenSIPS/opensips/commit/6da409d4c825f67bab96986e2c6ba97d0c76afc2 Author: Razvan Crainea Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M modules/siprec/doc/siprec_admin.xml Log Message: ----------- siprec: docs clarify when recoring is started Thanks to Walter Schober on mailing list for reporing the inconsistency To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 10 07:51:32 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 10 Jun 2025 00:51:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5a06fb: siprec: docs clarify when recoring is started Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 5a06fb31b38422f89903234ac638ae27670e8aca https://github.com/OpenSIPS/opensips/commit/5a06fb31b38422f89903234ac638ae27670e8aca Author: Razvan Crainea Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M modules/siprec/doc/siprec_admin.xml Log Message: ----------- siprec: docs clarify when recoring is started Thanks to Walter Schober on mailing list for reporing the inconsistency (cherry picked from commit 6da409d4c825f67bab96986e2c6ba97d0c76afc2) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 10 07:51:41 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 10 Jun 2025 00:51:41 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 74b99d: siprec: docs clarify when recoring is started Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 74b99d2dd884853750a1f3ee2fa89ea0adf5d70f https://github.com/OpenSIPS/opensips/commit/74b99d2dd884853750a1f3ee2fa89ea0adf5d70f Author: Razvan Crainea Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M modules/siprec/doc/siprec_admin.xml Log Message: ----------- siprec: docs clarify when recoring is started Thanks to Walter Schober on mailing list for reporing the inconsistency (cherry picked from commit 6da409d4c825f67bab96986e2c6ba97d0c76afc2) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 10 07:51:52 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 10 Jun 2025 00:51:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 148473: siprec: docs clarify when recoring is started Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 148473d8c73a4bf75b44e60ef3e3528303c9af9d https://github.com/OpenSIPS/opensips/commit/148473d8c73a4bf75b44e60ef3e3528303c9af9d Author: Razvan Crainea Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M modules/siprec/doc/siprec_admin.xml Log Message: ----------- siprec: docs clarify when recoring is started Thanks to Walter Schober on mailing list for reporing the inconsistency (cherry picked from commit 6da409d4c825f67bab96986e2c6ba97d0c76afc2) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From liviu at opensips.org Tue Jun 10 10:32:42 2025 From: liviu at opensips.org (Liviu Chircu) Date: Tue, 10 Jun 2025 13:32:42 +0300 Subject: [OpenSIPS-Devel] [Release Freeze] Upcoming OpenSIPS 3.5.6 and 3.4.13 Minor Releases Message-ID: Hi all, The *3.5.6* and *3.4.13* OpenSIPS minor versions are scheduled for release next week, on Wednesday, *June 18th*. In preparation for the releases, we impose the usual freeze on any significant fixes (as complexity) on the stable branches, in order to ensure a safe window for testing in the days ahead. If there are any outstanding issues which have skipped our attention on the GitHub issue tracker that we could address in due time, please do point them out.  Thank you! Happy testing, -- Liviu Chircu Sr. Software Developer www.siphub.com |www.opensips-solutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bogdan at opensips.org Tue Jun 10 11:45:13 2025 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Tue, 10 Jun 2025 14:45:13 +0300 Subject: [OpenSIPS-Devel] OpenSIPS Summit 2025 - post facts Message-ID: <1d981984-ee9e-40f3-a873-2f090ae71d3c@opensips.org> Hello all !! I would like to thank you all for being part of the OpenSIPS Summit 2025 in Amsterdam. It was an amazing set of speakers, sponsors and participants - I hope you all enjoyed the event, and even more, I hope you found it useful in terms of getting the updates and news from the VoIP and RTC words. Now that the event is behind us, let me fill in here some post facts * the presentations and recordings were uploaded at attached to the schedule / linked to the web site * the recordings are also available on the OpenSIPS YouTube channel * photos from the event were uploaded on the OpenSIPS Summit 2025 Album Enjoy ! Best regards, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Tue Jun 10 13:22:27 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 10 Jun 2025 06:22:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a7197f: b2b_logic: determine entity type if not explicit Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a7197f867d43b89755c8d5f1e81009d4e8d40fe6 https://github.com/OpenSIPS/opensips/commit/a7197f867d43b89755c8d5f1e81009d4e8d40fe6 Author: Razvan Crainea Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M modules/b2b_logic/b2b_load.h M modules/b2b_logic/b2b_logic.c M modules/b2b_logic/bridging.c M modules/b2b_logic/bridging.h M modules/b2b_logic/doc/b2b_logic_admin.xml M modules/b2b_logic/logic.c Log Message: ----------- b2b_logic: determine entity type if not explicit Commit: 1fff680f0c05858d9024dc7454e7d6d2c5d37e65 https://github.com/OpenSIPS/opensips/commit/1fff680f0c05858d9024dc7454e7d6d2c5d37e65 Author: Razvan Crainea Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M modules/b2b_logic/bridging.c Log Message: ----------- b2b_logic: reverse peer when entity not specified completes/fixes commit f2ef8d391b Commit: 4ccf042cebd7f1d18a5ad8b969c4d4474efdd08f https://github.com/OpenSIPS/opensips/commit/4ccf042cebd7f1d18a5ad8b969c4d4474efdd08f Author: Razvan Crainea Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M modules/b2b_logic/b2b_logic.c M modules/b2b_logic/bridging.c M modules/b2b_logic/bridging.h M modules/b2b_logic/doc/b2b_logic_admin.xml Log Message: ----------- b2b_logic: add $b2b_logic.peer variable Compare: https://github.com/OpenSIPS/opensips/compare/6da409d4c825...4ccf042cebd7 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 14 21:07:59 2025 From: noreply at github.com (opensips-github) Date: Sat, 14 Jun 2025 14:07:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5e72d1: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 5e72d174072cc883078f6f455e7633e268043468 https://github.com/OpenSIPS/opensips/commit/5e72d174072cc883078f6f455e7633e268043468 Author: OpenSIPS Date: 2025-06-15 (Sun, 15 Jun 2025) Changed paths: M modules/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 14 22:16:36 2025 From: noreply at github.com (opensips-github) Date: Sat, 14 Jun 2025 15:16:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1649ee: Rebuild documentation Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 1649eefa6e0ba6171d306bccb34ed3230ec24823 https://github.com/OpenSIPS/opensips/commit/1649eefa6e0ba6171d306bccb34ed3230ec24823 Author: OpenSIPS Date: 2025-06-15 (Sun, 15 Jun 2025) Changed paths: M modules/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 14 23:06:39 2025 From: noreply at github.com (opensips-github) Date: Sat, 14 Jun 2025 16:06:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3fa24f: Rebuild documentation Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 3fa24f8a7b91330807d83bd95a3bcde498249bd5 https://github.com/OpenSIPS/opensips/commit/3fa24f8a7b91330807d83bd95a3bcde498249bd5 Author: OpenSIPS Date: 2025-06-15 (Sun, 15 Jun 2025) Changed paths: M modules/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 14 23:43:14 2025 From: noreply at github.com (opensips-github) Date: Sat, 14 Jun 2025 16:43:14 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dd9400: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dd9400f4e6552493f413be726e67f4168f3cf179 https://github.com/OpenSIPS/opensips/commit/dd9400f4e6552493f413be726e67f4168f3cf179 Author: OpenSIPS Date: 2025-06-15 (Sun, 15 Jun 2025) Changed paths: M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 08:04:08 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 16 Jun 2025 01:04:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d2c682: dialog: replicate cseq changes on every reqlayed r... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d2c682cbf67d584f731311a69f9d28e2e50acf33 https://github.com/OpenSIPS/opensips/commit/d2c682cbf67d584f731311a69f9d28e2e50acf33 Author: Razvan Crainea Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: replicate cseq changes on every reqlayed request To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 08:04:22 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 16 Jun 2025 01:04:22 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] de8f40: dialog: replicate cseq changes on every reqlayed r... Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: de8f40e625800447209b8cac2193332a909876c4 https://github.com/OpenSIPS/opensips/commit/de8f40e625800447209b8cac2193332a909876c4 Author: Razvan Crainea Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: replicate cseq changes on every reqlayed request (cherry picked from commit d2c682cbf67d584f731311a69f9d28e2e50acf33) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 08:05:08 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 16 Jun 2025 01:05:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a5524a: dialog: replicate cseq changes on every reqlayed r... Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: a5524ae08e80847975fdba4c2b71b555685be917 https://github.com/OpenSIPS/opensips/commit/a5524ae08e80847975fdba4c2b71b555685be917 Author: Razvan Crainea Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: replicate cseq changes on every reqlayed request (cherry picked from commit d2c682cbf67d584f731311a69f9d28e2e50acf33) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 08:05:26 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 16 Jun 2025 01:05:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 937fec: dialog: replicate cseq changes on every reqlayed r... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 937fecf24c3782a81be90705ecf6a1e5838f74b6 https://github.com/OpenSIPS/opensips/commit/937fecf24c3782a81be90705ecf6a1e5838f74b6 Author: Razvan Crainea Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: replicate cseq changes on every reqlayed request (cherry picked from commit d2c682cbf67d584f731311a69f9d28e2e50acf33) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 12:28:59 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Jun 2025 05:28:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] be6194: Remove wrapping for exclude_modules line Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: be61940db5c3819287f22813d0753bd3b877a7eb https://github.com/OpenSIPS/opensips/commit/be61940db5c3819287f22813d0753bd3b877a7eb Author: Bogdan-Andrei Iancu Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M Makefile.conf.template Log Message: ----------- Remove wrapping for exclude_modules line This is not supported by the menuconfig tool Reported by @rrb3942, closes #3658 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 12:29:51 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Jun 2025 05:29:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7281b1: Remove wrapping for exclude_modules line Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 7281b12bb2ff797a65bae59b806dfa540cf3d18c https://github.com/OpenSIPS/opensips/commit/7281b12bb2ff797a65bae59b806dfa540cf3d18c Author: Bogdan-Andrei Iancu Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M Makefile.conf.template Log Message: ----------- Remove wrapping for exclude_modules line This is not supported by the menuconfig tool Reported by @rrb3942, closes #3658 (cherry picked from commit be61940db5c3819287f22813d0753bd3b877a7eb) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 12:30:54 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 16 Jun 2025 05:30:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 352d8d: event_routing: avoid shm leak on error Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 352d8d56e6d2f7efc05fc6e2779fd8121d2f0261 https://github.com/OpenSIPS/opensips/commit/352d8d56e6d2f7efc05fc6e2779fd8121d2f0261 Author: Razvan Crainea Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/event_routing/event_routing.c Log Message: ----------- event_routing: avoid shm leak on error To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 13:18:10 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Jun 2025 06:18:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 882eeb: Update clusterer_admin.xml Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 882eebb765da36f88e2c455695a22e665cc1d42b https://github.com/OpenSIPS/opensips/commit/882eebb765da36f88e2c455695a22e665cc1d42b Author: Norm Brandinger Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: M modules/clusterer/doc/clusterer_admin.xml Log Message: ----------- Update clusterer_admin.xml Commit: 45f498b18f75ec879324d23b35b4fed92c5da9a2 https://github.com/OpenSIPS/opensips/commit/45f498b18f75ec879324d23b35b4fed92c5da9a2 Author: Bogdan Andrei IANCU Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/clusterer/doc/clusterer_admin.xml Log Message: ----------- Merge pull request #3666 from NormB/NormB-clusterer-doc Update clusterer_admin.xml Compare: https://github.com/OpenSIPS/opensips/compare/352d8d56e6d2...45f498b18f75 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 13:18:49 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Jun 2025 06:18:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9ddd2a: Merge pull request #3666 from NormB/NormB-clustere... Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 9ddd2acd646edff1f8212d6e2d2ef4ab706493d9 https://github.com/OpenSIPS/opensips/commit/9ddd2acd646edff1f8212d6e2d2ef4ab706493d9 Author: Bogdan Andrei IANCU Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/clusterer/doc/clusterer_admin.xml Log Message: ----------- Merge pull request #3666 from NormB/NormB-clusterer-doc Update clusterer_admin.xml (cherry picked from commit 45f498b18f75ec879324d23b35b4fed92c5da9a2) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 13:19:04 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Jun 2025 06:19:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4d66ca: Merge pull request #3666 from NormB/NormB-clustere... Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 4d66cae89eb9ac87f8d07391c7eb2e96c928caff https://github.com/OpenSIPS/opensips/commit/4d66cae89eb9ac87f8d07391c7eb2e96c928caff Author: Bogdan Andrei IANCU Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/clusterer/doc/clusterer_admin.xml Log Message: ----------- Merge pull request #3666 from NormB/NormB-clusterer-doc Update clusterer_admin.xml (cherry picked from commit 45f498b18f75ec879324d23b35b4fed92c5da9a2) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 13:42:03 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Jun 2025 06:42:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c585e0: Fix buffer overflow in dnscache (#3669) Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c585e0659254530cb4820676b7d44540ac3e52ec https://github.com/OpenSIPS/opensips/commit/c585e0659254530cb4820676b7d44540ac3e52ec Author: James Stanley Date: 2025-06-12 (Thu, 12 Jun 2025) Changed paths: M modules/dns_cache/dns_cache.c Log Message: ----------- Fix buffer overflow in dnscache (#3669) `addr_no` and `alias_no` are calculated based on whichever is smaller out of the actual number of addresses/aliases, and `MAXADDRS-1`/`MAXALIASES-1`. But then the code inserted all of the actual number of addresses/aliases anyway, which makes for a potential buffer overflow, and corrupted deserialisation later. Commit: 03719466e15d7ce7a30ef4434761886bd8d3ac37 https://github.com/OpenSIPS/opensips/commit/03719466e15d7ce7a30ef4434761886bd8d3ac37 Author: Bogdan Andrei IANCU Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/dns_cache/dns_cache.c Log Message: ----------- Merge pull request #3672 from jes/dnscache-fix Fix buffer overflow in dnscache (#3669) Compare: https://github.com/OpenSIPS/opensips/compare/45f498b18f75...03719466e15d To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 13:43:26 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Jun 2025 06:43:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8d79f0: Merge pull request #3672 from jes/dnscache-fix Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 8d79f033452dd0eb6ccc804ace04fd5631ecb58b https://github.com/OpenSIPS/opensips/commit/8d79f033452dd0eb6ccc804ace04fd5631ecb58b Author: Bogdan Andrei IANCU Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/dns_cache/dns_cache.c Log Message: ----------- Merge pull request #3672 from jes/dnscache-fix Fix buffer overflow in dnscache (#3669) (cherry picked from commit 03719466e15d7ce7a30ef4434761886bd8d3ac37) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 13:44:59 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Jun 2025 06:44:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9cd22f: Merge pull request #3672 from jes/dnscache-fix Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 9cd22f02b7250d7dec7e28ed65a9935d87619dd3 https://github.com/OpenSIPS/opensips/commit/9cd22f02b7250d7dec7e28ed65a9935d87619dd3 Author: Bogdan Andrei IANCU Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/dns_cache/dns_cache.c Log Message: ----------- Merge pull request #3672 from jes/dnscache-fix Fix buffer overflow in dnscache (#3669) (cherry picked from commit 03719466e15d7ce7a30ef4434761886bd8d3ac37) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 13:53:13 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Jun 2025 06:53:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 351485: `permissions`: Fix invalid pointer access Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 35148507371ebd967c56421786d3a0541ee28bb1 https://github.com/OpenSIPS/opensips/commit/35148507371ebd967c56421786d3a0541ee28bb1 Author: Bence Szigeti Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M modules/permissions/hash.c Log Message: ----------- `permissions`: Fix invalid pointer access Commit: 491c4b1426f72d758ff302fbf230f1edf1076b05 https://github.com/OpenSIPS/opensips/commit/491c4b1426f72d758ff302fbf230f1edf1076b05 Author: Bence Szigeti Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M modules/permissions/hash.c Log Message: ----------- `permissions`: Fix error handling Commit: 06cdb055e7f651bddf51c896b4d12626e5f1cf66 https://github.com/OpenSIPS/opensips/commit/06cdb055e7f651bddf51c896b4d12626e5f1cf66 Author: Bence Szigeti Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M modules/permissions/address.c M modules/permissions/hash.c Log Message: ----------- `permissions`: Add extra check on address Commit: 12085550c5015c06c4815dfa3411535e908e352e https://github.com/OpenSIPS/opensips/commit/12085550c5015c06c4815dfa3411535e908e352e Author: Bogdan Andrei IANCU Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/permissions/address.c M modules/permissions/hash.c Log Message: ----------- Merge pull request #3670 from purecloudlabs/hotfix/permission-module-issues `permissions`: Stabilize the new storage backend Compare: https://github.com/OpenSIPS/opensips/compare/03719466e15d...12085550c501 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Jun 16 13:54:07 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Jun 2025 06:54:07 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dbbc57: Merge pull request #3670 from purecloudlabs/hotfix... Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: dbbc576cc8ab4c0c821f7266a6e30758b9f6b476 https://github.com/OpenSIPS/opensips/commit/dbbc576cc8ab4c0c821f7266a6e30758b9f6b476 Author: Bogdan Andrei IANCU Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M modules/permissions/address.c M modules/permissions/hash.c Log Message: ----------- Merge pull request #3670 from purecloudlabs/hotfix/permission-module-issues `permissions`: Stabilize the new storage backend (cherry picked from commit 12085550c5015c06c4815dfa3411535e908e352e) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 17 13:30:54 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 17 Jun 2025 06:30:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cdd472: rtp*: guard from empty to_tag Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cdd47254443b43a8139dffc2c739b05cc77deb69 https://github.com/OpenSIPS/opensips/commit/cdd47254443b43a8139dffc2c739b05cc77deb69 Author: Razvan Crainea Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c M modules/rtpengine/rtpengine.c Log Message: ----------- rtp*: guard from empty to_tag To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 17 13:31:26 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 17 Jun 2025 06:31:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0bafa4: rtp*: guard from empty to_tag Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 0bafa4722c78453ef52461ca02dde40a652729ed https://github.com/OpenSIPS/opensips/commit/0bafa4722c78453ef52461ca02dde40a652729ed Author: Razvan Crainea Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c M modules/rtpengine/rtpengine.c Log Message: ----------- rtp*: guard from empty to_tag (cherry picked from commit cdd47254443b43a8139dffc2c739b05cc77deb69) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 17 13:31:40 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 17 Jun 2025 06:31:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 73f66d: rtp*: guard from empty to_tag Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 73f66db7fc92f48b3a80834a86eb1a06421d055f https://github.com/OpenSIPS/opensips/commit/73f66db7fc92f48b3a80834a86eb1a06421d055f Author: Razvan Crainea Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c M modules/rtpengine/rtpengine.c Log Message: ----------- rtp*: guard from empty to_tag (cherry picked from commit cdd47254443b43a8139dffc2c739b05cc77deb69) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 17 13:31:48 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 17 Jun 2025 06:31:48 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bfa7ef: rtp*: guard from empty to_tag Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: bfa7ef442eaf5b5daa56c84fde17e242f33c26cc https://github.com/OpenSIPS/opensips/commit/bfa7ef442eaf5b5daa56c84fde17e242f33c26cc Author: Razvan Crainea Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c M modules/rtpengine/rtpengine.c Log Message: ----------- rtp*: guard from empty to_tag (cherry picked from commit cdd47254443b43a8139dffc2c739b05cc77deb69) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 18 06:29:24 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 17 Jun 2025 23:29:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8e2ce2: Resolve the issue of inaccurate tcp_connections_no Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8e2ce2f984074dd34a5b0733a1a9bebe45449dd1 https://github.com/OpenSIPS/opensips/commit/8e2ce2f984074dd34a5b0733a1a9bebe45449dd1 Author: jupiter <36952362 at qq.com> Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M net/net_tcp.c Log Message: ----------- Resolve the issue of inaccurate tcp_connections_no Commit: fb9bc443792e3348dfcfc7bb8c67bb25f6fbcf60 https://github.com/OpenSIPS/opensips/commit/fb9bc443792e3348dfcfc7bb8c67bb25f6fbcf60 Author: jupiter <36952362 at qq.com> Date: 2025-06-18 (Wed, 18 Jun 2025) Changed paths: M net/net_tcp.c Log Message: ----------- do not tcp_connections_no for non TCP MAIN procs Commit: 38efd080d3cd01174384b26c6f86ee9a20480346 https://github.com/OpenSIPS/opensips/commit/38efd080d3cd01174384b26c6f86ee9a20480346 Author: Bogdan Andrei IANCU Date: 2025-06-18 (Wed, 18 Jun 2025) Changed paths: M net/net_tcp.c Log Message: ----------- Merge pull request #3664 from 36952362/tcp_connection Resolve the issue of inaccurate tcp_connections_no Compare: https://github.com/OpenSIPS/opensips/compare/cdd47254443b...38efd080d3cd To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 18 06:31:49 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 17 Jun 2025 23:31:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2533ae: Merge pull request #3664 from 36952362/tcp_connection Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 2533ae6d77c139aa89a446819002be530572a4fb https://github.com/OpenSIPS/opensips/commit/2533ae6d77c139aa89a446819002be530572a4fb Author: Bogdan Andrei IANCU Date: 2025-06-18 (Wed, 18 Jun 2025) Changed paths: M net/net_tcp.c Log Message: ----------- Merge pull request #3664 from 36952362/tcp_connection Resolve the issue of inaccurate tcp_connections_no (cherry picked from commit 38efd080d3cd01174384b26c6f86ee9a20480346) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 18 06:36:43 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 17 Jun 2025 23:36:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bdf6d7: Merge pull request #3664 from 36952362/tcp_connection Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: bdf6d7a2f34f93e377f1d52ee3cfa7ab88d60bae https://github.com/OpenSIPS/opensips/commit/bdf6d7a2f34f93e377f1d52ee3cfa7ab88d60bae Author: Bogdan Andrei IANCU Date: 2025-06-18 (Wed, 18 Jun 2025) Changed paths: M net/net_tcp.c Log Message: ----------- Merge pull request #3664 from 36952362/tcp_connection Resolve the issue of inaccurate tcp_connections_no (cherry picked from commit 38efd080d3cd01174384b26c6f86ee9a20480346) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 18 06:41:36 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 17 Jun 2025 23:41:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1acc79: Merge pull request #3664 from 36952362/tcp_connection Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 1acc798127897309db42d1518c8d5294afc7a22d https://github.com/OpenSIPS/opensips/commit/1acc798127897309db42d1518c8d5294afc7a22d Author: Bogdan Andrei IANCU Date: 2025-06-18 (Wed, 18 Jun 2025) Changed paths: M net/net_tcp.c Log Message: ----------- Merge pull request #3664 from 36952362/tcp_connection Resolve the issue of inaccurate tcp_connections_no (cherry picked from commit 38efd080d3cd01174384b26c6f86ee9a20480346) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 18 15:21:59 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 18 Jun 2025 08:21:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c0c9a4: [permissions] fix allow_uri() URI parameter Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: c0c9a42a16a21dfbad4023bb7eb0682ed9ff9735 https://github.com/OpenSIPS/opensips/commit/c0c9a42a16a21dfbad4023bb7eb0682ed9ff9735 Author: Bogdan-Andrei Iancu Date: 2025-06-18 (Wed, 18 Jun 2025) Changed paths: M modules/permissions/permissions.c Log Message: ----------- [permissions] fix allow_uri() URI parameter The parameter is a string, not pvar, so does not need to be evaluated Fixes #3645 Reported by @gostkov To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Jun 19 07:37:12 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 19 Jun 2025 00:37:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cee5f5: the access to ->async->pending should be under lock Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cee5f5b2e7bb42f934f2e9028fe07b77dec75479 https://github.com/OpenSIPS/opensips/commit/cee5f5b2e7bb42f934f2e9028fe07b77dec75479 Author: jupiter <36952362 at qq.com> Date: 2025-06-18 (Wed, 18 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- the access to ->async->pending should be under lock Commit: f93daaf034a5344ea51d7ba40acaff0fc470ddf6 https://github.com/OpenSIPS/opensips/commit/f93daaf034a5344ea51d7ba40acaff0fc470ddf6 Author: jupiter <36952362 at qq.com> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- adjust pending data in async mode logic Commit: 0c54ee7df9c3fe1e6453e8fc52c4b9e9892f5ee6 https://github.com/OpenSIPS/opensips/commit/0c54ee7df9c3fe1e6453e8fc52c4b9e9892f5ee6 Author: Bogdan Andrei IANCU Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- Merge pull request #3654 from 36952362/master Resolve the issue of incomplete transmission of large SIP message over TLS protocol Compare: https://github.com/OpenSIPS/opensips/compare/38efd080d3cd...0c54ee7df9c3 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Jun 19 07:43:36 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 19 Jun 2025 00:43:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 233d97: Merge pull request #3654 from 36952362/master Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 233d97cf2fbe97c2ac161f32d8da9b55be69c1ad https://github.com/OpenSIPS/opensips/commit/233d97cf2fbe97c2ac161f32d8da9b55be69c1ad Author: Bogdan Andrei IANCU Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- Merge pull request #3654 from 36952362/master Resolve the issue of incomplete transmission of large SIP message over TLS protocol (cherry picked from commit 0c54ee7df9c3fe1e6453e8fc52c4b9e9892f5ee6) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Jun 19 07:44:52 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 19 Jun 2025 00:44:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cc1bcf: Merge pull request #3654 from 36952362/master Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: cc1bcf28c4889e182a403ddfea5c87fcb7483f25 https://github.com/OpenSIPS/opensips/commit/cc1bcf28c4889e182a403ddfea5c87fcb7483f25 Author: Bogdan Andrei IANCU Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- Merge pull request #3654 from 36952362/master Resolve the issue of incomplete transmission of large SIP message over TLS protocol (cherry picked from commit 0c54ee7df9c3fe1e6453e8fc52c4b9e9892f5ee6) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Jun 19 07:45:10 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 19 Jun 2025 00:45:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 70c07b: Merge pull request #3654 from 36952362/master Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 70c07b9f1f571c11dcd79f737b449d7826eb7e87 https://github.com/OpenSIPS/opensips/commit/70c07b9f1f571c11dcd79f737b449d7826eb7e87 Author: Bogdan Andrei IANCU Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- Merge pull request #3654 from 36952362/master Resolve the issue of incomplete transmission of large SIP message over TLS protocol (cherry picked from commit 0c54ee7df9c3fe1e6453e8fc52c4b9e9892f5ee6) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 08:09:25 2025 From: noreply at github.com (vladpaiu) Date: Fri, 20 Jun 2025 01:09:25 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 00305a: Disable TLS tickets for 1.2 and 1.3 in order to su... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 00305a4edf6aa9dc946b8064dfbced294c125e03 https://github.com/OpenSIPS/opensips/commit/00305a4edf6aa9dc946b8064dfbced294c125e03 Author: vladpaiu Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/tls_wolfssl/wolfssl_conn_ops.c Log Message: ----------- Disable TLS tickets for 1.2 and 1.3 in order to support reconnects after OpenSIPS restarts (#3673) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 08:10:00 2025 From: noreply at github.com (vladpaiu) Date: Fri, 20 Jun 2025 01:10:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e464a5: Disable TLS tickets for 1.2 and 1.3 in order to su... Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: e464a5ac7a631c61c02c922c1e7fd21a2ebfb6a4 https://github.com/OpenSIPS/opensips/commit/e464a5ac7a631c61c02c922c1e7fd21a2ebfb6a4 Author: vladpaiu Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/tls_wolfssl/wolfssl_conn_ops.c Log Message: ----------- Disable TLS tickets for 1.2 and 1.3 in order to support reconnects after OpenSIPS restarts (#3673) (cherry picked from commit 00305a4edf6aa9dc946b8064dfbced294c125e03) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 08:10:07 2025 From: noreply at github.com (vladpaiu) Date: Fri, 20 Jun 2025 01:10:07 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 25ce4b: Disable TLS tickets for 1.2 and 1.3 in order to su... Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 25ce4b1644da53ec2bd6a866ba5d6dba2704e37c https://github.com/OpenSIPS/opensips/commit/25ce4b1644da53ec2bd6a866ba5d6dba2704e37c Author: vladpaiu Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/tls_wolfssl/wolfssl_conn_ops.c Log Message: ----------- Disable TLS tickets for 1.2 and 1.3 in order to support reconnects after OpenSIPS restarts (#3673) (cherry picked from commit 00305a4edf6aa9dc946b8064dfbced294c125e03) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 08:10:16 2025 From: noreply at github.com (vladpaiu) Date: Fri, 20 Jun 2025 01:10:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 77d5fa: Disable TLS tickets for 1.2 and 1.3 in order to su... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 77d5fa32d6f41b8bf237d2d43c65dd1f8e8a8550 https://github.com/OpenSIPS/opensips/commit/77d5fa32d6f41b8bf237d2d43c65dd1f8e8a8550 Author: vladpaiu Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/tls_wolfssl/wolfssl_conn_ops.c Log Message: ----------- Disable TLS tickets for 1.2 and 1.3 in order to support reconnects after OpenSIPS restarts (#3673) (cherry picked from commit 00305a4edf6aa9dc946b8064dfbced294c125e03) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 09:28:35 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 20 Jun 2025 02:28:35 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e3353d: permissions: remove unused variable Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: e3353dbfea4ca9f36ce255cc919264e66af927fd https://github.com/OpenSIPS/opensips/commit/e3353dbfea4ca9f36ce255cc919264e66af927fd Author: Razvan Crainea Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/permissions/permissions.c Log Message: ----------- permissions: remove unused variable To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 12:37:15 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 20 Jun 2025 05:37:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5d599a: [proto_tls] fix HEP leak upon failed TLS accepts Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5d599a85574dee55c1e390c8b3ca818325de2481 https://github.com/OpenSIPS/opensips/commit/5d599a85574dee55c1e390c8b3ca818325de2481 Author: Bogdan-Andrei Iancu Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- [proto_tls] fix HEP leak upon failed TLS accepts Be sure and flush all pending HEP (tracing) messages on a TLS conn, even if the SSL negociation failed. Closes #3496. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 12:38:34 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 20 Jun 2025 05:38:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 65af8f: [proto_tls] fix HEP leak upon failed TLS accepts Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 65af8f10cdd4e24d04d6a53b276f9ff259961b8a https://github.com/OpenSIPS/opensips/commit/65af8f10cdd4e24d04d6a53b276f9ff259961b8a Author: Bogdan-Andrei Iancu Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- [proto_tls] fix HEP leak upon failed TLS accepts Be sure and flush all pending HEP (tracing) messages on a TLS conn, even if the SSL negociation failed. Closes #3496. (cherry picked from commit 5d599a85574dee55c1e390c8b3ca818325de2481) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 12:39:12 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 20 Jun 2025 05:39:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6d6a53: [proto_tls] fix HEP leak upon failed TLS accepts Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 6d6a53e649f2131196cf859f467c6f4356d28325 https://github.com/OpenSIPS/opensips/commit/6d6a53e649f2131196cf859f467c6f4356d28325 Author: Bogdan-Andrei Iancu Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- [proto_tls] fix HEP leak upon failed TLS accepts Be sure and flush all pending HEP (tracing) messages on a TLS conn, even if the SSL negociation failed. Closes #3496. (cherry picked from commit 5d599a85574dee55c1e390c8b3ca818325de2481) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 12:39:32 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 20 Jun 2025 05:39:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e7a76d: [proto_tls] fix HEP leak upon failed TLS accepts Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: e7a76d8e728f5e31ae3fad864df423df8d5a0e5f https://github.com/OpenSIPS/opensips/commit/e7a76d8e728f5e31ae3fad864df423df8d5a0e5f Author: Bogdan-Andrei Iancu Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- [proto_tls] fix HEP leak upon failed TLS accepts Be sure and flush all pending HEP (tracing) messages on a TLS conn, even if the SSL negociation failed. Closes #3496. (cherry picked from commit 5d599a85574dee55c1e390c8b3ca818325de2481) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 12:40:54 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 20 Jun 2025 05:40:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 30c5fd: cgrates: make sure ctx is released on backup node Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 30c5fdfd862cf10bc249f531dd8d7f3b8e5b5521 https://github.com/OpenSIPS/opensips/commit/30c5fdfd862cf10bc249f531dd8d7f3b8e5b5521 Author: Razvan Crainea Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/cgrates/cgrates_acc.c Log Message: ----------- cgrates: make sure ctx is released on backup node when cgrates ctx is being replicated, we need to release it when the dialog is destroyed, otherwise it will leak. Many thanks for @NicoFrLy on GitHub for reporting it. Close #3656 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 12:41:08 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 20 Jun 2025 05:41:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4ae022: cgrates: make sure ctx is released on backup node Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 4ae022e2db76adb33a9a39eb84bd203bee558694 https://github.com/OpenSIPS/opensips/commit/4ae022e2db76adb33a9a39eb84bd203bee558694 Author: Razvan Crainea Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/cgrates/cgrates_acc.c Log Message: ----------- cgrates: make sure ctx is released on backup node when cgrates ctx is being replicated, we need to release it when the dialog is destroyed, otherwise it will leak. Many thanks for @NicoFrLy on GitHub for reporting it. Close #3656 (cherry picked from commit 30c5fdfd862cf10bc249f531dd8d7f3b8e5b5521) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 20 12:41:47 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 20 Jun 2025 05:41:47 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 41eff4: cgrates: make sure ctx is released on backup node Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 41eff48ef2c05bb18b42090555c0775d1c751287 https://github.com/OpenSIPS/opensips/commit/41eff48ef2c05bb18b42090555c0775d1c751287 Author: Razvan Crainea Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M modules/cgrates/cgrates_acc.c Log Message: ----------- cgrates: make sure ctx is released on backup node when cgrates ctx is being replicated, we need to release it when the dialog is destroyed, otherwise it will leak. Many thanks for @NicoFrLy on GitHub for reporting it. Close #3656 (cherry picked from commit 30c5fdfd862cf10bc249f531dd8d7f3b8e5b5521) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 21 21:13:09 2025 From: noreply at github.com (opensips-github) Date: Sat, 21 Jun 2025 14:13:09 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7cb113: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 7cb11380eb99757e445c9e1c0e9cb9db62304ed6 https://github.com/OpenSIPS/opensips/commit/7cb11380eb99757e445c9e1c0e9cb9db62304ed6 Author: OpenSIPS Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dns_cache/README M modules/dns_cache/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 21 22:15:07 2025 From: noreply at github.com (opensips-github) Date: Sat, 21 Jun 2025 15:15:07 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 985692: Rebuild documentation Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 985692baee7e325409b7c0c48c393143bd6fe4a8 https://github.com/OpenSIPS/opensips/commit/985692baee7e325409b7c0c48c393143bd6fe4a8 Author: OpenSIPS Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dns_cache/README M modules/dns_cache/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 21 23:07:40 2025 From: noreply at github.com (opensips-github) Date: Sat, 21 Jun 2025 16:07:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1d06cb: Rebuild documentation Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 1d06cb0cc6d4b7eab8414086719f20dfc7c1f49a https://github.com/OpenSIPS/opensips/commit/1d06cb0cc6d4b7eab8414086719f20dfc7c1f49a Author: OpenSIPS Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 21 23:46:05 2025 From: noreply at github.com (opensips-github) Date: Sat, 21 Jun 2025 16:46:05 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 07de05: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 07de05e1c027a70742f4d45bc1724f90b52e7a98 https://github.com/OpenSIPS/opensips/commit/07de05e1c027a70742f4d45bc1724f90b52e7a98 Author: OpenSIPS Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dns_cache/README M modules/dns_cache/doc/contributors.xml M modules/event_routing/README M modules/event_routing/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 24 10:41:03 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 24 Jun 2025 03:41:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6c738f: dialog: ensure legs are atomically added to the di... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 6c738f417d186ec4c0a177e0af090cdf7294a4d6 https://github.com/OpenSIPS/opensips/commit/6c738f417d186ec4c0a177e0af090cdf7294a4d6 Author: Razvan Crainea Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: ensure legs are atomically added to the dialog (cherry picked from commit 147072a9405e216984db1cf9df39ce36a017080c) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 24 15:22:44 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 24 Jun 2025 08:22:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d14b43: [permissions] fix allow_uri() URI parameter Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d14b435906e27871e2c1eec432e82375c06ecf12 https://github.com/OpenSIPS/opensips/commit/d14b435906e27871e2c1eec432e82375c06ecf12 Author: Bogdan-Andrei Iancu Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M modules/permissions/permissions.c Log Message: ----------- [permissions] fix allow_uri() URI parameter The parameter is a string, not pvar, so does not need to be evaluated Fixes #3645 Reported by @gostkov Commit: 0cad84b87804ef9c1a851312a766e24649939ced https://github.com/OpenSIPS/opensips/commit/0cad84b87804ef9c1a851312a766e24649939ced Author: Razvan Crainea Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M modules/permissions/permissions.c Log Message: ----------- permissions: remove unused variable Compare: https://github.com/OpenSIPS/opensips/compare/07de05e1c027...0cad84b87804 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 24 15:23:28 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 24 Jun 2025 08:23:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 01428c: [permissions] fix allow_uri() URI parameter Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 01428c34aa1aceb96674e78f301cee916bb9f60f https://github.com/OpenSIPS/opensips/commit/01428c34aa1aceb96674e78f301cee916bb9f60f Author: Bogdan-Andrei Iancu Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M modules/permissions/permissions.c Log Message: ----------- [permissions] fix allow_uri() URI parameter The parameter is a string, not pvar, so does not need to be evaluated Fixes #3645 Reported by @gostkov Commit: 85cc8cb04429725fa953342caefbda6adbd17e4c https://github.com/OpenSIPS/opensips/commit/85cc8cb04429725fa953342caefbda6adbd17e4c Author: Razvan Crainea Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M modules/permissions/permissions.c Log Message: ----------- permissions: remove unused variable Compare: https://github.com/OpenSIPS/opensips/compare/1d06cb0cc6d4...85cc8cb04429 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jun 24 15:24:24 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 24 Jun 2025 08:24:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d53142: [permissions] fix allow_uri() URI parameter Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: d53142714b6b725695a284346125f4c4ddebac2a https://github.com/OpenSIPS/opensips/commit/d53142714b6b725695a284346125f4c4ddebac2a Author: Bogdan-Andrei Iancu Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M modules/permissions/permissions.c Log Message: ----------- [permissions] fix allow_uri() URI parameter The parameter is a string, not pvar, so does not need to be evaluated Fixes #3645 Reported by @gostkov Commit: e82c767fd0493950e13a7032c7072e6aab552dae https://github.com/OpenSIPS/opensips/commit/e82c767fd0493950e13a7032c7072e6aab552dae Author: Razvan Crainea Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M modules/permissions/permissions.c Log Message: ----------- permissions: remove unused variable Compare: https://github.com/OpenSIPS/opensips/compare/985692baee7e...e82c767fd049 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 09:38:20 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 25 Jun 2025 02:38:20 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e86b12: [dispatcher] fix resetting the persistent_state fo... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e86b121b9b1d907a62a8809d7957be86b5dd462e https://github.com/OpenSIPS/opensips/commit/e86b121b9b1d907a62a8809d7957be86b5dd462e Author: Bogdan-Andrei Iancu Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M modules/dispatcher/dispatcher.c Log Message: ----------- [dispatcher] fix resetting the persistent_state for default partition The modparam (as per docs) must change the default partition settings only Fixes #3635, reported by @nikbyte To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 09:39:19 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 25 Jun 2025 02:39:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f56062: [tm] remove some devel related DBG message Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f560625e1a391ae14c59fa1f7f9b60c9f36c7287 https://github.com/OpenSIPS/opensips/commit/f560625e1a391ae14c59fa1f7f9b60c9f36c7287 Author: Bogdan-Andrei Iancu Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M modules/tm/tm.c Log Message: ----------- [tm] remove some devel related DBG message To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 09:40:13 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 25 Jun 2025 02:40:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0b80b0: [dispatcher] fix resetting the persistent_state fo... Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 0b80b066ae4deee14bcf35fd1a7c7cf25e7abdfe https://github.com/OpenSIPS/opensips/commit/0b80b066ae4deee14bcf35fd1a7c7cf25e7abdfe Author: Bogdan-Andrei Iancu Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M modules/dispatcher/dispatcher.c Log Message: ----------- [dispatcher] fix resetting the persistent_state for default partition The modparam (as per docs) must change the default partition settings only Fixes #3635, reported by @nikbyte (cherry picked from commit e86b121b9b1d907a62a8809d7957be86b5dd462e) Commit: 56c523242409a4717e7c79522e08223426552d33 https://github.com/OpenSIPS/opensips/commit/56c523242409a4717e7c79522e08223426552d33 Author: Bogdan-Andrei Iancu Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M modules/tm/tm.c Log Message: ----------- [tm] remove some devel related DBG message (cherry picked from commit f560625e1a391ae14c59fa1f7f9b60c9f36c7287) Compare: https://github.com/OpenSIPS/opensips/compare/85cc8cb04429...56c523242409 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 09:44:50 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 25 Jun 2025 02:44:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 10a55f: [dispatcher] fix resetting the persistent_state fo... Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 10a55fc27be25d054298fdad7a5a65002ae48725 https://github.com/OpenSIPS/opensips/commit/10a55fc27be25d054298fdad7a5a65002ae48725 Author: Bogdan-Andrei Iancu Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M modules/dispatcher/dispatcher.c Log Message: ----------- [dispatcher] fix resetting the persistent_state for default partition The modparam (as per docs) must change the default partition settings only Fixes #3635, reported by @nikbyte (cherry picked from commit e86b121b9b1d907a62a8809d7957be86b5dd462e) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 11:27:39 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 25 Jun 2025 04:27:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b46e68: Stop leaving sockets in CLOSE_WAIT on failed TLS c... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b46e687d350724df12a330975d161a5bf055f193 https://github.com/OpenSIPS/opensips/commit/b46e687d350724df12a330975d161a5bf055f193 Author: James Stanley Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- Stop leaving sockets in CLOSE_WAIT on failed TLS connections Commit: fde3ff3e37695054ad12dfdf4850be847170bf26 https://github.com/OpenSIPS/opensips/commit/fde3ff3e37695054ad12dfdf4850be847170bf26 Author: Bogdan Andrei IANCU Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- Merge pull request #3634 from jes/proto-tls-fd Stop leaving sockets in CLOSE_WAIT on failed TLS connections Compare: https://github.com/OpenSIPS/opensips/compare/f560625e1a39...fde3ff3e3769 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 11:28:42 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 25 Jun 2025 04:28:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 19bc7d: Merge pull request #3634 from jes/proto-tls-fd Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 19bc7d04d20a0f322651db2f24b2c6d3dee24dce https://github.com/OpenSIPS/opensips/commit/19bc7d04d20a0f322651db2f24b2c6d3dee24dce Author: Bogdan Andrei IANCU Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- Merge pull request #3634 from jes/proto-tls-fd Stop leaving sockets in CLOSE_WAIT on failed TLS connections (cherry picked from commit fde3ff3e37695054ad12dfdf4850be847170bf26) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 11:28:55 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 25 Jun 2025 04:28:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b036bb: Merge pull request #3634 from jes/proto-tls-fd Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: b036bb8bd19f002c9f87e417313a0d93cfc95f5d https://github.com/OpenSIPS/opensips/commit/b036bb8bd19f002c9f87e417313a0d93cfc95f5d Author: Bogdan Andrei IANCU Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- Merge pull request #3634 from jes/proto-tls-fd Stop leaving sockets in CLOSE_WAIT on failed TLS connections (cherry picked from commit fde3ff3e37695054ad12dfdf4850be847170bf26) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 11:29:11 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 25 Jun 2025 04:29:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 849bd6: Merge pull request #3634 from jes/proto-tls-fd Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 849bd63f60a0fd390d08d1607f1813b2795b765c https://github.com/OpenSIPS/opensips/commit/849bd63f60a0fd390d08d1607f1813b2795b765c Author: Bogdan Andrei IANCU Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M modules/proto_tls/proto_tls.c Log Message: ----------- Merge pull request #3634 from jes/proto-tls-fd Stop leaving sockets in CLOSE_WAIT on failed TLS connections (cherry picked from commit fde3ff3e37695054ad12dfdf4850be847170bf26) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 12:27:14 2025 From: noreply at github.com (Liviu Chircu) Date: Wed, 25 Jun 2025 05:27:14 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fa1713: Update ChangeLog for 3.5.6 Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: fa1713b00c531e6afcadc4c84f51cb5d9e5403fd https://github.com/OpenSIPS/opensips/commit/fa1713b00c531e6afcadc4c84f51cb5d9e5403fd Author: Liviu Chircu Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.5.6 Commit: 331e24a2c6a39ab20d399e6f0ee29a8516ebef4b https://github.com/OpenSIPS/opensips/commit/331e24a2c6a39ab20d399e6f0ee29a8516ebef4b Author: Liviu Chircu Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.5.6 Compare: https://github.com/OpenSIPS/opensips/compare/b036bb8bd19f...331e24a2c6a3 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 12:27:21 2025 From: noreply at github.com (Liviu Chircu) Date: Wed, 25 Jun 2025 05:27:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.5.6 Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 12:27:51 2025 From: noreply at github.com (Liviu Chircu) Date: Wed, 25 Jun 2025 05:27:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 27890d: Update ChangeLog for 3.4.13 Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 27890dec529cfc1e4dc0cb1748ea83a589f99807 https://github.com/OpenSIPS/opensips/commit/27890dec529cfc1e4dc0cb1748ea83a589f99807 Author: Liviu Chircu Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.4.13 Commit: ddb81c092d248d17e89022aab8fcd135e14b132c https://github.com/OpenSIPS/opensips/commit/ddb81c092d248d17e89022aab8fcd135e14b132c Author: Liviu Chircu Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.4.13 Compare: https://github.com/OpenSIPS/opensips/compare/849bd63f60a0...ddb81c092d24 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Jun 25 12:27:54 2025 From: noreply at github.com (Liviu Chircu) Date: Wed, 25 Jun 2025 05:27:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.4.13 Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From liviu at opensips.org Thu Jun 26 12:17:12 2025 From: liviu at opensips.org (Liviu Chircu) Date: Thu, 26 Jun 2025 15:17:12 +0300 Subject: [OpenSIPS-Devel] [Minor Release] OpenSIPS 3.5.6 and 3.4.13 Minor Releases In-Reply-To: References: Message-ID: Hello! It is my pleasure to announce the *3.5.6* and *3.4.13* minor releases, which include roughly 40 commits worth of fixes and improvements done in the past two months. To name a few of the improved areas: STIR/SHAKEN stability, TLS improvements and bugfixes in at least: tm with SRV failover, sql_update(), dialog CSeq replication, dns_cache and dispatcher's /persistent_state/ and /pvar_algo_pattern/ features. Do make sure to roll out an update as soon as possible -- it is highly recommended. Full changelogs: https://opensips.org/pub/opensips/3.5.6/ChangeLog https://opensips.org/pub/opensips/3.4.13/ChangeLog Packages are already available:   DEBs: https://apt.opensips.org   RPMs: https://yum.opensips.org Please enjoy, OpenSIPS Team -- Liviu Chircu www.opensips-solutions.com |www.siphub.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Fri Jun 27 07:54:29 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 27 Jun 2025 00:54:29 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 66e3ab: cgrates: make sure ctx is released on backup node Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 66e3ab7f59a84f7fe3b93c7e81628f39788aa111 https://github.com/OpenSIPS/opensips/commit/66e3ab7f59a84f7fe3b93c7e81628f39788aa111 Author: Razvan Crainea Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M modules/cgrates/cgrates_acc.c Log Message: ----------- cgrates: make sure ctx is released on backup node when cgrates ctx is being replicated, we need to release it when the dialog is destroyed, otherwise it will leak. Many thanks for @NicoFrLy on GitHub for reporting it. Close #3656 (cherry picked from commit 30c5fdfd862cf10bc249f531dd8d7f3b8e5b5521) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 27 09:40:39 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 27 Jun 2025 02:40:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 12ed69: rtp_relay: do not enforce from_tag for delete command Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 12ed692ecde861561c23474248aa0b65d6318cfe https://github.com/OpenSIPS/opensips/commit/12ed692ecde861561c23474248aa0b65d6318cfe Author: Razvan Crainea Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c M modules/rtpengine/rtpengine.c Log Message: ----------- rtp_relay: do not enforce from_tag for delete command To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Jun 27 09:40:55 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 27 Jun 2025 02:40:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] adfb88: rtp_relay: do not enforce from_tag for delete command Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: adfb88476809267e46d571ce3bfd542aa2718454 https://github.com/OpenSIPS/opensips/commit/adfb88476809267e46d571ce3bfd542aa2718454 Author: Razvan Crainea Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c M modules/rtpengine/rtpengine.c Log Message: ----------- rtp_relay: do not enforce from_tag for delete command (cherry picked from commit 12ed692ecde861561c23474248aa0b65d6318cfe) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 28 21:09:36 2025 From: noreply at github.com (opensips-github) Date: Sat, 28 Jun 2025 14:09:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fb3092: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: fb3092b294717beee0f37f88b6cded88529f9a24 https://github.com/OpenSIPS/opensips/commit/fb3092b294717beee0f37f88b6cded88529f9a24 Author: OpenSIPS Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 28 22:12:40 2025 From: noreply at github.com (opensips-github) Date: Sat, 28 Jun 2025 15:12:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ba4190: Rebuild documentation Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: ba419017911baedf4ebd275d6ab70f0ab75c404e https://github.com/OpenSIPS/opensips/commit/ba419017911baedf4ebd275d6ab70f0ab75c404e Author: OpenSIPS Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 28 23:04:40 2025 From: noreply at github.com (opensips-github) Date: Sat, 28 Jun 2025 16:04:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 23387a: Rebuild documentation Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: 23387ae2f77b09224ca490a65f2144064c932c56 https://github.com/OpenSIPS/opensips/commit/23387ae2f77b09224ca490a65f2144064c932c56 Author: OpenSIPS Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Jun 28 23:43:19 2025 From: noreply at github.com (opensips-github) Date: Sat, 28 Jun 2025 16:43:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9f46d7: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9f46d71e94dd803f6d2f9449f8310ce530e39c1f https://github.com/OpenSIPS/opensips/commit/9f46d71e94dd803f6d2f9449f8310ce530e39c1f Author: OpenSIPS Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications