From razvan at opensips.org Tue Feb 8 10:35:17 2022 From: razvan at opensips.org (=?UTF-8?Q?R=c4=83zvan_Crainea?=) Date: Tue, 8 Feb 2022 12:35:17 +0200 Subject: [OpenSIPS-Devel] B2B Logic migration from XML to script Message-ID: Hi, Everyone! As OpenSIPS 3.3 release is approaching, we are planning to cleanup all obsolete/deprecated functionalities from the master branch. Among these is the old B2B Logic XML[1] module, which has been replaced by the more flexible B2B Logic[2] in OpenSIPS 3.2. However, in order to do that, we wanted to make sure you have all the necessary tools and resources to perform the migration. Therefore, we launched a new form[3], to gather more information about your migration experience, and possible draw backs, or bottle necks you hit while migrating. So, this form [3] is addressed to those of you who are using the old B2B Logic XML module and need to migrate your B2B scenario to the new script approach. In order to do that, you can find resources for that here[4]. Note that the poll will be available until 27th of March 2022. After that, the b2b_logic_xml module will be completely removed from OpenSIPS GitHub sources. [1] https://opensips.org/docs/modules/3.2.x/b2b_logic_xml.html [2] https://opensips.org/docs/modules/3.2.x/b2b_logic.html [3] https://docs.google.com/forms/d/e/1FAIpQLScoYpSybDE5ul5zkBhsqjuLStBjXqwI7ED2BCpY3IOl0jb5Og/viewform [4] https://blog.opensips.org/2021/01/06/the-script-driven-sip-b2bua/ Best regards, -- Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com From noreply at github.com Tue Feb 8 12:50:35 2022 From: noreply at github.com (vladpaiu) Date: Tue, 08 Feb 2022 04:50:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ceea5e: Added extract_pub_key_from_cert Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ceea5eb6511e3865809a63d62f01da0e7e6aa414 https://github.com/OpenSIPS/opensips/commit/ceea5eb6511e3865809a63d62f01da0e7e6aa414 Author: Vlad Paiu Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M modules/auth_jwt/Makefile M modules/auth_jwt/README A modules/auth_jwt/auth_jwt_certops.c A modules/auth_jwt/auth_jwt_certops.h M modules/auth_jwt/authjwt_mod.c M modules/auth_jwt/doc/auth_jwt_admin.xml Log Message: ----------- Added extract_pub_key_from_cert To be used from extracting the public key embeded in a certificate From noreply at github.com Tue Feb 8 15:55:10 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 08 Feb 2022 07:55:10 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 21b84c: Added new status/report framework. Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 21b84ccc77bd48fe885536cf423ec394a8893ba7 https://github.com/OpenSIPS/opensips/commit/21b84ccc77bd48fe885536cf423ec394a8893ba7 Author: Bogdan-Andrei Iancu Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M core_cmds.c M daemonize.c M daemonize.h M main.c M mi/mi_core.c M modules/dispatcher/dispatch.c M modules/mid_registrar/save.c M modules/usrloc/dlist.c M shutdown.c M signals.c A status_report.c A status_report.h Log Message: ----------- Added new status/report framework. The purpose of this framework is to allow Modules (or parts of the core) to register identifiers in order to publish their status (readiness) and reports (logs). There statuses/reports may be checked from scripts or listed via MI. This allow the script to check the readiness status of various components of OpenSIPS, or, an external entity may monitor (check, list, get events) of the status / readiness of OpenSIPS (or parts of it). Also reports (some important logs poduced by OpenSIPS/modules) may be listed via MI, in order to have some history of what happened inside OpenSIPS/modules. Available cfg commnds (core provided): sr_check_status( group, [identifier]) Available MI commands (core providede): sr_get_status group identifier sr_list_status [group] sr_list_reports [group] [identifier] Available events (core provided): E_SR_STATUS_CHANGED ( group, identifier, new_status, new_details, old_status) The old "general" OpenSIPS status was ported to this new framework as group "core", identifier "main", publishing the core status (startup, running, terminating). From noreply at github.com Tue Feb 8 16:01:10 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 08 Feb 2022 08:01:10 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f98a1c: [drouting ]Added "status/report" support Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f98a1c37c27c14539d31d1aeb26eedd11f81646e https://github.com/OpenSIPS/opensips/commit/f98a1c37c27c14539d31d1aeb26eedd11f81646e Author: Bogdan-Andrei Iancu Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M modules/drouting/dr_load.c M modules/drouting/drouting.c A modules/drouting/status_report.h Log Message: ----------- [drouting ]Added "status/report" support Each partition is a status/report (SR) identifier. It's status provides information DB data loading, like -2 (no data) , -1 (initial loading) , 0 (data available), 1 (reloading). The reports will log when a reload is done and what was the outcome of the reload (success or failure). If success, a more detailed report is generated with how many gateway/carrier/rules were loaded / discarded. From noreply at github.com Tue Feb 8 16:34:54 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 08 Feb 2022 08:34:54 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bf0f65: [status_report] added new module for script SR groups Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: bf0f65d1aee9a7b5414882b640372fab212270cc https://github.com/OpenSIPS/opensips/commit/bf0f65d1aee9a7b5414882b640372fab212270cc Author: Bogdan-Andrei Iancu Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: A modules/status_report/Makefile A modules/status_report/doc/contributors.xml A modules/status_report/doc/status_report.xml A modules/status_report/doc/status_report_admin.xml A modules/status_report/status_report.c Log Message: ----------- [status_report] added new module for script SR groups This module extends the Status/Report framework, allowing the definition and usge of SR groups from script. So, custom, additinal SR groups may be defined here and their status/reports mey be updates from script. From noreply at github.com Tue Feb 8 16:38:46 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 08 Feb 2022 08:38:46 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c76071: Fix max negative value setting Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c76071964ffb7fd2a016cd6edae12b78e799dfc1 https://github.com/OpenSIPS/opensips/commit/c76071964ffb7fd2a016cd6edae12b78e799dfc1 Author: Bogdan-Andrei Iancu Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M status_report.h Log Message: ----------- Fix max negative value setting From noreply at github.com Tue Feb 8 16:41:33 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 08 Feb 2022 08:41:33 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ffcf4e: Missing changes from 21b84ccc77bd48fe885536cf423ec... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ffcf4e15b1d1c1c2bfedb6b6eeb017dd71c99a2f https://github.com/OpenSIPS/opensips/commit/ffcf4e15b1d1c1c2bfedb6b6eeb017dd71c99a2f Author: Bogdan-Andrei Iancu Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M net/net_tcp.c Log Message: ----------- Missing changes from 21b84ccc77bd48fe885536cf423ec394a8893ba7 From noreply at github.com Tue Feb 8 16:46:18 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 08 Feb 2022 08:46:18 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5df84e: [drouting] fix type in header guard Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5df84eb90475f6273d2be4ff4cbbf8f26de152e5 https://github.com/OpenSIPS/opensips/commit/5df84eb90475f6273d2be4ff4cbbf8f26de152e5 Author: Bogdan-Andrei Iancu Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M modules/drouting/status_report.h Log Message: ----------- [drouting] fix type in header guard Thank you CI :) From noreply at github.com Tue Feb 8 16:50:53 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 08 Feb 2022 08:50:53 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 39b2cd: [status_report] generated the contributers file Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 39b2cd5d9209d37abce4ef5dc2f0b7b26d9b4336 https://github.com/OpenSIPS/opensips/commit/39b2cd5d9209d37abce4ef5dc2f0b7b26d9b4336 Author: Bogdan-Andrei Iancu Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M modules/status_report/doc/contributors.xml Log Message: ----------- [status_report] generated the contributers file From noreply at github.com Tue Feb 8 18:53:16 2022 From: noreply at github.com (Nick Altmann) Date: Tue, 08 Feb 2022 10:53:16 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f06fa1: RPM package: new module status_report Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f06fa1354cfe526e824d9597597d3d5336585eb4 https://github.com/OpenSIPS/opensips/commit/f06fa1354cfe526e824d9597597d3d5336585eb4 Author: Nick Altmann Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M packaging/redhat_fedora/opensips.spec Log Message: ----------- RPM package: new module status_report From noreply at github.com Tue Feb 8 19:44:33 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 08 Feb 2022 11:44:33 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0c1801: [status_report] generate and upload README file Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0c18012430019d13e6e2fbdd813bbc7cf809e5e3 https://github.com/OpenSIPS/opensips/commit/0c18012430019d13e6e2fbdd813bbc7cf809e5e3 Author: Bogdan-Andrei Iancu Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: A modules/status_report/README Log Message: ----------- [status_report] generate and upload README file From noreply at github.com Tue Feb 8 19:58:07 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 08 Feb 2022 11:58:07 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4201ed: [status_report] fix creation of group without iden... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4201ed6acac7fd222eb0c323cc5c747e44e0307a https://github.com/OpenSIPS/opensips/commit/4201ed6acac7fd222eb0c323cc5c747e44e0307a Author: Bogdan-Andrei Iancu Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M modules/status_report/status_report.c Log Message: ----------- [status_report] fix creation of group without identifier From noreply at github.com Wed Feb 9 08:50:24 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 09 Feb 2022 00:50:24 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 611841: Fix bogus test when aggregating the status over a ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6118412aa7845d358c4867d24bf44a957eb85955 https://github.com/OpenSIPS/opensips/commit/6118412aa7845d358c4867d24bf44a957eb85955 Author: Bogdan-Andrei Iancu Date: 2022-02-09 (Wed, 09 Feb 2022) Changed paths: M status_report.c Log Message: ----------- Fix bogus test when aggregating the status over a group From noreply at github.com Wed Feb 9 10:10:36 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 09 Feb 2022 02:10:36 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f9b259: proto_tls: disable async by default Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: f9b259311e8b8c66d3fb19e3b0ff3171c1a0f996 https://github.com/OpenSIPS/opensips/commit/f9b259311e8b8c66d3fb19e3b0ff3171c1a0f996 Author: Razvan Crainea Date: 2022-02-09 (Wed, 09 Feb 2022) Changed paths: M modules/proto_tls/doc/proto_tls_admin.xml M modules/proto_tls/proto_tls.c Log Message: ----------- proto_tls: disable async by default According to ticket #2724, async tls might lead to unexpected behavior. We are disabling it by default until we figure out what is going on and fix the core problem. From razvan at opensips.org Wed Feb 9 11:15:28 2022 From: razvan at opensips.org (=?UTF-8?Q?R=c4=83zvan_Crainea?=) Date: Wed, 9 Feb 2022 13:15:28 +0200 Subject: [OpenSIPS-Devel] [RELEASE] OpenSIPS 3.1.8 and 3.2.5 minor releases Message-ID: <5aeb5c94-3a00-7dda-f007-4f7fb31da53c@opensips.org> Hi, everyone! OpenSIPS 3.1.8 and 3.2.5 minor versions are planned to be released in two weeks, on Wednesday, 23rd of February 2022. Starting today until the release day, we are putting a freeze on any new commits, unless they are addressing fully tested bug fixes. Best regards, -- Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com From noreply at github.com Thu Feb 10 13:41:50 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 10 Feb 2022 05:41:50 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7aa272: fraud_detection: Fix the 'call duration' events Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7aa272aec749702627404c0d518b4b4fada5ec93 https://github.com/OpenSIPS/opensips/commit/7aa272aec749702627404c0d518b4b4fada5ec93 Author: Liviu Chircu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/fraud_detection/fraud_detection.c M modules/fraud_detection/frd_events.c M modules/fraud_detection/frd_events.h Log Message: ----------- fraud_detection: Fix the 'call duration' events The 'call duration' events were not being raised anymore since commit a0fcf857ddb, due to the mismatching callback type check in dialog_terminate_CB(). Also rework commit a0fcf857ddb, where instead of switching the decrement operation on the DLGCB_DESTROY callback (to guarantee it only gets called one time), we just store and use a boolean marker, thus achieving the same effect but while using the optimal callbacks! From noreply at github.com Thu Feb 10 13:42:01 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 10 Feb 2022 05:42:01 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6128df: fraud_detection: Fix the 'call duration' events Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 6128df70d334fa1fd4e808f8fcef1fc549d040bd https://github.com/OpenSIPS/opensips/commit/6128df70d334fa1fd4e808f8fcef1fc549d040bd Author: Liviu Chircu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/fraud_detection/fraud_detection.c M modules/fraud_detection/frd_events.c M modules/fraud_detection/frd_events.h Log Message: ----------- fraud_detection: Fix the 'call duration' events The 'call duration' events were not being raised anymore since commit a0fcf857ddb, due to the mismatching callback type check in dialog_terminate_CB(). Also rework commit a0fcf857ddb, where instead of switching the decrement operation on the DLGCB_DESTROY callback (to guarantee it only gets called one time), we just store and use a boolean marker, thus achieving the same effect but while using the optimal callbacks! (cherry picked from commit 7aa272aec749702627404c0d518b4b4fada5ec93) From noreply at github.com Thu Feb 10 13:42:11 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 10 Feb 2022 05:42:11 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 637631: fraud_detection: Fix the 'call duration' events Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 637631a32031ceee465f626cf5c663a1ce9752db https://github.com/OpenSIPS/opensips/commit/637631a32031ceee465f626cf5c663a1ce9752db Author: Liviu Chircu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/fraud_detection/fraud_detection.c M modules/fraud_detection/frd_events.c M modules/fraud_detection/frd_events.h Log Message: ----------- fraud_detection: Fix the 'call duration' events The 'call duration' events were not being raised anymore since commit a0fcf857ddb, due to the mismatching callback type check in dialog_terminate_CB(). Also rework commit a0fcf857ddb, where instead of switching the decrement operation on the DLGCB_DESTROY callback (to guarantee it only gets called one time), we just store and use a boolean marker, thus achieving the same effect but while using the optimal callbacks! (cherry picked from commit 7aa272aec749702627404c0d518b4b4fada5ec93) From noreply at github.com Thu Feb 10 13:42:35 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 10 Feb 2022 05:42:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 977b92: fraud_detection: Fix the 'call duration' events Message-ID: Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: 977b921a7f66c6c56fb9c438b6bc29d9034391be https://github.com/OpenSIPS/opensips/commit/977b921a7f66c6c56fb9c438b6bc29d9034391be Author: Liviu Chircu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/fraud_detection/fraud_detection.c M modules/fraud_detection/frd_events.c M modules/fraud_detection/frd_events.h Log Message: ----------- fraud_detection: Fix the 'call duration' events The 'call duration' events were not being raised anymore since commit a0fcf857ddb, due to the mismatching callback type check in dialog_terminate_CB(). Also rework commit a0fcf857ddb, where instead of switching the decrement operation on the DLGCB_DESTROY callback (to guarantee it only gets called one time), we just store and use a boolean marker, thus achieving the same effect but while using the optimal callbacks! (cherry picked from commit 7aa272aec749702627404c0d518b4b4fada5ec93) From noreply at github.com Thu Feb 10 13:52:40 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 10 Feb 2022 05:52:40 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dea72f: fraud_detection: Complete previous commit Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dea72f1c47eca22b14773aa23e70158e21448382 https://github.com/OpenSIPS/opensips/commit/dea72f1c47eca22b14773aa23e70158e21448382 Author: Liviu Chircu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/fraud_detection/fraud_detection.c Log Message: ----------- fraud_detection: Complete previous commit From noreply at github.com Thu Feb 10 13:52:57 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 10 Feb 2022 05:52:57 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6da81c: fraud_detection: Complete previous commit Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 6da81c2ac41b01c5aaa38ae3bd6d3ee0eeee643f https://github.com/OpenSIPS/opensips/commit/6da81c2ac41b01c5aaa38ae3bd6d3ee0eeee643f Author: Liviu Chircu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/fraud_detection/fraud_detection.c Log Message: ----------- fraud_detection: Complete previous commit (cherry picked from commit dea72f1c47eca22b14773aa23e70158e21448382) From noreply at github.com Thu Feb 10 13:53:01 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 10 Feb 2022 05:53:01 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 498508: fraud_detection: Complete previous commit Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 498508d5e5d225091332833d2266d7ec683f95c0 https://github.com/OpenSIPS/opensips/commit/498508d5e5d225091332833d2266d7ec683f95c0 Author: Liviu Chircu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/fraud_detection/fraud_detection.c Log Message: ----------- fraud_detection: Complete previous commit (cherry picked from commit dea72f1c47eca22b14773aa23e70158e21448382) From noreply at github.com Thu Feb 10 13:53:12 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 10 Feb 2022 05:53:12 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] db58e4: fraud_detection: Complete previous commit Message-ID: Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: db58e416df3822dd7ecc333efd07140a14b40129 https://github.com/OpenSIPS/opensips/commit/db58e416df3822dd7ecc333efd07140a14b40129 Author: Liviu Chircu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/fraud_detection/fraud_detection.c Log Message: ----------- fraud_detection: Complete previous commit (cherry picked from commit dea72f1c47eca22b14773aa23e70158e21448382) From noreply at github.com Thu Feb 10 14:29:02 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 10 Feb 2022 06:29:02 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3b7986: [drouting] add docs on the provided Status/Report ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3b79864f3e86643766c91cd9744d4a77743972ad https://github.com/OpenSIPS/opensips/commit/3b79864f3e86643766c91cd9744d4a77743972ad Author: Bogdan-Andrei Iancu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/drouting/doc/drouting_admin.xml Log Message: ----------- [drouting] add docs on the provided Status/Report identifiers From noreply at github.com Thu Feb 10 14:54:58 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 10 Feb 2022 06:54:58 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ddae11: Align the name of the event with the rest of the c... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ddae11f62fe4ff57ce3226295fc1312cbe5ad9ad https://github.com/OpenSIPS/opensips/commit/ddae11f62fe4ff57ce3226295fc1312cbe5ad9ad Author: Bogdan-Andrei Iancu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M status_report.c Log Message: ----------- Align the name of the event with the rest of the core events From noreply at github.com Thu Feb 10 16:02:18 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 10 Feb 2022 08:02:18 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ceddef: [dialplan]Added "status/report" support Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ceddef4a3b66524f83b985affc6aa690ce5b3e28 https://github.com/OpenSIPS/opensips/commit/ceddef4a3b66524f83b985affc6aa690ce5b3e28 Author: Bogdan-Andrei Iancu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/dialplan/dialplan.c M modules/dialplan/dialplan.h M modules/dialplan/doc/dialplan_admin.xml M modules/dialplan/dp_db.c M modules/dialplan/dp_db.h A modules/dialplan/status_report.h Log Message: ----------- [dialplan]Added "status/report" support Each partition is a status/report (SR) identifier. It's status provides information DB data loading, like -2 (no data) , -1 (initial loading) , 0 (data available), 1 (reloading). The reports will log when a reload is done and what was the outcome of the reload (success or failure). If success, a more detailed report is generated with how many rules were loaded / discarded. From noreply at github.com Thu Feb 10 16:02:44 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 10 Feb 2022 08:02:44 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 54cb7f: [drouting] fix typo in docs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 54cb7fcd6f7b6b3b03e06a73919008e4aa09db8b https://github.com/OpenSIPS/opensips/commit/54cb7fcd6f7b6b3b03e06a73919008e4aa09db8b Author: Bogdan-Andrei Iancu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/drouting/doc/drouting_admin.xml Log Message: ----------- [drouting] fix typo in docs From noreply at github.com Thu Feb 10 16:18:45 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 10 Feb 2022 08:18:45 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9512c2: cachedb_local: add restart persistency using RPM m... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9512c2ef96fae0fe6b70d57903ff8e546f6c7e0b https://github.com/OpenSIPS/opensips/commit/9512c2ef96fae0fe6b70d57903ff8e546f6c7e0b Author: Vlad Patrascu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M mem/mem_funcs.h M mem/shm_mem.h M modules/cachedb_local/cachedb_local.c M modules/cachedb_local/cachedb_local.h M modules/cachedb_local/cachedb_local_replication.c M modules/cachedb_local/doc/cachedb_local_admin.xml M modules/cachedb_local/hash.c M modules/cachedb_local/hash.h Log Message: ----------- cachedb_local: add restart persistency using RPM memory Credits to Missouri Telecom for sponsoring this feature! From noreply at github.com Thu Feb 10 16:23:27 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 10 Feb 2022 08:23:27 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 30c77d: [pike] Added "status/report" support Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 30c77d3f1075ce67f991c0da23356866ddf27ae8 https://github.com/OpenSIPS/opensips/commit/30c77d3f1075ce67f991c0da23356866ddf27ae8 Author: Bogdan-Andrei Iancu Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: M modules/pike/doc/pike_admin.xml M modules/pike/pike.c M modules/pike/pike_funcs.c Log Message: ----------- [pike] Added "status/report" support There is no status published here, but only reports - one each time a new IP is detected as performing flood. From noreply at github.com Thu Feb 10 22:11:45 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 10 Feb 2022 14:11:45 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0a6b26: b2b_logic: fix and document the b2b_terminate_call... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0a6b2607fcf3282c941e4dedae122ddfc2fd927a https://github.com/OpenSIPS/opensips/commit/0a6b2607fcf3282c941e4dedae122ddfc2fd927a Author: Vlad Patrascu Date: 2022-02-11 (Fri, 11 Feb 2022) Changed paths: M modules/b2b_logic/b2b_logic.c M modules/b2b_logic/doc/b2b_logic_admin.xml Log Message: ----------- b2b_logic: fix and document the b2b_terminate_call MI command Closes #2530 From noreply at github.com Fri Feb 11 08:40:16 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 11 Feb 2022 00:40:16 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 63d79e: Re-structure and re-used similar code publishing s... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 63d79ee85a327f52cd336155db9a352a14d2867e https://github.com/OpenSIPS/opensips/commit/63d79ee85a327f52cd336155db9a352a14d2867e Author: Bogdan-Andrei Iancu Date: 2022-02-11 (Fri, 11 Feb 2022) Changed paths: M modules/dialplan/dialplan.c M modules/dialplan/dp_db.c R modules/dialplan/status_report.h M modules/drouting/dr_load.c M modules/drouting/drouting.c R modules/drouting/status_report.h M status_report.c M status_report.h Log Message: ----------- Re-structure and re-used similar code publishing status/reports from modules From noreply at github.com Fri Feb 11 08:58:28 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 11 Feb 2022 00:58:28 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cf7641: [drouting] fix reverted condition on setting statu... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cf76417aa6ed94bc1d214956fbc8896abaae7548 https://github.com/OpenSIPS/opensips/commit/cf76417aa6ed94bc1d214956fbc8896abaae7548 Author: Bogdan-Andrei Iancu Date: 2022-02-11 (Fri, 11 Feb 2022) Changed paths: M modules/drouting/drouting.c Log Message: ----------- [drouting] fix reverted condition on setting status after reload failure From noreply at github.com Fri Feb 11 08:59:17 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 11 Feb 2022 00:59:17 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9e717b: [dialplan] fix reverted condition on setting statu... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9e717b6200e7d7c6513e79645680aae67f8ba8a2 https://github.com/OpenSIPS/opensips/commit/9e717b6200e7d7c6513e79645680aae67f8ba8a2 Author: Bogdan-Andrei Iancu Date: 2022-02-11 (Fri, 11 Feb 2022) Changed paths: M modules/dialplan/dp_db.c Log Message: ----------- [dialplan] fix reverted condition on setting status after reload failure From noreply at github.com Fri Feb 11 09:17:35 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 11 Feb 2022 01:17:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 719372: [sql_cacher] Added "status/report" support Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7193724eef9e5a017c52e3d70571831a6617b7cf https://github.com/OpenSIPS/opensips/commit/7193724eef9e5a017c52e3d70571831a6617b7cf Author: Bogdan-Andrei Iancu Date: 2022-02-11 (Fri, 11 Feb 2022) Changed paths: M modules/sql_cacher/doc/sql_cacher_admin.xml M modules/sql_cacher/sql_cacher.c Log Message: ----------- [sql_cacher] Added "status/report" support Each full-cache is a status/report (SR) identifier. It's status provides information DB data loading, like -2 (no data) , -1 (initial loading) , 0 (data available), 1 (reloading). The reports will log when a reload is done and what was the outcome of the reload (success or failure). If success, a more detailed report is generated with how many records were loaded / discarded. From noreply at github.com Fri Feb 11 09:22:13 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 11 Feb 2022 01:22:13 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 859cdb: [pike] update status/report macros Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 859cdb72e9925f95749e2ca81ed0922ff3cca1aa https://github.com/OpenSIPS/opensips/commit/859cdb72e9925f95749e2ca81ed0922ff3cca1aa Author: Bogdan-Andrei Iancu Date: 2022-02-11 (Fri, 11 Feb 2022) Changed paths: M modules/pike/pike.c M modules/pike/pike_funcs.c Log Message: ----------- [pike] update status/report macros Related to 63d79ee85a327f52cd336155db9a352a14d2867e From noreply at github.com Fri Feb 11 09:31:39 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 11 Feb 2022 01:31:39 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 09490c: [status_report] update status/report macros Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 09490cbe6e8eec8be87316f66f8a060905e44575 https://github.com/OpenSIPS/opensips/commit/09490cbe6e8eec8be87316f66f8a060905e44575 Author: Bogdan-Andrei Iancu Date: 2022-02-11 (Fri, 11 Feb 2022) Changed paths: M modules/status_report/status_report.c Log Message: ----------- [status_report] update status/report macros Related to 63d79ee85a327f52cd336155db9a352a14d2867e From noreply at github.com Fri Feb 11 16:28:35 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 11 Feb 2022 08:28:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a5d8ba: b2b_logic: fix and document the b2b_terminate_call... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: a5d8ba8af5c4dd54e2003f315274cab02b4f3f32 https://github.com/OpenSIPS/opensips/commit/a5d8ba8af5c4dd54e2003f315274cab02b4f3f32 Author: Vlad Patrascu Date: 2022-02-11 (Fri, 11 Feb 2022) Changed paths: M modules/b2b_logic/b2b_logic.c M modules/b2b_logic/doc/b2b_logic_admin.xml Log Message: ----------- b2b_logic: fix and document the b2b_terminate_call MI command Closes #2530 (cherry picked from commit 0a6b2607fcf3282c941e4dedae122ddfc2fd927a) From noreply at github.com Fri Feb 11 16:28:42 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 11 Feb 2022 08:28:42 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 993902: b2b_logic: fix and document the b2b_terminate_call... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 99390287c4f97e94283b303036e5eac99bfa850f https://github.com/OpenSIPS/opensips/commit/99390287c4f97e94283b303036e5eac99bfa850f Author: Vlad Patrascu Date: 2022-02-11 (Fri, 11 Feb 2022) Changed paths: M modules/b2b_logic/b2b_logic.c M modules/b2b_logic/doc/b2b_logic_admin.xml Log Message: ----------- b2b_logic: fix and document the b2b_terminate_call MI command Closes #2530 (cherry picked from commit 0a6b2607fcf3282c941e4dedae122ddfc2fd927a) From noreply at github.com Sat Feb 12 21:51:09 2022 From: noreply at github.com (opensips-github) Date: Sat, 12 Feb 2022 13:51:09 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 45c6f7: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 45c6f7d374758334f92603d6b67cdace365d2c8e https://github.com/OpenSIPS/opensips/commit/45c6f7d374758334f92603d6b67cdace365d2c8e Author: OpenSIPS Date: 2022-02-12 (Sat, 12 Feb 2022) Changed paths: M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/fraud_detection/README M modules/fraud_detection/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Feb 12 22:21:18 2022 From: noreply at github.com (opensips-github) Date: Sat, 12 Feb 2022 14:21:18 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9afb66: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9afb666a3ee7ca2fdefb03c15f8c30ed3baa769f https://github.com/OpenSIPS/opensips/commit/9afb666a3ee7ca2fdefb03c15f8c30ed3baa769f Author: OpenSIPS Date: 2022-02-13 (Sun, 13 Feb 2022) Changed paths: M modules/auth_jwt/README M modules/auth_jwt/doc/contributors.xml M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/doc/contributors.xml M modules/dialplan/README M modules/dialplan/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/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/pike/README M modules/pike/doc/contributors.xml M modules/sql_cacher/README M modules/sql_cacher/doc/contributors.xml M modules/status_report/README M modules/status_report/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Tue Feb 15 07:02:26 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 14 Feb 2022 23:02:26 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 14179b: [uac_redirect] update script sample in docs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 14179bf7e0c7b3d5a3fe321cedc76afbcb9b4476 https://github.com/OpenSIPS/opensips/commit/14179bf7e0c7b3d5a3fe321cedc76afbcb9b4476 Author: Bogdan-Andrei Iancu Date: 2022-02-15 (Tue, 15 Feb 2022) Changed paths: M modules/uac_redirect/doc/uac_redirect_admin.xml Log Message: ----------- [uac_redirect] update script sample in docs Reported by Slava Bendersky From noreply at github.com Tue Feb 15 07:03:19 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 14 Feb 2022 23:03:19 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c6252d: [uac_redirect] update script sample in docs Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: c6252d79e199974a47742651c721ca75a86f13b7 https://github.com/OpenSIPS/opensips/commit/c6252d79e199974a47742651c721ca75a86f13b7 Author: Bogdan-Andrei Iancu Date: 2022-02-15 (Tue, 15 Feb 2022) Changed paths: M modules/uac_redirect/doc/uac_redirect_admin.xml Log Message: ----------- [uac_redirect] update script sample in docs Reported by Slava Bendersky (cherry picked from commit 14179bf7e0c7b3d5a3fe321cedc76afbcb9b4476) From noreply at github.com Tue Feb 15 07:03:35 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 14 Feb 2022 23:03:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b95fac: [uac_redirect] update script sample in docs Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: b95fac711c5df0f0263e1a7dc7491472bc29ef16 https://github.com/OpenSIPS/opensips/commit/b95fac711c5df0f0263e1a7dc7491472bc29ef16 Author: Bogdan-Andrei Iancu Date: 2022-02-15 (Tue, 15 Feb 2022) Changed paths: M modules/uac_redirect/doc/uac_redirect_admin.xml Log Message: ----------- [uac_redirect] update script sample in docs Reported by Slava Bendersky (cherry picked from commit 14179bf7e0c7b3d5a3fe321cedc76afbcb9b4476) From noreply at github.com Tue Feb 15 16:15:25 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 15 Feb 2022 08:15:25 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2e0cf9: clusterer: fix sync status when attempting to over... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2e0cf9b53d8b33efd8f4e3a439a73c195abdf75b https://github.com/OpenSIPS/opensips/commit/2e0cf9b53d8b33efd8f4e3a439a73c195abdf75b Author: Vlad Patrascu Date: 2022-02-15 (Tue, 15 Feb 2022) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/clusterer.h M modules/clusterer/sharing_tags.c M modules/clusterer/sync.c M modules/dialog/dlg_replication.c Log Message: ----------- clusterer: fix sync status when attempting to overlap sync requests In the case of dialog syncing, this would lead to incorrectly discarding received dialogs marked with an active sharing tag, when the "auto_sync" feature is enabled(default). From noreply at github.com Tue Feb 15 16:18:05 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 15 Feb 2022 08:18:05 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7d6d84: clusterer: fix sync status when attempting to over... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 7d6d840fa91dd2ea90dfe5125fcb22b52d4bf786 https://github.com/OpenSIPS/opensips/commit/7d6d840fa91dd2ea90dfe5125fcb22b52d4bf786 Author: Vlad Patrascu Date: 2022-02-15 (Tue, 15 Feb 2022) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/clusterer.h M modules/clusterer/sharing_tags.c M modules/clusterer/sync.c M modules/dialog/dlg_replication.c Log Message: ----------- clusterer: fix sync status when attempting to overlap sync requests In the case of dialog syncing, this would lead to incorrectly discarding received dialogs marked with an active sharing tag, when the "auto_sync" feature is enabled(default). (cherry picked from commit 2e0cf9b53d8b33efd8f4e3a439a73c195abdf75b) From noreply at github.com Tue Feb 15 17:45:18 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 15 Feb 2022 09:45:18 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e99322: clusterer: fix crashes when loading bad local node... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e9932270ba593f2c95f7cc572cbb67e0174040d9 https://github.com/OpenSIPS/opensips/commit/e9932270ba593f2c95f7cc572cbb67e0174040d9 Author: Vlad Patrascu Date: 2022-02-15 (Tue, 15 Feb 2022) Changed paths: M modules/clusterer/node_info.c Log Message: ----------- clusterer: fix crashes when loading bad local node URL from DB Closes #2746 From noreply at github.com Tue Feb 15 17:46:16 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 15 Feb 2022 09:46:16 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 86064c: clusterer: fix crashes when loading bad local node... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 86064cbb7562d6f5de1219842590199cb2e12457 https://github.com/OpenSIPS/opensips/commit/86064cbb7562d6f5de1219842590199cb2e12457 Author: Vlad Patrascu Date: 2022-02-15 (Tue, 15 Feb 2022) Changed paths: M modules/clusterer/node_info.c Log Message: ----------- clusterer: fix crashes when loading bad local node URL from DB Closes #2746 (cherry picked from commit e9932270ba593f2c95f7cc572cbb67e0174040d9) From noreply at github.com Tue Feb 15 17:46:43 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 15 Feb 2022 09:46:43 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6d45f7: clusterer: fix crashes when loading bad local node... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 6d45f74783839c4a6658421e32ed397b2f3df4f2 https://github.com/OpenSIPS/opensips/commit/6d45f74783839c4a6658421e32ed397b2f3df4f2 Author: Vlad Patrascu Date: 2022-02-15 (Tue, 15 Feb 2022) Changed paths: M modules/clusterer/node_info.c Log Message: ----------- clusterer: fix crashes when loading bad local node URL from DB Closes #2746 (cherry picked from commit e9932270ba593f2c95f7cc572cbb67e0174040d9) From noreply at github.com Tue Feb 15 17:50:54 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 15 Feb 2022 09:50:54 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 25ba2d: dialog docs: put the cluster_auto_sync param in th... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 25ba2d55b3bb70ede77b242cfd9f1e7ff75b2be1 https://github.com/OpenSIPS/opensips/commit/25ba2d55b3bb70ede77b242cfd9f1e7ff75b2be1 Author: Vlad Patrascu Date: 2022-02-15 (Tue, 15 Feb 2022) Changed paths: M modules/dialog/doc/dialog_admin.xml Log Message: ----------- dialog docs: put the cluster_auto_sync param in the proper section From noreply at github.com Tue Feb 15 17:51:59 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 15 Feb 2022 09:51:59 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 175dc9: dialog docs: put the cluster_auto_sync param in th... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 175dc99ee709265f64decc81a7258ebaa326dc36 https://github.com/OpenSIPS/opensips/commit/175dc99ee709265f64decc81a7258ebaa326dc36 Author: Vlad Patrascu Date: 2022-02-15 (Tue, 15 Feb 2022) Changed paths: M modules/dialog/doc/dialog_admin.xml Log Message: ----------- dialog docs: put the cluster_auto_sync param in the proper section (cherry picked from commit 25ba2d55b3bb70ede77b242cfd9f1e7ff75b2be1) From noreply at github.com Wed Feb 16 12:42:38 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Feb 2022 04:42:38 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b6c4be: cgrates: properly parse $cgr index Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b6c4beb3547ec2bcc1b8ad9e9f508c34064d19c1 https://github.com/OpenSIPS/opensips/commit/b6c4beb3547ec2bcc1b8ad9e9f508c34064d19c1 Author: Razvan Crainea Date: 2022-02-16 (Wed, 16 Feb 2022) Changed paths: M modules/cgrates/cgrates.c Log Message: ----------- cgrates: properly parse $cgr index Many thanks to Sergei Lavrov (@ccppprogrammer) for reporting it Close #2737 From noreply at github.com Wed Feb 16 12:43:02 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Feb 2022 04:43:02 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b7c9aa: cgrates: properly parse $cgr index Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: b7c9aa588832c35660d5960853ae77f5eb4ee06e https://github.com/OpenSIPS/opensips/commit/b7c9aa588832c35660d5960853ae77f5eb4ee06e Author: Razvan Crainea Date: 2022-02-16 (Wed, 16 Feb 2022) Changed paths: M modules/cgrates/cgrates.c Log Message: ----------- cgrates: properly parse $cgr index Many thanks to Sergei Lavrov (@ccppprogrammer) for reporting it Close #2737 (cherry picked from commit b6c4beb3547ec2bcc1b8ad9e9f508c34064d19c1) From noreply at github.com Wed Feb 16 12:43:12 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Feb 2022 04:43:12 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 938ddf: cgrates: properly parse $cgr index Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 938ddfcf806d384a63ea6e251cb423cdf035a5f8 https://github.com/OpenSIPS/opensips/commit/938ddfcf806d384a63ea6e251cb423cdf035a5f8 Author: Razvan Crainea Date: 2022-02-16 (Wed, 16 Feb 2022) Changed paths: M modules/cgrates/cgrates.c Log Message: ----------- cgrates: properly parse $cgr index Many thanks to Sergei Lavrov (@ccppprogrammer) for reporting it Close #2737 (cherry picked from commit b6c4beb3547ec2bcc1b8ad9e9f508c34064d19c1) From noreply at github.com Thu Feb 17 17:50:51 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 17 Feb 2022 09:50:51 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 42f7a9: httpd: Add IPv6 listener support + dual-stack support Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 42f7a97bb5d6aac4a82ca8e4deb323d00d82f1c9 https://github.com/OpenSIPS/opensips/commit/42f7a97bb5d6aac4a82ca8e4deb323d00d82f1c9 Author: Liviu Chircu Date: 2022-02-17 (Thu, 17 Feb 2022) Changed paths: M modules/httpd/doc/httpd_admin.xml M modules/httpd/httpd.c M modules/httpd/httpd_proc.c Log Message: ----------- httpd: Add IPv6 listener support + dual-stack support This commit adds leverage for libmicrohttpd's built-in IPv6 support. The new default of the module (see the `ip` modparam) is to listen on all IPv6 + IPv4 interfaces. From noreply at github.com Fri Feb 18 10:18:44 2022 From: noreply at github.com (Liviu Chircu) Date: Fri, 18 Feb 2022 02:18:44 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 594a51: Fix inet_pton() error handling in various modules Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 594a5140a4677ed2d21c7d7d997c8d92ffb94597 https://github.com/OpenSIPS/opensips/commit/594a5140a4677ed2d21c7d7d997c8d92ffb94597 Author: Liviu Chircu Date: 2022-02-18 (Fri, 18 Feb 2022) Changed paths: M modules/httpd/httpd_proc.c M modules/rest_client/rest_methods.c M modules/sipcapture/sipcapture.c Log Message: ----------- Fix inet_pton() error handling in various modules From noreply at github.com Fri Feb 18 10:22:10 2022 From: noreply at github.com (Liviu Chircu) Date: Fri, 18 Feb 2022 02:22:10 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 886d1e: Fix inet_pton() error handling in various modules Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 886d1ebc601ac43ba9e70dd6dfe21ec55e4a7f43 https://github.com/OpenSIPS/opensips/commit/886d1ebc601ac43ba9e70dd6dfe21ec55e4a7f43 Author: Liviu Chircu Date: 2022-02-18 (Fri, 18 Feb 2022) Changed paths: M modules/rest_client/rest_methods.c M modules/sipcapture/sipcapture.c Log Message: ----------- Fix inet_pton() error handling in various modules (cherry picked from commit 594a5140a4677ed2d21c7d7d997c8d92ffb94597) From noreply at github.com Fri Feb 18 10:22:31 2022 From: noreply at github.com (Liviu Chircu) Date: Fri, 18 Feb 2022 02:22:31 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 73ee10: Fix inet_pton() error handling in various modules Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 73ee10a3bd1f6071b1d151a611b3a0bdfaea6491 https://github.com/OpenSIPS/opensips/commit/73ee10a3bd1f6071b1d151a611b3a0bdfaea6491 Author: Liviu Chircu Date: 2022-02-18 (Fri, 18 Feb 2022) Changed paths: M modules/rest_client/rest_methods.c M modules/sipcapture/sipcapture.c Log Message: ----------- Fix inet_pton() error handling in various modules (cherry picked from commit 594a5140a4677ed2d21c7d7d997c8d92ffb94597) (cherry picked from commit 886d1ebc601ac43ba9e70dd6dfe21ec55e4a7f43) From noreply at github.com Fri Feb 18 17:57:11 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 18 Feb 2022 09:57:11 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 40e43d: Extended hdr name parsing for MSRP specific headers Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 40e43dab2a342110bbf686155fccbbb8a62fa3d3 https://github.com/OpenSIPS/opensips/commit/40e43dab2a342110bbf686155fccbbb8a62fa3d3 Author: Bogdan-Andrei Iancu Date: 2022-02-18 (Fri, 18 Feb 2022) Changed paths: A parser/case_byte.h A parser/case_fail.h M parser/case_from.h A parser/case_mess.h M parser/case_sip.h A parser/case_stat.h A parser/case_succ.h A parser/case_to_p.h M parser/hf.c M parser/hf.h M parser/keys.h M parser/msg_parser.c M parser/parse_hname2.c Log Message: ----------- Extended hdr name parsing for MSRP specific headers To-Path From-Path Message-ID Byte-Range Failure-Report Success-Report Status From noreply at github.com Sat Feb 19 13:22:41 2022 From: noreply at github.com (Liviu Chircu) Date: Sat, 19 Feb 2022 05:22:41 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0b6e9d: parse_uri: Fix possible buffer read overflow with ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0b6e9db4fcdcd1ff91e4727be07c95ecef26c50d https://github.com/OpenSIPS/opensips/commit/0b6e9db4fcdcd1ff91e4727be07c95ecef26c50d Author: Liviu Chircu Date: 2022-02-19 (Sat, 19 Feb 2022) Changed paths: M parser/parse_uri.c Log Message: ----------- parse_uri: Fix possible buffer read overflow with urn: URIs Fixes OSS-Fuzz#39800 From noreply at github.com Sat Feb 19 21:51:03 2022 From: noreply at github.com (opensips-github) Date: Sat, 19 Feb 2022 13:51:03 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9a40c2: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 9a40c274a84ffc8d2e6bd6fd024bfb738ab02af6 https://github.com/OpenSIPS/opensips/commit/9a40c274a84ffc8d2e6bd6fd024bfb738ab02af6 Author: OpenSIPS Date: 2022-02-19 (Sat, 19 Feb 2022) Changed paths: M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/rest_client/README M modules/rest_client/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/uac_redirect/README M modules/uac_redirect/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Feb 19 22:20:49 2022 From: noreply at github.com (opensips-github) Date: Sat, 19 Feb 2022 14:20:49 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] baad6a: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: baad6a7c54afe6d8df22f0e31f7837cd6a6b83d2 https://github.com/OpenSIPS/opensips/commit/baad6a7c54afe6d8df22f0e31f7837cd6a6b83d2 Author: OpenSIPS Date: 2022-02-20 (Sun, 20 Feb 2022) Changed paths: M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/httpd/README M modules/httpd/doc/contributors.xml M modules/rest_client/README M modules/rest_client/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/uac_redirect/README M modules/uac_redirect/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sun Feb 20 17:34:23 2022 From: noreply at github.com (Liviu Chircu) Date: Sun, 20 Feb 2022 09:34:23 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a880e1: parse_msg: Fix possible buffer read overflow with ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a880e1faee1df2b23054de13689de97b2ec08f28 https://github.com/OpenSIPS/opensips/commit/a880e1faee1df2b23054de13689de97b2ec08f28 Author: Liviu Chircu Date: 2022-02-20 (Sun, 20 Feb 2022) Changed paths: M parser/msg_parser.c Log Message: ----------- parse_msg: Fix possible buffer read overflow with whitespace input Fixes OSS-Fuzz#44887 From noreply at github.com Tue Feb 22 08:27:02 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 22 Feb 2022 00:27:02 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0a0c8a: parse_uri: Fix possible buffer read overflow with ... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 0a0c8a0ebe8572f96fee98f25fb47f083b86f909 https://github.com/OpenSIPS/opensips/commit/0a0c8a0ebe8572f96fee98f25fb47f083b86f909 Author: Liviu Chircu Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M parser/parse_uri.c Log Message: ----------- parse_uri: Fix possible buffer read overflow with urn: URIs Fixes OSS-Fuzz#39800 (cherry picked from commit 0b6e9db4fcdcd1ff91e4727be07c95ecef26c50d) Commit: a275c41a99873dd0fdf0a9a2c9f6b36970e36af4 https://github.com/OpenSIPS/opensips/commit/a275c41a99873dd0fdf0a9a2c9f6b36970e36af4 Author: Liviu Chircu Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M parser/msg_parser.c Log Message: ----------- parse_msg: Fix possible buffer read overflow with whitespace input Fixes OSS-Fuzz#44887 (cherry picked from commit a880e1faee1df2b23054de13689de97b2ec08f28) Compare: https://github.com/OpenSIPS/opensips/compare/886d1ebc601a...a275c41a9987 From noreply at github.com Tue Feb 22 08:27:14 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 22 Feb 2022 00:27:14 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 391ea3: parse_uri: Fix possible buffer read overflow with ... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 391ea3b21c4e76099bd8995cac347ef4cfa5dbf8 https://github.com/OpenSIPS/opensips/commit/391ea3b21c4e76099bd8995cac347ef4cfa5dbf8 Author: Liviu Chircu Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M parser/parse_uri.c Log Message: ----------- parse_uri: Fix possible buffer read overflow with urn: URIs Fixes OSS-Fuzz#39800 (cherry picked from commit 0b6e9db4fcdcd1ff91e4727be07c95ecef26c50d) Commit: d446d25408c12d8238133ee904520c473caf6faa https://github.com/OpenSIPS/opensips/commit/d446d25408c12d8238133ee904520c473caf6faa Author: Liviu Chircu Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M parser/msg_parser.c Log Message: ----------- parse_msg: Fix possible buffer read overflow with whitespace input Fixes OSS-Fuzz#44887 (cherry picked from commit a880e1faee1df2b23054de13689de97b2ec08f28) Compare: https://github.com/OpenSIPS/opensips/compare/9a40c274a84f...d446d25408c1 From noreply at github.com Tue Feb 22 16:37:09 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 22 Feb 2022 08:37:09 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 42b27e: [mid-]registrar: Improve the auto-fixing of min/de... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 42b27e9e936fe241d5c4b0f18cb9ad1d7fbc058a https://github.com/OpenSIPS/opensips/commit/42b27e9e936fe241d5c4b0f18cb9ad1d7fbc058a Author: Liviu Chircu Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M lib/reg/common.c Log Message: ----------- [mid-]registrar: Improve the auto-fixing of min/default/max expires Instead of auto-correcting the min_expires / max_expires in order to preserve the following inequality: min_expires <= default_expires <= max_expires ... we adjust the "default_expires" instead, only when needed. Doing so should lead to fewer behavioral surprises, in case the ERROR logs on startup are missed by the script developer(s). From noreply at github.com Tue Feb 22 20:18:03 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 22 Feb 2022 12:18:03 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f7bce2: Fix crash in tracer module when negative hop-by-ho... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f7bce27708d4a5f2594e20976a69241806549fa5 https://github.com/OpenSIPS/opensips/commit/f7bce27708d4a5f2594e20976a69241806549fa5 Author: Nick Altmann Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M modules/b2b_entities/dlg.c M modules/tracer/tracer.c Log Message: ----------- Fix crash in tracer module when negative hop-by-hop ACK received during b2b tracing Many thanks to Bogdan Iancu for debugging and fixing Commit: 28208b872bbd4b6ebcd39fdeb7cb158546ec3345 https://github.com/OpenSIPS/opensips/commit/28208b872bbd4b6ebcd39fdeb7cb158546ec3345 Author: Nick Altmann Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M modules/tracer/doc/tracer_admin.xml Log Message: ----------- Add note to tracer module documentation Commit: 34f3947b48640cfede8b0d281a6d32163057c3d6 https://github.com/OpenSIPS/opensips/commit/34f3947b48640cfede8b0d281a6d32163057c3d6 Author: Bogdan Andrei IANCU Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M modules/b2b_entities/dlg.c M modules/tracer/doc/tracer_admin.xml M modules/tracer/tracer.c Log Message: ----------- Merge pull request #2757 from nikbyte/master Fix crash in tracer module when negative hop-by-hop ACK received during b2b tracing Compare: https://github.com/OpenSIPS/opensips/compare/42b27e9e936f...34f3947b4864 From noreply at github.com Tue Feb 22 20:19:47 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 22 Feb 2022 12:19:47 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 35dfd3: Merge pull request #2757 from nikbyte/master Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 35dfd3a201a91730f09b1f58998985a94d84f7a2 https://github.com/OpenSIPS/opensips/commit/35dfd3a201a91730f09b1f58998985a94d84f7a2 Author: Bogdan Andrei IANCU Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M modules/b2b_entities/dlg.c M modules/tracer/doc/tracer_admin.xml M modules/tracer/tracer.c Log Message: ----------- Merge pull request #2757 from nikbyte/master Fix crash in tracer module when negative hop-by-hop ACK received during b2b tracing (cherry picked from commit 34f3947b48640cfede8b0d281a6d32163057c3d6) From noreply at github.com Tue Feb 22 22:27:12 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 22 Feb 2022 14:27:12 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 86a038: clusterer: fix races when processing the sync end ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 86a03866bd2eda7667b0775f3136f6f20ba07337 https://github.com/OpenSIPS/opensips/commit/86a03866bd2eda7667b0775f3136f6f20ba07337 Author: Vlad Patrascu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/clusterer.h M modules/clusterer/sync.c M modules/clusterer/sync.h Log Message: ----------- clusterer: fix races when processing the sync end packet The BIN packet the marks the end of syncing might be processed before data from the last sync packet(s) has been completely consumed by modules. This would result in notifying modules and broadcasting the new capability state to other nodes in the cluster too soon. The dialog module for example might incorrectly drop dialogs before it has the chance to confirm them through syncing. This commit ensures that the post-sync actions are run after all sync chunks have been delivered to modules. From noreply at github.com Tue Feb 22 22:39:02 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 22 Feb 2022 14:39:02 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 81cfd3: clusterer: remove unused variables Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 81cfd3a7e7d41b0cc27c4d9c5b2eb07b566893e8 https://github.com/OpenSIPS/opensips/commit/81cfd3a7e7d41b0cc27c4d9c5b2eb07b566893e8 Author: Vlad Patrascu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M modules/clusterer/sync.c Log Message: ----------- clusterer: remove unused variables From noreply at github.com Wed Feb 23 10:44:34 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 23 Feb 2022 02:44:34 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b2dffe: [core] fix parse_uri() parsing Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: b2dffe4b5cd81182c9c8eabb6c96aac96c7acfe3 https://github.com/OpenSIPS/opensips/commit/b2dffe4b5cd81182c9c8eabb6c96aac96c7acfe3 Author: Bogdan-Andrei Iancu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M parser/parse_uri.c Log Message: ----------- [core] fix parse_uri() parsing Issue discovered during OpenSIPS Security Audit 2022, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-358f-935m-7p9c From noreply at github.com Wed Feb 23 10:45:33 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 23 Feb 2022 02:45:33 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 885e31: [core] fix parse_uri() parsing Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 885e31628be065f4de4404e37f6b551fac927941 https://github.com/OpenSIPS/opensips/commit/885e31628be065f4de4404e37f6b551fac927941 Author: Bogdan-Andrei Iancu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M parser/parse_uri.c Log Message: ----------- [core] fix parse_uri() parsing Issue discovered during OpenSIPS Security Audit 2022, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-358f-935m-7p9c (cherry picked from commit b2dffe4b5cd81182c9c8eabb6c96aac96c7acfe3) From noreply at github.com Wed Feb 23 10:47:03 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 23 Feb 2022 02:47:03 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 77fff2: [core] fix parse_uri() parsing Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 77fff20e6428918c646c6d8be2d536942bf79f52 https://github.com/OpenSIPS/opensips/commit/77fff20e6428918c646c6d8be2d536942bf79f52 Author: Bogdan-Andrei Iancu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M parser/parse_uri.c Log Message: ----------- [core] fix parse_uri() parsing Issue discovered during OpenSIPS Security Audit 2022, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-358f-935m-7p9c (cherry picked from commit b2dffe4b5cd81182c9c8eabb6c96aac96c7acfe3) From noreply at github.com Wed Feb 23 10:56:22 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 23 Feb 2022 02:56:22 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d33513: Added Use-Path header name support Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d3351365e2198368e2a8181045f849ce5f25bf54 https://github.com/OpenSIPS/opensips/commit/d3351365e2198368e2a8181045f849ce5f25bf54 Author: Bogdan-Andrei Iancu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: A parser/case_use_.h M parser/hf.c M parser/hf.h M parser/keys.h M parser/msg_parser.c M parser/parse_hname2.c Log Message: ----------- Added Use-Path header name support From noreply at github.com Wed Feb 23 11:06:52 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 23 Feb 2022 03:06:52 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6b4973: Fix switch-case levels for Replaces and Feature-Ca... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6b49736cca0d1e8ebf0440cf51f95a08f31b9222 https://github.com/OpenSIPS/opensips/commit/6b49736cca0d1e8ebf0440cf51f95a08f31b9222 Author: Bogdan-Andrei Iancu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M parser/case_feat.h M parser/case_repl.h Log Message: ----------- Fix switch-case levels for Replaces and Feature-Caps header name parsing From noreply at github.com Wed Feb 23 11:07:45 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 23 Feb 2022 03:07:45 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 31d99c: Fix switch-case levels for Replaces and Feature-Ca... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 31d99cdaa3b3b42df529d450df2d8df40e576d2c https://github.com/OpenSIPS/opensips/commit/31d99cdaa3b3b42df529d450df2d8df40e576d2c Author: Bogdan-Andrei Iancu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M parser/case_feat.h M parser/case_repl.h Log Message: ----------- Fix switch-case levels for Replaces and Feature-Caps header name parsing (cherry picked from commit 6b49736cca0d1e8ebf0440cf51f95a08f31b9222) From noreply at github.com Wed Feb 23 11:08:07 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 23 Feb 2022 03:08:07 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 21e20d: Fix switch-case levels for Replaces and Feature-Ca... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 21e20da9c387892b10c9643d56d692dccc0fa524 https://github.com/OpenSIPS/opensips/commit/21e20da9c387892b10c9643d56d692dccc0fa524 Author: Bogdan-Andrei Iancu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M parser/case_feat.h M parser/case_repl.h Log Message: ----------- Fix switch-case levels for Replaces and Feature-Caps header name parsing (cherry picked from commit 6b49736cca0d1e8ebf0440cf51f95a08f31b9222) From noreply at github.com Wed Feb 23 11:41:44 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 23 Feb 2022 03:41:44 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 847f34: Bump version to 3.2.5 Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 847f341db7437834a53c8f605d8358c4618b8c66 https://github.com/OpenSIPS/opensips/commit/847f341db7437834a53c8f605d8358c4618b8c66 Author: Liviu Chircu Date: 2022-02-23 (Wed, 23 Feb 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.5 Commit: 7e284ab03dfcdc45752ebf66fcc430f01ee072b2 https://github.com/OpenSIPS/opensips/commit/7e284ab03dfcdc45752ebf66fcc430f01ee072b2 Author: Liviu Chircu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.2.5 Compare: https://github.com/OpenSIPS/opensips/compare/31d99cdaa3b3...7e284ab03dfc From noreply at github.com Wed Feb 23 11:41:50 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 23 Feb 2022 03:41:50 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.5 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Wed Feb 23 11:41:55 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 23 Feb 2022 03:41:55 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e0d46d: Bump version to 3.1.8 Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: e0d46d3a67fcc1cb0acfe9caa06d03e889cc2f15 https://github.com/OpenSIPS/opensips/commit/e0d46d3a67fcc1cb0acfe9caa06d03e889cc2f15 Author: Liviu Chircu Date: 2022-02-23 (Wed, 23 Feb 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.8 Commit: aa800179d5691116ccb1dd934cc0a65c7e98c85c https://github.com/OpenSIPS/opensips/commit/aa800179d5691116ccb1dd934cc0a65c7e98c85c Author: Liviu Chircu Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.1.8 Compare: https://github.com/OpenSIPS/opensips/compare/21e20da9c387...aa800179d569 From noreply at github.com Wed Feb 23 11:42:03 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 23 Feb 2022 03:42:03 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.1.8 Home: https://github.com/OpenSIPS/opensips From liviu at opensips.org Wed Feb 23 12:10:34 2022 From: liviu at opensips.org (Liviu Chircu) Date: Wed, 23 Feb 2022 14:10:34 +0200 Subject: [OpenSIPS-Devel] [RELEASE] OpenSIPS 3.1.8 and 3.2.5 minor releases In-Reply-To: <5aeb5c94-3a00-7dda-f007-4f7fb31da53c@opensips.org> References: <5aeb5c94-3a00-7dda-f007-4f7fb31da53c@opensips.org> Message-ID: <7d0f1398-3833-44e8-bee6-295d0c80d1d7@opensips.org> Hi all, It is my pleasure to announce the OpenSIPS 3.1.8 and 3.2.5 minor releases, packing all fixes done in the past two months. Detailed changelogs are available on the website^[1][2] . [1]: https://opensips.org/pub/opensips/3.1.8/ChangeLog [2]: https://opensips.org/pub/opensips/3.2.5/ChangeLog All the best, OpenSIPS Team On 09.02.2022 13:15, Răzvan Crainea wrote: > Hi, everyone! > > OpenSIPS 3.1.8 and 3.2.5 minor versions are planned to be released in > two weeks, on Wednesday, 23rd of February 2022. > Starting today until the release day, we are putting a freeze on any > new commits, unless they are addressing fully tested bug fixes. -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Thu Feb 24 12:55:16 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 24 Feb 2022 04:55:16 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a1e74e: b2b_entities: add support for custom params in cal... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a1e74ef76c7c08665ae834f5569a8ea6d1ac02aa https://github.com/OpenSIPS/opensips/commit/a1e74ef76c7c08665ae834f5569a8ea6d1ac02aa Author: Razvan Crainea Date: 2022-02-24 (Thu, 24 Feb 2022) Changed paths: M modules/b2b_entities/b2b_common.h M modules/b2b_entities/b2b_entities.c M modules/b2b_entities/b2be_clustering.c M modules/b2b_entities/b2be_db.c M modules/b2b_entities/b2be_load.h M modules/b2b_entities/client.c M modules/b2b_entities/client.h M modules/b2b_entities/dlg.c M modules/b2b_entities/dlg.h M modules/b2b_entities/doc/b2b_entities_devel.xml M modules/b2b_entities/server.c M modules/b2b_entities/server.h M modules/b2b_logic/b2b_logic.h M modules/b2b_logic/b2bl_db.c M modules/b2b_logic/entity_storage.c M modules/b2b_logic/logic.c M modules/b2b_logic_xml/b2b_load.h M modules/b2b_logic_xml/b2b_logic.c M modules/b2b_logic_xml/b2b_logic.h M modules/b2b_logic_xml/b2bl_db.c M modules/b2b_logic_xml/entity_storage.c M modules/b2b_logic_xml/logic.c M modules/b2b_sca/sca_db_handler.c M modules/b2b_sca/sca_records.c M modules/media_exchange/media_exchange.c M modules/siprec/siprec_logic.c Log Message: ----------- b2b_entities: add support for custom params in callbacks From noreply at github.com Thu Feb 24 14:17:58 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 24 Feb 2022 06:17:58 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 13c2a1: Fix len for Message-ID and Byte-Range header names Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 13c2a1154bbf8605613dc81a6a5fbcbfd576c859 https://github.com/OpenSIPS/opensips/commit/13c2a1154bbf8605613dc81a6a5fbcbfd576c859 Author: Bogdan-Andrei Iancu Date: 2022-02-24 (Thu, 24 Feb 2022) Changed paths: M parser/case_byte.h M parser/case_mess.h M parser/keys.h Log Message: ----------- Fix len for Message-ID and Byte-Range header names From noreply at github.com Fri Feb 25 09:48:29 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 25 Feb 2022 01:48:29 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 429a42: Add alg=ES256 parameter/remove quotes on shaken Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 429a42cb1f325461e93fbcbec6c7a1e127fa8df8 https://github.com/OpenSIPS/opensips/commit/429a42cb1f325461e93fbcbec6c7a1e127fa8df8 Author: kworm83 <21957311+kworm83 at users.noreply.github.com> Date: 2022-01-18 (Tue, 18 Jan 2022) Changed paths: M modules/stir_shaken/stir_shaken.h Log Message: ----------- Add alg=ES256 parameter/remove quotes on shaken Commit: b7676495c8c1ba0d94b42b3fbcb91d318c586f63 https://github.com/OpenSIPS/opensips/commit/b7676495c8c1ba0d94b42b3fbcb91d318c586f63 Author: kworm83 <21957311+kworm83 at users.noreply.github.com> Date: 2022-01-18 (Tue, 18 Jan 2022) Changed paths: M modules/stir_shaken/stir_shaken.c Log Message: ----------- Add alg parameter to Identity header Commit: fb1821e35dc4964392e72d347d1c08a6ead6fe28 https://github.com/OpenSIPS/opensips/commit/fb1821e35dc4964392e72d347d1c08a6ead6fe28 Author: Kevin <21957311+kworm83 at users.noreply.github.com> Date: 2022-02-23 (Wed, 23 Feb 2022) Changed paths: M modules/stir_shaken/stir_shaken.c Log Message: ----------- Remove erroneous + signs Commit: 7719699d9d347eb629c69fd689635af8c30d14d7 https://github.com/OpenSIPS/opensips/commit/7719699d9d347eb629c69fd689635af8c30d14d7 Author: Vlad Pătrașcu Date: 2022-02-25 (Fri, 25 Feb 2022) Changed paths: M modules/stir_shaken/stir_shaken.c M modules/stir_shaken/stir_shaken.h Log Message: ----------- Merge pull request #2735 from kworm83/kworm83-stir-shaken-patch Kworm83 stir shaken patch Compare: https://github.com/OpenSIPS/opensips/compare/13c2a1154bbf...7719699d9d34 From noreply at github.com Sat Feb 26 22:21:18 2022 From: noreply at github.com (opensips-github) Date: Sat, 26 Feb 2022 14:21:18 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 324a2f: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 324a2fe35125db6f6bd6a2c501eb2093a8e44274 https://github.com/OpenSIPS/opensips/commit/324a2fe35125db6f6bd6a2c501eb2093a8e44274 Author: OpenSIPS Date: 2022-02-27 (Sun, 27 Feb 2022) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/b2b_logic_xml/README M modules/b2b_logic_xml/doc/contributors.xml M modules/b2b_sca/README M modules/b2b_sca/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 M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Feb 28 11:16:48 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 28 Feb 2022 03:16:48 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f56797: b2b_entities: provide param in storage callbacks Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f56797baa18b620ff2b6e2dff66b5329db57a1aa https://github.com/OpenSIPS/opensips/commit/f56797baa18b620ff2b6e2dff66b5329db57a1aa Author: Razvan Crainea Date: 2022-02-28 (Mon, 28 Feb 2022) Changed paths: M modules/b2b_entities/b2be_load.h M modules/b2b_entities/dlg.c M modules/b2b_logic/entity_storage.c M modules/b2b_logic/entity_storage.h M modules/b2b_logic_xml/entity_storage.c M modules/b2b_logic_xml/entity_storage.h M modules/media_exchange/media_utils.c M modules/media_exchange/media_utils.h Log Message: ----------- b2b_entities: provide param in storage callbacks Completes commit a1e74ef