From noreply at github.com Mon Nov 1 11:23:15 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 01 Nov 2021 04:23:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cfbdb3: rtpproxy: add support for supplying an in-out body... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cfbdb37db37826f3767aca983672644a7d3afd13 https://github.com/OpenSIPS/opensips/commit/cfbdb37db37826f3767aca983672644a7d3afd13 Author: Razvan Crainea Date: 2021-11-01 (Mon, 01 Nov 2021) Changed paths: M modules/rtpproxy/doc/rtpproxy_admin.xml M modules/rtpproxy/rtpproxy.c M modules/rtpproxy/rtpproxy.h M modules/rtpproxy/rtpproxy_callbacks.c Log Message: ----------- rtpproxy: add support for supplying an in-out body pvar From noreply at github.com Mon Nov 1 15:24:53 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 01 Nov 2021 08:24:53 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5dd797: [core] proper re-init of cfg parser during reload_... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5dd7976c03b6364f307b993bfdff1d8c1c010aa0 https://github.com/OpenSIPS/opensips/commit/5dd7976c03b6364f307b993bfdff1d8c1c010aa0 Author: Bogdan-Andrei Iancu Date: 2021-11-01 (Mon, 01 Nov 2021) Changed paths: M cfg_pp.c Log Message: ----------- [core] proper re-init of cfg parser during reload_routes The lex parser needs an explicit reset/init after a parsing attempt completed with a parsing error. This is needed to be able to start a new parting session, via the route_reload MI cmd Commit: 52e51809ca219c97ea9e348f5dab6a109859eece https://github.com/OpenSIPS/opensips/commit/52e51809ca219c97ea9e348f5dab6a109859eece Author: Bogdan-Andrei Iancu Date: 2021-11-01 (Mon, 01 Nov 2021) Changed paths: M cfg_pp.c Log Message: ----------- [core] fix printing cfg file context for errors after a reload_routes Reset the file context list each time a new cfg parsing starts, to be sure we do not inherite the context from a previous parsing. If we do not do this, when doing a reload_routes, if an parsing error occurs, we will get references and dumps (of the faulty lines) from the original, startup script, not from the reloaded one. Compare: https://github.com/OpenSIPS/opensips/compare/cfbdb37db378...52e51809ca21 From noreply at github.com Mon Nov 1 16:29:57 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Nov 2021 09:29:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 32dbcb: clusterer: fix internal traffic flood caused by no... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 32dbcbae74bfaec095849d8c0349ab2f7ecc97bb https://github.com/OpenSIPS/opensips/commit/32dbcbae74bfaec095849d8c0349ab2f7ecc97bb Author: Vlad Patrascu Date: 2021-11-01 (Mon, 01 Nov 2021) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/node_info.c M modules/clusterer/node_info.h M modules/clusterer/topology.c Log Message: ----------- clusterer: fix internal traffic flood caused by node UP event The capability update broadcasting mechanism would generate an unncessarily large number of packets, especially for clusters of more than 6,7 nodes. From noreply at github.com Mon Nov 1 16:32:31 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Nov 2021 09:32:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7e2ff6: clusterer: fix internal traffic flood caused by no... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 7e2ff655b9af33d6be085a331f895e5591977726 https://github.com/OpenSIPS/opensips/commit/7e2ff655b9af33d6be085a331f895e5591977726 Author: Vlad Patrascu Date: 2021-11-01 (Mon, 01 Nov 2021) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/node_info.c M modules/clusterer/node_info.h M modules/clusterer/topology.c Log Message: ----------- clusterer: fix internal traffic flood caused by node UP event The capability update broadcasting mechanism would generate an unncessarily large number of packets, especially for clusters of more than 6,7 nodes. (cherry picked from commit 32dbcbae74bfaec095849d8c0349ab2f7ecc97bb) From noreply at github.com Mon Nov 1 16:37:01 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Nov 2021 09:37:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c493e0: clusterer: fix internal traffic flood caused by no... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: c493e01b42da2efa8ea9f3fad44d8ab9cff141b2 https://github.com/OpenSIPS/opensips/commit/c493e01b42da2efa8ea9f3fad44d8ab9cff141b2 Author: Vlad Patrascu Date: 2021-11-01 (Mon, 01 Nov 2021) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/node_info.c M modules/clusterer/node_info.h Log Message: ----------- clusterer: fix internal traffic flood caused by node UP event The capability update broadcasting mechanism would generate an unncessarily large number of packets, especially for clusters of more than 6,7 nodes. (cherry picked from commit 32dbcbae74bfaec095849d8c0349ab2f7ecc97bb) From noreply at github.com Mon Nov 1 16:58:12 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Nov 2021 09:58:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8900ba: tls_wolfssl: enable support for static RSA ciphers Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8900ba4e5a3a2d8590dbac43af363ac2071cf2fb https://github.com/OpenSIPS/opensips/commit/8900ba4e5a3a2d8590dbac43af363ac2071cf2fb Author: Vlad Patrascu Date: 2021-11-01 (Mon, 01 Nov 2021) Changed paths: M modules/tls_wolfssl/Makefile Log Message: ----------- tls_wolfssl: enable support for static RSA ciphers From noreply at github.com Mon Nov 1 16:58:46 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 01 Nov 2021 09:58:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7e38fb: tls_wolfssl: enable support for static RSA ciphers Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 7e38fb2a2fa932f0f615e5baac599f077c6cfa03 https://github.com/OpenSIPS/opensips/commit/7e38fb2a2fa932f0f615e5baac599f077c6cfa03 Author: Vlad Patrascu Date: 2021-11-01 (Mon, 01 Nov 2021) Changed paths: M modules/tls_wolfssl/Makefile Log Message: ----------- tls_wolfssl: enable support for static RSA ciphers (cherry picked from commit 8900ba4e5a3a2d8590dbac43af363ac2071cf2fb) From noreply at github.com Tue Nov 2 08:31:29 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 02 Nov 2021 01:31:29 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ce8d82: fix sqlite memory leak for row values Message-ID: Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: ce8d82be8a80df1aef84728355ed26eb323d90bc https://github.com/OpenSIPS/opensips/commit/ce8d82be8a80df1aef84728355ed26eb323d90bc Author: Aniket Kuwar Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M modules/db_sqlite/dbase.c Log Message: ----------- fix sqlite memory leak for row values Commit: c7ec9e158a2a44dda327b5aa89221b1ae62b629d https://github.com/OpenSIPS/opensips/commit/c7ec9e158a2a44dda327b5aa89221b1ae62b629d Author: Razvan Crainea Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M modules/db_sqlite/dbase.c Log Message: ----------- db_sqlite: drop pkg_free() NULL check Thanks go to Liviu Chircu for better readability suggestions Commit: 06a35a635e71778342ee272411657040ecdcb0e6 https://github.com/OpenSIPS/opensips/commit/06a35a635e71778342ee272411657040ecdcb0e6 Author: Razvan Crainea Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M modules/db_sqlite/dbase.c Log Message: ----------- Merge branch 'Vonage-2.4_sqlite_leak_fix' into 2.4 Compare: https://github.com/OpenSIPS/opensips/compare/6d151d12173a...06a35a635e71 From noreply at github.com Tue Nov 2 08:32:33 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 02 Nov 2021 01:32:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5ac273: db_sqlite: fix memory leak for row values Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 5ac273d60e5562cb17420753643a9c5907ffd5e3 https://github.com/OpenSIPS/opensips/commit/5ac273d60e5562cb17420753643a9c5907ffd5e3 Author: Razvan Crainea Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M modules/db_sqlite/dbase.c Log Message: ----------- db_sqlite: fix memory leak for row values (cherry picked from commit 06a35a635e71778342ee272411657040ecdcb0e6) From noreply at github.com Tue Nov 2 08:32:50 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 02 Nov 2021 01:32:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f792bf: db_sqlite: fix memory leak for row values Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: f792bfa68fbda61b0405cc1e08202edafa224ed0 https://github.com/OpenSIPS/opensips/commit/f792bfa68fbda61b0405cc1e08202edafa224ed0 Author: Razvan Crainea Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M modules/db_sqlite/dbase.c Log Message: ----------- db_sqlite: fix memory leak for row values (cherry picked from commit 06a35a635e71778342ee272411657040ecdcb0e6) From noreply at github.com Tue Nov 2 08:33:09 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 02 Nov 2021 01:33:09 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 45693c: db_sqlite: fix memory leak for row values Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 45693c146756286e4fee097b9b7268ab3e6f866d https://github.com/OpenSIPS/opensips/commit/45693c146756286e4fee097b9b7268ab3e6f866d Author: Razvan Crainea Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M modules/db_sqlite/dbase.c Log Message: ----------- db_sqlite: fix memory leak for row values (cherry picked from commit 06a35a635e71778342ee272411657040ecdcb0e6) From noreply at github.com Tue Nov 2 09:23:26 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 02 Nov 2021 02:23:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3a9b4a: evi: fix shm duplicate of multiple params Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3a9b4a1f0c259b95cb29d1240f134c687c925755 https://github.com/OpenSIPS/opensips/commit/3a9b4a1f0c259b95cb29d1240f134c687c925755 Author: Razvan Crainea Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M evi/evi_params.c Log Message: ----------- evi: fix shm duplicate of multiple params This fix ensures that all parameters are duplicated in SHM, instead of only the first one. Thanks go to Rob Moore for reporting it in #2669 From noreply at github.com Tue Nov 2 09:23:34 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 02 Nov 2021 02:23:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a865b2: evi: fix shm duplicate of multiple params Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: a865b2a99b64e3a319daae31fec92ddb7c8597f2 https://github.com/OpenSIPS/opensips/commit/a865b2a99b64e3a319daae31fec92ddb7c8597f2 Author: Razvan Crainea Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M evi/evi_params.c Log Message: ----------- evi: fix shm duplicate of multiple params This fix ensures that all parameters are duplicated in SHM, instead of only the first one. Thanks go to Rob Moore for reporting it in #2669 (cherry picked from commit 3a9b4a1f0c259b95cb29d1240f134c687c925755) From noreply at github.com Tue Nov 2 13:48:34 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 02 Nov 2021 06:48:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 14f6ae: [core] proper re-init of cfg parser during reload_... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 14f6aeda3f13e8dd6b881b9ae426a5b0e91fd511 https://github.com/OpenSIPS/opensips/commit/14f6aeda3f13e8dd6b881b9ae426a5b0e91fd511 Author: Bogdan-Andrei Iancu Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M cfg_pp.c Log Message: ----------- [core] proper re-init of cfg parser during reload_routes The lex parser needs an explicit reset/init after a parsing attempt completed with a parsing error. This is needed to be able to start a new parting session, via the route_reload MI cmd (cherry picked from commit 5dd7976c03b6364f307b993bfdff1d8c1c010aa0) Commit: 5fb90d2775d676a68ed1bcb677ca9f197bf8ea2b https://github.com/OpenSIPS/opensips/commit/5fb90d2775d676a68ed1bcb677ca9f197bf8ea2b Author: Bogdan-Andrei Iancu Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M cfg_pp.c Log Message: ----------- [core] fix printing cfg file context for errors after a reload_routes Reset the file context list each time a new cfg parsing starts, to be sure we do not inherite the context from a previous parsing. If we do not do this, when doing a reload_routes, if an parsing error occurs, we will get references and dumps (of the faulty lines) from the original, startup script, not from the reloaded one. (cherry picked from commit 52e51809ca219c97ea9e348f5dab6a109859eece) Compare: https://github.com/OpenSIPS/opensips/compare/a865b2a99b64...5fb90d2775d6 From noreply at github.com Tue Nov 2 13:58:13 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 02 Nov 2021 06:58:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7ea9b6: [core] proper re-init of cfg parser during reload_... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 7ea9b66f417f37b56e4f0cfaecf3c4dd831b6c36 https://github.com/OpenSIPS/opensips/commit/7ea9b66f417f37b56e4f0cfaecf3c4dd831b6c36 Author: Bogdan-Andrei Iancu Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M cfg_pp.c Log Message: ----------- [core] proper re-init of cfg parser during reload_routes The lex parser needs an explicit reset/init after a parsing attempt completed with a parsing error. This is needed to be able to start a new parting session, via the route_reload MI cmd (cherry picked from commit 5dd7976c03b6364f307b993bfdff1d8c1c010aa0) Commit: 41d57ac56d7ef648f270bb22315cfc8f07c607ab https://github.com/OpenSIPS/opensips/commit/41d57ac56d7ef648f270bb22315cfc8f07c607ab Author: Bogdan-Andrei Iancu Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M cfg_pp.c Log Message: ----------- [core] fix printing cfg file context for errors after a reload_routes Reset the file context list each time a new cfg parsing starts, to be sure we do not inherite the context from a previous parsing. If we do not do this, when doing a reload_routes, if an parsing error occurs, we will get references and dumps (of the faulty lines) from the original, startup script, not from the reloaded one. (cherry picked from commit 52e51809ca219c97ea9e348f5dab6a109859eece) Compare: https://github.com/OpenSIPS/opensips/compare/5ac273d60e55...41d57ac56d7e From noreply at github.com Tue Nov 2 15:35:55 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 02 Nov 2021 08:35:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 86eabc: rtpproxy: fix buffer dump of multiple media streams Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 86eabcffe993a67e36eede3c9f6109d50dc1debb https://github.com/OpenSIPS/opensips/commit/86eabcffe993a67e36eede3c9f6109d50dc1debb Author: Razvan Crainea Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M modules/rtpproxy/rtpproxy.c Log Message: ----------- rtpproxy: fix buffer dump of multiple media streams From noreply at github.com Tue Nov 2 15:36:30 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 02 Nov 2021 08:36:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 671cc2: rtpproxy: fix buffer dump of multiple media streams Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 671cc256a78ad3cb8201b8a961ab78036872abb5 https://github.com/OpenSIPS/opensips/commit/671cc256a78ad3cb8201b8a961ab78036872abb5 Author: Razvan Crainea Date: 2021-11-02 (Tue, 02 Nov 2021) Changed paths: M modules/rtpproxy/rtpproxy.c Log Message: ----------- rtpproxy: fix buffer dump of multiple media streams (cherry picked from commit 86eabcffe993a67e36eede3c9f6109d50dc1debb) From noreply at github.com Wed Nov 3 12:10:37 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 03 Nov 2021 05:10:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c9d034: siprec: if available, use a non-received part Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c9d034c7c62706d70ede93bd4d1538424c4256c7 https://github.com/OpenSIPS/opensips/commit/c9d034c7c62706d70ede93bd4d1538424c4256c7 Author: Razvan Crainea Date: 2021-11-03 (Wed, 03 Nov 2021) Changed paths: M modules/siprec/siprec_body.c Log Message: ----------- siprec: if available, use a non-received part From noreply at github.com Thu Nov 4 09:35:32 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 04 Nov 2021 02:35:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5a6a83: [drouting] added "gw_socket_filter_mode" modparam... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5a6a83e3a1ac66eb5f32199d9cacae66bf0502be https://github.com/OpenSIPS/opensips/commit/5a6a83e3a1ac66eb5f32199d9cacae66bf0502be Author: Bogdan-Andrei Iancu Date: 2021-11-04 (Thu, 04 Nov 2021) Changed paths: M modules/drouting/doc/drouting_admin.xml M modules/drouting/dr_load.c M modules/drouting/dr_load.h M modules/drouting/drouting.c Log Message: ----------- [drouting] added "gw_socket_filter_mode" modparam... ...to controls the gateway filtering during DB loading, or whichi gateways are loaded or not into memory depending on the configured socket they have. From noreply at github.com Thu Nov 4 09:44:06 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 04 Nov 2021 02:44:06 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bd599d: [drouting] revert bogus changes with the prev commit Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: bd599dc9792cdc504a5e0e4fe76be114d3a99f4b https://github.com/OpenSIPS/opensips/commit/bd599dc9792cdc504a5e0e4fe76be114d3a99f4b Author: Bogdan-Andrei Iancu Date: 2021-11-04 (Thu, 04 Nov 2021) Changed paths: M modules/drouting/drouting.c Log Message: ----------- [drouting] revert bogus changes with the prev commit 5a6a83e3a1ac66eb5f32199d9cacae66bf0502be From noreply at github.com Fri Nov 5 14:26:06 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 05 Nov 2021 07:26:06 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 62af72: [core] make the per-process IPC sending non-blocking Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 62af720cd5a9d04d982b474398294ef5068e9f45 https://github.com/OpenSIPS/opensips/commit/62af720cd5a9d04d982b474398294ef5068e9f45 Author: Bogdan-Andrei Iancu Date: 2021-11-05 (Fri, 05 Nov 2021) Changed paths: M ipc.c Log Message: ----------- [core] make the per-process IPC sending non-blocking A process may get stuck (history showed us such real cases) and we do not want to have other processes getting blocked by trying to do an IPC to such procs (if they are stuck, they will not consume their IPC cmds, so the IPC sender will also block after some time, when the pipe's buffer is full). So, better make the write pipe non-blocking, discard the current IPC cmd and avoid escalating the blocking over other procs. From noreply at github.com Fri Nov 5 14:35:24 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 05 Nov 2021 07:35:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dce264: [core] improve logging when IPC blocking is detected Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dce2643e5716f082847a90e409c2156dde9e4852 https://github.com/OpenSIPS/opensips/commit/dce2643e5716f082847a90e409c2156dde9e4852 Author: Bogdan-Andrei Iancu Date: 2021-11-05 (Fri, 05 Nov 2021) Changed paths: M ipc.c Log Message: ----------- [core] improve logging when IPC blocking is detected Throw a CRITical log with info on the target process From noreply at github.com Sat Nov 6 21:50:51 2021 From: noreply at github.com (opensips-github) Date: Sat, 06 Nov 2021 14:50:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2ec323: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 2ec3238bfe5e98ce67fa617f90e8ff545b717056 https://github.com/OpenSIPS/opensips/commit/2ec3238bfe5e98ce67fa617f90e8ff545b717056 Author: OpenSIPS Date: 2021-11-06 (Sat, 06 Nov 2021) Changed paths: M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/db_sqlite/README M modules/db_sqlite/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Nov 6 22:18:15 2021 From: noreply at github.com (opensips-github) Date: Sat, 06 Nov 2021 15:18:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bfd6c7: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: bfd6c775c4755e92944d2252703d4dba289757b7 https://github.com/OpenSIPS/opensips/commit/bfd6c775c4755e92944d2252703d4dba289757b7 Author: OpenSIPS Date: 2021-11-07 (Sun, 07 Nov 2021) Changed paths: M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/db_sqlite/README M modules/db_sqlite/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml M modules/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Nov 8 07:15:12 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Sun, 07 Nov 2021 23:15:12 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] babfb7: [core] make the per-process IPC sending non-blocking Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: babfb7d34ddd4ba5ec9e1d351ef3f4bc3af14311 https://github.com/OpenSIPS/opensips/commit/babfb7d34ddd4ba5ec9e1d351ef3f4bc3af14311 Author: Bogdan-Andrei Iancu Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: M ipc.c Log Message: ----------- [core] make the per-process IPC sending non-blocking A process may get stuck (history showed us such real cases) and we do not want to have other processes getting blocked by trying to do an IPC to such procs (if they are stuck, they will not consume their IPC cmds, so the IPC sender will also block after some time, when the pipe's buffer is full). So, better make the write pipe non-blocking, discard the current IPC cmd and avoid escalating the blocking over other procs. (cherry picked from commit 62af720cd5a9d04d982b474398294ef5068e9f45) Commit: 1796502c143f9ebb501030e3e8f576741b8bcdbf https://github.com/OpenSIPS/opensips/commit/1796502c143f9ebb501030e3e8f576741b8bcdbf Author: Bogdan-Andrei Iancu Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: M ipc.c Log Message: ----------- [core] improve logging when IPC blocking is detected Throw a CRITical log with info on the target process (cherry picked from commit dce2643e5716f082847a90e409c2156dde9e4852) Compare: https://github.com/OpenSIPS/opensips/compare/671cc256a78a...1796502c143f From noreply at github.com Mon Nov 8 07:15:35 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Sun, 07 Nov 2021 23:15:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bfac92: [core] make the per-process IPC sending non-blocking Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: bfac92714d8ad5f29ee4455e5226d738292ad5d2 https://github.com/OpenSIPS/opensips/commit/bfac92714d8ad5f29ee4455e5226d738292ad5d2 Author: Bogdan-Andrei Iancu Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: M ipc.c Log Message: ----------- [core] make the per-process IPC sending non-blocking A process may get stuck (history showed us such real cases) and we do not want to have other processes getting blocked by trying to do an IPC to such procs (if they are stuck, they will not consume their IPC cmds, so the IPC sender will also block after some time, when the pipe's buffer is full). So, better make the write pipe non-blocking, discard the current IPC cmd and avoid escalating the blocking over other procs. (cherry picked from commit 62af720cd5a9d04d982b474398294ef5068e9f45) Commit: 290e1ab55f7e629bf26c320766ce0336c0a4e35f https://github.com/OpenSIPS/opensips/commit/290e1ab55f7e629bf26c320766ce0336c0a4e35f Author: Bogdan-Andrei Iancu Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: M ipc.c Log Message: ----------- [core] improve logging when IPC blocking is detected Throw a CRITical log with info on the target process (cherry picked from commit dce2643e5716f082847a90e409c2156dde9e4852) Compare: https://github.com/OpenSIPS/opensips/compare/2ec3238bfe5e...290e1ab55f7e From noreply at github.com Mon Nov 8 08:30:23 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 08 Nov 2021 00:30:23 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9cf3dd: [core] build_res_buf_from_sip_req(): fix hdr corre... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9cf3dd3398719dd91207495f76d7726701c5145c https://github.com/OpenSIPS/opensips/commit/9cf3dd3398719dd91207495f76d7726701c5145c Author: Bogdan-Andrei Iancu Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: M msg_translator.c Log Message: ----------- [core] build_res_buf_from_sip_req(): fix hdr correlation Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-7pf3-24qg-8v9h From noreply at github.com Mon Nov 8 08:57:09 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 08 Nov 2021 00:57:09 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 85e67d: [usrloc] fix contact matching on registrations han... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 85e67d890cc0e225d1a4512ccb8cadc1a5090a41 https://github.com/OpenSIPS/opensips/commit/85e67d890cc0e225d1a4512ccb8cadc1a5090a41 Author: Bogdan-Andrei Iancu Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: M modules/usrloc/urecord.c Log Message: ----------- [usrloc] fix contact matching on registrations handling instead of pron-to-error string matching, use the SIP wise matching when matching the registered contacts. The SIP URI matching is more complex, mainly when comes about the URI parameters - some important (user, transport, etc) params must be present in both URIs in order to match, other generic params may match even if the param is present in only one URI. Some devices may use during registration some proprietary params for the contact, but without sending the full list when re-registering or when deleting the contact - and this is perfectly ok from the perspective of the SIP RFC3261. Prior to the fix, in the above scenario, OpenSIPS will have failed to re-register or un-register the contact, leaking registrations. From noreply at github.com Thu Nov 11 13:37:09 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 11 Nov 2021 05:37:09 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8f87c7: [sipmsgops] fix codec_delete_XX() parsing Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8f87c7c03da55f9c79bd92e67fa2c94b2a7ce5cf https://github.com/OpenSIPS/opensips/commit/8f87c7c03da55f9c79bd92e67fa2c94b2a7ce5cf Author: Bogdan-Andrei Iancu Date: 2021-11-11 (Thu, 11 Nov 2021) Changed paths: M modules/sipmsgops/codecs.c Log Message: ----------- [sipmsgops] fix codec_delete_XX() parsing Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-xj5x-g52f-548h From noreply at github.com Thu Nov 11 13:39:05 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 11 Nov 2021 05:39:05 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b2f934: [sipmsgops] fix codec_delete_XX() parsing Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: b2f934cabd76a5788236d99661eb3baf4d7b3099 https://github.com/OpenSIPS/opensips/commit/b2f934cabd76a5788236d99661eb3baf4d7b3099 Author: Bogdan-Andrei Iancu Date: 2021-11-11 (Thu, 11 Nov 2021) Changed paths: M modules/sipmsgops/codecs.c Log Message: ----------- [sipmsgops] fix codec_delete_XX() parsing Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-xj5x-g52f-548h (cherry picked from commit 8f87c7c03da55f9c79bd92e67fa2c94b2a7ce5cf) From noreply at github.com Thu Nov 11 13:39:37 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 11 Nov 2021 05:39:37 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ee115c: [sipmsgops] fix codec_delete_XX() parsing Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: ee115c0e0cf9dd6e83d81fd22c136b30be7dd6d1 https://github.com/OpenSIPS/opensips/commit/ee115c0e0cf9dd6e83d81fd22c136b30be7dd6d1 Author: Bogdan-Andrei Iancu Date: 2021-11-11 (Thu, 11 Nov 2021) Changed paths: M modules/sipmsgops/codecs.c Log Message: ----------- [sipmsgops] fix codec_delete_XX() parsing Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-xj5x-g52f-548h (cherry picked from commit 8f87c7c03da55f9c79bd92e67fa2c94b2a7ce5cf) From noreply at github.com Thu Nov 11 15:44:12 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 11 Nov 2021 07:44:12 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c6ab3b: [sipmsgops] fix codec_delete_XX() parsing (2) Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c6ab3bb406c447e30c7d33a1a8970048b4612100 https://github.com/OpenSIPS/opensips/commit/c6ab3bb406c447e30c7d33a1a8970048b4612100 Author: Bogdan-Andrei Iancu Date: 2021-11-11 (Thu, 11 Nov 2021) Changed paths: M modules/sipmsgops/codecs.c Log Message: ----------- [sipmsgops] fix codec_delete_XX() parsing (2) Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-67w7-g4j8-3wcx From noreply at github.com Thu Nov 11 15:45:19 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 11 Nov 2021 07:45:19 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4ec0f0: [sipmsgops] fix codec_delete_XX() parsing (2) Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 4ec0f086ccd6826d32dcb7aee843b47ba4c0b6ff https://github.com/OpenSIPS/opensips/commit/4ec0f086ccd6826d32dcb7aee843b47ba4c0b6ff Author: Bogdan-Andrei Iancu Date: 2021-11-11 (Thu, 11 Nov 2021) Changed paths: M modules/sipmsgops/codecs.c Log Message: ----------- [sipmsgops] fix codec_delete_XX() parsing (2) Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-67w7-g4j8-3wcx (cherry picked from commit c6ab3bb406c447e30c7d33a1a8970048b4612100) From noreply at github.com Thu Nov 11 15:45:40 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 11 Nov 2021 07:45:40 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a23908: [sipmsgops] fix codec_delete_XX() parsing (2) Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: a23908d30abf8eaa929075d3c29215d9e62801de https://github.com/OpenSIPS/opensips/commit/a23908d30abf8eaa929075d3c29215d9e62801de Author: Bogdan-Andrei Iancu Date: 2021-11-11 (Thu, 11 Nov 2021) Changed paths: M modules/sipmsgops/codecs.c Log Message: ----------- [sipmsgops] fix codec_delete_XX() parsing (2) Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-67w7-g4j8-3wcx (cherry picked from commit c6ab3bb406c447e30c7d33a1a8970048b4612100) From noreply at github.com Fri Nov 12 12:15:34 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 12 Nov 2021 04:15:34 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cb5669: [sipmsgops] fix parse_to_param() parsing Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cb56694d290530ac308f44b453c18120b1c1109d https://github.com/OpenSIPS/opensips/commit/cb56694d290530ac308f44b453c18120b1c1109d Author: Bogdan-Andrei Iancu Date: 2021-11-12 (Fri, 12 Nov 2021) Changed paths: M parser/parse_to.c Log Message: ----------- [sipmsgops] fix parse_to_param() parsing Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-qvj2-vqrg-f5jx From noreply at github.com Fri Nov 12 12:16:06 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 12 Nov 2021 04:16:06 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] eab8ff: [sipmsgops] fix parse_to_param() parsing Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: eab8ff654bebaa04dda7bed78266844b385f928b https://github.com/OpenSIPS/opensips/commit/eab8ff654bebaa04dda7bed78266844b385f928b Author: Bogdan-Andrei Iancu Date: 2021-11-12 (Fri, 12 Nov 2021) Changed paths: M parser/parse_to.c Log Message: ----------- [sipmsgops] fix parse_to_param() parsing Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-qvj2-vqrg-f5jx (cherry picked from commit cb56694d290530ac308f44b453c18120b1c1109d) From noreply at github.com Fri Nov 12 12:16:24 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 12 Nov 2021 04:16:24 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1d4e56: [sipmsgops] fix parse_to_param() parsing Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 1d4e56fc1f4f96dbb811074fbf1ac4c72b2b7167 https://github.com/OpenSIPS/opensips/commit/1d4e56fc1f4f96dbb811074fbf1ac4c72b2b7167 Author: Bogdan-Andrei Iancu Date: 2021-11-12 (Fri, 12 Nov 2021) Changed paths: M parser/parse_to.c Log Message: ----------- [sipmsgops] fix parse_to_param() parsing Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-qvj2-vqrg-f5jx (cherry picked from commit cb56694d290530ac308f44b453c18120b1c1109d) From noreply at github.com Fri Nov 12 14:06:38 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 12 Nov 2021 06:06:38 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ab611f: [core] fix parse_via() parsing Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ab611f74f69d9c42be5401c40d56ea06a58f5dd7 https://github.com/OpenSIPS/opensips/commit/ab611f74f69d9c42be5401c40d56ea06a58f5dd7 Author: Bogdan-Andrei Iancu Date: 2021-11-12 (Fri, 12 Nov 2021) Changed paths: M parser/parse_via.c Log Message: ----------- [core] fix parse_via() parsing Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-wxfg-3gwh-rhvx From noreply at github.com Fri Nov 12 14:07:25 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 12 Nov 2021 06:07:25 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 03743d: [core] fix parse_via() parsing Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 03743dba9de7cf4e9ad81a0f99d6da158e7be99b https://github.com/OpenSIPS/opensips/commit/03743dba9de7cf4e9ad81a0f99d6da158e7be99b Author: Bogdan-Andrei Iancu Date: 2021-11-12 (Fri, 12 Nov 2021) Changed paths: M parser/parse_via.c Log Message: ----------- [core] fix parse_via() parsing Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-wxfg-3gwh-rhvx (cherry picked from commit ab611f74f69d9c42be5401c40d56ea06a58f5dd7) From noreply at github.com Fri Nov 12 14:07:45 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 12 Nov 2021 06:07:45 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6ac979: [core] fix parse_via() parsing Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 6ac9795dcc77a3efb3e4c0fb9412796ebb02fa56 https://github.com/OpenSIPS/opensips/commit/6ac9795dcc77a3efb3e4c0fb9412796ebb02fa56 Author: Bogdan-Andrei Iancu Date: 2021-11-12 (Fri, 12 Nov 2021) Changed paths: M parser/parse_via.c Log Message: ----------- [core] fix parse_via() parsing Issue discovered during OpenSIPS Security Audit 2021, by Alfred Farrugia & Sandro Gauci (Enable Security) https://github.com/OpenSIPS/opensips/security/advisories/GHSA-wxfg-3gwh-rhvx (cherry picked from commit ab611f74f69d9c42be5401c40d56ea06a58f5dd7) From noreply at github.com Fri Nov 12 14:45:53 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 12 Nov 2021 06:45:53 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1e952a: pvar: allow $socket_out matching based on tags Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1e952a7f13c7e78faec1afc2667758d1e7825a54 https://github.com/OpenSIPS/opensips/commit/1e952a7f13c7e78faec1afc2667758d1e7825a54 Author: Razvan Crainea Date: 2021-11-12 (Fri, 12 Nov 2021) Changed paths: M pvar.c Log Message: ----------- pvar: allow $socket_out matching based on tags Do not force a port, if not specified in the socket's string, otherwise the socket will no longer match its token From noreply at github.com Fri Nov 12 14:46:08 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 12 Nov 2021 06:46:08 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1777da: pvar: allow $socket_out matching based on tags Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 1777dadb0ff82aae66dae617056999af43f2c95a https://github.com/OpenSIPS/opensips/commit/1777dadb0ff82aae66dae617056999af43f2c95a Author: Razvan Crainea Date: 2021-11-12 (Fri, 12 Nov 2021) Changed paths: M pvar.c Log Message: ----------- pvar: allow $socket_out matching based on tags Do not force a port, if not specified in the socket's string, otherwise the socket will no longer match its token (cherry picked from commit 1e952a7f13c7e78faec1afc2667758d1e7825a54) From noreply at github.com Fri Nov 12 14:46:19 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 12 Nov 2021 06:46:19 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4e40f0: pvar: allow $socket_out matching based on tags Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 4e40f04550d0a78ce759e0109d93b87d0659b029 https://github.com/OpenSIPS/opensips/commit/4e40f04550d0a78ce759e0109d93b87d0659b029 Author: Razvan Crainea Date: 2021-11-12 (Fri, 12 Nov 2021) Changed paths: M pvar.c Log Message: ----------- pvar: allow $socket_out matching based on tags Do not force a port, if not specified in the socket's string, otherwise the socket will no longer match its token (cherry picked from commit 1e952a7f13c7e78faec1afc2667758d1e7825a54) From noreply at github.com Fri Nov 12 14:54:29 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 12 Nov 2021 06:54:29 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f527a5: prometheus: provide means to define labels Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f527a52725d028ed1d7ea7b31125b92170328df5 https://github.com/OpenSIPS/opensips/commit/f527a52725d028ed1d7ea7b31125b92170328df5 Author: Razvan Crainea Date: 2021-11-12 (Fri, 12 Nov 2021) Changed paths: M modules/prometheus/doc/prometheus_admin.xml M modules/prometheus/prometheus.c Log Message: ----------- prometheus: provide means to define labels Requested in #2629 and #2527 From noreply at github.com Sat Nov 13 21:51:17 2021 From: noreply at github.com (opensips-github) Date: Sat, 13 Nov 2021 13:51:17 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 628450: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 6284500ef464bbd3ff6a823bb531d5f19718c2ed https://github.com/OpenSIPS/opensips/commit/6284500ef464bbd3ff6a823bb531d5f19718c2ed Author: OpenSIPS Date: 2021-11-13 (Sat, 13 Nov 2021) Changed paths: M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Nov 13 22:19:00 2021 From: noreply at github.com (opensips-github) Date: Sat, 13 Nov 2021 14:19:00 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 42c5d3: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 42c5d3263ab471ddcc50fd6c0503af28c8d22f22 https://github.com/OpenSIPS/opensips/commit/42c5d3263ab471ddcc50fd6c0503af28c8d22f22 Author: OpenSIPS Date: 2021-11-14 (Sun, 14 Nov 2021) Changed paths: M modules/prometheus/README M modules/prometheus/doc/contributors.xml M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Nov 15 07:53:54 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Sun, 14 Nov 2021 23:53:54 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7193c5: Proper stack of the AVP list when running the dial... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 7193c5d8d86fa527433eab8c2c2af4b40a76e275 https://github.com/OpenSIPS/opensips/commit/7193c5d8d86fa527433eab8c2c2af4b40a76e275 Author: Bogdan-Andrei Iancu Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- Proper stack of the AVP list when running the dialog specific routes Fixes #2464 Credits go to Ben Newlin for reporting and assisting with the fixing. From noreply at github.com Mon Nov 15 07:54:12 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Sun, 14 Nov 2021 23:54:12 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f3abb0: Proper stack of the AVP list when running the dial... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f3abb0fb5754453b64718c0aa8683f859964a067 https://github.com/OpenSIPS/opensips/commit/f3abb0fb5754453b64718c0aa8683f859964a067 Author: Bogdan-Andrei Iancu Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- Proper stack of the AVP list when running the dialog specific routes Fixes #2464 Credits go to Ben Newlin for reporting and assisting with the fixing. (cherry picked from commit 7193c5d8d86fa527433eab8c2c2af4b40a76e275) From noreply at github.com Mon Nov 15 07:54:37 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Sun, 14 Nov 2021 23:54:37 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7b0144: Proper stack of the AVP list when running the dial... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 7b0144959b3b94d4a407dc7f653618bac3e039a9 https://github.com/OpenSIPS/opensips/commit/7b0144959b3b94d4a407dc7f653618bac3e039a9 Author: Bogdan-Andrei Iancu Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- Proper stack of the AVP list when running the dialog specific routes Fixes #2464 Credits go to Ben Newlin for reporting and assisting with the fixing. (cherry picked from commit 7193c5d8d86fa527433eab8c2c2af4b40a76e275) From noreply at github.com Wed Nov 17 08:06:53 2021 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Nov 2021 00:06:53 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f6c1f0: Make qop parameter of the xyz_challenge() position... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f6c1f03d92cbadb98ec51c5af67bd18c2ab15741 https://github.com/OpenSIPS/opensips/commit/f6c1f03d92cbadb98ec51c5af67bd18c2ab15741 Author: Maksym Sobolyev Date: 2021-11-16 (Tue, 16 Nov 2021) Changed paths: M lib/digest_auth/dauth_nonce.c M modules/auth/api.c M modules/auth/challenge.c M modules/auth/challenge.h M parser/digest/digest.c M parser/digest/digest_parser.h Log Message: ----------- Make qop parameter of the xyz_challenge() positional-dependent, so that it's possible to generate qop="auth-int,auth" as well as qop="auth,auth-int". Tested @ OpenSIPIt'02. Commit: f90f20cffd93cc808a146007a47ba645070e035e https://github.com/OpenSIPS/opensips/commit/f90f20cffd93cc808a146007a47ba645070e035e Author: Maksym Sobolyev Date: 2021-11-16 (Tue, 16 Nov 2021) Changed paths: M modules/auth/api.c M modules/auth/challenge.c M modules/auth/challenge.h Log Message: ----------- o Get rid of the redundant macros QOP_TYPE_XYZ. o Use qop_type_t instead of int where appropriate. o Enforce qop for MD5-sess when generating a challenge. o Use QOP_UNSPEC_D instead of 0 where appropriate. Commit: 2825caabe0eff7f3ccbc307087448d2f1fb45abb https://github.com/OpenSIPS/opensips/commit/2825caabe0eff7f3ccbc307087448d2f1fb45abb Author: Liviu Chircu Date: 2021-11-17 (Wed, 17 Nov 2021) Changed paths: M lib/digest_auth/dauth_nonce.c M modules/auth/api.c M modules/auth/challenge.c M modules/auth/challenge.h M parser/digest/digest.c M parser/digest/digest_parser.h Log Message: ----------- Merge pull request #2689 from sippy/pr_opensipit02_qop Improve xyz_challenge() API to allow generating challenges like qop="auth,auth-int" as well as qop="auth-int,auth"; Make qop mandatory for the MD5-sess as well. Compare: https://github.com/OpenSIPS/opensips/compare/f3abb0fb5754...2825caabe0ef From noreply at github.com Wed Nov 17 13:25:47 2021 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Nov 2021 05:25:47 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fb8fba: rest_client: Remove extra check Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: fb8fbafc0187e657049a85eb722bf55da6808169 https://github.com/OpenSIPS/opensips/commit/fb8fbafc0187e657049a85eb722bf55da6808169 Author: Liviu Chircu Date: 2021-11-17 (Wed, 17 Nov 2021) Changed paths: M modules/rest_client/rest_cb.c Log Message: ----------- rest_client: Remove extra check Since "size_t" is an unsigned integer type, the RHS multiplication result cannot be negative unless an overflow occurs when assigning to LHS. So we change the type of "len" to unsigned as well, to prevent this corner-case. From noreply at github.com Wed Nov 17 13:34:17 2021 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Nov 2021 05:34:17 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b56bba: rest_client: Add the 'max_transfer_size' setting Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b56bba344e0c067ee7af53bdd1add9ed05b403f3 https://github.com/OpenSIPS/opensips/commit/b56bba344e0c067ee7af53bdd1add9ed05b403f3 Author: Liviu Chircu Date: 2021-11-17 (Wed, 17 Nov 2021) Changed paths: M modules/rest_client/doc/rest_client_admin.xml M modules/rest_client/rest_cb.c M modules/rest_client/rest_cb.h M modules/rest_client/rest_client.c M modules/rest_client/rest_client.h Log Message: ----------- rest_client: Add the 'max_transfer_size' setting Sets a limit on the maximum size of a single download. May be important for security purposes, to prevent certain attack vectors such as malicious "x5u" certificate URLs in STIR/SHAKEN setups. Default: 10240 KB Issue discovered during OpenSIPIt'02, by Alfred Farrugia & Sandro Gauci (Enable Security) From noreply at github.com Wed Nov 17 13:37:00 2021 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Nov 2021 05:37:00 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 41f788: rest_client: Add the 'max_transfer_size' setting Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 41f78830af42be7508b515eabf986ae8db9f9adb https://github.com/OpenSIPS/opensips/commit/41f78830af42be7508b515eabf986ae8db9f9adb Author: Liviu Chircu Date: 2021-11-17 (Wed, 17 Nov 2021) Changed paths: M modules/rest_client/doc/rest_client_admin.xml M modules/rest_client/rest_cb.c M modules/rest_client/rest_cb.h M modules/rest_client/rest_client.c M modules/rest_client/rest_client.h Log Message: ----------- rest_client: Add the 'max_transfer_size' setting Sets a limit on the maximum size of a single download. May be important for security purposes, to prevent certain attack vectors such as malicious "x5u" certificate URLs in STIR/SHAKEN setups. Default: 0 KB (check disabled) Issue discovered during OpenSIPIt'02, by Alfred Farrugia & Sandro Gauci (Enable Security) From noreply at github.com Wed Nov 17 17:31:58 2021 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Nov 2021 09:31:58 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 78e435: proto_hep: Do not corrupt PKG memory if HEP3 buffe... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 78e4356aee36eb4cc4b89f712462588c1af28470 https://github.com/OpenSIPS/opensips/commit/78e4356aee36eb4cc4b89f712462588c1af28470 Author: Liviu Chircu Date: 2021-11-17 (Wed, 17 Nov 2021) Changed paths: M modules/proto_hep/hep.c Log Message: ----------- proto_hep: Do not corrupt PKG memory if HEP3 buffer too small This patch makes proto_hep more stable in production, so it doesn't cause a crash if it reaches an unexpected state, such as "buffer too small" followed by overrunning the PKG buffer, for example: CRITICAL:core:qm_debug_frag: qm_*: prev. fragm. tail overwritten(f00000a000c0000, abcdefedabcdefa0) [0x7f1b840306c8:0x7f1b840306f8] (build_hep3_buf, hep.c:1347)! Now, the respective tracing will simply fail and OpenSIPS processing continues safely. Still, the original bug remains to be understood and addressed. Issue discovered during OpenSIPIt'02, thanks to Alfred Farrugia & Sandro Gauci (Enable Security) From noreply at github.com Wed Nov 17 17:36:39 2021 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Nov 2021 09:36:39 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f4980d: proto_hep: Do not corrupt PKG memory if HEP3 buffe... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: f4980dd6300d3ae3aac33ac898501f66847414e9 https://github.com/OpenSIPS/opensips/commit/f4980dd6300d3ae3aac33ac898501f66847414e9 Author: Liviu Chircu Date: 2021-11-17 (Wed, 17 Nov 2021) Changed paths: M modules/proto_hep/hep.c Log Message: ----------- proto_hep: Do not corrupt PKG memory if HEP3 buffer too small This patch makes proto_hep more stable in production, so it doesn't cause a crash if it reaches an unexpected state, such as "buffer too small" followed by overrunning the PKG buffer, for example: CRITICAL:core:qm_debug_frag: qm_*: prev. fragm. tail overwritten(f00000a000c0000, abcdefedabcdefa0) [0x7f1b840306c8:0x7f1b840306f8] (build_hep3_buf, hep.c:1347)! Now, the respective tracing will simply fail and OpenSIPS processing continues safely. Still, the original bug remains to be understood and addressed. Issue discovered during OpenSIPIt'02, thanks to Alfred Farrugia & Sandro Gauci (Enable Security) (cherry picked from commit 78e4356aee36eb4cc4b89f712462588c1af28470) From noreply at github.com Wed Nov 17 17:36:55 2021 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 Nov 2021 09:36:55 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2f1727: proto_hep: Do not corrupt PKG memory if HEP3 buffe... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 2f1727b2b6c23e3771ed263806e8f4e67dc7db04 https://github.com/OpenSIPS/opensips/commit/2f1727b2b6c23e3771ed263806e8f4e67dc7db04 Author: Liviu Chircu Date: 2021-11-17 (Wed, 17 Nov 2021) Changed paths: M modules/proto_hep/hep.c Log Message: ----------- proto_hep: Do not corrupt PKG memory if HEP3 buffer too small This patch makes proto_hep more stable in production, so it doesn't cause a crash if it reaches an unexpected state, such as "buffer too small" followed by overrunning the PKG buffer, for example: CRITICAL:core:qm_debug_frag: qm_*: prev. fragm. tail overwritten(f00000a000c0000, abcdefedabcdefa0) [0x7f1b840306c8:0x7f1b840306f8] (build_hep3_buf, hep.c:1347)! Now, the respective tracing will simply fail and OpenSIPS processing continues safely. Still, the original bug remains to be understood and addressed. Issue discovered during OpenSIPIt'02, thanks to Alfred Farrugia & Sandro Gauci (Enable Security) (cherry picked from commit 78e4356aee36eb4cc4b89f712462588c1af28470) From noreply at github.com Thu Nov 18 11:26:16 2021 From: noreply at github.com (Liviu Chircu) Date: Thu, 18 Nov 2021 03:26:16 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 30029b: rest_client: Add the 'max_transfer_size' setting Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 30029bdcc7b3fbddf1476abc37507aaf42f95bc3 https://github.com/OpenSIPS/opensips/commit/30029bdcc7b3fbddf1476abc37507aaf42f95bc3 Author: Liviu Chircu Date: 2021-11-18 (Thu, 18 Nov 2021) Changed paths: M modules/rest_client/doc/rest_client_admin.xml M modules/rest_client/rest_cb.c M modules/rest_client/rest_cb.h M modules/rest_client/rest_client.c M modules/rest_client/rest_client.h Log Message: ----------- rest_client: Add the 'max_transfer_size' setting Sets a limit on the maximum size of a single download. May be important for security purposes, to prevent certain attack vectors such as malicious "x5u" certificate URLs in STIR/SHAKEN setups. Default: 0 KB (check disabled) Issue discovered during OpenSIPIt'02, by Alfred Farrugia & Sandro Gauci (Enable Security) (cherry picked from commit b56bba344e0c067ee7af53bdd1add9ed05b403f3) From noreply at github.com Thu Nov 18 14:35:51 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 18 Nov 2021 06:35:51 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f877f8: tls_mgm: fix possible crash when reloading from DB Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f877f8752f3ce334924c2b22985c89997aa0ffc2 https://github.com/OpenSIPS/opensips/commit/f877f8752f3ce334924c2b22985c89997aa0ffc2 Author: Vlad Patrascu Date: 2021-11-18 (Thu, 18 Nov 2021) Changed paths: M modules/tls_mgm/tls_domain.c Log Message: ----------- tls_mgm: fix possible crash when reloading from DB The crash would occur after multiple DB reloads when there are also TLS domains defined in the script. From noreply at github.com Thu Nov 18 14:36:35 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 18 Nov 2021 06:36:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 614661: tls_mgm: fix possible crash when reloading from DB Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 614661cabde1e6e6667f25e3ead7b78b77b45647 https://github.com/OpenSIPS/opensips/commit/614661cabde1e6e6667f25e3ead7b78b77b45647 Author: Vlad Patrascu Date: 2021-11-18 (Thu, 18 Nov 2021) Changed paths: M modules/tls_mgm/tls_domain.c Log Message: ----------- tls_mgm: fix possible crash when reloading from DB The crash would occur after multiple DB reloads when there are also TLS domains defined in the script. (cherry picked from commit f877f8752f3ce334924c2b22985c89997aa0ffc2) From noreply at github.com Thu Nov 18 14:37:23 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 18 Nov 2021 06:37:23 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 78a91a: tls_mgm: fix possible crash when reloading from DB Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 78a91ac756abca146cb261a4ffa42ca7b65d4a58 https://github.com/OpenSIPS/opensips/commit/78a91ac756abca146cb261a4ffa42ca7b65d4a58 Author: Vlad Patrascu Date: 2021-11-18 (Thu, 18 Nov 2021) Changed paths: M modules/tls_mgm/tls_domain.c Log Message: ----------- tls_mgm: fix possible crash when reloading from DB The crash would occur after multiple DB reloads when there are also TLS domains defined in the script. (cherry picked from commit f877f8752f3ce334924c2b22985c89997aa0ffc2) From noreply at github.com Thu Nov 18 15:16:51 2021 From: noreply at github.com (vladpaiu) Date: Thu, 18 Nov 2021 07:16:51 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] aaa383: Fix ACK CSEQ generation for in-dialog RE-INVITEs w... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: aaa3831c6cc878abdc805a2538e62026d67117f8 https://github.com/OpenSIPS/opensips/commit/aaa3831c6cc878abdc805a2538e62026d67117f8 Author: Vlad Paiu Date: 2021-11-18 (Thu, 18 Nov 2021) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- Fix ACK CSEQ generation for in-dialog RE-INVITEs where in-dialogs pings have been sent out Closes #2678 From noreply at github.com Thu Nov 18 15:19:24 2021 From: noreply at github.com (vladpaiu) Date: Thu, 18 Nov 2021 07:19:24 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] be3324: Fix ACK CSEQ generation for in-dialog RE-INVITEs w... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: be332478e5265aed5e7a42f634d77de012864193 https://github.com/OpenSIPS/opensips/commit/be332478e5265aed5e7a42f634d77de012864193 Author: Vlad Paiu Date: 2021-11-18 (Thu, 18 Nov 2021) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- Fix ACK CSEQ generation for in-dialog RE-INVITEs where in-dialogs pings have been sent out Closes #2678 (cherry picked from commit aaa3831c6cc878abdc805a2538e62026d67117f8) From noreply at github.com Thu Nov 18 15:21:22 2021 From: noreply at github.com (vladpaiu) Date: Thu, 18 Nov 2021 07:21:22 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f7c48a: Fix ACK CSEQ generation for in-dialog RE-INVITEs w... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f7c48a7bb25b3addf7f618859ab57fa0a5c071b2 https://github.com/OpenSIPS/opensips/commit/f7c48a7bb25b3addf7f618859ab57fa0a5c071b2 Author: Vlad Paiu Date: 2021-11-18 (Thu, 18 Nov 2021) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- Fix ACK CSEQ generation for in-dialog RE-INVITEs where in-dialogs pings have been sent out Closes #2678 (cherry picked from commit aaa3831c6cc878abdc805a2538e62026d67117f8) From noreply at github.com Fri Nov 19 07:33:11 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 18 Nov 2021 23:33:11 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 394ba0: [drouting] update docs on carrier sorting algorithms Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 394ba080486f97f44afaf794fa82aba1f630b186 https://github.com/OpenSIPS/opensips/commit/394ba080486f97f44afaf794fa82aba1f630b186 Author: Bogdan-Andrei Iancu Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M modules/drouting/doc/drouting_admin.xml Log Message: ----------- [drouting] update docs on carrier sorting algorithms From noreply at github.com Fri Nov 19 07:33:45 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 18 Nov 2021 23:33:45 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 79eb24: [drouting] update docs on carrier sorting algorithms Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 79eb24e38a76fc4dca8240bd1d2afcfc6796fb30 https://github.com/OpenSIPS/opensips/commit/79eb24e38a76fc4dca8240bd1d2afcfc6796fb30 Author: Bogdan-Andrei Iancu Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M modules/drouting/doc/drouting_admin.xml Log Message: ----------- [drouting] update docs on carrier sorting algorithms (cherry picked from commit 394ba080486f97f44afaf794fa82aba1f630b186) From noreply at github.com Fri Nov 19 07:36:22 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 18 Nov 2021 23:36:22 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e6ad0c: [drouting] update docs on carrier sorting algorithms Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: e6ad0ccfd367faa9bbd89d66655d2b8c06e41693 https://github.com/OpenSIPS/opensips/commit/e6ad0ccfd367faa9bbd89d66655d2b8c06e41693 Author: Bogdan-Andrei Iancu Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M modules/drouting/doc/drouting_admin.xml Log Message: ----------- [drouting] update docs on carrier sorting algorithms (cherry picked from commit 394ba080486f97f44afaf794fa82aba1f630b186) From noreply at github.com Fri Nov 19 13:16:13 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 19 Nov 2021 05:16:13 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cd6351: cgrates: rework connection re-connect Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cd6351fdd99ad9da5d588db82c8d59c163adb89c https://github.com/OpenSIPS/opensips/commit/cd6351fdd99ad9da5d588db82c8d59c163adb89c Author: Razvan Crainea Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M modules/cgrates/cgrates.c M modules/cgrates/cgrates_common.c M modules/cgrates/cgrates_engine.c M modules/cgrates/cgrates_engine.h Log Message: ----------- cgrates: rework connection re-connect Use IPC events to re-connect to disabled connections Commit: 367e03142be1f7199bb98ec8d3268647fb9d33e1 https://github.com/OpenSIPS/opensips/commit/367e03142be1f7199bb98ec8d3268647fb9d33e1 Author: Razvan Crainea Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M modules/cgrates/cgrates.c M modules/cgrates/cgrates_engine.c M modules/cgrates/cgrates_engine.h Log Message: ----------- cgrates: add support for FQDN engines Thanks go to Vasilios Tzanoudakis (@vtzan on GitHub) for reporting. Close #2570 Compare: https://github.com/OpenSIPS/opensips/compare/394ba080486f...367e03142be1 From noreply at github.com Sat Nov 20 21:50:57 2021 From: noreply at github.com (opensips-github) Date: Sat, 20 Nov 2021 13:50:57 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e63924: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: e63924130b910c547f30bfe715f55f91cd38f628 https://github.com/OpenSIPS/opensips/commit/e63924130b910c547f30bfe715f55f91cd38f628 Author: OpenSIPS Date: 2021-11-20 (Sat, 20 Nov 2021) Changed paths: M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/proto_hep/README M modules/proto_hep/doc/contributors.xml M modules/rest_client/README M modules/rest_client/doc/contributors.xml M modules/tls_mgm/README M modules/tls_mgm/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Nov 20 22:18:36 2021 From: noreply at github.com (opensips-github) Date: Sat, 20 Nov 2021 14:18:36 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e25873: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e25873d5621e40c6034376d78bfe71337a7ae214 https://github.com/OpenSIPS/opensips/commit/e25873d5621e40c6034376d78bfe71337a7ae214 Author: OpenSIPS Date: 2021-11-21 (Sun, 21 Nov 2021) Changed paths: M modules/auth/README M modules/auth/doc/contributors.xml M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/proto_hep/README M modules/proto_hep/doc/contributors.xml M modules/rest_client/README M modules/rest_client/doc/contributors.xml M modules/tls_mgm/README M modules/tls_mgm/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Nov 22 16:32:25 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Nov 2021 08:32:25 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c4a674: rtp_relay: rename binds with funcs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c4a674feabaef7d395c98b4006bce44d2c1fcbaf https://github.com/OpenSIPS/opensips/commit/c4a674feabaef7d395c98b4006bce44d2c1fcbaf Author: Razvan Crainea Date: 2021-11-22 (Mon, 22 Nov 2021) Changed paths: M modules/rtp_relay/rtp_relay.h M modules/rtp_relay/rtp_relay_ctx.c M modules/rtp_relay/rtp_relay_server.c M modules/rtpengine/rtpengine.c M modules/rtpproxy/rtpproxy.c Log Message: ----------- rtp_relay: rename binds with funcs Commit: bbe3ec0947e067aa2631b18f31aea9cd30c7fe9f https://github.com/OpenSIPS/opensips/commit/bbe3ec0947e067aa2631b18f31aea9cd30c7fe9f Author: Razvan Crainea Date: 2021-11-22 (Mon, 22 Nov 2021) Changed paths: M modules/siprec/doc/siprec_admin.xml M modules/siprec/siprec.c A modules/siprec/siprec_var.c A modules/siprec/siprec_var.h Log Message: ----------- siprec: add $siprec variable Compare: https://github.com/OpenSIPS/opensips/compare/e25873d5621e...bbe3ec0947e0 From noreply at github.com Tue Nov 23 11:54:39 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 23 Nov 2021 03:54:39 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 84ddfb: rtpengine: fix tags swapping when explicitely prov... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 84ddfb8ca33ae86da5e15ef5a4cbd3a605655bbc https://github.com/OpenSIPS/opensips/commit/84ddfb8ca33ae86da5e15ef5a4cbd3a605655bbc Author: Razvan Crainea Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: fix tags swapping when explicitely provided From noreply at github.com Tue Nov 23 12:14:05 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 04:14:05 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 430461: httpd: Fix const pointer conversion warnings (Cent... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 43046101b9a1830cfc65dbfb73babe13a569f0d4 https://github.com/OpenSIPS/opensips/commit/43046101b9a1830cfc65dbfb73babe13a569f0d4 Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/httpd/httpd.c Log Message: ----------- httpd: Fix const pointer conversion warnings (CentOS 7) httpd.c:136:5: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] vi = ver; ^ httpd.c:137:7: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] rend = ver + strlen(ver); ^ From noreply at github.com Tue Nov 23 12:14:43 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 04:14:43 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6059c4: httpd: Fix const pointer conversion warnings (Cent... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 6059c42984bc72eecc11c1f19ea159d2e5049c68 https://github.com/OpenSIPS/opensips/commit/6059c42984bc72eecc11c1f19ea159d2e5049c68 Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/httpd/httpd.c Log Message: ----------- httpd: Fix const pointer conversion warnings (CentOS 7) httpd.c:136:5: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] vi = ver; ^ httpd.c:137:7: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] rend = ver + strlen(ver); ^ (cherry picked from commit 43046101b9a1830cfc65dbfb73babe13a569f0d4) From noreply at github.com Tue Nov 23 12:53:42 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 23 Nov 2021 04:53:42 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 671467: Revert "rtp_relay: do not offer the same request t... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 67146795072655c0db114e85cd07ef9d5b3619b6 https://github.com/OpenSIPS/opensips/commit/67146795072655c0db114e85cd07ef9d5b3619b6 Author: Razvan Crainea Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- Revert "rtp_relay: do not offer the same request twice" This reverts commit 562962a0589f332920cd4c962704a3d0ca5ab51c. Commit: 95ecb77c5e23c532a994d3ac57060f60c403c176 https://github.com/OpenSIPS/opensips/commit/95ecb77c5e23c532a994d3ac57060f60c403c176 Author: Razvan Crainea Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: fix flags order for answer Compare: https://github.com/OpenSIPS/opensips/compare/43046101b9a1...95ecb77c5e23 From noreply at github.com Tue Nov 23 12:53:50 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 23 Nov 2021 04:53:50 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 23ba1e: Revert "rtp_relay: do not offer the same request t... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 23ba1eeeebac8c91cc0fe36d4ae6b31efc1a0f93 https://github.com/OpenSIPS/opensips/commit/23ba1eeeebac8c91cc0fe36d4ae6b31efc1a0f93 Author: Razvan Crainea Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- Revert "rtp_relay: do not offer the same request twice" This reverts commit d3b93d663a6607f893ea4fbabc2bd806971a0e5e. Commit: fe0da3e1b1153c05a1607c971e60b3cc741957df https://github.com/OpenSIPS/opensips/commit/fe0da3e1b1153c05a1607c971e60b3cc741957df Author: Razvan Crainea Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: fix flags order for answer (cherry picked from commit 95ecb77c5e23c532a994d3ac57060f60c403c176) Compare: https://github.com/OpenSIPS/opensips/compare/6059c42984bc...fe0da3e1b115 From noreply at github.com Tue Nov 23 14:33:09 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 06:33:09 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 283117: drouting docs: Update the time recurrence section Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2831178c2cfde30e15a2d47edd976de97f430096 https://github.com/OpenSIPS/opensips/commit/2831178c2cfde30e15a2d47edd976de97f430096 Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/drouting/doc/drouting_admin.xml Log Message: ----------- drouting docs: Update the time recurrence section Credits to Pete Kelly for spotting the issue! From noreply at github.com Tue Nov 23 14:33:21 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 06:33:21 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5d8465: drouting docs: Update the time recurrence section Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 5d84651070be211c1069916744e55d59195c82d2 https://github.com/OpenSIPS/opensips/commit/5d84651070be211c1069916744e55d59195c82d2 Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/drouting/doc/drouting_admin.xml Log Message: ----------- drouting docs: Update the time recurrence section Credits to Pete Kelly for spotting the issue! (cherry picked from commit 2831178c2cfde30e15a2d47edd976de97f430096) From noreply at github.com Tue Nov 23 14:36:38 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 06:36:38 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 36ba2a: Dialplan docs: Update the time recurrence syntax text Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 36ba2af3e6d2cee05c098f5bc719b8f9279e4f32 https://github.com/OpenSIPS/opensips/commit/36ba2af3e6d2cee05c098f5bc719b8f9279e4f32 Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/dialplan/doc/dialplan_admin.xml Log Message: ----------- Dialplan docs: Update the time recurrence syntax text From noreply at github.com Tue Nov 23 14:36:47 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 06:36:47 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c3abd8: Dialplan docs: Update the time recurrence syntax text Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: c3abd85077705e910788c0293a3b17d597c7712a https://github.com/OpenSIPS/opensips/commit/c3abd85077705e910788c0293a3b17d597c7712a Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/dialplan/doc/dialplan_admin.xml Log Message: ----------- Dialplan docs: Update the time recurrence syntax text (cherry picked from commit 36ba2af3e6d2cee05c098f5bc719b8f9279e4f32) From noreply at github.com Tue Nov 23 15:05:37 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 07:05:37 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4dbd2c: perl: Allow perl_exec_simple() from any route Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4dbd2ced3a1db3326b7201c64bba165033ab2d95 https://github.com/OpenSIPS/opensips/commit/4dbd2ced3a1db3326b7201c64bba165033ab2d95 Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/perl/perl.c Log Message: ----------- perl: Allow perl_exec_simple() from any route This function is neither tied to a SIP message nor does it perform any SIP signaling, so we can call it from any route! From noreply at github.com Tue Nov 23 15:07:16 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 07:07:16 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 38e67d: perl: Fix PKG corruption in perl_exec_simple() (of... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 38e67d4ce6bbfec9f30188cedfd73bd80b18e1bc https://github.com/OpenSIPS/opensips/commit/38e67d4ce6bbfec9f30188cedfd73bd80b18e1bc Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/perl/perlfunc.c Log Message: ----------- perl: Fix PKG corruption in perl_exec_simple() (off-by-one) Credits to Kingsley Tart for the report! Fixes #2666 From noreply at github.com Tue Nov 23 15:07:43 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 07:07:43 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8aba9d: perl: Allow perl_exec_simple() from any route Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 8aba9d3ccc845ad4a4f58ef3166069bbedc83b3a https://github.com/OpenSIPS/opensips/commit/8aba9d3ccc845ad4a4f58ef3166069bbedc83b3a Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/perl/perl.c Log Message: ----------- perl: Allow perl_exec_simple() from any route This function is neither tied to a SIP message nor does it perform any SIP signaling, so we can call it from any route! (cherry picked from commit 4dbd2ced3a1db3326b7201c64bba165033ab2d95) Commit: cc50f825eaa7a0ca6abab42eb34ac0ad973a615b https://github.com/OpenSIPS/opensips/commit/cc50f825eaa7a0ca6abab42eb34ac0ad973a615b Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/perl/perlfunc.c Log Message: ----------- perl: Fix PKG corruption in perl_exec_simple() (off-by-one) Credits to Kingsley Tart for the report! Fixes #2666 (cherry picked from commit 38e67d4ce6bbfec9f30188cedfd73bd80b18e1bc) Compare: https://github.com/OpenSIPS/opensips/compare/c3abd8507770...cc50f825eaa7 From noreply at github.com Tue Nov 23 15:11:50 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 07:11:50 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1bd755: perl: Allow perl_exec_simple() from any route Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 1bd755e0a67b9feee0220a7be8dba35b5837c86b https://github.com/OpenSIPS/opensips/commit/1bd755e0a67b9feee0220a7be8dba35b5837c86b Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/perl/perl.c Log Message: ----------- perl: Allow perl_exec_simple() from any route This function is neither tied to a SIP message nor does it perform any SIP signaling, so we can call it from any route! (cherry picked from commit 4dbd2ced3a1db3326b7201c64bba165033ab2d95) Commit: 36c3c25bf51d606ab59ed91aa165bc8bf80970af https://github.com/OpenSIPS/opensips/commit/36c3c25bf51d606ab59ed91aa165bc8bf80970af Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/perl/perlfunc.c Log Message: ----------- perl: Fix PKG corruption in perl_exec_simple() (off-by-one) Credits to Kingsley Tart for the report! Fixes #2666 (cherry picked from commit 38e67d4ce6bbfec9f30188cedfd73bd80b18e1bc) Compare: https://github.com/OpenSIPS/opensips/compare/e63924130b91...36c3c25bf51d From noreply at github.com Tue Nov 23 15:12:11 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 07:12:11 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0968e6: perl: Allow perl_exec_simple() from any route Message-ID: Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: 0968e6a78d135bbd9f0e29afc02a907badbb684f https://github.com/OpenSIPS/opensips/commit/0968e6a78d135bbd9f0e29afc02a907badbb684f Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/perl/perl.c Log Message: ----------- perl: Allow perl_exec_simple() from any route This function is neither tied to a SIP message nor does it perform any SIP signaling, so we can call it from any route! (cherry picked from commit 4dbd2ced3a1db3326b7201c64bba165033ab2d95) Commit: 86a3fd8c3e6886fcba3cf5867093f7d169163c64 https://github.com/OpenSIPS/opensips/commit/86a3fd8c3e6886fcba3cf5867093f7d169163c64 Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/perl/perlfunc.c Log Message: ----------- perl: Fix PKG corruption in perl_exec_simple() (off-by-one) Credits to Kingsley Tart for the report! Fixes #2666 (cherry picked from commit 38e67d4ce6bbfec9f30188cedfd73bd80b18e1bc) Compare: https://github.com/OpenSIPS/opensips/compare/2f568a17287e...86a3fd8c3e68 From noreply at github.com Tue Nov 23 15:35:09 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 23 Nov 2021 07:35:09 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e64473: use listeners as primary stun IP Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e644735e2dae1d3f97c933f92e92c110fb8d0c84 https://github.com/OpenSIPS/opensips/commit/e644735e2dae1d3f97c933f92e92c110fb8d0c84 Author: Bernard Date: 2021-10-22 (Fri, 22 Oct 2021) Changed paths: M modules/stun/doc/stun_admin.xml M modules/stun/stun.c M modules/stun/stun.h Log Message: ----------- use listeners as primary stun IP Commit: 576df617d82d45a6adcd9b7b24153c80509a3f7b https://github.com/OpenSIPS/opensips/commit/576df617d82d45a6adcd9b7b24153c80509a3f7b Author: Vlad Pătrașcu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/stun/doc/stun_admin.xml M modules/stun/stun.c M modules/stun/stun.h Log Message: ----------- Merge pull request #2662 from bbuitenhuis/master use listeners as primary stun IP Compare: https://github.com/OpenSIPS/opensips/compare/38e67d4ce6bb...576df617d82d From noreply at github.com Tue Nov 23 15:39:41 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 23 Nov 2021 07:39:41 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 153256: socket_info: add parse_sock_info() to unify parsing Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 153256ce702b44011de47e3e4905ddc07eba662b https://github.com/OpenSIPS/opensips/commit/153256ce702b44011de47e3e4905ddc07eba662b Author: Razvan Crainea Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/b2b_entities/b2be_clustering.c M modules/dialog/dlg_db_handler.c M modules/dialog/dlg_replication.c M modules/dispatcher/dispatch.c M modules/dispatcher/dispatcher.c M modules/domainpolicy/domainpolicy.c M modules/drouting/drouting.c M modules/tm/mi.c M modules/uac_registrant/reg_db_handler.c M modules/usrloc/ul_cluster.c M pvar.c M socket_info.c M socket_info.h Log Message: ----------- socket_info: add parse_sock_info() to unify parsing Commit: aee3e683d8d7b0227748711f73cc384475a9fb16 https://github.com/OpenSIPS/opensips/commit/aee3e683d8d7b0227748711f73cc384475a9fb16 Author: Razvan Crainea Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/siprec/doc/siprec_admin.xml M modules/siprec/siprec.c M modules/siprec/siprec_var.c M modules/siprec/siprec_var.h Log Message: ----------- siprec: specify socket through the $siprec variable Compare: https://github.com/OpenSIPS/opensips/compare/576df617d82d...aee3e683d8d7 From noreply at github.com Tue Nov 23 16:36:54 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 08:36:54 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 691792: cachedb_redis: Add support for multi-hosts (circul... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 69179289e5f1b21bd0ae3e1533877debac2258bd https://github.com/OpenSIPS/opensips/commit/69179289e5f1b21bd0ae3e1533877debac2258bd Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/cachedb_redis/cachedb_redis_dbase.c M modules/cachedb_redis/cachedb_redis_dbase.h Log Message: ----------- cachedb_redis: Add support for multi-hosts (circular failover) ... using a cachedb_url resembling: "redis:ha://localhost,host_a:6380,host_b:6381,host_c/" Credits to Kevin Wormington for sponsoring this feature! From noreply at github.com Tue Nov 23 16:44:39 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 08:44:39 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6a2cc3: cachedb_redis docs: Document usage for multi-host ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6a2cc34e538a85af47c4a86bb09b967e5b2206f3 https://github.com/OpenSIPS/opensips/commit/6a2cc34e538a85af47c4a86bb09b967e5b2206f3 Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/cachedb_redis/doc/cachedb_redis_admin.xml Log Message: ----------- cachedb_redis docs: Document usage for multi-host URLs From noreply at github.com Tue Nov 23 16:50:39 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 08:50:39 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e377a9: cachedb_redis docs: Add an FAQ section regarding C... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e377a906b295b3c1c1c69be5a7a91da7e4bdded0 https://github.com/OpenSIPS/opensips/commit/e377a906b295b3c1c1c69be5a7a91da7e4bdded0 Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/cachedb_redis/doc/cachedb_redis.xml A modules/cachedb_redis/doc/cachedb_redis_faq.xml Log Message: ----------- cachedb_redis docs: Add an FAQ section regarding CVE-2020-7105 From noreply at github.com Tue Nov 23 18:01:35 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 10:01:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7fb5dd: drouting: Allow 64-bit integers for dr_rules.sort_... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7fb5ddf64826bc9d6c1c3d3c0d58cf7275e748dc https://github.com/OpenSIPS/opensips/commit/7fb5ddf64826bc9d6c1c3d3c0d58cf7275e748dc Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/drouting/dr_load.c Log Message: ----------- drouting: Allow 64-bit integers for dr_rules.sort_profile This allows SQL views to represent the NULL value as a 64-bit integer without getting rejected by OpenSIPS, which expected a 32-bit integer for that column. Admittedly, any 64-bit integer "sort profile" will now be truncated to 32 bits, but OpenSIPS had no full support for 64-bit sort profile values in the first place, so it's better to just truncate and NOT error. From noreply at github.com Tue Nov 23 18:02:11 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 10:02:11 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d4503e: drouting: Allow 64-bit integers for dr_rules.sort_... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: d4503e0746f58d9ca5f53baca997818a52fc817b https://github.com/OpenSIPS/opensips/commit/d4503e0746f58d9ca5f53baca997818a52fc817b Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/drouting/dr_load.c Log Message: ----------- drouting: Allow 64-bit integers for dr_rules.sort_profile This allows SQL views to represent the NULL value as a 64-bit integer without getting rejected by OpenSIPS, which expected a 32-bit integer for that column. Admittedly, any 64-bit integer "sort profile" will now be truncated to 32 bits, but OpenSIPS had no full support for 64-bit sort profile values in the first place, so it's better to just truncate and NOT error. (cherry picked from commit 7fb5ddf64826bc9d6c1c3d3c0d58cf7275e748dc) From noreply at github.com Tue Nov 23 18:03:19 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 23 Nov 2021 10:03:19 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 33113c: drouting: Allow 64-bit integers for dr_rules.sort_... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 33113c14fafaf7b3814f334d8de431ecbb68708d https://github.com/OpenSIPS/opensips/commit/33113c14fafaf7b3814f334d8de431ecbb68708d Author: Liviu Chircu Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M modules/drouting/dr_load.c Log Message: ----------- drouting: Allow 64-bit integers for dr_rules.sort_profile This allows SQL views to represent the NULL value as a 64-bit integer without getting rejected by OpenSIPS, which expected a 32-bit integer for that column. Admittedly, any 64-bit integer "sort profile" will now be truncated to 32 bits, but OpenSIPS had no full support for 64-bit sort profile values in the first place, so it's better to just truncate and NOT error. (cherry picked from commit 7fb5ddf64826bc9d6c1c3d3c0d58cf7275e748dc) From noreply at github.com Wed Nov 24 08:59:20 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Nov 2021 00:59:20 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 85e0e5: prometheus: unlock stats mods on error Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 85e0e53f556ad41d228183486ed1650b9a5b048c https://github.com/OpenSIPS/opensips/commit/85e0e53f556ad41d228183486ed1650b9a5b048c Author: Razvan Crainea Date: 2021-11-24 (Wed, 24 Nov 2021) Changed paths: M modules/prometheus/prometheus.c Log Message: ----------- prometheus: unlock stats mods on error From noreply at github.com Wed Nov 24 09:00:50 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 24 Nov 2021 01:00:50 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 58fc8e: prometheus: unlock stats mods on error Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 58fc8e31a2f48c4047f30bf49360cde0ac407293 https://github.com/OpenSIPS/opensips/commit/58fc8e31a2f48c4047f30bf49360cde0ac407293 Author: Razvan Crainea Date: 2021-11-24 (Wed, 24 Nov 2021) Changed paths: M modules/prometheus/prometheus.c Log Message: ----------- prometheus: unlock stats mods on error From noreply at github.com Wed Nov 24 17:55:43 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 24 Nov 2021 09:55:43 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 447a88: event_route: allow a 'route' subscriber to be used... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 447a88a19c86fc4159e290b2aa8475e4db5ce551 https://github.com/OpenSIPS/opensips/commit/447a88a19c86fc4159e290b2aa8475e4db5ce551 Author: Vlad Patrascu Date: 2021-11-24 (Wed, 24 Nov 2021) Changed paths: M modules/event_route/event_route.c Log Message: ----------- event_route: allow a 'route' subscriber to be used from event_virtual From noreply at github.com Wed Nov 24 17:57:22 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 24 Nov 2021 09:57:22 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 089b65: event_route: allow a 'route' subscriber to be used... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 089b653f3bba342699e270c87211ee6fbe298adf https://github.com/OpenSIPS/opensips/commit/089b653f3bba342699e270c87211ee6fbe298adf Author: Vlad Patrascu Date: 2021-11-24 (Wed, 24 Nov 2021) Changed paths: M modules/event_route/event_route.c Log Message: ----------- event_route: allow a 'route' subscriber to be used from event_virtual (cherry picked from commit 447a88a19c86fc4159e290b2aa8475e4db5ce551) From noreply at github.com Wed Nov 24 17:57:56 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 24 Nov 2021 09:57:56 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a49ca4: event_route: allow a 'route' subscriber to be used... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: a49ca4642324b9d9f8f64a7d647f45580dd99337 https://github.com/OpenSIPS/opensips/commit/a49ca4642324b9d9f8f64a7d647f45580dd99337 Author: Vlad Patrascu Date: 2021-11-24 (Wed, 24 Nov 2021) Changed paths: M modules/event_route/event_route.c Log Message: ----------- event_route: allow a 'route' subscriber to be used from event_virtual (cherry picked from commit 447a88a19c86fc4159e290b2aa8475e4db5ce551) From noreply at github.com Thu Nov 25 12:15:31 2021 From: noreply at github.com (Liviu Chircu) Date: Thu, 25 Nov 2021 04:15:31 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ecbd98: nathelper: Fix rare message corruption due to bitw... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ecbd9856efb7a420e2fceff6769951d307be8c03 https://github.com/OpenSIPS/opensips/commit/ecbd9856efb7a420e2fceff6769951d307be8c03 Author: Liviu Chircu Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/nathelper/sip_pinger.h M socket_info.h Log Message: ----------- nathelper: Fix rare message corruption due to bitwise opts on strings Credits to Damien Sandras for the report and initial PR! Closes #2695 From noreply at github.com Thu Nov 25 12:16:30 2021 From: noreply at github.com (Liviu Chircu) Date: Thu, 25 Nov 2021 04:16:30 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 97233f: nathelper: Fix rare message corruption due to bitw... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 97233f49a4b686db7dd3991dc5ad2a17e038712a https://github.com/OpenSIPS/opensips/commit/97233f49a4b686db7dd3991dc5ad2a17e038712a Author: Liviu Chircu Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/nathelper/sip_pinger.h M socket_info.h Log Message: ----------- nathelper: Fix rare message corruption due to bitwise opts on strings Credits to Damien Sandras for the report and initial PR! Closes #2695 (cherry picked from commit ecbd9856efb7a420e2fceff6769951d307be8c03) From noreply at github.com Thu Nov 25 12:17:46 2021 From: noreply at github.com (Liviu Chircu) Date: Thu, 25 Nov 2021 04:17:46 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 237997: nathelper: Fix rare message corruption due to bitw... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 237997bba33e8687c0d3da5195653b4ecacffa44 https://github.com/OpenSIPS/opensips/commit/237997bba33e8687c0d3da5195653b4ecacffa44 Author: Liviu Chircu Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/nathelper/sip_pinger.h M socket_info.h Log Message: ----------- nathelper: Fix rare message corruption due to bitwise opts on strings Credits to Damien Sandras for the report and initial PR! Closes #2695 (cherry picked from commit ecbd9856efb7a420e2fceff6769951d307be8c03) From noreply at github.com Thu Nov 25 12:18:46 2021 From: noreply at github.com (Liviu Chircu) Date: Thu, 25 Nov 2021 04:18:46 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7ffbd4: nathelper: Fix rare message corruption due to bitw... Message-ID: Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: 7ffbd4195fdf89c22c7f485ed583436f9cec5ae4 https://github.com/OpenSIPS/opensips/commit/7ffbd4195fdf89c22c7f485ed583436f9cec5ae4 Author: Liviu Chircu Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/nathelper/sip_pinger.h M socket_info.h Log Message: ----------- nathelper: Fix rare message corruption due to bitwise opts on strings Credits to Damien Sandras for the report and initial PR! Closes #2695 (cherry picked from commit ecbd9856efb7a420e2fceff6769951d307be8c03) (cherry picked from commit 237997bba33e8687c0d3da5195653b4ecacffa44) From noreply at github.com Thu Nov 25 16:30:49 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 25 Nov 2021 08:30:49 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7411e6: rtpengine: pass the media-address as we get it Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7411e62a38e5d479dc41df6ee883aa165d8e3b56 https://github.com/OpenSIPS/opensips/commit/7411e62a38e5d479dc41df6ee883aa165d8e3b56 Author: Razvan Crainea Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: pass the media-address as we get it Thanks go to @wangduanduan for reporting it in #2692 From noreply at github.com Thu Nov 25 16:31:03 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 25 Nov 2021 08:31:03 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d0db03: rtpengine: pass the media-address as we get it Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: d0db03b0007e16b176e81686c631b5f69ed3b0ab https://github.com/OpenSIPS/opensips/commit/d0db03b0007e16b176e81686c631b5f69ed3b0ab Author: Razvan Crainea Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: pass the media-address as we get it Thanks go to @wangduanduan for reporting it in #2692 (cherry picked from commit 7411e62a38e5d479dc41df6ee883aa165d8e3b56) From noreply at github.com Thu Nov 25 16:40:57 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 25 Nov 2021 08:40:57 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 97ea33: Revert "rtpengine: pass the media-address as we ge... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 97ea33ab5a18d093f8cddc345e0e36b96c7446ec https://github.com/OpenSIPS/opensips/commit/97ea33ab5a18d093f8cddc345e0e36b96c7446ec Author: Razvan Crainea Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- Revert "rtpengine: pass the media-address as we get it" This reverts commit 7411e62a38e5d479dc41df6ee883aa165d8e3b56. Commit: 83e0bf6a62e38949e1c3c96cfee711775558f52c https://github.com/OpenSIPS/opensips/commit/83e0bf6a62e38949e1c3c96cfee711775558f52c Author: Razvan Crainea Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: rework media-address fix by checking if value is specified Thanks go to @wangduanduan for reporting it in #2692 Compare: https://github.com/OpenSIPS/opensips/compare/7411e62a38e5...83e0bf6a62e3 From noreply at github.com Thu Nov 25 16:41:06 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 25 Nov 2021 08:41:06 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b1f677: Revert "rtpengine: pass the media-address as we ge... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: b1f6778dae7ba056ba7d7e8ff0284fc1d630320c https://github.com/OpenSIPS/opensips/commit/b1f6778dae7ba056ba7d7e8ff0284fc1d630320c Author: Razvan Crainea Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- Revert "rtpengine: pass the media-address as we get it" This reverts commit d0db03b0007e16b176e81686c631b5f69ed3b0ab. Commit: d4eecc53858e858db2a3caa78ebb144c94763677 https://github.com/OpenSIPS/opensips/commit/d4eecc53858e858db2a3caa78ebb144c94763677 Author: Razvan Crainea Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: rework media-address fix by checking if value is specified Thanks go to @wangduanduan for reporting it in #2692 (cherry picked from commit 83e0bf6a62e38949e1c3c96cfee711775558f52c) Compare: https://github.com/OpenSIPS/opensips/compare/d0db03b0007e...d4eecc53858e From noreply at github.com Thu Nov 25 16:46:10 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 25 Nov 2021 08:46:10 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4f41b0: rtpengine: add support for all replace options Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4f41b09eb116bcf4c1e8325f260e85b9d4eaebfb https://github.com/OpenSIPS/opensips/commit/4f41b09eb116bcf4c1e8325f260e85b9d4eaebfb Author: Razvan Crainea Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: add support for all replace options From noreply at github.com Thu Nov 25 16:46:58 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 25 Nov 2021 08:46:58 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fb82ba: rtpengine: add support for all replace options Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: fb82baccedb07842aa5e867b108502f87914c092 https://github.com/OpenSIPS/opensips/commit/fb82baccedb07842aa5e867b108502f87914c092 Author: Razvan Crainea Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: add support for all replace options (cherry picked from commit 4f41b09eb116bcf4c1e8325f260e85b9d4eaebfb) From noreply at github.com Thu Nov 25 19:16:11 2021 From: noreply at github.com (Liviu Chircu) Date: Thu, 25 Nov 2021 11:16:11 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 61dd52: ci: add cifuzz integration Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 61dd52273fe7d50f02aea4ed5e6aaa9f2b4da3d5 https://github.com/OpenSIPS/opensips/commit/61dd52273fe7d50f02aea4ed5e6aaa9f2b4da3d5 Author: David Korczynski Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: A .github/workflows/cifuzz.yml Log Message: ----------- ci: add cifuzz integration Add cifuzz integration so oss-fuzz fuzzers are run 600 secs each PR Signed-off-by: David Korczynski Commit: cdc4f0ea58381612e9743881793743f4581947dc https://github.com/OpenSIPS/opensips/commit/cdc4f0ea58381612e9743881793743f4581947dc Author: David Korczynski Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M .github/workflows/cifuzz.yml Log Message: ----------- cifuzz: enable push as well Signed-off-by: David Korczynski Commit: 61eb0809ecc27a6fc4477cb9e7e42ed7ad18c133 https://github.com/OpenSIPS/opensips/commit/61eb0809ecc27a6fc4477cb9e7e42ed7ad18c133 Author: Liviu Chircu Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: A .github/workflows/cifuzz.yml Log Message: ----------- Merge pull request #2697 from DavidKorczynski/cifuzz-integration ci: add cifuzz integration Compare: https://github.com/OpenSIPS/opensips/compare/4f41b09eb116...61eb0809ecc2 From noreply at github.com Fri Nov 26 10:22:05 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 26 Nov 2021 02:22:05 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6156fb: rtpengine: add support for returing the rtpengine ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6156fb561e3151184a56b62c54a18a9f81859786 https://github.com/OpenSIPS/opensips/commit/6156fb561e3151184a56b62c54a18a9f81859786 Author: Razvan Crainea Date: 2021-11-26 (Fri, 26 Nov 2021) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: add support for returing the rtpengine error From noreply at github.com Fri Nov 26 10:37:22 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 26 Nov 2021 02:37:22 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4a2109: rtpengine: fix warnings from previous commit Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4a2109133878ac0a3b84048c624e62946c2919e4 https://github.com/OpenSIPS/opensips/commit/4a2109133878ac0a3b84048c624e62946c2919e4 Author: Razvan Crainea Date: 2021-11-26 (Fri, 26 Nov 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: fix warnings from previous commit From noreply at github.com Sat Nov 27 08:58:16 2021 From: noreply at github.com (Liviu Chircu) Date: Sat, 27 Nov 2021 00:58:16 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d9e6ac: rtpengine: Fix broken doc build Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d9e6ac39122a3cc5b1cc322e1b58aeb70ce689d8 https://github.com/OpenSIPS/opensips/commit/d9e6ac39122a3cc5b1cc322e1b58aeb70ce689d8 Author: Liviu Chircu Date: 2021-11-27 (Sat, 27 Nov 2021) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml Log Message: ----------- rtpengine: Fix broken doc build Thanks to Nick Altmann for the report! From bogdan at opensips.org Tue Nov 30 12:07:43 2021 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Tue, 30 Nov 2021 14:07:43 +0200 Subject: [OpenSIPS-Devel] Working out OpenSIPS 3.3 roadmap Message-ID: Hi OpenSIPSers ! So far so good, but progress is a life philosophy. So it is the time to start planing the next step, the OpenSIPS 3.3 -  to decide what should be the main area to focus on when developing OpenSIPS 3.3, to decide what ideas and features just be counted when putting together the roadmap for 3.3. So, we want to take the community pulse on the upcoming 3.3. Any suggestions, ideas, opinions are (as always) more than welcome for us and for the project. So, make your statement and please fill in this short (but relevant) form : https://bit.ly/3o6cxEt Best regards, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021 https://opensips.org/training/OpenSIPS_eBootcamp_2021/