From noreply at github.com Mon Aug 1 08:04:25 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Aug 2022 01:04:25 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3e9832: dialog: don't drop synced dialogs with no sharing tag Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3e98325e8546bcbfefa15644c4835c72da4c7aee https://github.com/OpenSIPS/opensips/commit/3e98325e8546bcbfefa15644c4835c72da4c7aee Author: Vlad Patrascu Date: 2022-07-31 (Sun, 31 Jul 2022) Changed paths: M modules/dialog/dlg_replication.c Log Message: ----------- dialog: don't drop synced dialogs with no sharing tag From noreply at github.com Mon Aug 1 08:04:52 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Aug 2022 01:04:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2bee82: dialog: don't drop synced dialogs with no sharing tag Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 2bee820e83dd9386cb58226c68f395027c80680c https://github.com/OpenSIPS/opensips/commit/2bee820e83dd9386cb58226c68f395027c80680c Author: Vlad Patrascu Date: 2022-08-01 (Mon, 01 Aug 2022) Changed paths: M modules/dialog/dlg_replication.c Log Message: ----------- dialog: don't drop synced dialogs with no sharing tag (cherry picked from commit 3e98325e8546bcbfefa15644c4835c72da4c7aee) From noreply at github.com Mon Aug 1 08:05:57 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Aug 2022 01:05:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a3419d: dialog: don't drop synced dialogs with no sharing tag Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: a3419dce890b9d1b821d95216a47810a263da772 https://github.com/OpenSIPS/opensips/commit/a3419dce890b9d1b821d95216a47810a263da772 Author: Vlad Patrascu Date: 2022-08-01 (Mon, 01 Aug 2022) Changed paths: M modules/dialog/dlg_replication.c Log Message: ----------- dialog: don't drop synced dialogs with no sharing tag (cherry picked from commit 3e98325e8546bcbfefa15644c4835c72da4c7aee) From noreply at github.com Mon Aug 1 15:36:13 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Aug 2022 08:36:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0c6693: clusterer: add ability to disable replication pack... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 0c66936f3d343226930042bc463b467d8a62fde3 https://github.com/OpenSIPS/opensips/commit/0c66936f3d343226930042bc463b467d8a62fde3 Author: Vlad Patrascu Date: 2022-08-01 (Mon, 01 Aug 2022) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/clusterer.h M modules/clusterer/clusterer_mod.c M modules/clusterer/doc/clusterer_admin.xml Log Message: ----------- clusterer: add ability to disable replication packets dispatching Add a new "dispatch_jobs" modparam which controls whether the processing of replicated packets is dispatched through IPC or not. Disabling the dispatching mechanism prevents high CPU loads caused by the "thundering herd" problem. Credits go to Rizwan Syed and Connex Carrier Services for supporting the troubleshooting of this issue. From noreply at github.com Mon Aug 1 15:36:25 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Aug 2022 08:36:25 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b93fba: clusterer: add ability to disable replication pack... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: b93fbafed4cca67d2393f90c25710e7492b737f1 https://github.com/OpenSIPS/opensips/commit/b93fbafed4cca67d2393f90c25710e7492b737f1 Author: Vlad Patrascu Date: 2022-08-01 (Mon, 01 Aug 2022) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/clusterer.h M modules/clusterer/clusterer_mod.c M modules/clusterer/doc/clusterer_admin.xml Log Message: ----------- clusterer: add ability to disable replication packets dispatching Add a new "dispatch_jobs" modparam which controls whether the processing of replicated packets is dispatched through IPC or not. Disabling the dispatching mechanism prevents high CPU loads caused by the "thundering herd" problem. Credits go to Rizwan Syed and Connex Carrier Services for supporting the troubleshooting of this issue. (cherry picked from commit 0c66936f3d343226930042bc463b467d8a62fde3) From noreply at github.com Mon Aug 1 15:36:32 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Aug 2022 08:36:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9cdcdf: clusterer: add ability to disable replication pack... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 9cdcdf2385d0a3292e3c29fb80345a377adaf7dd https://github.com/OpenSIPS/opensips/commit/9cdcdf2385d0a3292e3c29fb80345a377adaf7dd Author: Vlad Patrascu Date: 2022-08-01 (Mon, 01 Aug 2022) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/clusterer.h M modules/clusterer/clusterer_mod.c M modules/clusterer/doc/clusterer_admin.xml Log Message: ----------- clusterer: add ability to disable replication packets dispatching Add a new "dispatch_jobs" modparam which controls whether the processing of replicated packets is dispatched through IPC or not. Disabling the dispatching mechanism prevents high CPU loads caused by the "thundering herd" problem. Credits go to Rizwan Syed and Connex Carrier Services for supporting the troubleshooting of this issue. (cherry picked from commit 0c66936f3d343226930042bc463b467d8a62fde3) From noreply at github.com Mon Aug 1 15:36:44 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Aug 2022 08:36:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 21cbcd: clusterer: add ability to disable replication pack... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 21cbcd6f461e05d13af49552e238c51841bef7e5 https://github.com/OpenSIPS/opensips/commit/21cbcd6f461e05d13af49552e238c51841bef7e5 Author: Vlad Patrascu Date: 2022-08-01 (Mon, 01 Aug 2022) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/clusterer.h M modules/clusterer/clusterer_mod.c M modules/clusterer/doc/clusterer_admin.xml Log Message: ----------- clusterer: add ability to disable replication packets dispatching Add a new "dispatch_jobs" modparam which controls whether the processing of replicated packets is dispatched through IPC or not. Disabling the dispatching mechanism prevents high CPU loads caused by the "thundering herd" problem. Credits go to Rizwan Syed and Connex Carrier Services for supporting the troubleshooting of this issue. (cherry picked from commit 0c66936f3d343226930042bc463b467d8a62fde3) From liviu at opensips.org Wed Aug 3 15:58:06 2022 From: liviu at opensips.org (Liviu Chircu) Date: Wed, 3 Aug 2022 18:58:06 +0300 Subject: [OpenSIPS-Devel] [Release] OpenSIPS 3.1.11 and 3.2.8 minor releases Message-ID: Hi, everyone! The 3.1.11 and 3.2.8 OpenSIPS minor versions are scheduled for release on Wed, August 17th -- that's two weeks from now. In preparation for the releases, we are imposing the usual freeze on any significant fixes (as complexity) on these stable branches, in order to ensure a safe window for testing in the days ahead. Happy testing, -- Liviu Chircu www.twitter.com/liviuchircu | www.opensips-solutions.com OpenSIPS Summit 2022 Athens, Sep 27-30 | www.opensips.org/events From noreply at github.com Sat Aug 6 20:51:32 2022 From: noreply at github.com (opensips-github) Date: Sat, 06 Aug 2022 13:51:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e1f942: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: e1f942190897d28b536014d41c7b09ea3a5112a2 https://github.com/OpenSIPS/opensips/commit/e1f942190897d28b536014d41c7b09ea3a5112a2 Author: OpenSIPS Date: 2022-08-06 (Sat, 06 Aug 2022) Changed paths: M modules/clusterer/README M modules/clusterer/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 6 21:14:06 2022 From: noreply at github.com (opensips-github) Date: Sat, 06 Aug 2022 14:14:06 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ce5e1c: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: ce5e1c6b7bc1406b0fda812fea3274fcaea84a5f https://github.com/OpenSIPS/opensips/commit/ce5e1c6b7bc1406b0fda812fea3274fcaea84a5f Author: OpenSIPS Date: 2022-08-07 (Sun, 07 Aug 2022) Changed paths: M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 6 21:37:57 2022 From: noreply at github.com (opensips-github) Date: Sat, 06 Aug 2022 14:37:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c3c9c1: Rebuild documentation Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: c3c9c159cdc79dc60bd0bfbb6818382c61143d46 https://github.com/OpenSIPS/opensips/commit/c3c9c159cdc79dc60bd0bfbb6818382c61143d46 Author: OpenSIPS Date: 2022-08-07 (Sun, 07 Aug 2022) Changed paths: M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 6 22:12:20 2022 From: noreply at github.com (opensips-github) Date: Sat, 06 Aug 2022 15:12:20 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 831a9a: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 831a9a2b51c3741bd5fe35e006aec43706ef8768 https://github.com/OpenSIPS/opensips/commit/831a9a2b51c3741bd5fe35e006aec43706ef8768 Author: OpenSIPS Date: 2022-08-07 (Sun, 07 Aug 2022) Changed paths: M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Aug 8 11:01:47 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 08 Aug 2022 04:01:47 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e7ed29: Fix possible bogus exec_msg_threshold reporting Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e7ed29e50f8dc76717fe38281945aa331958db25 https://github.com/OpenSIPS/opensips/commit/e7ed29e50f8dc76717fe38281945aa331958db25 Author: Bogdan-Andrei Iancu Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M receive.c Log Message: ----------- Fix possible bogus exec_msg_threshold reporting Reset the exec_msg_threshold stack (longest found actions) when a parse error is detected (before running the actual scritp). Otherwise we may inherit old records from previous runs From noreply at github.com Mon Aug 8 11:02:52 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 08 Aug 2022 04:02:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0925db: Fix possible bogus exec_msg_threshold reporting Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 0925db229c379307bbb9ef6f60bbe38cf8116fde https://github.com/OpenSIPS/opensips/commit/0925db229c379307bbb9ef6f60bbe38cf8116fde Author: Bogdan-Andrei Iancu Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M receive.c Log Message: ----------- Fix possible bogus exec_msg_threshold reporting Reset the exec_msg_threshold stack (longest found actions) when a parse error is detected (before running the actual scritp). Otherwise we may inherit old records from previous runs (cherry picked from commit e7ed29e50f8dc76717fe38281945aa331958db25) From noreply at github.com Mon Aug 8 11:05:13 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 08 Aug 2022 04:05:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 56eacb: Fix possible bogus exec_msg_threshold reporting Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 56eacbe95ff9958945b81d577bb142792aa1fea9 https://github.com/OpenSIPS/opensips/commit/56eacbe95ff9958945b81d577bb142792aa1fea9 Author: Bogdan-Andrei Iancu Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M receive.c Log Message: ----------- Fix possible bogus exec_msg_threshold reporting Reset the exec_msg_threshold stack (longest found actions) when a parse error is detected (before running the actual scritp). Otherwise we may inherit old records from previous runs (cherry picked from commit e7ed29e50f8dc76717fe38281945aa331958db25) From noreply at github.com Mon Aug 8 11:07:48 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 08 Aug 2022 04:07:48 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2a75be: Fix possible bogus exec_msg_threshold reporting Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 2a75be281644195819130fc73b4e8de234d15791 https://github.com/OpenSIPS/opensips/commit/2a75be281644195819130fc73b4e8de234d15791 Author: Bogdan-Andrei Iancu Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M receive.c Log Message: ----------- Fix possible bogus exec_msg_threshold reporting Reset the exec_msg_threshold stack (longest found actions) when a parse error is detected (before running the actual scritp). Otherwise we may inherit old records from previous runs (cherry picked from commit e7ed29e50f8dc76717fe38281945aa331958db25) From noreply at github.com Mon Aug 8 12:52:03 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 08 Aug 2022 05:52:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 460da0: b2b_sdp_demux: enhance traffic debugging Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 460da0860c089c12eae0ce24dfbf137225ffb1f0 https://github.com/OpenSIPS/opensips/commit/460da0860c089c12eae0ce24dfbf137225ffb1f0 Author: Razvan Crainea Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: enhance traffic debugging From noreply at github.com Mon Aug 8 12:58:44 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 08 Aug 2022 05:58:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 05beec: b2b_entities: add support for locking debugging Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 05beec1973eb9c2a55880d426441798c9e2a31b1 https://github.com/OpenSIPS/opensips/commit/05beec1973eb9c2a55880d426441798c9e2a31b1 Author: Razvan Crainea Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M modules/b2b_entities/b2b_entities.c M modules/b2b_entities/b2b_entities.h M modules/b2b_entities/b2be_clustering.c M modules/b2b_entities/dlg.c Log Message: ----------- b2b_entities: add support for locking debugging enabled by B2B_ENTITIES_LOCK_DBG compile flag Commit: d19fb1b66064a2a730f04e12b71e9a5cfe30a6de https://github.com/OpenSIPS/opensips/commit/d19fb1b66064a2a730f04e12b71e9a5cfe30a6de Author: Razvan Crainea Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M modules/b2b_entities/dlg.c Log Message: ----------- b2b_entities: fix possible deadlock Fix deadlock generated when a dialog is terminated on the 200 OK callback Compare: https://github.com/OpenSIPS/opensips/compare/460da0860c08...d19fb1b66064 From noreply at github.com Tue Aug 9 09:06:11 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 09 Aug 2022 02:06:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 118dce: rtp_relay: fix typo in test for ACK in late Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 118dcebac717b6a3299407ac152719f38fda5bd4 https://github.com/OpenSIPS/opensips/commit/118dcebac717b6a3299407ac152719f38fda5bd4 Author: Razvan Crainea Date: 2022-08-09 (Tue, 09 Aug 2022) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: fix typo in test for ACK in late From noreply at github.com Tue Aug 9 09:06:39 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 09 Aug 2022 02:06:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b19462: rtp_relay: fix typo in test for ACK in late Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: b19462dc378e40a954a49451cc0f8f89350ff118 https://github.com/OpenSIPS/opensips/commit/b19462dc378e40a954a49451cc0f8f89350ff118 Author: Razvan Crainea Date: 2022-08-09 (Tue, 09 Aug 2022) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: fix typo in test for ACK in late (cherry picked from commit 118dcebac717b6a3299407ac152719f38fda5bd4) From noreply at github.com Tue Aug 9 09:07:25 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 09 Aug 2022 02:07:25 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b9a1cb: rtp_relay: fix typo in test for ACK in late Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: b9a1cb0c9103e46a11b26cc904c546acaa011032 https://github.com/OpenSIPS/opensips/commit/b9a1cb0c9103e46a11b26cc904c546acaa011032 Author: Razvan Crainea Date: 2022-08-09 (Tue, 09 Aug 2022) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: fix typo in test for ACK in late (cherry picked from commit 118dcebac717b6a3299407ac152719f38fda5bd4) From noreply at github.com Tue Aug 9 09:21:50 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 09 Aug 2022 02:21:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 22fe3b: rtp_relay: reset late flag for new negotiations Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 22fe3bef705e3de98b950065bb2a948789c8b3ae https://github.com/OpenSIPS/opensips/commit/22fe3bef705e3de98b950065bb2a948789c8b3ae Author: Razvan Crainea Date: 2022-08-09 (Tue, 09 Aug 2022) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: reset late flag for new negotiations From noreply at github.com Tue Aug 9 09:22:01 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 09 Aug 2022 02:22:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3cc86d: rtp_relay: reset late flag for new negotiations Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 3cc86d7223e3ace364c277bc593b8a4b83241b05 https://github.com/OpenSIPS/opensips/commit/3cc86d7223e3ace364c277bc593b8a4b83241b05 Author: Razvan Crainea Date: 2022-08-09 (Tue, 09 Aug 2022) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: reset late flag for new negotiations (cherry picked from commit 22fe3bef705e3de98b950065bb2a948789c8b3ae) From noreply at github.com Tue Aug 9 09:22:58 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 09 Aug 2022 02:22:58 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7ed3f0: rtp_relay: reset late flag for new negotiations Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 7ed3f00e8b2c8bb9ec6ac5ae91598aa8d0a7792c https://github.com/OpenSIPS/opensips/commit/7ed3f00e8b2c8bb9ec6ac5ae91598aa8d0a7792c Author: Razvan Crainea Date: 2022-08-09 (Tue, 09 Aug 2022) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: reset late flag for new negotiations (cherry picked from commit 22fe3bef705e3de98b950065bb2a948789c8b3ae) From bogdan at opensips.org Thu Aug 11 12:10:43 2022 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Thu, 11 Aug 2022 15:10:43 +0300 Subject: [OpenSIPS-Devel] OpenSIPS Summit 2022 - Speaker's lineup Message-ID: OpenSIPS Summit Sept 27th - 30th, 2022, Athens, Greece *Speaker's lineup & Schedule * We bring here the list of speakers and papers - great speakers presenting great topics to share experience and knowledge to a great audience. Explore here all the details... *Attend to learn* - the registration process is already open, for both online and in-person participants. Note that the training and Design Clinics options are available only for the in-person participants. The/*Corporate Package*/ is available with an attractive discount. Register now ** -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Sat Aug 13 21:14:09 2022 From: noreply at github.com (opensips-github) Date: Sat, 13 Aug 2022 14:14:09 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 470d78: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 470d780e57afe75fc915f1dc482e7b4555d325bd https://github.com/OpenSIPS/opensips/commit/470d780e57afe75fc915f1dc482e7b4555d325bd Author: OpenSIPS Date: 2022-08-14 (Sun, 14 Aug 2022) Changed paths: M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 13 21:37:23 2022 From: noreply at github.com (opensips-github) Date: Sat, 13 Aug 2022 14:37:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bae9ce: Rebuild documentation Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: bae9ceb35ad9f2c27b7709fd822174a6446d6547 https://github.com/OpenSIPS/opensips/commit/bae9ceb35ad9f2c27b7709fd822174a6446d6547 Author: OpenSIPS Date: 2022-08-14 (Sun, 14 Aug 2022) Changed paths: M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 13 22:11:49 2022 From: noreply at github.com (opensips-github) Date: Sat, 13 Aug 2022 15:11:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 37df05: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 37df05affaab032bc56e5b364729bd05e4453d52 https://github.com/OpenSIPS/opensips/commit/37df05affaab032bc56e5b364729bd05e4453d52 Author: OpenSIPS Date: 2022-08-14 (Sun, 14 Aug 2022) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_sdp_demux/README M modules/b2b_sdp_demux/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Tue Aug 16 06:55:08 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 15 Aug 2022 23:55:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 30214d: Fix CANCEL matching in B2B stack Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 30214dc2f968410f47457a07e2aeb383924c914d https://github.com/OpenSIPS/opensips/commit/30214dc2f968410f47457a07e2aeb383924c914d Author: Bogdan-Andrei Iancu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M modules/b2b_entities/dlg.c M modules/tm/t_lookup.c Log Message: ----------- Fix CANCEL matching in B2B stack Instead of attempting a dialog level matching (callid and tags), do a proper incoming CANCEL matching at transaction level. This fixes scenarios where the B2B handles several branches of a call that was forked by an ahead proxy. Many thanks to Denys Pozniak for reporting From noreply at github.com Tue Aug 16 09:07:39 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 16 Aug 2022 02:07:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4eea26: dispatcher: add support for pemanent pinging Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4eea26f758885b983ab16b4c6094a8120a9155e1 https://github.com/OpenSIPS/opensips/commit/4eea26f758885b983ab16b4c6094a8120a9155e1 Author: Razvan Crainea Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M db/schema/dispatcher.xml M modules/dispatcher/dispatch.c M modules/dispatcher/dispatch.h M modules/dispatcher/dispatcher.c M modules/dispatcher/doc/dispatcher_admin.xml Log Message: ----------- dispatcher: add support for pemanent pinging Using the new probe_mode column in the table you can specify whether a destination should be permanently pinged or just one in probe mode. From noreply at github.com Tue Aug 16 11:42:25 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 16 Aug 2022 04:42:25 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ce1958: b2b_entities: provide dlginfo for entity_delete Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ce19581557c69dafee5095fecce831e2c2d80704 https://github.com/OpenSIPS/opensips/commit/ce19581557c69dafee5095fecce831e2c2d80704 Author: Razvan Crainea Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M modules/b2b_entities/b2be_load.h M modules/b2b_sdp_demux/b2b_sdp_demux.c M modules/media_exchange/media_exchange.c M modules/media_exchange/media_sessions.c M modules/media_exchange/media_sessions.h M modules/msrp_ua/msrp_ua.c M modules/msrp_ua/msrp_ua.h Log Message: ----------- b2b_entities: provide dlginfo for entity_delete Each module that uses b2b_entities, should duplicate the dlginfo structure and pass it to the entity_delete API call, otherwise wrong entities might be deleted due to mismatches From noreply at github.com Tue Aug 16 11:42:39 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 16 Aug 2022 04:42:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 161c54: b2b_entities: provide dlginfo for entity_delete Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 161c541491983112365101207c43a7c828d6e770 https://github.com/OpenSIPS/opensips/commit/161c541491983112365101207c43a7c828d6e770 Author: Razvan Crainea Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M modules/b2b_entities/b2be_load.h M modules/b2b_sdp_demux/b2b_sdp_demux.c M modules/media_exchange/media_exchange.c M modules/media_exchange/media_sessions.c M modules/media_exchange/media_sessions.h M modules/msrp_ua/msrp_ua.c M modules/msrp_ua/msrp_ua.h Log Message: ----------- b2b_entities: provide dlginfo for entity_delete Each module that uses b2b_entities, should duplicate the dlginfo structure and pass it to the entity_delete API call, otherwise wrong entities might be deleted due to mismatches (cherry picked from commit ce19581557c69dafee5095fecce831e2c2d80704) From noreply at github.com Tue Aug 16 11:47:23 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 16 Aug 2022 04:47:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 43f003: b2b_entities: provide dlginfo for entity_delete Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 43f00304aa045464b753da38a989c6849549954a https://github.com/OpenSIPS/opensips/commit/43f00304aa045464b753da38a989c6849549954a Author: Razvan Crainea Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M modules/b2b_entities/b2be_load.h M modules/media_exchange/media_exchange.c M modules/media_exchange/media_sessions.c M modules/media_exchange/media_sessions.h Log Message: ----------- b2b_entities: provide dlginfo for entity_delete Each module that uses b2b_entities, should duplicate the dlginfo structure and pass it to the entity_delete API call, otherwise wrong entities might be deleted due to mismatches (cherry picked from commit ce19581557c69dafee5095fecce831e2c2d80704) From noreply at github.com Tue Aug 16 11:52:00 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 16 Aug 2022 04:52:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b82d4e: tm: provide clustering statistics for sent/recv me... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b82d4e603f715dfb2870a5751898dd30bd0c6412 https://github.com/OpenSIPS/opensips/commit/b82d4e603f715dfb2870a5751898dd30bd0c6412 Author: Razvan Crainea Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M modules/tm/cluster.c M modules/tm/t_stats.h M modules/tm/tm.c Log Message: ----------- tm: provide clustering statistics for sent/recv messages From noreply at github.com Tue Aug 16 11:55:07 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 16 Aug 2022 04:55:07 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 80ff31: dialog: keep a mapping between INVITE&ACK Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 80ff319d5f9f688369df689418a1d06a4945fbb4 https://github.com/OpenSIPS/opensips/commit/80ff319d5f9f688369df689418a1d06a4945fbb4 Author: Razvan Crainea Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M modules/dialog/dlg_handlers.c M modules/dialog/dlg_hash.c M modules/dialog/dlg_hash.h Log Message: ----------- dialog: keep a mapping between INVITE&ACK This prevents concurrency bugs that would generate an ACK with a higher CSeq than the INVITE. Addresses #1071 From noreply at github.com Tue Aug 16 16:27:08 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 09:27:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6164bc: Transformations: Add {param.exists} as synonym for... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6164bc13ce89ac7faa2b134c95fd8c8dfb357688 https://github.com/OpenSIPS/opensips/commit/6164bc13ce89ac7faa2b134c95fd8c8dfb357688 Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M transformations.c Log Message: ----------- Transformations: Add {param.exists} as synonym for {param.exist} From noreply at github.com Tue Aug 16 18:44:23 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 11:44:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dd7b3d: Fix various doc typos; Improve wording Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dd7b3da0397fe5ccc9978ec9138a6d4395c3f941 https://github.com/OpenSIPS/opensips/commit/dd7b3da0397fe5ccc9978ec9138a6d4395c3f941 Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M db/schema/dr_carriers.xml M lib/reg/doc/reg_modparams.xml M modules/auth/doc/auth_admin.xml M modules/cachedb_local/doc/cachedb_local_admin.xml M modules/cfgutils/doc/cfgutils_admin.xml M modules/dispatcher/doc/dispatcher_admin.xml M modules/drouting/doc/drouting_admin.xml M modules/fraud_detection/doc/fraud_detection_admin.xml M modules/mid_registrar/doc/mid_registrar_admin.xml M modules/permissions/doc/permissions_admin.xml M modules/prometheus/doc/prometheus_admin.xml M modules/rest_client/doc/rest_return_codes.xml M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpproxy/doc/rtpproxy_admin.xml M modules/sipmsgops/doc/sipmsgops_admin.xml M modules/stir_shaken/stir_shaken.c M modules/usrloc/doc/usrloc_admin.xml Log Message: ----------- Fix various doc typos; Improve wording From noreply at github.com Tue Aug 16 18:45:16 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 11:45:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7cdbc9: Fix various doc typos; Improve wording Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 7cdbc996ee61eae1ed9757c9bb401c67d96b48fd https://github.com/OpenSIPS/opensips/commit/7cdbc996ee61eae1ed9757c9bb401c67d96b48fd Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M db/schema/dr_carriers.xml M lib/reg/doc/reg_modparams.xml M modules/auth/doc/auth_admin.xml M modules/cachedb_local/doc/cachedb_local_admin.xml M modules/cfgutils/doc/cfgutils_admin.xml M modules/dispatcher/doc/dispatcher_admin.xml M modules/drouting/doc/drouting_admin.xml M modules/fraud_detection/doc/fraud_detection_admin.xml M modules/mid_registrar/doc/mid_registrar_admin.xml M modules/permissions/doc/permissions_admin.xml M modules/prometheus/doc/prometheus_admin.xml M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpproxy/doc/rtpproxy_admin.xml M modules/sipmsgops/doc/sipmsgops_admin.xml M modules/stir_shaken/stir_shaken.c M modules/usrloc/doc/usrloc_admin.xml Log Message: ----------- Fix various doc typos; Improve wording (cherry picked from commit dd7b3da0397fe5ccc9978ec9138a6d4395c3f941) From noreply at github.com Tue Aug 16 18:46:52 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 11:46:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e03256: Fix various doc typos; Improve wording Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: e0325625ca9e8dceb79225455527af62a2e8e298 https://github.com/OpenSIPS/opensips/commit/e0325625ca9e8dceb79225455527af62a2e8e298 Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M db/schema/dr_carriers.xml M modules/auth/doc/auth_admin.xml M modules/cachedb_local/doc/cachedb_local_admin.xml M modules/cfgutils/doc/cfgutils_admin.xml M modules/dispatcher/doc/dispatcher_admin.xml M modules/drouting/doc/drouting_admin.xml M modules/fraud_detection/doc/fraud_detection_admin.xml M modules/mid_registrar/doc/mid_registrar_admin.xml M modules/permissions/doc/permissions_admin.xml M modules/prometheus/doc/prometheus_admin.xml M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpproxy/doc/rtpproxy_admin.xml M modules/sipmsgops/doc/sipmsgops_admin.xml M modules/stir_shaken/stir_shaken.c M modules/usrloc/doc/usrloc_admin.xml Log Message: ----------- Fix various doc typos; Improve wording (cherry picked from commit dd7b3da0397fe5ccc9978ec9138a6d4395c3f941) (cherry picked from commit 7cdbc996ee61eae1ed9757c9bb401c67d96b48fd) From noreply at github.com Tue Aug 16 18:50:50 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 11:50:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b4b539: Fix various doc typos; Improve wording Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: b4b539db2370fd245b3739ba3d50f1783bb8124d https://github.com/OpenSIPS/opensips/commit/b4b539db2370fd245b3739ba3d50f1783bb8124d Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M db/schema/dr_carriers.xml M modules/auth/doc/auth_admin.xml M modules/cachedb_local/doc/cachedb_local_admin.xml M modules/dispatcher/doc/dispatcher_admin.xml M modules/drouting/doc/drouting_admin.xml M modules/fraud_detection/doc/fraud_detection_admin.xml M modules/mid_registrar/doc/mid_registrar_admin.xml M modules/permissions/doc/permissions_admin.xml M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpproxy/doc/rtpproxy_admin.xml M modules/sipmsgops/doc/sipmsgops_admin.xml M modules/stir_shaken/stir_shaken.c M modules/usrloc/doc/usrloc_admin.xml Log Message: ----------- Fix various doc typos; Improve wording (cherry picked from commit dd7b3da0397fe5ccc9978ec9138a6d4395c3f941) (cherry picked from commit 7cdbc996ee61eae1ed9757c9bb401c67d96b48fd) (cherry picked from commit e0325625ca9e8dceb79225455527af62a2e8e298) From noreply at github.com Tue Aug 16 18:51:59 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 11:51:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 641d4e: rest_client: Avoid initializing unused DS Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 641d4e4ade0b632251dfd1c200fc0fc8b1d8d1e0 https://github.com/OpenSIPS/opensips/commit/641d4e4ade0b632251dfd1c200fc0fc8b1d8d1e0 Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M modules/rest_client/rest_methods.c Log Message: ----------- rest_client: Avoid initializing unused DS From noreply at github.com Tue Aug 16 19:24:16 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 12:24:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 28d87a: Various code/doc improvements; Var renames; Fix typos Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 28d87ad30f99abcfaca678955cff6b38bdc2b24f https://github.com/OpenSIPS/opensips/commit/28d87ad30f99abcfaca678955cff6b38bdc2b24f Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M lib/digest_auth/digest_auth.c M modules/auth/api.c M modules/httpd/doc/httpd_admin.xml M modules/httpd/httpd_proc.c M modules/mid_registrar/save.c M modules/stir_shaken/doc/stir_shaken_admin.xml M modules/stir_shaken/stir_shaken.c M modules/usrloc/dlist.c M time_rec.h M transformations.c M ut.h Log Message: ----------- Various code/doc improvements; Var renames; Fix typos From noreply at github.com Tue Aug 16 19:27:01 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 12:27:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2aa0ca: Various code/doc improvements; Var renames; Fix typos Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 2aa0cafcbee13131bdc4793b893530fa8126576c https://github.com/OpenSIPS/opensips/commit/2aa0cafcbee13131bdc4793b893530fa8126576c Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M lib/digest_auth/digest_auth.c M modules/auth/api.c M modules/httpd/doc/httpd_admin.xml M modules/httpd/httpd_proc.c M modules/mid_registrar/save.c M modules/stir_shaken/doc/stir_shaken_admin.xml M modules/stir_shaken/stir_shaken.c M modules/usrloc/dlist.c M time_rec.h M ut.h Log Message: ----------- Various code/doc improvements; Var renames; Fix typos (cherry picked from commit 28d87ad30f99abcfaca678955cff6b38bdc2b24f) From noreply at github.com Tue Aug 16 19:27:43 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 12:27:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] aaaae0: Various code/doc improvements; Var renames; Fix typos Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: aaaae0d151fb4e1f459505c890df2fc12745220c https://github.com/OpenSIPS/opensips/commit/aaaae0d151fb4e1f459505c890df2fc12745220c Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M lib/digest_auth/digest_auth.c M modules/auth/api.c M modules/httpd/doc/httpd_admin.xml M modules/mid_registrar/save.c M modules/stir_shaken/doc/stir_shaken_admin.xml M modules/usrloc/dlist.c M time_rec.h M ut.h Log Message: ----------- Various code/doc improvements; Var renames; Fix typos (cherry picked from commit 28d87ad30f99abcfaca678955cff6b38bdc2b24f) (cherry picked from commit 2aa0cafcbee13131bdc4793b893530fa8126576c) From noreply at github.com Tue Aug 16 19:29:36 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 12:29:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7f8776: Various code/doc improvements; Var renames; Fix typos Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 7f87769882b2f46adf43083e51dae4768087a388 https://github.com/OpenSIPS/opensips/commit/7f87769882b2f46adf43083e51dae4768087a388 Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M modules/httpd/doc/httpd_admin.xml M modules/mid_registrar/save.c M modules/stir_shaken/doc/stir_shaken_admin.xml M modules/usrloc/dlist.c M ut.h Log Message: ----------- Various code/doc improvements; Var renames; Fix typos (cherry picked from commit 28d87ad30f99abcfaca678955cff6b38bdc2b24f) (cherry picked from commit 2aa0cafcbee13131bdc4793b893530fa8126576c) (cherry picked from commit aaaae0d151fb4e1f459505c890df2fc12745220c) From noreply at github.com Tue Aug 16 19:42:09 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 12:42:09 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b53c3a: Improve str_match() macros (paranthesize macro arg... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b53c3a7b4606d178c4f3757468d39c8310561b44 https://github.com/OpenSIPS/opensips/commit/b53c3a7b4606d178c4f3757468d39c8310561b44 Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M lib/str2const.h Log Message: ----------- Improve str_match() macros (paranthesize macro arguments) This fixes possible Clang compiler warnings on Ubuntu 18.04 when nesting the str_match() and str_const_init() macros: error: too many arguments provided to function-like macro invocation From noreply at github.com Tue Aug 16 19:51:55 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 Aug 2022 12:51:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3fcdf3: Fix clang warnings on Ubuntu 18.04 Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3fcdf3bd60254feab4b2d66d3349881f55f5f562 https://github.com/OpenSIPS/opensips/commit/3fcdf3bd60254feab4b2d66d3349881f55f5f562 Author: Liviu Chircu Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M transformations.c Log Message: ----------- Fix clang warnings on Ubuntu 18.04 error: too many arguments provided to function-like macro invocation From noreply at github.com Wed Aug 17 10:02:40 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 17 Aug 2022 03:02:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9dc28a: [call_center] avoid a negative setup_time in CDR Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9dc28a91c68db792f1df4cf1d6ce8d0faf83ad0e https://github.com/OpenSIPS/opensips/commit/9dc28a91c68db792f1df4cf1d6ce8d0faf83ad0e Author: Bogdan-Andrei Iancu Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M modules/call_center/call_center.c Log Message: ----------- [call_center] avoid a negative setup_time in CDR In the DB schema, the setup_time is an unsigned, and a -1 value was computed while a call was rejected by an agent From noreply at github.com Wed Aug 17 10:03:36 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 17 Aug 2022 03:03:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5dc2ec: [call_center] avoid a negative setup_time in CDR Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 5dc2ec77bf9643872b12f42f4feb18e9681352e3 https://github.com/OpenSIPS/opensips/commit/5dc2ec77bf9643872b12f42f4feb18e9681352e3 Author: Bogdan-Andrei Iancu Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M modules/call_center/call_center.c Log Message: ----------- [call_center] avoid a negative setup_time in CDR In the DB schema, the setup_time is an unsigned, and a -1 value was computed while a call was rejected by an agent (cherry picked from commit 9dc28a91c68db792f1df4cf1d6ce8d0faf83ad0e) From noreply at github.com Wed Aug 17 10:04:00 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 17 Aug 2022 03:04:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e4f454: [call_center] avoid a negative setup_time in CDR Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: e4f4543218df36b8bc0f9bce2870a898123deb06 https://github.com/OpenSIPS/opensips/commit/e4f4543218df36b8bc0f9bce2870a898123deb06 Author: Bogdan-Andrei Iancu Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M modules/call_center/call_center.c Log Message: ----------- [call_center] avoid a negative setup_time in CDR In the DB schema, the setup_time is an unsigned, and a -1 value was computed while a call was rejected by an agent (cherry picked from commit 9dc28a91c68db792f1df4cf1d6ce8d0faf83ad0e) From noreply at github.com Wed Aug 17 10:04:17 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 17 Aug 2022 03:04:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dd74ea: [call_center] avoid a negative setup_time in CDR Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: dd74ea175c2a4f004c083ffe9875dc9a9a3cc0a5 https://github.com/OpenSIPS/opensips/commit/dd74ea175c2a4f004c083ffe9875dc9a9a3cc0a5 Author: Bogdan-Andrei Iancu Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M modules/call_center/call_center.c Log Message: ----------- [call_center] avoid a negative setup_time in CDR In the DB schema, the setup_time is an unsigned, and a -1 value was computed while a call was rejected by an agent (cherry picked from commit 9dc28a91c68db792f1df4cf1d6ce8d0faf83ad0e) From noreply at github.com Wed Aug 17 10:07:28 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 17 Aug 2022 03:07:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0b270a: Fix crash in bogus OOM handling while TCP async in... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 0b270ad04db8081bbb829f89fa515fa0c37698c7 https://github.com/OpenSIPS/opensips/commit/0b270ad04db8081bbb829f89fa515fa0c37698c7 Author: Bogdan-Andrei Iancu Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M net/net_tcp.c M net/proto_tcp/proto_tcp.c Log Message: ----------- Fix crash in bogus OOM handling while TCP async in enabled. The async support assums the c->async exists all the time, so error if we cannot alloc the c->async struct while creating a new TCP conn From noreply at github.com Wed Aug 17 10:11:00 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 17 Aug 2022 03:11:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e5377a: Fix crash in bogus OOM handling while TCP async in... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: e5377a6a3ccd989a7a68b826767c49ec8480e516 https://github.com/OpenSIPS/opensips/commit/e5377a6a3ccd989a7a68b826767c49ec8480e516 Author: Bogdan-Andrei Iancu Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M net/net_tcp.c M net/proto_tcp/proto_tcp.c Log Message: ----------- Fix crash in bogus OOM handling while TCP async in enabled. The async support assums the c->async exists all the time, so error if we cannot alloc the c->async struct while creating a new TCP conn (cherry picked from commit 0b270ad04db8081bbb829f89fa515fa0c37698c7) From noreply at github.com Wed Aug 17 10:11:16 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 17 Aug 2022 03:11:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a823a0: Fix crash in bogus OOM handling while TCP async in... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a823a080da466e4ca68c2d046bc08b907cc460f9 https://github.com/OpenSIPS/opensips/commit/a823a080da466e4ca68c2d046bc08b907cc460f9 Author: Bogdan-Andrei Iancu Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M net/net_tcp.c M net/proto_tcp/proto_tcp.c Log Message: ----------- Fix crash in bogus OOM handling while TCP async in enabled. The async support assums the c->async exists all the time, so error if we cannot alloc the c->async struct while creating a new TCP conn (cherry picked from commit 0b270ad04db8081bbb829f89fa515fa0c37698c7) From noreply at github.com Wed Aug 17 10:15:35 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Aug 2022 03:15:35 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e7be15: Update ChangeLog for 3.3.1 Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: e7be155748704cca6f6b32c7fb8ca71d04286a86 https://github.com/OpenSIPS/opensips/commit/e7be155748704cca6f6b32c7fb8ca71d04286a86 Author: Liviu Chircu Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.3.1 Commit: d187a0bd5b15c3b79625b55daf4352dda98f263f https://github.com/OpenSIPS/opensips/commit/d187a0bd5b15c3b79625b55daf4352dda98f263f Author: Liviu Chircu Date: 2022-08-17 (Wed, 17 Aug 2022) 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.3.1 Compare: https://github.com/OpenSIPS/opensips/compare/e5377a6a3ccd...d187a0bd5b15 From noreply at github.com Wed Aug 17 10:15:51 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Aug 2022 03:15:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.3.1 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Wed Aug 17 10:16:21 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Aug 2022 03:16:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1dfc6f: Update ChangeLog for 3.2.8 Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 1dfc6f91254b848798f6c15127086b411891dd95 https://github.com/OpenSIPS/opensips/commit/1dfc6f91254b848798f6c15127086b411891dd95 Author: Liviu Chircu Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.2.8 Commit: d2496fed59868a676e594cd0594ad24e24897507 https://github.com/OpenSIPS/opensips/commit/d2496fed59868a676e594cd0594ad24e24897507 Author: Liviu Chircu Date: 2022-08-17 (Wed, 17 Aug 2022) 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.2.8 Compare: https://github.com/OpenSIPS/opensips/compare/0b270ad04db8...d2496fed5986 From noreply at github.com Wed Aug 17 10:16:26 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Aug 2022 03:16:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.8 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Wed Aug 17 10:16:46 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Aug 2022 03:16:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7a6ca5: Update ChangeLog for 3.1.11 Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 7a6ca5f811882db0e96dc962d6383c79b4076980 https://github.com/OpenSIPS/opensips/commit/7a6ca5f811882db0e96dc962d6383c79b4076980 Author: Liviu Chircu Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.1.11 Commit: c51486e3a7d2efdd8ebd3536ad24009fdb47fcc8 https://github.com/OpenSIPS/opensips/commit/c51486e3a7d2efdd8ebd3536ad24009fdb47fcc8 Author: Liviu Chircu Date: 2022-08-17 (Wed, 17 Aug 2022) 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.1.11 Compare: https://github.com/OpenSIPS/opensips/compare/dd74ea175c2a...c51486e3a7d2 From noreply at github.com Wed Aug 17 10:16:50 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Aug 2022 03:16:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.1.11 Home: https://github.com/OpenSIPS/opensips From liviu at opensips.org Wed Aug 17 11:03:56 2022 From: liviu at opensips.org (Liviu Chircu) Date: Wed, 17 Aug 2022 14:03:56 +0300 Subject: [OpenSIPS-Devel] [OpenSIPS-Users] [Release] OpenSIPS 3.3.1, 3.2.8 and 3.1.11 minor releases In-Reply-To: References: Message-ID: On 03.08.2022 18:58, Liviu Chircu wrote: > Hi, everyone! > > The 3.1.11 and 3.2.8 OpenSIPS minor versions are scheduled for release > on Wed, August 17th -- that's two weeks from now. > > In preparation for the releases, we are imposing the usual freeze on > any significant fixes (as complexity) on these stable branches, in > order to ensure a safe window for testing in the days ahead. > > Happy testing, > Hello, As scheduled, the OpenSIPS 3.3.1, 3.2.8 and 3.1.11 minor releases are now available, packing important fixes of the past two months. Detailed changelogs are available on the website^[1][2][3] . [1]: https://opensips.org/pub/opensips/3.1.11/ChangeLog [2]: https://opensips.org/pub/opensips/3.2.8/ChangeLog [3]: https://opensips.org/pub/opensips/3.3.1/ChangeLog Happy Hacking! -- Liviu Chircu www.twitter.com/liviuchircu |www.opensips-solutions.com OpenSIPS Summit 2022 Athens, Sep 27-30 |www.opensips.org/events -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Thu Aug 18 08:40:51 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 18 Aug 2022 01:40:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 644b57: b2b_sdp_demux: fix pkg memory leak on re-INVITEs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 644b57b6f734ab257a4c505bd6a8dc312eb9229a https://github.com/OpenSIPS/opensips/commit/644b57b6f734ab257a4c505bd6a8dc312eb9229a Author: Razvan Crainea Date: 2022-08-18 (Thu, 18 Aug 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix pkg memory leak on re-INVITEs Thanks go to Norm Brandinger and Suchi Sahoo from Five9 for reporting From noreply at github.com Thu Aug 18 08:41:04 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 18 Aug 2022 01:41:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7ca266: b2b_sdp_demux: fix pkg memory leak on re-INVITEs Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 7ca2660bc6c17f2d414ad875f945614236c3b1af https://github.com/OpenSIPS/opensips/commit/7ca2660bc6c17f2d414ad875f945614236c3b1af Author: Razvan Crainea Date: 2022-08-18 (Thu, 18 Aug 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix pkg memory leak on re-INVITEs Thanks go to Norm Brandinger and Suchi Sahoo from Five9 for reporting (cherry picked from commit 644b57b6f734ab257a4c505bd6a8dc312eb9229a) From noreply at github.com Sat Aug 20 20:52:24 2022 From: noreply at github.com (opensips-github) Date: Sat, 20 Aug 2022 13:52:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b639c4: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: b639c4d81393b69047a5142944cbfaa0ab936411 https://github.com/OpenSIPS/opensips/commit/b639c4d81393b69047a5142944cbfaa0ab936411 Author: OpenSIPS Date: 2022-08-20 (Sat, 20 Aug 2022) Changed paths: M modules/auth/README M modules/auth/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/fraud_detection/README M modules/fraud_detection/doc/contributors.xml M modules/httpd/README M modules/httpd/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 20 21:15:21 2022 From: noreply at github.com (opensips-github) Date: Sat, 20 Aug 2022 14:15:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] de731a: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: de731a22bca1cd1ee387c38a17291d0db67544b5 https://github.com/OpenSIPS/opensips/commit/de731a22bca1cd1ee387c38a17291d0db67544b5 Author: OpenSIPS Date: 2022-08-21 (Sun, 21 Aug 2022) Changed paths: M modules/auth/README M modules/auth/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/fraud_detection/README M modules/fraud_detection/doc/contributors.xml M modules/httpd/README M modules/httpd/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/prometheus/README M modules/prometheus/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 20 21:39:16 2022 From: noreply at github.com (opensips-github) Date: Sat, 20 Aug 2022 14:39:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] adbefd: Rebuild documentation Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: adbefdf91510bb022339df10c44f93f97bfd6df2 https://github.com/OpenSIPS/opensips/commit/adbefdf91510bb022339df10c44f93f97bfd6df2 Author: OpenSIPS Date: 2022-08-21 (Sun, 21 Aug 2022) Changed paths: M modules/auth/README M modules/auth/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_sdp_demux/README M modules/b2b_sdp_demux/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/fraud_detection/README M modules/fraud_detection/doc/contributors.xml M modules/httpd/README M modules/httpd/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/msrp_ua/README M modules/msrp_ua/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/prometheus/README M modules/prometheus/doc/contributors.xml M modules/registrar/README M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 20 22:14:36 2022 From: noreply at github.com (opensips-github) Date: Sat, 20 Aug 2022 15:14:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6885d9: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6885d9c8b9b5815477a2ad8976a9bf0818d5cf93 https://github.com/OpenSIPS/opensips/commit/6885d9c8b9b5815477a2ad8976a9bf0818d5cf93 Author: OpenSIPS Date: 2022-08-21 (Sun, 21 Aug 2022) Changed paths: M modules/auth/README M modules/auth/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_sdp_demux/README M modules/b2b_sdp_demux/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/fraud_detection/README M modules/fraud_detection/doc/contributors.xml M modules/httpd/README M modules/httpd/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/msrp_ua/README M modules/msrp_ua/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/prometheus/README M modules/prometheus/doc/contributors.xml M modules/registrar/README M modules/rest_client/README M modules/rest_client/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Aug 22 08:59:19 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Aug 2022 01:59:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7aa200: b2b*: consider dlginfo for requests an replies as ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7aa2007300fac85645bb4edaea3085557aae7923 https://github.com/OpenSIPS/opensips/commit/7aa2007300fac85645bb4edaea3085557aae7923 Author: Razvan Crainea Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M modules/b2b_entities/b2be_load.h M modules/b2b_sdp_demux/b2b_sdp_demux.c M modules/media_exchange/media_sessions.c M modules/siprec/siprec_logic.c M modules/siprec/siprec_sess.c M modules/siprec/siprec_sess.h Log Message: ----------- b2b*: consider dlginfo for requests an replies as well From noreply at github.com Mon Aug 22 08:59:37 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Aug 2022 01:59:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9ee904: b2b*: consider dlginfo for requests an replies as ... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 9ee90466e70d6fc519c454aaa15abbc0773d16a1 https://github.com/OpenSIPS/opensips/commit/9ee90466e70d6fc519c454aaa15abbc0773d16a1 Author: Razvan Crainea Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M modules/b2b_entities/b2be_load.h M modules/b2b_sdp_demux/b2b_sdp_demux.c M modules/media_exchange/media_sessions.c M modules/siprec/siprec_logic.c M modules/siprec/siprec_sess.c M modules/siprec/siprec_sess.h Log Message: ----------- b2b*: consider dlginfo for requests an replies as well (cherry picked from commit 7aa2007300fac85645bb4edaea3085557aae7923) From noreply at github.com Mon Aug 22 09:06:03 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Aug 2022 02:06:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a518e4: b2b*: consider dlginfo for requests an replies as ... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: a518e41c0d03de7e8e000214785c64a444dbfe5d https://github.com/OpenSIPS/opensips/commit/a518e41c0d03de7e8e000214785c64a444dbfe5d Author: Razvan Crainea Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M modules/b2b_entities/b2be_load.h M modules/media_exchange/media_sessions.c M modules/siprec/siprec_logic.c M modules/siprec/siprec_sess.c M modules/siprec/siprec_sess.h Log Message: ----------- b2b*: consider dlginfo for requests an replies as well (cherry picked from commit 7aa2007300fac85645bb4edaea3085557aae7923) From noreply at github.com Mon Aug 22 09:18:44 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Aug 2022 02:18:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3d42cc: b2b*: consider dlginfo for requests an replies as ... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 3d42cc2ce906fb9643f06da2356e8583d11bd189 https://github.com/OpenSIPS/opensips/commit/3d42cc2ce906fb9643f06da2356e8583d11bd189 Author: Razvan Crainea Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M modules/b2b_entities/b2be_load.h M modules/media_exchange/media_exchange.c M modules/media_exchange/media_sessions.c M modules/media_exchange/media_sessions.h M modules/siprec/siprec_logic.c M modules/siprec/siprec_sess.c M modules/siprec/siprec_sess.h Log Message: ----------- b2b*: consider dlginfo for requests an replies as well (cherry picked from commit 7aa2007300fac85645bb4edaea3085557aae7923) From noreply at github.com Mon Aug 22 11:18:28 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Aug 2022 04:18:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 60043a: b2b_entities: free key returned by client_new Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 60043ae3713052614e535371c100a3668c47af8f https://github.com/OpenSIPS/opensips/commit/60043ae3713052614e535371c100a3668c47af8f Author: Razvan Crainea Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M modules/b2b_entities/dlg.c M modules/b2b_sdp_demux/b2b_sdp_demux.c M modules/media_exchange/media_exchange.c M modules/siprec/siprec_logic.c Log Message: ----------- b2b_entities: free key returned by client_new prevent pkg leak of b2b_key returned by client_new From noreply at github.com Mon Aug 22 11:19:18 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Aug 2022 04:19:18 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 99d9a2: b2b_entities: free key returned by client_new Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 99d9a24a9b806869dd5949087eff2876d8616b5f https://github.com/OpenSIPS/opensips/commit/99d9a24a9b806869dd5949087eff2876d8616b5f Author: Razvan Crainea Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M modules/b2b_entities/dlg.c M modules/b2b_sdp_demux/b2b_sdp_demux.c M modules/media_exchange/media_exchange.c M modules/siprec/siprec_logic.c Log Message: ----------- b2b_entities: free key returned by client_new prevent pkg leak of b2b_key returned by client_new (cherry picked from commit 60043ae3713052614e535371c100a3668c47af8f) From noreply at github.com Mon Aug 22 11:21:43 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Aug 2022 04:21:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0e3b40: b2b_entities: free key returned by client_new Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 0e3b402452ea7ab3e39795d40d1c231883612bd8 https://github.com/OpenSIPS/opensips/commit/0e3b402452ea7ab3e39795d40d1c231883612bd8 Author: Razvan Crainea Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M modules/b2b_entities/dlg.c M modules/media_exchange/media_exchange.c M modules/siprec/siprec_logic.c Log Message: ----------- b2b_entities: free key returned by client_new prevent pkg leak of b2b_key returned by client_new (cherry picked from commit 60043ae3713052614e535371c100a3668c47af8f) From noreply at github.com Mon Aug 22 11:32:42 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Aug 2022 04:32:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5fa00d: b2b_entities: free key returned by client_new Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 5fa00d10b1ae2f627c302288c469be335b46a790 https://github.com/OpenSIPS/opensips/commit/5fa00d10b1ae2f627c302288c469be335b46a790 Author: Razvan Crainea Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M modules/b2b_entities/dlg.c M modules/media_exchange/media_exchange.c M modules/siprec/siprec_logic.c Log Message: ----------- b2b_entities: free key returned by client_new prevent pkg leak of b2b_key returned by client_new (cherry picked from commit 60043ae3713052614e535371c100a3668c47af8f) From noreply at github.com Tue Aug 23 07:46:44 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 23 Aug 2022 00:46:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d90856: b2b_sdp_demux: fix possible invalid memory access Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d9085641758e4a0b9dcf143941c945a150a63665 https://github.com/OpenSIPS/opensips/commit/d9085641758e4a0b9dcf143941c945a150a63665 Author: Razvan Crainea Date: 2022-08-23 (Tue, 23 Aug 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix possible invalid memory access Prevent free-then-use error when b2b_key cannot be copied in shm. Thanks go to Suchi Sahoo from Five9 for reporting it From noreply at github.com Tue Aug 23 07:46:52 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 23 Aug 2022 00:46:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6fac45: b2b_sdp_demux: fix possible invalid memory access Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 6fac45d4b900666f79c60e8b0556f992ac862410 https://github.com/OpenSIPS/opensips/commit/6fac45d4b900666f79c60e8b0556f992ac862410 Author: Razvan Crainea Date: 2022-08-23 (Tue, 23 Aug 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix possible invalid memory access Prevent free-then-use error when b2b_key cannot be copied in shm. Thanks go to Suchi Sahoo from Five9 for reporting it (cherry picked from commit d9085641758e4a0b9dcf143941c945a150a63665) From bogdan at opensips.org Tue Aug 23 14:09:13 2022 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Tue, 23 Aug 2022 17:09:13 +0300 Subject: [OpenSIPS-Devel] OpenSIPS Summit - the thrill of re-connecting Message-ID: <5224b993-8d84-0dca-ae0b-e714bb78aa5a@opensips.org> I'm so anxious to participate again to an in-person conference, to re-connect with all the people around, to chat and brainstorm..... there are so many reasons to look forward to be in Athens for OpenSIPS Summit... https://blog.opensips.org/2022/08/23/opensips-summit-the-thrill-of-re-connecting/ Re-connect with you in Athens! -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 27-30 Sept 2022, Athens https://www.opensips.org/events/Summit-2022Athens/ From noreply at github.com Wed Aug 24 07:34:13 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Aug 2022 00:34:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 443fdf: mi_script: prevent leak on write error case Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 443fdf90e635b48debcf71449e6c72754e3b24c7 https://github.com/OpenSIPS/opensips/commit/443fdf90e635b48debcf71449e6c72754e3b24c7 Author: Razvan Crainea Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M modules/mi_script/mi_script.c Log Message: ----------- mi_script: prevent leak on write error case Thanks go to Suchi Sahoo from Five9 for reporting it From noreply at github.com Wed Aug 24 07:34:42 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Aug 2022 00:34:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1744b8: mi_script: prevent leak on write error case Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 1744b82a0abcbd55859a56f277ba4922afc30cd4 https://github.com/OpenSIPS/opensips/commit/1744b82a0abcbd55859a56f277ba4922afc30cd4 Author: Razvan Crainea Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M modules/mi_script/mi_script.c Log Message: ----------- mi_script: prevent leak on write error case Thanks go to Suchi Sahoo from Five9 for reporting it (cherry picked from commit 443fdf90e635b48debcf71449e6c72754e3b24c7) From noreply at github.com Wed Aug 24 07:34:52 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Aug 2022 00:34:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f010ce: mi_script: prevent leak on write error case Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: f010ce818dc4c74732008ffbbfd2eb9f54465a64 https://github.com/OpenSIPS/opensips/commit/f010ce818dc4c74732008ffbbfd2eb9f54465a64 Author: Razvan Crainea Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M modules/mi_script/mi_script.c Log Message: ----------- mi_script: prevent leak on write error case Thanks go to Suchi Sahoo from Five9 for reporting it (cherry picked from commit 443fdf90e635b48debcf71449e6c72754e3b24c7) From noreply at github.com Wed Aug 24 07:45:38 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Aug 2022 00:45:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ad0239: mi_script: fix previous commit Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ad02392053f8fb79f74886ca67f536202e24f1cc https://github.com/OpenSIPS/opensips/commit/ad02392053f8fb79f74886ca67f536202e24f1cc Author: Razvan Crainea Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M modules/mi_script/mi_script.c Log Message: ----------- mi_script: fix previous commit This is the commit that actually resolves the memory leak Thanks go to @liviuc for reporting this From noreply at github.com Wed Aug 24 07:45:48 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Aug 2022 00:45:48 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0b5114: mi_script: fix previous commit Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 0b51141ab83b2d89409bb11c711932b764b1cc8c https://github.com/OpenSIPS/opensips/commit/0b51141ab83b2d89409bb11c711932b764b1cc8c Author: Razvan Crainea Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M modules/mi_script/mi_script.c Log Message: ----------- mi_script: fix previous commit This is the commit that actually resolves the memory leak Thanks go to @liviuc for reporting this (cherry picked from commit ad02392053f8fb79f74886ca67f536202e24f1cc) From noreply at github.com Wed Aug 24 07:45:57 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Aug 2022 00:45:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 401c60: mi_script: fix previous commit Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 401c6069c6a3dc61bfe2c95ca949a0f95b710850 https://github.com/OpenSIPS/opensips/commit/401c6069c6a3dc61bfe2c95ca949a0f95b710850 Author: Razvan Crainea Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M modules/mi_script/mi_script.c Log Message: ----------- mi_script: fix previous commit This is the commit that actually resolves the memory leak Thanks go to @liviuc for reporting this (cherry picked from commit ad02392053f8fb79f74886ca67f536202e24f1cc) From noreply at github.com Wed Aug 24 10:27:55 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 24 Aug 2022 03:27:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f8ee4c: Fix iteration on the reports of an identifier Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f8ee4c7fb4b08c0d96bf04ae3472ef195cb8ee3f https://github.com/OpenSIPS/opensips/commit/f8ee4c7fb4b08c0d96bf04ae3472ef195cb8ee3f Author: Bogdan-Andrei Iancu Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M status_report.c Log Message: ----------- Fix iteration on the reports of an identifier Proper test the overflow condition (this was generating some shm mem leak) Proper iteration for printing the reports after the buffer overflows From noreply at github.com Wed Aug 24 10:28:18 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 24 Aug 2022 03:28:18 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c1ee52: Fix iteration on the reports of an identifier Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: c1ee52a4fe5594e274ea04b943524dbe52ba120c https://github.com/OpenSIPS/opensips/commit/c1ee52a4fe5594e274ea04b943524dbe52ba120c Author: Bogdan-Andrei Iancu Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M status_report.c Log Message: ----------- Fix iteration on the reports of an identifier Proper test the overflow condition (this was generating some shm mem leak) Proper iteration for printing the reports after the buffer overflows (cherry picked from commit f8ee4c7fb4b08c0d96bf04ae3472ef195cb8ee3f) From noreply at github.com Wed Aug 24 12:06:33 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Aug 2022 05:06:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d741f1: clusterer: advertise tag's active state only in de... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d741f1875cb2b01e6deb96ae2235e23e029dc35f https://github.com/OpenSIPS/opensips/commit/d741f1875cb2b01e6deb96ae2235e23e029dc35f Author: Razvan Crainea Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M modules/clusterer/sharing_tags.c Log Message: ----------- clusterer: advertise tag's active state only in defined cluster Thanks go to Vlad Patrascu for brainstorming this! From noreply at github.com Wed Aug 24 12:06:58 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Aug 2022 05:06:58 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b7d007: clusterer: advertise tag's active state only in de... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: b7d007d9216384e1c9be5353bbad2e601d067c64 https://github.com/OpenSIPS/opensips/commit/b7d007d9216384e1c9be5353bbad2e601d067c64 Author: Razvan Crainea Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M modules/clusterer/sharing_tags.c Log Message: ----------- clusterer: advertise tag's active state only in defined cluster Thanks go to Vlad Patrascu for brainstorming this! (cherry picked from commit d741f1875cb2b01e6deb96ae2235e23e029dc35f) From noreply at github.com Wed Aug 24 12:07:10 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Aug 2022 05:07:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 698baa: clusterer: advertise tag's active state only in de... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 698baa104aac1dcafb3e90a61d8e8b0c5202ef7d https://github.com/OpenSIPS/opensips/commit/698baa104aac1dcafb3e90a61d8e8b0c5202ef7d Author: Razvan Crainea Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M modules/clusterer/sharing_tags.c Log Message: ----------- clusterer: advertise tag's active state only in defined cluster Thanks go to Vlad Patrascu for brainstorming this! (cherry picked from commit d741f1875cb2b01e6deb96ae2235e23e029dc35f) From noreply at github.com Wed Aug 24 12:07:18 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Aug 2022 05:07:18 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7d78c5: clusterer: advertise tag's active state only in de... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 7d78c5ae6fb74abadec5ce9c266bed00ab4808b6 https://github.com/OpenSIPS/opensips/commit/7d78c5ae6fb74abadec5ce9c266bed00ab4808b6 Author: Razvan Crainea Date: 2022-08-24 (Wed, 24 Aug 2022) Changed paths: M modules/clusterer/sharing_tags.c Log Message: ----------- clusterer: advertise tag's active state only in defined cluster Thanks go to Vlad Patrascu for brainstorming this! (cherry picked from commit d741f1875cb2b01e6deb96ae2235e23e029dc35f) From noreply at github.com Thu Aug 25 17:08:58 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 25 Aug 2022 10:08:58 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c6cc08: clusterer: fix parameters for E_CLUSTERER_REQ_RECE... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: c6cc088ffe6a2ac0ae87f04f1cf69de3094e6a29 https://github.com/OpenSIPS/opensips/commit/c6cc088ffe6a2ac0ae87f04f1cf69de3094e6a29 Author: Vlad Patrascu Date: 2022-08-25 (Thu, 25 Aug 2022) Changed paths: M modules/clusterer/clusterer.c Log Message: ----------- clusterer: fix parameters for E_CLUSTERER_REQ_RECEIVED event Fixes #2899 From noreply at github.com Thu Aug 25 17:09:38 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 25 Aug 2022 10:09:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 600d56: clusterer: fix parameters for E_CLUSTERER_REQ_RECE... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 600d56a87a334214e093ac1cf4b322afe3d31d8a https://github.com/OpenSIPS/opensips/commit/600d56a87a334214e093ac1cf4b322afe3d31d8a Author: Vlad Patrascu Date: 2022-08-25 (Thu, 25 Aug 2022) Changed paths: M modules/clusterer/clusterer.c Log Message: ----------- clusterer: fix parameters for E_CLUSTERER_REQ_RECEIVED event Fixes #2899 (cherry picked from commit c6cc088ffe6a2ac0ae87f04f1cf69de3094e6a29) From noreply at github.com Thu Aug 25 17:10:04 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 25 Aug 2022 10:10:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cb3d43: clusterer: fix parameters for E_CLUSTERER_REQ_RECE... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cb3d4351937fde0e265b102ffaef24490936ad6c https://github.com/OpenSIPS/opensips/commit/cb3d4351937fde0e265b102ffaef24490936ad6c Author: Vlad Patrascu Date: 2022-08-25 (Thu, 25 Aug 2022) Changed paths: M modules/clusterer/clusterer.c Log Message: ----------- clusterer: fix parameters for E_CLUSTERER_REQ_RECEIVED event Fixes #2899 (cherry picked from commit c6cc088ffe6a2ac0ae87f04f1cf69de3094e6a29) From noreply at github.com Fri Aug 26 16:56:10 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 26 Aug 2022 09:56:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bb9bd9: Throw startup error if event_route can never be run Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: bb9bd920feb712cf8ec0c32d4e418056fae8cc81 https://github.com/OpenSIPS/opensips/commit/bb9bd920feb712cf8ec0c32d4e418056fae8cc81 Author: Vlad Patrascu Date: 2022-08-26 (Fri, 26 Aug 2022) Changed paths: M route.c Log Message: ----------- Throw startup error if event_route can never be run OpenSIPS would start without any error or warning if an event_route is used but the 'event_route' module is not loaded. From noreply at github.com Fri Aug 26 16:58:18 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 26 Aug 2022 09:58:18 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 370c4c: Throw startup error if event_route can never be run Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 370c4c859ef643bf76d0615d61d31686d1a9f3ca https://github.com/OpenSIPS/opensips/commit/370c4c859ef643bf76d0615d61d31686d1a9f3ca Author: Vlad Patrascu Date: 2022-08-26 (Fri, 26 Aug 2022) Changed paths: M route.c Log Message: ----------- Throw startup error if event_route can never be run OpenSIPS would start without any error or warning if an event_route is used but the 'event_route' module is not loaded. (cherry picked from commit bb9bd920feb712cf8ec0c32d4e418056fae8cc81) From noreply at github.com Fri Aug 26 16:59:04 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 26 Aug 2022 09:59:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9d41bf: Throw startup error if event_route can never be run Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 9d41bfce8c09e22e44c68dd99c6291117e9ff172 https://github.com/OpenSIPS/opensips/commit/9d41bfce8c09e22e44c68dd99c6291117e9ff172 Author: Vlad Patrascu Date: 2022-08-26 (Fri, 26 Aug 2022) Changed paths: M route.c Log Message: ----------- Throw startup error if event_route can never be run OpenSIPS would start without any error or warning if an event_route is used but the 'event_route' module is not loaded. (cherry picked from commit bb9bd920feb712cf8ec0c32d4e418056fae8cc81) From noreply at github.com Fri Aug 26 16:59:55 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 26 Aug 2022 09:59:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7accdf: Throw startup error if event_route can never be run Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 7accdfc66763c652b2d40b8ecac543c47596d624 https://github.com/OpenSIPS/opensips/commit/7accdfc66763c652b2d40b8ecac543c47596d624 Author: Vlad Patrascu Date: 2022-08-26 (Fri, 26 Aug 2022) Changed paths: M route.c Log Message: ----------- Throw startup error if event_route can never be run OpenSIPS would start without any error or warning if an event_route is used but the 'event_route' module is not loaded. (cherry picked from commit bb9bd920feb712cf8ec0c32d4e418056fae8cc81) From noreply at github.com Sat Aug 27 20:52:17 2022 From: noreply at github.com (opensips-github) Date: Sat, 27 Aug 2022 13:52:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6574cb: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 6574cb754a0161dbd54275666427c65a012f93ec https://github.com/OpenSIPS/opensips/commit/6574cb754a0161dbd54275666427c65a012f93ec Author: OpenSIPS Date: 2022-08-27 (Sat, 27 Aug 2022) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 27 21:15:28 2022 From: noreply at github.com (opensips-github) Date: Sat, 27 Aug 2022 14:15:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 22c7c5: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 22c7c58245e87bc558d7c9c01bdaf842a926edd6 https://github.com/OpenSIPS/opensips/commit/22c7c58245e87bc558d7c9c01bdaf842a926edd6 Author: OpenSIPS Date: 2022-08-28 (Sun, 28 Aug 2022) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/mi_script/README M modules/mi_script/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 27 21:38:56 2022 From: noreply at github.com (opensips-github) Date: Sat, 27 Aug 2022 14:38:56 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] aa0b5d: Rebuild documentation Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: aa0b5d70e604e07f803bafa9d02f6e0206d51a56 https://github.com/OpenSIPS/opensips/commit/aa0b5d70e604e07f803bafa9d02f6e0206d51a56 Author: OpenSIPS Date: 2022-08-28 (Sun, 28 Aug 2022) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_sdp_demux/README M modules/b2b_sdp_demux/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/mi_script/README M modules/mi_script/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 27 22:16:01 2022 From: noreply at github.com (opensips-github) Date: Sat, 27 Aug 2022 15:16:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 81263a: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 81263a1555b9bdfa3003e0991119f7a77605d7c0 https://github.com/OpenSIPS/opensips/commit/81263a1555b9bdfa3003e0991119f7a77605d7c0 Author: OpenSIPS Date: 2022-08-28 (Sun, 28 Aug 2022) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_sdp_demux/README M modules/b2b_sdp_demux/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/mi_script/README M modules/mi_script/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Aug 29 12:27:32 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 29 Aug 2022 05:27:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b2c6ce: mi_script: force a positive value in eventfd Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b2c6ce6551f6469e559599bfc47d314186755f36 https://github.com/OpenSIPS/opensips/commit/b2c6ce6551f6469e559599bfc47d314186755f36 Author: Razvan Crainea Date: 2022-08-29 (Mon, 29 Aug 2022) Changed paths: M modules/mi_script/mi_script.c Log Message: ----------- mi_script: force a positive value in eventfd Thanks go to Suchi Sahoo from Five9 for reporting it From noreply at github.com Mon Aug 29 12:27:46 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 29 Aug 2022 05:27:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5288ff: mi_script: force a positive value in eventfd Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 5288ffa75a5f5c9b47883fae935a69c3c50c1a1b https://github.com/OpenSIPS/opensips/commit/5288ffa75a5f5c9b47883fae935a69c3c50c1a1b Author: Razvan Crainea Date: 2022-08-29 (Mon, 29 Aug 2022) Changed paths: M modules/mi_script/mi_script.c Log Message: ----------- mi_script: force a positive value in eventfd Thanks go to Suchi Sahoo from Five9 for reporting it (cherry picked from commit b2c6ce6551f6469e559599bfc47d314186755f36) From noreply at github.com Mon Aug 29 12:28:02 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 29 Aug 2022 05:28:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 81c2e7: mi_script: force a positive value in eventfd Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 81c2e75097a74b4937400a5436e6d7a91d775dca https://github.com/OpenSIPS/opensips/commit/81c2e75097a74b4937400a5436e6d7a91d775dca Author: Razvan Crainea Date: 2022-08-29 (Mon, 29 Aug 2022) Changed paths: M modules/mi_script/mi_script.c Log Message: ----------- mi_script: force a positive value in eventfd Thanks go to Suchi Sahoo from Five9 for reporting it (cherry picked from commit b2c6ce6551f6469e559599bfc47d314186755f36) From noreply at github.com Tue Aug 30 09:47:54 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 30 Aug 2022 02:47:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dae981: tracer: fix trace_stop removal from list Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dae9817b313cb98ed3d4d449064c64c9a4ac7cd8 https://github.com/OpenSIPS/opensips/commit/dae9817b313cb98ed3d4d449064c64c9a4ac7cd8 Author: Razvan Crainea Date: 2022-08-30 (Tue, 30 Aug 2022) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: fix trace_stop removal from list Fix the way we detect the previous element when removing from list Before this change, if there were multiple elements in the list, they were leaking due to the bad handling of the list removal. From noreply at github.com Tue Aug 30 09:48:14 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 30 Aug 2022 02:48:14 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bf7c0e: tracer: fix trace_stop removal from list Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: bf7c0eb89f10d9aeb14682db96552986bdb469a8 https://github.com/OpenSIPS/opensips/commit/bf7c0eb89f10d9aeb14682db96552986bdb469a8 Author: Razvan Crainea Date: 2022-08-30 (Tue, 30 Aug 2022) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: fix trace_stop removal from list Fix the way we detect the previous element when removing from list Before this change, if there were multiple elements in the list, they were leaking due to the bad handling of the list removal. (cherry picked from commit dae9817b313cb98ed3d4d449064c64c9a4ac7cd8) From noreply at github.com Tue Aug 30 09:48:21 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 30 Aug 2022 02:48:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 801794: tracer: fix trace_stop removal from list Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 80179471cb4a4ce11469de2bdb720e6f866f78aa https://github.com/OpenSIPS/opensips/commit/80179471cb4a4ce11469de2bdb720e6f866f78aa Author: Razvan Crainea Date: 2022-08-30 (Tue, 30 Aug 2022) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: fix trace_stop removal from list Fix the way we detect the previous element when removing from list Before this change, if there were multiple elements in the list, they were leaking due to the bad handling of the list removal. (cherry picked from commit dae9817b313cb98ed3d4d449064c64c9a4ac7cd8) From noreply at github.com Tue Aug 30 09:48:34 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 30 Aug 2022 02:48:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 86fbee: tracer: fix trace_stop removal from list Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 86fbeedc4eb2f2793f36029b3bf38315363e2c29 https://github.com/OpenSIPS/opensips/commit/86fbeedc4eb2f2793f36029b3bf38315363e2c29 Author: Razvan Crainea Date: 2022-08-30 (Tue, 30 Aug 2022) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: fix trace_stop removal from list Fix the way we detect the previous element when removing from list Before this change, if there were multiple elements in the list, they were leaking due to the bad handling of the list removal. (cherry picked from commit dae9817b313cb98ed3d4d449064c64c9a4ac7cd8) From noreply at github.com Tue Aug 30 16:21:00 2022 From: noreply at github.com (vladpaiu) Date: Tue, 30 Aug 2022 09:21:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e7b808: Temporary fix for generating clean shutdowns even ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e7b8084b9823ae6004f5abca62cf752ab317d507 https://github.com/OpenSIPS/opensips/commit/e7b8084b9823ae6004f5abca62cf752ab317d507 Author: Vlad Paiu Date: 2022-08-30 (Tue, 30 Aug 2022) Changed paths: M shutdown.c Log Message: ----------- Temporary fix for generating clean shutdowns even for mem corruption crashes FULL fix would be to not worry about mem locks in the shutdown procedure ( ie. what cleanup() is doing ) From noreply at github.com Tue Aug 30 16:21:50 2022 From: noreply at github.com (vladpaiu) Date: Tue, 30 Aug 2022 09:21:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] afe99b: Temporary fix for generating clean shutdowns even ... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: afe99b7b1574a3ef28e1399ddb8d7219db70518a https://github.com/OpenSIPS/opensips/commit/afe99b7b1574a3ef28e1399ddb8d7219db70518a Author: Vlad Paiu Date: 2022-08-30 (Tue, 30 Aug 2022) Changed paths: M shutdown.c Log Message: ----------- Temporary fix for generating clean shutdowns even for mem corruption crashes FULL fix would be to not worry about mem locks in the shutdown procedure ( ie. what cleanup() is doing ) (cherry picked from commit e7b8084b9823ae6004f5abca62cf752ab317d507)