From noreply at github.com Thu Aug 3 11:57:24 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 03 Aug 2023 04:57:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b1f3aa: add support for setting mpath multiple times Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b1f3aa5c291fc3228b9c0f61ecefeaa31c49d944 https://github.com/OpenSIPS/opensips/commit/b1f3aa5c291fc3228b9c0f61ecefeaa31c49d944 Author: Razvan Crainea Date: 2023-08-03 (Thu, 03 Aug 2023) Changed paths: M cfg.y M sr_module.c M sr_module.h M test/unit_tests.c Log Message: ----------- add support for setting mpath multiple times From noreply at github.com Fri Aug 4 07:05:20 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 00:05:20 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b41795: rtp_relay: suppress warning if session is established Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b417951b615a10acfed5ea69c131ab4949026365 https://github.com/OpenSIPS/opensips/commit/b417951b615a10acfed5ea69c131ab4949026365 Author: Razvan Crainea Date: 2023-08-04 (Fri, 04 Aug 2023) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: suppress warning if session is established From noreply at github.com Fri Aug 4 07:05:30 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 00:05:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 58ede2: rtp_relay: suppress warning if session is established Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 58ede24686f00ffcc0aea060ed5432cab257c08c https://github.com/OpenSIPS/opensips/commit/58ede24686f00ffcc0aea060ed5432cab257c08c Author: Razvan Crainea Date: 2023-08-04 (Fri, 04 Aug 2023) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: suppress warning if session is established (cherry picked from commit b417951b615a10acfed5ea69c131ab4949026365) From noreply at github.com Fri Aug 4 07:05:39 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 00:05:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d29fea: rtp_relay: suppress warning if session is established Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: d29fea7f0b872fce3cb5609affdf9ea80a30008e https://github.com/OpenSIPS/opensips/commit/d29fea7f0b872fce3cb5609affdf9ea80a30008e Author: Razvan Crainea Date: 2023-08-04 (Fri, 04 Aug 2023) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: suppress warning if session is established (cherry picked from commit b417951b615a10acfed5ea69c131ab4949026365) From noreply at github.com Sat Aug 5 04:17:27 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 21:17:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a76af3: dialog: complete cseq maps implementation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a76af3f49ccc8bf62fbdbf29d240e652e86050c8 https://github.com/OpenSIPS/opensips/commit/a76af3f49ccc8bf62fbdbf29d240e652e86050c8 Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c M modules/dialog/dlg_hash.h Log Message: ----------- dialog: complete cseq maps implementation Do not limit the number of maps, update existing in case the same cseq is incremented multiple times (due to authentication), optimize the number of maps and remove them when the transction is deleted. Complete and close #1071 From noreply at github.com Sat Aug 5 04:17:31 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 21:17:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c39011: dialog/uac: fix in-dialog authentication Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: c3901132f78a7853e368cb5fe798b3471c633a5e https://github.com/OpenSIPS/opensips/commit/c3901132f78a7853e368cb5fe798b3471c633a5e Author: Ovidiu Sas Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c M modules/dialog/dlg_req_within.c M modules/uac/auth.c Log Message: ----------- dialog/uac: fix in-dialog authentication - closes #3041 (cherry picked from commit 155995b2bae4e4947c07c4df1cb0901da4a72a82) Commit: e2b69aa14e2c1af7ad606bc418b61ccd861bde6d https://github.com/OpenSIPS/opensips/commit/e2b69aa14e2c1af7ad606bc418b61ccd861bde6d Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c M modules/dialog/dlg_hash.h Log Message: ----------- dialog: complete cseq maps implementation Do not limit the number of maps, update existing in case the same cseq is incremented multiple times (due to authentication), optimize the number of maps and remove them when the transction is deleted. Complete and close #1071 (cherry picked from commit a76af3f49ccc8bf62fbdbf29d240e652e86050c8) Compare: https://github.com/OpenSIPS/opensips/compare/58ede24686f0...e2b69aa14e2c From noreply at github.com Sat Aug 5 04:17:39 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 21:17:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a01896: dialog: keep a mapping between INVITE&ACK Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: a01896e1606311d67e19ea76f3ab4c688eaf83b8 https://github.com/OpenSIPS/opensips/commit/a01896e1606311d67e19ea76f3ab4c688eaf83b8 Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) 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 (cherry picked from commit 80ff319d5f9f688369df689418a1d06a4945fbb4) Commit: 2d9a4dab95fa4f9e0f5ad330a78adea5f61c280c https://github.com/OpenSIPS/opensips/commit/2d9a4dab95fa4f9e0f5ad330a78adea5f61c280c Author: Ovidiu Sas Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c M modules/dialog/dlg_req_within.c M modules/uac/auth.c Log Message: ----------- dialog/uac: fix in-dialog authentication - closes #3041 (cherry picked from commit 155995b2bae4e4947c07c4df1cb0901da4a72a82) Commit: bc0ce3a8c46ea60618ad42c22ce17e5b49be321a https://github.com/OpenSIPS/opensips/commit/bc0ce3a8c46ea60618ad42c22ce17e5b49be321a Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c M modules/dialog/dlg_hash.h Log Message: ----------- dialog: complete cseq maps implementation Do not limit the number of maps, update existing in case the same cseq is incremented multiple times (due to authentication), optimize the number of maps and remove them when the transction is deleted. Complete and close #1071 (cherry picked from commit a76af3f49ccc8bf62fbdbf29d240e652e86050c8) Compare: https://github.com/OpenSIPS/opensips/compare/d29fea7f0b87...bc0ce3a8c46e From noreply at github.com Sat Aug 5 04:19:28 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 21:19:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ef3990: dialog: keep a mapping between INVITE&ACK Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: ef39908713fef9555acd846f873c6aec6bc70cd2 https://github.com/OpenSIPS/opensips/commit/ef39908713fef9555acd846f873c6aec6bc70cd2 Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) 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 (cherry picked from commit 80ff319d5f9f688369df689418a1d06a4945fbb4) Commit: eded1a4c0df726de9a9f5c209eb3438698393e11 https://github.com/OpenSIPS/opensips/commit/eded1a4c0df726de9a9f5c209eb3438698393e11 Author: Ovidiu Sas Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c M modules/dialog/dlg_req_within.c M modules/uac/auth.c Log Message: ----------- dialog/uac: fix in-dialog authentication - closes #3041 (cherry picked from commit 155995b2bae4e4947c07c4df1cb0901da4a72a82) Commit: c13ee4575b9e1ff05db74545dba7620c35b36cdf https://github.com/OpenSIPS/opensips/commit/c13ee4575b9e1ff05db74545dba7620c35b36cdf Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c M modules/dialog/dlg_hash.h Log Message: ----------- dialog: complete cseq maps implementation Do not limit the number of maps, update existing in case the same cseq is incremented multiple times (due to authentication), optimize the number of maps and remove them when the transction is deleted. Complete and close #1071 (cherry picked from commit a76af3f49ccc8bf62fbdbf29d240e652e86050c8) Compare: https://github.com/OpenSIPS/opensips/compare/02187e44f6a1...c13ee4575b9e From noreply at github.com Sat Aug 5 04:20:21 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 21:20:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1b95a1: dialog: keep a mapping between INVITE&ACK Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 1b95a14540f2ef00837474ec3d99ca10d8c8eb0e https://github.com/OpenSIPS/opensips/commit/1b95a14540f2ef00837474ec3d99ca10d8c8eb0e Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) 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 (cherry picked from commit 80ff319d5f9f688369df689418a1d06a4945fbb4) Commit: e21591331655f1a7ea88ff641afca739146927bc https://github.com/OpenSIPS/opensips/commit/e21591331655f1a7ea88ff641afca739146927bc Author: Ovidiu Sas Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c M modules/dialog/dlg_req_within.c M modules/uac/auth.c Log Message: ----------- dialog/uac: fix in-dialog authentication - closes #3041 (cherry picked from commit 155995b2bae4e4947c07c4df1cb0901da4a72a82) Commit: 5010dd66cec830f74f55f51741aada69902fad2e https://github.com/OpenSIPS/opensips/commit/5010dd66cec830f74f55f51741aada69902fad2e Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c M modules/dialog/dlg_hash.h Log Message: ----------- dialog: complete cseq maps implementation Do not limit the number of maps, update existing in case the same cseq is incremented multiple times (due to authentication), optimize the number of maps and remove them when the transction is deleted. Complete and close #1071 (cherry picked from commit a76af3f49ccc8bf62fbdbf29d240e652e86050c8) Compare: https://github.com/OpenSIPS/opensips/compare/3a8a028d8fe9...5010dd66cec8 From noreply at github.com Sat Aug 5 05:21:37 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 22:21:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 11f613: dialog: fix warning without proper variables provided Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 11f613622b74b148f59b2073ff06e234372007b5 https://github.com/OpenSIPS/opensips/commit/11f613622b74b148f59b2073ff06e234372007b5 Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: fix warning without proper variables provided From noreply at github.com Sat Aug 5 05:22:09 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 22:22:09 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 402ca1: dialog: fix warning without proper variables provided Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 402ca197a6f9fbf19d3c494bbd1af797a6a9ffa4 https://github.com/OpenSIPS/opensips/commit/402ca197a6f9fbf19d3c494bbd1af797a6a9ffa4 Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: fix warning without proper variables provided (cherry picked from commit 11f613622b74b148f59b2073ff06e234372007b5) From noreply at github.com Sat Aug 5 05:23:04 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 22:23:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 08ba0c: dialog: fix warning without proper variables provided Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 08ba0cf247751b2f412e6c0d467d9d0d3e07873c https://github.com/OpenSIPS/opensips/commit/08ba0cf247751b2f412e6c0d467d9d0d3e07873c Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: fix warning without proper variables provided (cherry picked from commit 11f613622b74b148f59b2073ff06e234372007b5) From noreply at github.com Sat Aug 5 05:23:51 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 22:23:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3eda44: dialog: fix warning without proper variables provided Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 3eda445bf714426f30b38ac437068074de3aa523 https://github.com/OpenSIPS/opensips/commit/3eda445bf714426f30b38ac437068074de3aa523 Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: fix warning without proper variables provided (cherry picked from commit 11f613622b74b148f59b2073ff06e234372007b5) From noreply at github.com Sat Aug 5 05:24:36 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 04 Aug 2023 22:24:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 18642e: dialog: fix warning without proper variables provided Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 18642e26b222e178ecb038ce93773c6bf731a7af https://github.com/OpenSIPS/opensips/commit/18642e26b222e178ecb038ce93773c6bf731a7af Author: Razvan Crainea Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: fix warning without proper variables provided (cherry picked from commit 11f613622b74b148f59b2073ff06e234372007b5) From noreply at github.com Sat Aug 5 20:31:10 2023 From: noreply at github.com (opensips-github) Date: Sat, 05 Aug 2023 13:31:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 217d98: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 217d98bb19b2c4dc729ac1c85648b2c6fc8a117d https://github.com/OpenSIPS/opensips/commit/217d98bb19b2c4dc729ac1c85648b2c6fc8a117d Author: OpenSIPS Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 5 20:58:03 2023 From: noreply at github.com (opensips-github) Date: Sat, 05 Aug 2023 13:58:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 14cd99: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 14cd99987a142ddc41c89e421679814a9dae5f24 https://github.com/OpenSIPS/opensips/commit/14cd99987a142ddc41c89e421679814a9dae5f24 Author: OpenSIPS Date: 2023-08-05 (Sat, 05 Aug 2023) Changed paths: M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 5 21:26:16 2023 From: noreply at github.com (opensips-github) Date: Sat, 05 Aug 2023 14:26:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 104943: Rebuild documentation Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 1049437467842afdb76b97258ad64c3dcf648266 https://github.com/OpenSIPS/opensips/commit/1049437467842afdb76b97258ad64c3dcf648266 Author: OpenSIPS Date: 2023-08-06 (Sun, 06 Aug 2023) Changed paths: M modules/auth_jwt/README M modules/auth_jwt/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/proto_bin/README M modules/proto_bin/doc/contributors.xml M modules/proto_hep/README M modules/proto_hep/doc/contributors.xml M modules/proto_msrp/README M modules/proto_msrp/doc/contributors.xml M modules/proto_smpp/README M modules/proto_smpp/doc/contributors.xml M modules/proto_ws/README M modules/proto_ws/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 5 22:21:43 2023 From: noreply at github.com (opensips-github) Date: Sat, 05 Aug 2023 15:21:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 53d273: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 53d2730ff6c664d1aa587c0ee58a68dd0664ed67 https://github.com/OpenSIPS/opensips/commit/53d2730ff6c664d1aa587c0ee58a68dd0664ed67 Author: OpenSIPS Date: 2023-08-06 (Sun, 06 Aug 2023) Changed paths: M modules/auth_jwt/README M modules/auth_jwt/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/proto_bin/README M modules/proto_bin/doc/contributors.xml M modules/proto_hep/README M modules/proto_hep/doc/contributors.xml M modules/proto_msrp/README M modules/proto_msrp/doc/contributors.xml M modules/proto_smpp/README M modules/proto_smpp/doc/contributors.xml M modules/proto_ws/README M modules/proto_ws/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Aug 7 07:49:49 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 07 Aug 2023 00:49:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3cdc8f: action/params: do not run route if params were not... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3cdc8f1ebdbe49f920298ba60d409b6011ea84c6 https://github.com/OpenSIPS/opensips/commit/3cdc8f1ebdbe49f920298ba60d409b6011ea84c6 Author: Razvan Crainea Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M action.c Log Message: ----------- action/params: do not run route if params were not properly built Thanks go to Nick Altmann for reporting it Close #3141 From noreply at github.com Mon Aug 7 07:50:07 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 07 Aug 2023 00:50:07 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f44d7c: action/params: do not run route if params were not... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: f44d7c91a13a9e579204d0fe4c4f5ebfe7d968b4 https://github.com/OpenSIPS/opensips/commit/f44d7c91a13a9e579204d0fe4c4f5ebfe7d968b4 Author: Razvan Crainea Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M action.c Log Message: ----------- action/params: do not run route if params were not properly built Thanks go to Nick Altmann for reporting it Close #3141 (cherry picked from commit 3cdc8f1ebdbe49f920298ba60d409b6011ea84c6) From noreply at github.com Mon Aug 7 07:50:22 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 07 Aug 2023 00:50:22 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ada294: action/params: do not run route if params were not... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: ada294c02c9a2afa0d11dd720adb7201c1aabb31 https://github.com/OpenSIPS/opensips/commit/ada294c02c9a2afa0d11dd720adb7201c1aabb31 Author: Razvan Crainea Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M action.c Log Message: ----------- action/params: do not run route if params were not properly built Thanks go to Nick Altmann for reporting it Close #3141 (cherry picked from commit 3cdc8f1ebdbe49f920298ba60d409b6011ea84c6) From noreply at github.com Mon Aug 7 07:50:43 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 07 Aug 2023 00:50:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ac068b: action/params: do not run route if params were not... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: ac068b607c46121da056fc7b13f9b4fa2405ca16 https://github.com/OpenSIPS/opensips/commit/ac068b607c46121da056fc7b13f9b4fa2405ca16 Author: Razvan Crainea Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M action.c Log Message: ----------- action/params: do not run route if params were not properly built Thanks go to Nick Altmann for reporting it Close #3141 (cherry picked from commit 3cdc8f1ebdbe49f920298ba60d409b6011ea84c6) From noreply at github.com Tue Aug 8 04:30:50 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 07 Aug 2023 21:30:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 93e88f: dprint: fix compile time printf checking Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 93e88f28e2ba489d2c9879e82c4d5dcefe439d0e https://github.com/OpenSIPS/opensips/commit/93e88f28e2ba489d2c9879e82c4d5dcefe439d0e Author: Razvan Crainea Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M dprint.h Log Message: ----------- dprint: fix compile time printf checking From noreply at github.com Tue Aug 8 04:31:00 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 07 Aug 2023 21:31:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 442a08: dprint: fix compile time printf checking Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 442a08c603765a40ed7c8a33e2685f554c6be627 https://github.com/OpenSIPS/opensips/commit/442a08c603765a40ed7c8a33e2685f554c6be627 Author: Razvan Crainea Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M dprint.h Log Message: ----------- dprint: fix compile time printf checking (cherry picked from commit 93e88f28e2ba489d2c9879e82c4d5dcefe439d0e) From noreply at github.com Tue Aug 8 07:03:39 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 08 Aug 2023 00:03:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4cb0d8: tls_wolfssl: add support for WOLFSSL_DEBUG_MEMORY Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4cb0d83da4e14dcebdd36557e8d3de1c5049c6e7 https://github.com/OpenSIPS/opensips/commit/4cb0d83da4e14dcebdd36557e8d3de1c5049c6e7 Author: Razvan Crainea Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M modules/tls_wolfssl/wolfssl.c Log Message: ----------- tls_wolfssl: add support for WOLFSSL_DEBUG_MEMORY From noreply at github.com Tue Aug 8 14:52:37 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 08 Aug 2023 07:52:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 95ab93: `proto_hep`: Add TLS transport Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 95ab93fb647d8086b08d9ce4554b6cf6f6fd1961 https://github.com/OpenSIPS/opensips/commit/95ab93fb647d8086b08d9ce4554b6cf6f6fd1961 Author: Bence Szigeti Date: 2023-07-26 (Wed, 26 Jul 2023) Changed paths: M ip_addr.h M modules/proto_hep/doc/proto_hep_admin.xml M modules/proto_hep/hep.c M modules/proto_hep/proto_hep.c M modules/sipcapture/sipcapture.c M socket_info.h Log Message: ----------- `proto_hep`: Add TLS transport Commit: bd7791d5e99aa197e0c1ab31bcf2c67cdccc091e https://github.com/OpenSIPS/opensips/commit/bd7791d5e99aa197e0c1ab31bcf2c67cdccc091e Author: Bogdan Andrei IANCU Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M ip_addr.h M modules/proto_hep/doc/proto_hep_admin.xml M modules/proto_hep/hep.c M modules/proto_hep/proto_hep.c M modules/sipcapture/sipcapture.c M socket_info.h Log Message: ----------- Merge pull request #3132 from purecloudlabs/feature/hep-tls-master `proto_hep`: Add TLS transport Compare: https://github.com/OpenSIPS/opensips/compare/4cb0d83da4e1...bd7791d5e99a From noreply at github.com Wed Aug 9 05:45:17 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 08 Aug 2023 22:45:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 80a96b: tls_wolfssl: complete WOLFSSL_DEBUG_MEMORY commit Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 80a96be06bd8c54d47e9a4ece4af1f0b8df27540 https://github.com/OpenSIPS/opensips/commit/80a96be06bd8c54d47e9a4ece4af1f0b8df27540 Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M modules/tls_wolfssl/Makefile M modules/tls_wolfssl/wolfssl.c M modules/tls_wolfssl/wolfssl_conn_ops.c M modules/tls_wolfssl/wolfssl_tls_vars.c M modules/tls_wolfssl/wolfssl_trace.h Log Message: ----------- tls_wolfssl: complete WOLFSSL_DEBUG_MEMORY commit From noreply at github.com Wed Aug 9 07:05:50 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 09 Aug 2023 00:05:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bc1a9c: prometheus: properly initiate local stats val Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: bc1a9ceab57e9f6a40b35cb2f0fca7e8711e5782 https://github.com/OpenSIPS/opensips/commit/bc1a9ceab57e9f6a40b35cb2f0fca7e8711e5782 Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M modules/prometheus/prometheus.c Log Message: ----------- prometheus: properly initiate local stats val Commit: 243e0e3abe5bbea5ee1384a0964e7c2af7cbe587 https://github.com/OpenSIPS/opensips/commit/243e0e3abe5bbea5ee1384a0964e7c2af7cbe587 Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M ipc.c Log Message: ----------- ipc: initialize job structure before dispatching it Compare: https://github.com/OpenSIPS/opensips/compare/80a96be06bd8...243e0e3abe5b From noreply at github.com Wed Aug 9 07:06:05 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 09 Aug 2023 00:06:05 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f2fa43: prometheus: properly initiate local stats val Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: f2fa437c02d574c2e7fb022f2bbb42f7ea8c911e https://github.com/OpenSIPS/opensips/commit/f2fa437c02d574c2e7fb022f2bbb42f7ea8c911e Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M modules/prometheus/prometheus.c Log Message: ----------- prometheus: properly initiate local stats val (cherry picked from commit bc1a9ceab57e9f6a40b35cb2f0fca7e8711e5782) Commit: 9bf02af27201475d61d563e0d2409e0f7590d3f3 https://github.com/OpenSIPS/opensips/commit/9bf02af27201475d61d563e0d2409e0f7590d3f3 Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M ipc.c Log Message: ----------- ipc: initialize job structure before dispatching it (cherry picked from commit 243e0e3abe5bbea5ee1384a0964e7c2af7cbe587) Compare: https://github.com/OpenSIPS/opensips/compare/442a08c60376...9bf02af27201 From noreply at github.com Wed Aug 9 07:06:17 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 09 Aug 2023 00:06:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 22a940: prometheus: properly initiate local stats val Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 22a94016db313760a52a678fe057d720656991a7 https://github.com/OpenSIPS/opensips/commit/22a94016db313760a52a678fe057d720656991a7 Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M modules/prometheus/prometheus.c Log Message: ----------- prometheus: properly initiate local stats val (cherry picked from commit bc1a9ceab57e9f6a40b35cb2f0fca7e8711e5782) Commit: 0e04fc21446132ee537410a1242f31c59f0c593e https://github.com/OpenSIPS/opensips/commit/0e04fc21446132ee537410a1242f31c59f0c593e Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M ipc.c Log Message: ----------- ipc: initialize job structure before dispatching it (cherry picked from commit 243e0e3abe5bbea5ee1384a0964e7c2af7cbe587) Compare: https://github.com/OpenSIPS/opensips/compare/ada294c02c9a...0e04fc214461 From noreply at github.com Wed Aug 9 07:06:31 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 09 Aug 2023 00:06:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b6232f: ipc: initialize job structure before dispatching it Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: b6232fcd5b5b7d560efaaf8b48ea66de51ffd95c https://github.com/OpenSIPS/opensips/commit/b6232fcd5b5b7d560efaaf8b48ea66de51ffd95c Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M ipc.c Log Message: ----------- ipc: initialize job structure before dispatching it (cherry picked from commit 243e0e3abe5bbea5ee1384a0964e7c2af7cbe587) Commit: 8a7d8d0397958c1bfec0fe607f16bf61dff79eaf https://github.com/OpenSIPS/opensips/commit/8a7d8d0397958c1bfec0fe607f16bf61dff79eaf Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M modules/prometheus/prometheus.c Log Message: ----------- prometheus: properly initiate local stats val (cherry picked from commit bc1a9ceab57e9f6a40b35cb2f0fca7e8711e5782) Compare: https://github.com/OpenSIPS/opensips/compare/ac068b607c46...8a7d8d039795 From noreply at github.com Wed Aug 9 07:06:50 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 09 Aug 2023 00:06:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 024d2e: ipc: initialize job structure before dispatching it Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 024d2ea95e8705db3fc20657ccb1a94801c1fd5c https://github.com/OpenSIPS/opensips/commit/024d2ea95e8705db3fc20657ccb1a94801c1fd5c Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M ipc.c Log Message: ----------- ipc: initialize job structure before dispatching it (cherry picked from commit 243e0e3abe5bbea5ee1384a0964e7c2af7cbe587) From noreply at github.com Wed Aug 9 07:10:46 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 09 Aug 2023 00:10:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9376d6: tls_wolfssl: complete 80a96be0 commit Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9376d60c70bdba5850c2161f7099d70437ae2e73 https://github.com/OpenSIPS/opensips/commit/9376d60c70bdba5850c2161f7099d70437ae2e73 Author: Razvan Crainea Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: A modules/tls_wolfssl/wolfssl_mem.h Log Message: ----------- tls_wolfssl: complete 80a96be0 commit From noreply at github.com Sat Aug 12 20:57:45 2023 From: noreply at github.com (opensips-github) Date: Sat, 12 Aug 2023 13:57:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d2a8d5: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: d2a8d5b90a82b47067d34374b32387c9b1eb19cf https://github.com/OpenSIPS/opensips/commit/d2a8d5b90a82b47067d34374b32387c9b1eb19cf Author: OpenSIPS Date: 2023-08-12 (Sat, 12 Aug 2023) Changed paths: M modules/prometheus/README M modules/prometheus/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 12 21:25:57 2023 From: noreply at github.com (opensips-github) Date: Sat, 12 Aug 2023 14:25:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9240b7: Rebuild documentation Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 9240b7aea14b0ff70f33ba7417533b0702e7e7ee https://github.com/OpenSIPS/opensips/commit/9240b7aea14b0ff70f33ba7417533b0702e7e7ee Author: OpenSIPS Date: 2023-08-13 (Sun, 13 Aug 2023) Changed paths: M modules/prometheus/README M modules/prometheus/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 12 22:21:49 2023 From: noreply at github.com (opensips-github) Date: Sat, 12 Aug 2023 15:21:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 62aeeb: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 62aeebb9af856bdeebd26ba6019a88109d9ed814 https://github.com/OpenSIPS/opensips/commit/62aeebb9af856bdeebd26ba6019a88109d9ed814 Author: OpenSIPS Date: 2023-08-13 (Sun, 13 Aug 2023) Changed paths: M modules/prometheus/README M modules/prometheus/doc/contributors.xml M modules/proto_hep/README M modules/proto_hep/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Wed Aug 16 05:40:55 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 15 Aug 2023 22:40:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 90018c: rtpproxy/rtpengine: document socket type if protoc... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 90018c21a1a4a80afb46f83c4f31ba236b85527a https://github.com/OpenSIPS/opensips/commit/90018c21a1a4a80afb46f83c4f31ba236b85527a Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpproxy/doc/rtpproxy_admin.xml Log Message: ----------- rtpproxy/rtpengine: document socket type if protocol is missing Close #3154 From noreply at github.com Wed Aug 16 05:41:11 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 15 Aug 2023 22:41:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b529ce: rtpproxy/rtpengine: document socket type if protoc... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: b529ce7abba89cb2a85800fcff59b31e1b464f69 https://github.com/OpenSIPS/opensips/commit/b529ce7abba89cb2a85800fcff59b31e1b464f69 Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpproxy/doc/rtpproxy_admin.xml Log Message: ----------- rtpproxy/rtpengine: document socket type if protocol is missing Close #3154 From noreply at github.com Wed Aug 16 05:41:22 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 15 Aug 2023 22:41:22 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e4cd6b: rtpproxy/rtpengine: document socket type if protoc... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: e4cd6ba271c96c1b44db18344e4446d31ca4a910 https://github.com/OpenSIPS/opensips/commit/e4cd6ba271c96c1b44db18344e4446d31ca4a910 Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpproxy/doc/rtpproxy_admin.xml Log Message: ----------- rtpproxy/rtpengine: document socket type if protocol is missing Close #3154 (cherry picked from commit 90018c21a1a4a80afb46f83c4f31ba236b85527a) From noreply at github.com Wed Aug 16 05:42:02 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 15 Aug 2023 22:42:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c733d4: rtpproxy/rtpengine: document socket type if protoc... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: c733d479372df228e4bf0c5dddebec68e593634e https://github.com/OpenSIPS/opensips/commit/c733d479372df228e4bf0c5dddebec68e593634e Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpproxy/doc/rtpproxy_admin.xml Log Message: ----------- rtpproxy/rtpengine: document socket type if protocol is missing Close #3154 (cherry picked from commit 90018c21a1a4a80afb46f83c4f31ba236b85527a) From noreply at github.com Wed Aug 16 05:42:56 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 15 Aug 2023 22:42:56 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d83c2f: rtpproxy/rtpengine: document socket type if protoc... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: d83c2f9715a287d919b49602de2787b0289efff7 https://github.com/OpenSIPS/opensips/commit/d83c2f9715a287d919b49602de2787b0289efff7 Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpproxy/doc/rtpproxy_admin.xml Log Message: ----------- rtpproxy/rtpengine: document socket type if protocol is missing Close #3154 (cherry picked from commit 90018c21a1a4a80afb46f83c4f31ba236b85527a) From noreply at github.com Wed Aug 16 08:36:45 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 01:36:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8b2ac9: db_perlvdb: fix valdata inline Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8b2ac92794d1fe2d2e5a2cc6f1b08396a0322407 https://github.com/OpenSIPS/opensips/commit/8b2ac92794d1fe2d2e5a2cc6f1b08396a0322407 Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/db_perlvdb/perlvdb_conv.c Log Message: ----------- db_perlvdb: fix valdata inline Thanks go to @varghesepaul for reporting it Close #3152 From noreply at github.com Wed Aug 16 08:37:03 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 01:37:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3a05d9: db_perlvdb: fix valdata inline Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 3a05d90eac34e2386f43c631eeafe19aee719cce https://github.com/OpenSIPS/opensips/commit/3a05d90eac34e2386f43c631eeafe19aee719cce Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/db_perlvdb/perlvdb_conv.c Log Message: ----------- db_perlvdb: fix valdata inline Thanks go to @varghesepaul for reporting it Close #3152 (cherry picked from commit 8b2ac92794d1fe2d2e5a2cc6f1b08396a0322407) From noreply at github.com Wed Aug 16 08:36:54 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 01:36:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 28e74a: db_perlvdb: fix valdata inline Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 28e74a456b93500a310c90607cb9bd99ac08cbb7 https://github.com/OpenSIPS/opensips/commit/28e74a456b93500a310c90607cb9bd99ac08cbb7 Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/db_perlvdb/perlvdb_conv.c Log Message: ----------- db_perlvdb: fix valdata inline Thanks go to @varghesepaul for reporting it Close #3152 (cherry picked from commit 8b2ac92794d1fe2d2e5a2cc6f1b08396a0322407) From noreply at github.com Wed Aug 16 08:37:13 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 01:37:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2bc3a7: db_perlvdb: fix valdata inline Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 2bc3a7af5ddbe78ac81c7fc55133ee244643573a https://github.com/OpenSIPS/opensips/commit/2bc3a7af5ddbe78ac81c7fc55133ee244643573a Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/db_perlvdb/perlvdb_conv.c Log Message: ----------- db_perlvdb: fix valdata inline Thanks go to @varghesepaul for reporting it Close #3152 (cherry picked from commit 8b2ac92794d1fe2d2e5a2cc6f1b08396a0322407) From noreply at github.com Wed Aug 16 08:37:20 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 01:37:20 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5be3de: db_perlvdb: fix valdata inline Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 5be3de51ecfcce2d09d1dae54a244c907d4ef48e https://github.com/OpenSIPS/opensips/commit/5be3de51ecfcce2d09d1dae54a244c907d4ef48e Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/db_perlvdb/perlvdb_conv.c Log Message: ----------- db_perlvdb: fix valdata inline Thanks go to @varghesepaul for reporting it Close #3152 (cherry picked from commit 8b2ac92794d1fe2d2e5a2cc6f1b08396a0322407) From noreply at github.com Wed Aug 16 13:37:20 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 06:37:20 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 45aa9a: db_sqlite: fix possible crash when the values is r... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 45aa9a947c6306f5723132f9c38903988be6cf8b https://github.com/OpenSIPS/opensips/commit/45aa9a947c6306f5723132f9c38903988be6cf8b Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/db_sqlite/res.c Log Message: ----------- db_sqlite: fix possible crash when the values is relocated When the query does not manage to count the rows in a first shot, the values buffer might be reallocated, which can result in a relocation of the buffer - if that's the case, we should repoint all the old values to the new location, otherwise they will point to an invalid value. Many thanks to Rob Moore and Steven Ayre from Dubber for reporting and helping us testing and troubleshooting this corner case. From noreply at github.com Wed Aug 16 13:37:29 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 06:37:29 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9bcf7b: db_sqlite: fix possible crash when the values is r... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 9bcf7b50eed30bfe85ed563f9a7fb32c2dd67d2f https://github.com/OpenSIPS/opensips/commit/9bcf7b50eed30bfe85ed563f9a7fb32c2dd67d2f Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/db_sqlite/res.c Log Message: ----------- db_sqlite: fix possible crash when the values is relocated When the query does not manage to count the rows in a first shot, the values buffer might be reallocated, which can result in a relocation of the buffer - if that's the case, we should repoint all the old values to the new location, otherwise they will point to an invalid value. Many thanks to Rob Moore and Steven Ayre from Dubber for reporting and helping us testing and troubleshooting this corner case. (cherry picked from commit 45aa9a947c6306f5723132f9c38903988be6cf8b) From noreply at github.com Wed Aug 16 13:38:47 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 06:38:47 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d0934c: db_sqlite: fix possible crash when the values is r... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: d0934c87d8cb8ed1f6c8f5c6153e16fcfc8236d6 https://github.com/OpenSIPS/opensips/commit/d0934c87d8cb8ed1f6c8f5c6153e16fcfc8236d6 Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/db_sqlite/res.c Log Message: ----------- db_sqlite: fix possible crash when the values is relocated When the query does not manage to count the rows in a first shot, the values buffer might be reallocated, which can result in a relocation of the buffer - if that's the case, we should repoint all the old values to the new location, otherwise they will point to an invalid value. Many thanks to Rob Moore and Steven Ayre from Dubber for reporting and helping us testing and troubleshooting this corner case. (cherry picked from commit 45aa9a947c6306f5723132f9c38903988be6cf8b) From noreply at github.com Wed Aug 16 13:39:02 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 06:39:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 532e4c: db_sqlite: fix possible crash when the values is r... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 532e4c4603f4da3b8aed259a26156b734ec6da3d https://github.com/OpenSIPS/opensips/commit/532e4c4603f4da3b8aed259a26156b734ec6da3d Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/db_sqlite/res.c Log Message: ----------- db_sqlite: fix possible crash when the values is relocated When the query does not manage to count the rows in a first shot, the values buffer might be reallocated, which can result in a relocation of the buffer - if that's the case, we should repoint all the old values to the new location, otherwise they will point to an invalid value. Many thanks to Rob Moore and Steven Ayre from Dubber for reporting and helping us testing and troubleshooting this corner case. (cherry picked from commit 45aa9a947c6306f5723132f9c38903988be6cf8b) From noreply at github.com Wed Aug 16 13:39:11 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 06:39:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d82e12: db_sqlite: fix possible crash when the values is r... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: d82e12d2ae9972d3a3db078ad4908e545c932e24 https://github.com/OpenSIPS/opensips/commit/d82e12d2ae9972d3a3db078ad4908e545c932e24 Author: Razvan Crainea Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M modules/db_sqlite/res.c Log Message: ----------- db_sqlite: fix possible crash when the values is relocated When the query does not manage to count the rows in a first shot, the values buffer might be reallocated, which can result in a relocation of the buffer - if that's the case, we should repoint all the old values to the new location, otherwise they will point to an invalid value. Many thanks to Rob Moore and Steven Ayre from Dubber for reporting and helping us testing and troubleshooting this corner case. (cherry picked from commit 45aa9a947c6306f5723132f9c38903988be6cf8b) From noreply at github.com Wed Aug 16 13:49:23 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 16 Aug 2023 06:49:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c29007: Switch default xlog level from ERR to NOTICE Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c290071682fad30323aa36c0d3b64281b4edd2e5 https://github.com/OpenSIPS/opensips/commit/c290071682fad30323aa36c0d3b64281b4edd2e5 Author: Bogdan-Andrei Iancu Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M xlog.c Log Message: ----------- Switch default xlog level from ERR to NOTICE ERR is too scary for a default value :) From noreply at github.com Wed Aug 16 13:50:10 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 16 Aug 2023 06:50:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] af33d6: Switch default xlog level from ERR to NOTICE Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: af33d64fb1fb53f13ef5fbe1f7df6c6935c2d7b4 https://github.com/OpenSIPS/opensips/commit/af33d64fb1fb53f13ef5fbe1f7df6c6935c2d7b4 Author: Bogdan-Andrei Iancu Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M xlog.c Log Message: ----------- Switch default xlog level from ERR to NOTICE ERR is too scary for a default value :) (cherry picked from commit c290071682fad30323aa36c0d3b64281b4edd2e5) From noreply at github.com Thu Aug 17 06:10:05 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 23:10:05 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3aeeee: rtp_relay: fix missing ref for legs in session Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3aeeee43111ef78d6224e81e70f820961965bef3 https://github.com/OpenSIPS/opensips/commit/3aeeee43111ef78d6224e81e70f820961965bef3 Author: Razvan Crainea Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: fix missing ref for legs in session This missing ref would (almost all the time) lead to possible invalid memory accesses and possilbe double free. Thanks to Rob Moore and Steven Ayre from Dubber for reporting it and providing valuable information for troubleshooting From noreply at github.com Thu Aug 17 06:10:22 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 23:10:22 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 639d7f: rtp_relay: fix missing ref for legs in session Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 639d7f7114299275d7aea46103d9d9546358cb2b https://github.com/OpenSIPS/opensips/commit/639d7f7114299275d7aea46103d9d9546358cb2b Author: Razvan Crainea Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: fix missing ref for legs in session This missing ref would (almost all the time) lead to possible invalid memory accesses and possilbe double free. Thanks to Rob Moore and Steven Ayre from Dubber for reporting it and providing valuable information for troubleshooting (cherry picked from commit 3aeeee43111ef78d6224e81e70f820961965bef3) From noreply at github.com Thu Aug 17 06:10:30 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 16 Aug 2023 23:10:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6f30e4: rtp_relay: fix missing ref for legs in session Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 6f30e44bdde3f818eac5865dccf0e61e1c5a86a3 https://github.com/OpenSIPS/opensips/commit/6f30e44bdde3f818eac5865dccf0e61e1c5a86a3 Author: Razvan Crainea Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: fix missing ref for legs in session This missing ref would (almost all the time) lead to possible invalid memory accesses and possilbe double free. Thanks to Rob Moore and Steven Ayre from Dubber for reporting it and providing valuable information for troubleshooting (cherry picked from commit 3aeeee43111ef78d6224e81e70f820961965bef3) From noreply at github.com Thu Aug 17 12:35:25 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 17 Aug 2023 05:35:25 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e0c957: Update regex_mod.c Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e0c957254389758d919e9bf4abb6e1ada54b5c8c https://github.com/OpenSIPS/opensips/commit/e0c957254389758d919e9bf4abb6e1ada54b5c8c Author: MonkeyTester <57145271+Integration-IT at users.noreply.github.com> Date: 2023-08-12 (Sat, 12 Aug 2023) Changed paths: M modules/regex/regex_mod.c Log Message: ----------- Update regex_mod.c - mi_pcres_match (exported from pcre_match) - mi_pcres_match_group (exported from pcre_match_group) Commit: b5050f1cd0d8119d763cd989c993c53726dfaa5e https://github.com/OpenSIPS/opensips/commit/b5050f1cd0d8119d763cd989c993c53726dfaa5e Author: MonkeyTester <57145271+Integration-IT at users.noreply.github.com> Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M modules/db_perlvdb/perlvdb_conv.c M modules/db_sqlite/res.c M modules/prometheus/README M modules/prometheus/doc/contributors.xml M modules/proto_hep/README M modules/proto_hep/doc/contributors.xml M modules/rtp_relay/rtp_relay_ctx.c M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpproxy/doc/rtpproxy_admin.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml M xlog.c Log Message: ----------- Merge branch 'OpenSIPS:master' into master Commit: ede29b2b8f4cf63afec4fb64340e90ca78c351e4 https://github.com/OpenSIPS/opensips/commit/ede29b2b8f4cf63afec4fb64340e90ca78c351e4 Author: MonkeyTester <57145271+Integration-IT at users.noreply.github.com> Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M modules/regex/regex_mod.c Log Message: ----------- Update regex_mod.c - add mi_pcres_match_group brief comment. - revert misleading error tabulation. Commit: 41ebb3ed862882718e3fbdaac34dd6a5f3855622 https://github.com/OpenSIPS/opensips/commit/41ebb3ed862882718e3fbdaac34dd6a5f3855622 Author: MonkeyTester <57145271+Integration-IT at users.noreply.github.com> Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M modules/regex/doc/regex_admin.xml Log Message: ----------- REGEX Update documentation - add doc mi_regex_match - add doc mi_regex_match_group Commit: 0e5ad6d398afaca02603db5121a56502de09d504 https://github.com/OpenSIPS/opensips/commit/0e5ad6d398afaca02603db5121a56502de09d504 Author: Răzvan Crainea Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M modules/regex/doc/regex_admin.xml M modules/regex/regex_mod.c Log Message: ----------- Merge pull request #3147 from Integration-IT/master REGEX add pcres_match and pcres_match_group to opensips-cli Compare: https://github.com/OpenSIPS/opensips/compare/3aeeee43111e...0e5ad6d398af From noreply at github.com Thu Aug 17 12:41:30 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 17 Aug 2023 05:41:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5afeb6: regex: fix previous commit Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5afeb6ac15c0f1b559baa3c9a2274e70b7a0c6e6 https://github.com/OpenSIPS/opensips/commit/5afeb6ac15c0f1b559baa3c9a2274e70b7a0c6e6 Author: Razvan Crainea Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M modules/regex/regex_mod.c Log Message: ----------- regex: fix previous commit From noreply at github.com Fri Aug 18 12:48:21 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 18 Aug 2023 05:48:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7c68ff: sipcapture: Fix HEP relay over TLS Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7c68fff8c71ba979692d0aba342a4c8d680682ce https://github.com/OpenSIPS/opensips/commit/7c68fff8c71ba979692d0aba342a4c8d680682ce Author: Bence Szigeti Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M modules/sipcapture/sipcapture.c Log Message: ----------- sipcapture: Fix HEP relay over TLS Commit: b1628508b7dbee28cdfdaf4096a5ca6beac77c98 https://github.com/OpenSIPS/opensips/commit/b1628508b7dbee28cdfdaf4096a5ca6beac77c98 Author: Bogdan Andrei IANCU Date: 2023-08-18 (Fri, 18 Aug 2023) Changed paths: M modules/sipcapture/sipcapture.c Log Message: ----------- Merge pull request #3156 from purecloudlabs/hotfix/sipcapture-relay-over-tls sipcapture: Fix HEP relay over TLS Compare: https://github.com/OpenSIPS/opensips/compare/5afeb6ac15c0...b1628508b7db From noreply at github.com Sat Aug 19 20:32:02 2023 From: noreply at github.com (opensips-github) Date: Sat, 19 Aug 2023 13:32:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ff0d20: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: ff0d20026c28c841b8d3ea6be7270a025e796a2e https://github.com/OpenSIPS/opensips/commit/ff0d20026c28c841b8d3ea6be7270a025e796a2e Author: OpenSIPS Date: 2023-08-19 (Sat, 19 Aug 2023) Changed paths: M modules/db_perlvdb/README M modules/db_perlvdb/doc/contributors.xml M modules/db_sqlite/README M modules/db_sqlite/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 19 21:00:24 2023 From: noreply at github.com (opensips-github) Date: Sat, 19 Aug 2023 14:00:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6e9f82: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 6e9f821bfbe5b4b68eace4ce46dad954a3f35ad2 https://github.com/OpenSIPS/opensips/commit/6e9f821bfbe5b4b68eace4ce46dad954a3f35ad2 Author: OpenSIPS Date: 2023-08-20 (Sun, 20 Aug 2023) Changed paths: M modules/db_perlvdb/README M modules/db_perlvdb/doc/contributors.xml M modules/db_sqlite/README M modules/db_sqlite/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 19 21:30:13 2023 From: noreply at github.com (opensips-github) Date: Sat, 19 Aug 2023 14:30:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2ecc53: Rebuild documentation Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 2ecc532f55683d66bc58f6e61ef061182d620fbd https://github.com/OpenSIPS/opensips/commit/2ecc532f55683d66bc58f6e61ef061182d620fbd Author: OpenSIPS Date: 2023-08-20 (Sun, 20 Aug 2023) Changed paths: M modules/db_perlvdb/README M modules/db_perlvdb/doc/contributors.xml M modules/db_sqlite/README M modules/db_sqlite/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 19 22:27:55 2023 From: noreply at github.com (opensips-github) Date: Sat, 19 Aug 2023 15:27:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6ce670: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6ce670dc14cb88ac60356920b38f498d183148c2 https://github.com/OpenSIPS/opensips/commit/6ce670dc14cb88ac60356920b38f498d183148c2 Author: OpenSIPS Date: 2023-08-20 (Sun, 20 Aug 2023) Changed paths: M modules/db_perlvdb/README M modules/db_perlvdb/doc/contributors.xml M modules/db_sqlite/README M modules/db_sqlite/doc/contributors.xml M modules/regex/README M modules/regex/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Thu Aug 24 16:55:40 2023 From: noreply at github.com (Liviu Chircu) Date: Thu, 24 Aug 2023 09:55:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4bb566: STIR SHAKEN CA/CRL reload Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4bb566917b5efcde586217be45da8a86c925de30 https://github.com/OpenSIPS/opensips/commit/4bb566917b5efcde586217be45da8a86c925de30 Author: MonkeyTester <57145271+Integration-IT at users.noreply.github.com> Date: 2023-08-24 (Thu, 24 Aug 2023) Changed paths: M modules/stir_shaken/stir_shaken.c Log Message: ----------- STIR SHAKEN CA/CRL reload - add init_cert_ca_reload function (derivative init_cert_validation) - add init_cert_crl_reload function (derivative init_cert_validation) - export stir_shaken_ca_reload to opensips-cli - export stir_shaken_crl_reload to opensips-cli Commit: 25d9b2fbe382e0f5efb5813b1b758b2dd6c8bb4c https://github.com/OpenSIPS/opensips/commit/25d9b2fbe382e0f5efb5813b1b758b2dd6c8bb4c Author: MonkeyTester <57145271+Integration-IT at users.noreply.github.com> Date: 2023-08-24 (Thu, 24 Aug 2023) Changed paths: M modules/stir_shaken/stir_shaken.c Log Message: ----------- STIR-SHAKEN Disengagement token feature for FFT/APNF regulation requirement - add w_stir_disengagement script function. - add w_stir_disengagement cmd function. - add token exported param. - add add_disengagement_token function to push P-Identity-Bypass header at the end of lump anchor. POC feature for request route: ``` if ( is_method("INVITE") && !has_totag()) { stir_shaken_disengagement("OSIP99-1234567890ABCDEF"); xlog("STIR-SHAKEN: stir_shaken_disengagement retcode: <$rc>\n"); } ``` Commit: c9d2515a4cd669d5f5701fa93f9146a1730fcedb https://github.com/OpenSIPS/opensips/commit/c9d2515a4cd669d5f5701fa93f9146a1730fcedb Author: MonkeyTester <57145271+Integration-IT at users.noreply.github.com> Date: 2023-08-24 (Thu, 24 Aug 2023) Changed paths: M modules/stir_shaken/doc/stir_shaken_admin.xml Log Message: ----------- STIR-SHAKEN Update documentation module - add stir_shaken_disengagement exported function. - add mi_stir_shaken_ca_reload exported function. - add mi_stir_shaken_crl_reload exported function. Commit: 57f3f3cdef6032c7e7d4a6f8fdefd8dac517a2fe https://github.com/OpenSIPS/opensips/commit/57f3f3cdef6032c7e7d4a6f8fdefd8dac517a2fe Author: MonkeyTester <57145271+Integration-IT at users.noreply.github.com> Date: 2023-08-24 (Thu, 24 Aug 2023) Changed paths: M modules/stir_shaken/stir_shaken.c Log Message: ----------- STIR SHAKEN remove unused exported token param token used for w_stir_disengagement function, not used to configure the module. Commit: 2f3d51a74476d641eb6e85a89972214091f53234 https://github.com/OpenSIPS/opensips/commit/2f3d51a74476d641eb6e85a89972214091f53234 Author: MonkeyTester <57145271+Integration-IT at users.noreply.github.com> Date: 2023-08-24 (Thu, 24 Aug 2023) Changed paths: M modules/stir_shaken/stir_shaken.c Log Message: ----------- STIR SHAKEN remove token global var since token is not used as exported param, no need to keep this glabal var. Commit: 8ad0d8e0ddbaf0c58b5701fd2bac215ff1868a57 https://github.com/OpenSIPS/opensips/commit/8ad0d8e0ddbaf0c58b5701fd2bac215ff1868a57 Author: MonkeyTester <57145271+Integration-IT at users.noreply.github.com> Date: 2023-08-24 (Thu, 24 Aug 2023) Changed paths: M modules/stir_shaken/doc/stir_shaken_admin.xml Log Message: ----------- Update stir_shaken_admin.xml dev still under construction and testing for this function, next step is to add control, sanitization and filtering to validate the token. Commit: c42efece97518e78ea076f0a3899a5280b8a88d6 https://github.com/OpenSIPS/opensips/commit/c42efece97518e78ea076f0a3899a5280b8a88d6 Author: Liviu Chircu Date: 2023-08-24 (Thu, 24 Aug 2023) Changed paths: M modules/stir_shaken/doc/stir_shaken_admin.xml M modules/stir_shaken/stir_shaken.c Log Message: ----------- Merge pull request #3157 from Integration-IT/master-1 STIR SHAKEN CA/CRL reload - disengagement token Compare: https://github.com/OpenSIPS/opensips/compare/6ce670dc14cb...c42efece9751 From noreply at github.com Sat Aug 26 22:21:45 2023 From: noreply at github.com (opensips-github) Date: Sat, 26 Aug 2023 15:21:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 020d70: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 020d704e924ee5cfa5f2fbb1b71f3600de63776c https://github.com/OpenSIPS/opensips/commit/020d704e924ee5cfa5f2fbb1b71f3600de63776c Author: OpenSIPS Date: 2023-08-27 (Sun, 27 Aug 2023) Changed paths: M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Aug 28 14:35:58 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 28 Aug 2023 07:35:58 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6678ba: b2b_sdp_demux: fix client key concurrency case Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6678bae9301d007257049ce8827ba97410473a27 https://github.com/OpenSIPS/opensips/commit/6678bae9301d007257049ce8827ba97410473a27 Author: Razvan Crainea Date: 2023-08-28 (Mon, 28 Aug 2023) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix client key concurrency case Thanks to Suchi Sahoo from Five9 for reporting! From noreply at github.com Mon Aug 28 14:36:15 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 28 Aug 2023 07:36:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3323bf: b2b_sdp_demux: fix client key concurrency case Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 3323bf901573cf81a00f68e8c2af4b3e80735c87 https://github.com/OpenSIPS/opensips/commit/3323bf901573cf81a00f68e8c2af4b3e80735c87 Author: Razvan Crainea Date: 2023-08-28 (Mon, 28 Aug 2023) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix client key concurrency case Thanks to Suchi Sahoo from Five9 for reporting! (cherry picked from commit 6678bae9301d007257049ce8827ba97410473a27) From noreply at github.com Mon Aug 28 14:37:06 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 28 Aug 2023 07:37:06 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e910e7: b2b_sdp_demux: fix client key concurrency case Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: e910e7f7393d53f2329b018e776f0bb90727084f https://github.com/OpenSIPS/opensips/commit/e910e7f7393d53f2329b018e776f0bb90727084f Author: Razvan Crainea Date: 2023-08-28 (Mon, 28 Aug 2023) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix client key concurrency case Thanks to Suchi Sahoo from Five9 for reporting! (cherry picked from commit 6678bae9301d007257049ce8827ba97410473a27) From noreply at github.com Mon Aug 28 15:15:34 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 28 Aug 2023 08:15:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bc239b: dst_blacklists: append _rule check_blacklist func Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: bc239b1f8cffcb300328f390363546e1df1018b6 https://github.com/OpenSIPS/opensips/commit/bc239b1f8cffcb300328f390363546e1df1018b6 Author: Razvan Crainea Date: 2023-08-28 (Mon, 28 Aug 2023) Changed paths: M core_cmds.c Log Message: ----------- dst_blacklists: append _rule check_blacklist func This avoids collision with the userblacklist's module check_blacklist function. Many thanks to Bence Szigeti from Genesys for reporting it! From noreply at github.com Mon Aug 28 15:15:43 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 28 Aug 2023 08:15:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9b7e17: dst_blacklists: append _rule check_blacklist func Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 9b7e17c921b4c52944c97071790bf6e28f105dbb https://github.com/OpenSIPS/opensips/commit/9b7e17c921b4c52944c97071790bf6e28f105dbb Author: Razvan Crainea Date: 2023-08-28 (Mon, 28 Aug 2023) Changed paths: M core_cmds.c Log Message: ----------- dst_blacklists: append _rule check_blacklist func This avoids collision with the userblacklist's module check_blacklist function. Many thanks to Bence Szigeti from Genesys for reporting it! (cherry picked from commit bc239b1f8cffcb300328f390363546e1df1018b6) From noreply at github.com Tue Aug 29 12:03:51 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 29 Aug 2023 05:03:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7962c7: uac: add uac_inc_cseq function Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7962c754d1fb6f4546172f3a2e62727842fbb930 https://github.com/OpenSIPS/opensips/commit/7962c754d1fb6f4546172f3a2e62727842fbb930 Author: Razvan Crainea Date: 2023-08-29 (Tue, 29 Aug 2023) Changed paths: M modules/uac/auth.c M modules/uac/auth.h M modules/uac/doc/uac_admin.xml M modules/uac/uac.c Log Message: ----------- uac: add uac_inc_cseq function From noreply at github.com Thu Aug 31 07:47:21 2023 From: noreply at github.com (Liviu Chircu) Date: Thu, 31 Aug 2023 00:47:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9996f9: siprec: Fix invalid READ operation on freed memory Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9996f9fd13adfae5e4cbbad9de5265e43b5a75b3 https://github.com/OpenSIPS/opensips/commit/9996f9fd13adfae5e4cbbad9de5265e43b5a75b3 Author: Liviu Chircu Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M modules/siprec/siprec_logic.c Log Message: ----------- siprec: Fix invalid READ operation on freed memory Also tidy up the cleanup phase Thanks to Rob Moore, Daniel Bryars and Steven Ayre from Dubber for reporting it and providing valuable information for troubleshooting! From noreply at github.com Thu Aug 31 07:49:37 2023 From: noreply at github.com (Liviu Chircu) Date: Thu, 31 Aug 2023 00:49:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 670fa6: siprec: Fix invalid READ operation on freed memory Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 670fa6d12e98f4d4c3fc9872ebcfb17bc7eb9c49 https://github.com/OpenSIPS/opensips/commit/670fa6d12e98f4d4c3fc9872ebcfb17bc7eb9c49 Author: Liviu Chircu Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M modules/siprec/siprec_logic.c Log Message: ----------- siprec: Fix invalid READ operation on freed memory Also tidy up the cleanup phase Thanks to Rob Moore, Daniel Bryars and Steven Ayre from Dubber for reporting it and providing valuable information for troubleshooting! (cherry picked from commit 9996f9fd13adfae5e4cbbad9de5265e43b5a75b3) From noreply at github.com Thu Aug 31 07:49:38 2023 From: noreply at github.com (Liviu Chircu) Date: Thu, 31 Aug 2023 00:49:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b69d8c: siprec: Fix invalid READ operation on freed memory Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: b69d8c52c9a46f433e6bf8c2eb5b26fdb89ce93a https://github.com/OpenSIPS/opensips/commit/b69d8c52c9a46f433e6bf8c2eb5b26fdb89ce93a Author: Liviu Chircu Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M modules/siprec/siprec_logic.c Log Message: ----------- siprec: Fix invalid READ operation on freed memory Also tidy up the cleanup phase Thanks to Rob Moore, Daniel Bryars and Steven Ayre from Dubber for reporting it and providing valuable information for troubleshooting! (cherry picked from commit 9996f9fd13adfae5e4cbbad9de5265e43b5a75b3) From noreply at github.com Thu Aug 31 07:49:39 2023 From: noreply at github.com (Liviu Chircu) Date: Thu, 31 Aug 2023 00:49:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 77dc39: siprec: Fix invalid READ operation on freed memory Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 77dc39b937b765a3b9121303702a27c007100884 https://github.com/OpenSIPS/opensips/commit/77dc39b937b765a3b9121303702a27c007100884 Author: Liviu Chircu Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M modules/siprec/siprec_logic.c Log Message: ----------- siprec: Fix invalid READ operation on freed memory Also tidy up the cleanup phase Thanks to Rob Moore, Daniel Bryars and Steven Ayre from Dubber for reporting it and providing valuable information for troubleshooting! (cherry picked from commit 9996f9fd13adfae5e4cbbad9de5265e43b5a75b3) From noreply at github.com Thu Aug 31 07:49:38 2023 From: noreply at github.com (Liviu Chircu) Date: Thu, 31 Aug 2023 00:49:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a96a29: siprec: Fix invalid READ operation on freed memory Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: a96a29a5ba8a9cf43984cbf4931184607acfa0d0 https://github.com/OpenSIPS/opensips/commit/a96a29a5ba8a9cf43984cbf4931184607acfa0d0 Author: Liviu Chircu Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M modules/siprec/siprec_logic.c Log Message: ----------- siprec: Fix invalid READ operation on freed memory Also tidy up the cleanup phase Thanks to Rob Moore, Daniel Bryars and Steven Ayre from Dubber for reporting it and providing valuable information for troubleshooting! (cherry picked from commit 9996f9fd13adfae5e4cbbad9de5265e43b5a75b3) From noreply at github.com Thu Aug 31 10:13:21 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 03:13:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 461d92: route: do not unref if route not initialized Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 461d92ce191e005c3f18af650456099da0cea1e6 https://github.com/OpenSIPS/opensips/commit/461d92ce191e005c3f18af650456099da0cea1e6 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M route.c Log Message: ----------- route: do not unref if route not initialized Prevents crash when init fails and routes have not yet been initialized (cherry picked from commit f07048c5875974d4057cd0b60ab984d1ee490858) From noreply at github.com Thu Aug 31 11:32:11 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 04:32:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3aaf53: route: fix another crash related to f07048c Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 3aaf534b2bdbe34e212eaf54f985a200a52be10f https://github.com/OpenSIPS/opensips/commit/3aaf534b2bdbe34e212eaf54f985a200a52be10f Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M route.c Log Message: ----------- route: fix another crash related to f07048c (cherry picked from commit 242598f70959f491761fcb039b76b3359b94cc18) From noreply at github.com Thu Aug 31 11:32:45 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 04:32:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f07048: route: do not unref if route not initialized Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f07048c5875974d4057cd0b60ab984d1ee490858 https://github.com/OpenSIPS/opensips/commit/f07048c5875974d4057cd0b60ab984d1ee490858 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M route.c Log Message: ----------- route: do not unref if route not initialized Prevents crash when init fails and routes have not yet been initialized Commit: 242598f70959f491761fcb039b76b3359b94cc18 https://github.com/OpenSIPS/opensips/commit/242598f70959f491761fcb039b76b3359b94cc18 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M route.c Log Message: ----------- route: fix another crash related to f07048c Compare: https://github.com/OpenSIPS/opensips/compare/9996f9fd13ad...242598f70959 From noreply at github.com Thu Aug 31 11:37:06 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 04:37:06 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d86668: route: fix previous commit Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d86668889dcaef68b87eab0c0cb4bd61a592ce21 https://github.com/OpenSIPS/opensips/commit/d86668889dcaef68b87eab0c0cb4bd61a592ce21 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M route.c Log Message: ----------- route: fix previous commit From noreply at github.com Thu Aug 31 11:37:24 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 04:37:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 48927a: route: fix previous commit Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 48927a3c931249b197d39d707626e14408c4dd85 https://github.com/OpenSIPS/opensips/commit/48927a3c931249b197d39d707626e14408c4dd85 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M route.c Log Message: ----------- route: fix previous commit (cherry picked from commit d86668889dcaef68b87eab0c0cb4bd61a592ce21) From noreply at github.com Thu Aug 31 12:31:57 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 05:31:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ec6e26: Update ChangeLog for 3.1.17 Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: ec6e26313c5d981fb368099efdbbdb64414da1d3 https://github.com/OpenSIPS/opensips/commit/ec6e26313c5d981fb368099efdbbdb64414da1d3 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.1.17 Commit: 6c95c3a0794e5bb41566c68a1fd28c8e73b13579 https://github.com/OpenSIPS/opensips/commit/6c95c3a0794e5bb41566c68a1fd28c8e73b13579 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) 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.17 Compare: https://github.com/OpenSIPS/opensips/compare/77dc39b937b7...6c95c3a0794e From noreply at github.com Thu Aug 31 12:32:04 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 05:32:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.1.17 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Thu Aug 31 12:32:41 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 05:32:41 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.14 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Thu Aug 31 12:32:38 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 05:32:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6e5ce3: Update ChangeLog for 3.2.14 Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 6e5ce32678fe7bf50f3153721d81647aaddebcaf https://github.com/OpenSIPS/opensips/commit/6e5ce32678fe7bf50f3153721d81647aaddebcaf Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.2.14 Commit: 049529ffec06cd1d51959268acc9f2f223b40a76 https://github.com/OpenSIPS/opensips/commit/049529ffec06cd1d51959268acc9f2f223b40a76 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M Makefile.defs M modules/tls_wolfssl/lib/wolfssl 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.14 Compare: https://github.com/OpenSIPS/opensips/compare/b69d8c52c9a4...049529ffec06 From noreply at github.com Thu Aug 31 12:33:45 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 05:33:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b1f3d9: Update ChangeLog for 3.3.7 Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: b1f3d9f1188a18b60650c9e6b29e356e4f17866b https://github.com/OpenSIPS/opensips/commit/b1f3d9f1188a18b60650c9e6b29e356e4f17866b Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.3.7 Commit: 095c3b999d6b902aa43b703852db753593e86107 https://github.com/OpenSIPS/opensips/commit/095c3b999d6b902aa43b703852db753593e86107 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) 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.7 Compare: https://github.com/OpenSIPS/opensips/compare/a96a29a5ba8a...095c3b999d6b From noreply at github.com Thu Aug 31 12:33:52 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 05:33:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.3.7 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Thu Aug 31 12:36:33 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 05:36:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c5b281: Update ChangeLog for 3.4.1 Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: c5b281fe4c7945e7bdb0d99a3f2b762ff91158aa https://github.com/OpenSIPS/opensips/commit/c5b281fe4c7945e7bdb0d99a3f2b762ff91158aa Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.4.1 Commit: 59006776c1109bc2c9f7316fdc4fb7642ed033c2 https://github.com/OpenSIPS/opensips/commit/59006776c1109bc2c9f7316fdc4fb7642ed033c2 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.4.1 Compare: https://github.com/OpenSIPS/opensips/compare/48927a3c9312...59006776c110 From noreply at github.com Thu Aug 31 12:36:39 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 05:36:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.4.1 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Thu Aug 31 13:03:18 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 06:03:18 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d6fd87: tls_wolfssl: restore wolfssl lib Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: d6fd8788a97800cde653861dfac23d04eba515e5 https://github.com/OpenSIPS/opensips/commit/d6fd8788a97800cde653861dfac23d04eba515e5 Author: Razvan Crainea Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M modules/tls_wolfssl/lib/wolfssl Log Message: ----------- tls_wolfssl: restore wolfssl lib From noreply at github.com Thu Aug 31 13:04:11 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 06:04:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.14 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Thu Aug 31 13:04:44 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 31 Aug 2023 06:04:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.14 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Thu Aug 31 13:52:42 2023 From: noreply at github.com (Liviu Chircu) Date: Thu, 31 Aug 2023 06:52:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3abd3a: Update ChangeLog for 3.4.1 Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 3abd3a26578a142ea6ec0cc6c1fdf0d03e5abf81 https://github.com/OpenSIPS/opensips/commit/3abd3a26578a142ea6ec0cc6c1fdf0d03e5abf81 Author: Liviu Chircu Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.4.1 From razvan at opensips.org Thu Aug 31 14:58:35 2023 From: razvan at opensips.org (=?UTF-8?Q?R=C4=83zvan_Crainea?=) Date: Thu, 31 Aug 2023 17:58:35 +0300 Subject: [OpenSIPS-Devel] [Release] OpenSIPS 3.1.x LTS end of support Message-ID: Hi, all! The OpenSIPS 3.1.x LTS branch has finally come to its end of support. Starting today, 31st of August 2023, after the last 3.1.17 release, we will no longer offer support for this branch, nor integrate any upcoming bug fixes. We strongly advise you to upgrade your setup to a supported LTS release, either 3.2, or, ideally 3.4. More details about the available stable releases be found here[1]. [1] https://www.opensips.org/About/AvailableVersions Best regards, -- Răzvan Crainea OpenSIPS Core Developer / SIPhub CTO http://www.opensips-solutions.com / https://www.siphub.com From razvan at opensips.org Thu Aug 31 14:58:51 2023 From: razvan at opensips.org (=?UTF-8?Q?R=C4=83zvan_Crainea?=) Date: Thu, 31 Aug 2023 17:58:51 +0300 Subject: [OpenSIPS-Devel] [Release] OpenSIPS 3.4.1, 3.3.7, 3.2.14 and 3.1.17 minor releases Message-ID: Hi all, Today we have released four new minor releases of OpenSIPS: * 3.4.1 - the first minor release of the 3.4.x LTS branch * 3.3.7 - minor release of the 3.3.x branch * 3.2.14 - minor release of the 3.2.x LTS branch * 3.1.17 - the last release of the 3.1.x LTS branch All new releases contain only bug fixes and are backwards compatible with their previous minor releases. Detailed ChangeLogs can be found on the website[1][2][3][4]. [1] https://opensips.org/pub/opensips/3.4.1/ChangeLog [2] https://opensips.org/pub/opensips/3.3.7/ChangeLog [3] https://opensips.org/pub/opensips/3.2.14/ChangeLog [4] https://opensips.org/pub/opensips/3.1.17/ChangeLog Happy Hacking! -- Răzvan Crainea OpenSIPS Core Developer / SIPhub CTO http://www.opensips-solutions.com / https://www.siphub.com