From noreply at github.com Tue May 2 07:35:27 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 02 May 2023 00:35:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c6ef3a: [mid_]registrar: add missing file from commit ad37cac Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c6ef3a44b1208ec113d5b52ff0bdadf6a5ad1db3 https://github.com/OpenSIPS/opensips/commit/c6ef3a44b1208ec113d5b52ff0bdadf6a5ad1db3 Author: Vlad Patrascu Date: 2023-05-02 (Tue, 02 May 2023) Changed paths: A lib/reg/doc/save_common_flags.xml Log Message: ----------- [mid_]registrar: add missing file from commit ad37cac From noreply at github.com Tue May 2 15:41:21 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 02 May 2023 08:41:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b45f3a: rtp_relay: do not force flags for `delete` command Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: b45f3ae79e6e14e09994d9200badf11c56dad438 https://github.com/OpenSIPS/opensips/commit/b45f3ae79e6e14e09994d9200badf11c56dad438 Author: Razvan Crainea Date: 2023-05-02 (Tue, 02 May 2023) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: do not force flags for `delete` command Before this commit, flags from offer and answer were put together, resulting in bogus flags, since delete does not need any of the initial flags. Instead, we just force one of the participants's flags, that can be overwritten in the config if something else is needed. From noreply at github.com Wed May 3 07:56:41 2023 From: noreply at github.com (Liviu Chircu) Date: Wed, 03 May 2023 00:56:41 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1ec041: tm: Add performance measurement logs for both timers Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1ec041d3623e45f5ab1481bad3c4f723a06cf298 https://github.com/OpenSIPS/opensips/commit/1ec041d3623e45f5ab1481bad3c4f723a06cf298 Author: Liviu Chircu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M modules/tm/timer.c M modules/tm/timer.h M modules/tm/tm.c Log Message: ----------- tm: Add performance measurement logs for both timers From noreply at github.com Wed May 3 11:59:33 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 03 May 2023 04:59:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 54b03a: [acc] removed old workaround multiple int2str() in... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 54b03a17276439a24a81d7f55e6d43c92f22637e https://github.com/OpenSIPS/opensips/commit/54b03a17276439a24a81d7f55e6d43c92f22637e Author: Bogdan-Andrei Iancu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M modules/acc/acc_extra.c M modules/acc/acc_extra.h M modules/acc/acc_mod.c Log Message: ----------- [acc] removed old workaround multiple int2str() in acc_extra Since 2.3 we actually do not need this, as each acc_extra is individually set into its own buffer. Related to 6c0b37f907d30749266e2deca3c9ccc475dd32e4 From noreply at github.com Wed May 3 12:02:11 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 03 May 2023 05:02:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7bb8fc: Fix logging multiple IPs in the same time Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 7bb8fc976cd72a91c40cac41ddc39c962ea620fc https://github.com/OpenSIPS/opensips/commit/7bb8fc976cd72a91c40cac41ddc39c962ea620fc Author: Bogdan-Andrei Iancu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M ip_addr.c M ip_addr.h Log Message: ----------- Fix logging multiple IPs in the same time Use a multiple static rotating buffers for convering the IPs to str, so that we can print multiple IPs in the same time. Closes #3062 Reported by @jes (cherry picked from commit 0ff82562bd74a177184b1e179c3a607446c47b78) Commit: 2b832b3b074e5173e6d83fd03ad6cba335ee1f5f https://github.com/OpenSIPS/opensips/commit/2b832b3b074e5173e6d83fd03ad6cba335ee1f5f Author: Bogdan-Andrei Iancu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M modules/acc/acc_extra.c Log Message: ----------- [acc] workaround for compiling issue Related to 0ff82562bd74a177184b1e179c3a607446c47b78 We need to review this logic (of static_detector) as it looks to be broken as it is now. (cherry picked from commit 6c0b37f907d30749266e2deca3c9ccc475dd32e4) Commit: 308d17e5297e19c252e4b99a90cd27fb1010af1a https://github.com/OpenSIPS/opensips/commit/308d17e5297e19c252e4b99a90cd27fb1010af1a Author: Bogdan-Andrei Iancu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M modules/acc/acc_extra.c M modules/acc/acc_extra.h M modules/acc/acc_mod.c Log Message: ----------- [acc] removed old workaround multiple int2str() in acc_extra Since 2.3 we actually do not need this, as each acc_extra is individually set into its own buffer. Related to 6c0b37f907d30749266e2deca3c9ccc475dd32e4 (cherry picked from commit 54b03a17276439a24a81d7f55e6d43c92f22637e) Compare: https://github.com/OpenSIPS/opensips/compare/b21f9208b03e...308d17e5297e From noreply at github.com Wed May 3 12:04:50 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 03 May 2023 05:04:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f2e63b: Fix logging multiple IPs in the same time Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: f2e63bd9447daf8b55d1e73e419a4484f830a4a0 https://github.com/OpenSIPS/opensips/commit/f2e63bd9447daf8b55d1e73e419a4484f830a4a0 Author: Bogdan-Andrei Iancu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M ip_addr.c M ip_addr.h Log Message: ----------- Fix logging multiple IPs in the same time Use a multiple static rotating buffers for convering the IPs to str, so that we can print multiple IPs in the same time. Closes #3062 Reported by @jes (cherry picked from commit 0ff82562bd74a177184b1e179c3a607446c47b78) Commit: eba29c0dac2fa25f4892e8fbb56c6b37f81d917f https://github.com/OpenSIPS/opensips/commit/eba29c0dac2fa25f4892e8fbb56c6b37f81d917f Author: Bogdan-Andrei Iancu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M modules/acc/acc_extra.c Log Message: ----------- [acc] workaround for compiling issue Related to 0ff82562bd74a177184b1e179c3a607446c47b78 We need to review this logic (of static_detector) as it looks to be broken as it is now. (cherry picked from commit 6c0b37f907d30749266e2deca3c9ccc475dd32e4) Commit: c07ee02f2abee1c7af119e76ee57e1e511b025e7 https://github.com/OpenSIPS/opensips/commit/c07ee02f2abee1c7af119e76ee57e1e511b025e7 Author: Bogdan-Andrei Iancu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M modules/acc/acc_extra.c M modules/acc/acc_extra.h M modules/acc/acc_mod.c Log Message: ----------- [acc] removed old workaround multiple int2str() in acc_extra Since 2.3 we actually do not need this, as each acc_extra is individually set into its own buffer. Related to 6c0b37f907d30749266e2deca3c9ccc475dd32e4 (cherry picked from commit 54b03a17276439a24a81d7f55e6d43c92f22637e) Compare: https://github.com/OpenSIPS/opensips/compare/b45f3ae79e6e...c07ee02f2abe From noreply at github.com Wed May 3 12:06:43 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 03 May 2023 05:06:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2efff5: Fix logging multiple IPs in the same time Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 2efff58d31d8399bc023b0b901b5b8e0e5e42b27 https://github.com/OpenSIPS/opensips/commit/2efff58d31d8399bc023b0b901b5b8e0e5e42b27 Author: Bogdan-Andrei Iancu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M ip_addr.c M ip_addr.h Log Message: ----------- Fix logging multiple IPs in the same time Use a multiple static rotating buffers for convering the IPs to str, so that we can print multiple IPs in the same time. Closes #3062 Reported by @jes (cherry picked from commit 0ff82562bd74a177184b1e179c3a607446c47b78) Commit: a2686d1e65b0e1dcf09978f36ea0b296e5d3056d https://github.com/OpenSIPS/opensips/commit/a2686d1e65b0e1dcf09978f36ea0b296e5d3056d Author: Bogdan-Andrei Iancu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M modules/acc/acc_extra.c Log Message: ----------- [acc] workaround for compiling issue Related to 0ff82562bd74a177184b1e179c3a607446c47b78 We need to review this logic (of static_detector) as it looks to be broken as it is now. (cherry picked from commit 6c0b37f907d30749266e2deca3c9ccc475dd32e4) Commit: 10d53b312aecd5bd53c2ee99af7cfc47f847996c https://github.com/OpenSIPS/opensips/commit/10d53b312aecd5bd53c2ee99af7cfc47f847996c Author: Bogdan-Andrei Iancu Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M modules/acc/acc_extra.c M modules/acc/acc_extra.h M modules/acc/acc_mod.c Log Message: ----------- [acc] removed old workaround multiple int2str() in acc_extra Since 2.3 we actually do not need this, as each acc_extra is individually set into its own buffer. Related to 6c0b37f907d30749266e2deca3c9ccc475dd32e4 (cherry picked from commit 54b03a17276439a24a81d7f55e6d43c92f22637e) Compare: https://github.com/OpenSIPS/opensips/compare/c88b87589bdf...10d53b312aec From noreply at github.com Thu May 4 10:29:15 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 04 May 2023 03:29:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6617ec: [call_center] fix overflowing the per-agent array ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6617ecc805520961642c16ac1e6c5a49787af2ab https://github.com/OpenSIPS/opensips/commit/6617ecc805520961642c16ac1e6c5a49787af2ab Author: Bogdan-Andrei Iancu Date: 2023-05-04 (Thu, 04 May 2023) Changed paths: M modules/call_center/call_center.c M modules/call_center/cc_data.c M modules/call_center/cc_data.h Log Message: ----------- [call_center] fix overflowing the per-agent array of skills As the array of skills is pre-allocated inside the agent struct, be sure you do not overflow it when populating the agent's skills (from DB). Also, the logstate/logged_in value for an agent is read from DB or MI and it must be forced to 0/1 values, as it is later used as index. Yet another overflow fixed here. From noreply at github.com Thu May 4 10:30:01 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 04 May 2023 03:30:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9419b3: [call_center] fix overflowing the per-agent array ... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 9419b3c5a9dd3b3323838173969d83fb805f68f2 https://github.com/OpenSIPS/opensips/commit/9419b3c5a9dd3b3323838173969d83fb805f68f2 Author: Bogdan-Andrei Iancu Date: 2023-05-04 (Thu, 04 May 2023) Changed paths: M modules/call_center/call_center.c M modules/call_center/cc_data.c M modules/call_center/cc_data.h Log Message: ----------- [call_center] fix overflowing the per-agent array of skills As the array of skills is pre-allocated inside the agent struct, be sure you do not overflow it when populating the agent's skills (from DB). Also, the logstate/logged_in value for an agent is read from DB or MI and it must be forced to 0/1 values, as it is later used as index. Yet another overflow fixed here. (cherry picked from commit 6617ecc805520961642c16ac1e6c5a49787af2ab) From noreply at github.com Thu May 4 10:31:48 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 04 May 2023 03:31:48 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d38c9d: [call_center] fix overflowing the per-agent array ... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: d38c9dfe3dfc4354a9049edf6e6e96b2ed07b2b6 https://github.com/OpenSIPS/opensips/commit/d38c9dfe3dfc4354a9049edf6e6e96b2ed07b2b6 Author: Bogdan-Andrei Iancu Date: 2023-05-04 (Thu, 04 May 2023) Changed paths: M modules/call_center/call_center.c M modules/call_center/cc_data.c M modules/call_center/cc_data.h Log Message: ----------- [call_center] fix overflowing the per-agent array of skills As the array of skills is pre-allocated inside the agent struct, be sure you do not overflow it when populating the agent's skills (from DB). Also, the logstate/logged_in value for an agent is read from DB or MI and it must be forced to 0/1 values, as it is later used as index. Yet another overflow fixed here. (cherry picked from commit 6617ecc805520961642c16ac1e6c5a49787af2ab) From noreply at github.com Thu May 4 10:32:49 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 04 May 2023 03:32:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 279b21: [call_center] fix overflowing the per-agent array ... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 279b2114ad3b227f1e7534e256e2833fed98688a https://github.com/OpenSIPS/opensips/commit/279b2114ad3b227f1e7534e256e2833fed98688a Author: Bogdan-Andrei Iancu Date: 2023-05-04 (Thu, 04 May 2023) Changed paths: M modules/call_center/call_center.c M modules/call_center/cc_data.c M modules/call_center/cc_data.h Log Message: ----------- [call_center] fix overflowing the per-agent array of skills As the array of skills is pre-allocated inside the agent struct, be sure you do not overflow it when populating the agent's skills (from DB). Also, the logstate/logged_in value for an agent is read from DB or MI and it must be forced to 0/1 values, as it is later used as index. Yet another overflow fixed here. (cherry picked from commit 6617ecc805520961642c16ac1e6c5a49787af2ab) (cherry picked from commit d38c9dfe3dfc4354a9049edf6e6e96b2ed07b2b6) From noreply at github.com Thu May 4 15:01:37 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 04 May 2023 08:01:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4c6198: feat: add inherit_state to ds_reload Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4c619847deec4b00334de004a9998ad075a42b78 https://github.com/OpenSIPS/opensips/commit/4c619847deec4b00334de004a9998ad075a42b78 Author: wangdd Date: 2023-05-04 (Thu, 04 May 2023) Changed paths: M .gitignore M modules/dispatcher/dispatch.c M modules/dispatcher/dispatch.h M modules/dispatcher/dispatcher.c M modules/dispatcher/doc/dispatcher_admin.xml Log Message: ----------- feat: add inherit_state to ds_reload Commit: c46514827cc5d9ad9eb9a6452ad7ead4a3c376a7 https://github.com/OpenSIPS/opensips/commit/c46514827cc5d9ad9eb9a6452ad7ead4a3c376a7 Author: Bogdan Andrei IANCU Date: 2023-05-04 (Thu, 04 May 2023) Changed paths: M .gitignore M modules/dispatcher/dispatch.c M modules/dispatcher/dispatch.h M modules/dispatcher/dispatcher.c M modules/dispatcher/doc/dispatcher_admin.xml Log Message: ----------- Merge pull request #3076 from wangduanduan/ds_reload_1 feat: add inherit_state to ds_reload Compare: https://github.com/OpenSIPS/opensips/compare/6617ecc80552...c46514827cc5 From noreply at github.com Fri May 5 07:22:12 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 05 May 2023 00:22:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d4db20: [call_center] fix skill overflow on refreshing age... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d4db20087ce162e9ea5cb6c4662c2f4c1ac4d31f https://github.com/OpenSIPS/opensips/commit/d4db20087ce162e9ea5cb6c4662c2f4c1ac4d31f Author: Bogdan-Andrei Iancu Date: 2023-05-05 (Fri, 05 May 2023) Changed paths: M modules/call_center/cc_data.c Log Message: ----------- [call_center] fix skill overflow on refreshing agents via MI Completes 6617ecc805520961642c16ac1e6c5a49787af2ab From noreply at github.com Fri May 5 07:22:50 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 05 May 2023 00:22:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d6e7dd: [call_center] fix skill overflow on refreshing age... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: d6e7dd179aa679077e65daa4b4964365172ec2e0 https://github.com/OpenSIPS/opensips/commit/d6e7dd179aa679077e65daa4b4964365172ec2e0 Author: Bogdan-Andrei Iancu Date: 2023-05-05 (Fri, 05 May 2023) Changed paths: M modules/call_center/cc_data.c Log Message: ----------- [call_center] fix skill overflow on refreshing agents via MI Completes 6617ecc805520961642c16ac1e6c5a49787af2ab (cherry picked from commit d4db20087ce162e9ea5cb6c4662c2f4c1ac4d31f) From noreply at github.com Fri May 5 07:23:23 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 05 May 2023 00:23:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8c56c6: [call_center] fix skill overflow on refreshing age... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 8c56c6b9e48b8dbca1f27a4d8bb08a0021f62fda https://github.com/OpenSIPS/opensips/commit/8c56c6b9e48b8dbca1f27a4d8bb08a0021f62fda Author: Bogdan-Andrei Iancu Date: 2023-05-05 (Fri, 05 May 2023) Changed paths: M modules/call_center/cc_data.c Log Message: ----------- [call_center] fix skill overflow on refreshing agents via MI Completes 6617ecc805520961642c16ac1e6c5a49787af2ab (cherry picked from commit d4db20087ce162e9ea5cb6c4662c2f4c1ac4d31f) From noreply at github.com Fri May 5 07:24:02 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 05 May 2023 00:24:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 04ea07: [call_center] fix skill overflow on refreshing age... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 04ea077f4cb43715b3a44e10b4b64068153c402b https://github.com/OpenSIPS/opensips/commit/04ea077f4cb43715b3a44e10b4b64068153c402b Author: Bogdan-Andrei Iancu Date: 2023-05-05 (Fri, 05 May 2023) Changed paths: M modules/call_center/cc_data.c Log Message: ----------- [call_center] fix skill overflow on refreshing agents via MI Completes 6617ecc805520961642c16ac1e6c5a49787af2ab (cherry picked from commit d4db20087ce162e9ea5cb6c4662c2f4c1ac4d31f) From noreply at github.com Fri May 5 07:35:02 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 05 May 2023 00:35:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 075789: update README files Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 075789fb7ec5a145eef8836a491889c309b82c92 https://github.com/OpenSIPS/opensips/commit/075789fb7ec5a145eef8836a491889c309b82c92 Author: Bogdan-Andrei Iancu Date: 2023-05-05 (Fri, 05 May 2023) Changed paths: M modules/b2b_logic/README M modules/cfgutils/README M modules/clusterer/README M modules/dialog/README M modules/dispatcher/README M modules/mid_registrar/README M modules/nathelper/README M modules/python/README M modules/registrar/README M modules/tm/README M modules/uac/README Log Message: ----------- update README files From james at incoherency.co.uk Fri May 5 13:24:47 2023 From: james at incoherency.co.uk (James Stanley) Date: Fri, 05 May 2023 14:24:47 +0100 Subject: [OpenSIPS-Devel] Verification of TLS certificate hostnames Message-ID: Hi, OpenSIPS does not currently verify hostnames in TLS certificates. I've created a PR to add a "verify_hostname" option to tls_mgm, at - when the option is enabled, it makes tls_openssl module ask OpenSSL to verify the hostname. This is achieved by attaching the associated hostname to the sockaddr_union and the tcp_connection, otherwise tls_openssl has no way to know what the hostname is supposed to be. I wonder if I could get some comments on this. Is it wanted? Is it not wanted? Is it wanted but you don't like the sockaddr accesses having to go through the "u" field in "sockaddr_union_struct"? Is it wanted but you don't like wasting 256 bytes per sockaddr? Is it wanted but you want it in tls_wolfssl as well? I'd love to get some feedback on how people feel about this. Regards, James Stanley -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Fri May 5 19:39:51 2023 From: noreply at github.com (Maksym Sobolyev) Date: Fri, 05 May 2023 12:39:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a571e9: Reduce number of sockets created by closing off on... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a571e938e57b39b5e9759af6a9eda47f8aa081e2 https://github.com/OpenSIPS/opensips/commit/a571e938e57b39b5e9759af6a9eda47f8aa081e2 Author: Maksym Sobolyev Date: 2023-05-05 (Fri, 05 May 2023) Changed paths: M ipc.h M pt.c M pt.h Log Message: ----------- Reduce number of sockets created by closing off one half of the socketpair in child after forking. This results in 30% decreate of the total number of sockets allocated, from 8k to some 5.8k on my test config with 10 workers and 10 sockets. From noreply at github.com Sat May 6 20:05:37 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Sat, 06 May 2023 13:05:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4ea0ec: pt: fix -std=c99 error Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4ea0ec3a74c3283166649ed4de11b2d7fb5a311e https://github.com/OpenSIPS/opensips/commit/4ea0ec3a74c3283166649ed4de11b2d7fb5a311e Author: Razvan Crainea Date: 2023-05-06 (Sat, 06 May 2023) Changed paths: M pt.c Log Message: ----------- pt: fix -std=c99 error Thanks go to Nick Altmann for reporting it From noreply at github.com Sat May 6 21:19:35 2023 From: noreply at github.com (opensips-github) Date: Sat, 06 May 2023 14:19:35 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e012e8: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: e012e8288c4e8461a06dd1d2335294efc7923c6a https://github.com/OpenSIPS/opensips/commit/e012e8288c4e8461a06dd1d2335294efc7923c6a Author: OpenSIPS Date: 2023-05-07 (Sun, 07 May 2023) Changed paths: M modules/acc/README M modules/acc/doc/contributors.xml M modules/auth/README M modules/auth/doc/contributors.xml M modules/avpops/README M modules/avpops/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/b2b_sca/README M modules/b2b_sca/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/doc/contributors.xml M modules/cachedb_sql/README M modules/cachedb_sql/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/callops/README M modules/callops/doc/contributors.xml M modules/carrierroute/README M modules/carrierroute/doc/contributors.xml M modules/db_perlvdb/README M modules/db_perlvdb/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dialplan/README M modules/dialplan/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/freeswitch/README M modules/freeswitch/doc/contributors.xml M modules/identity/README M modules/identity/doc/contributors.xml M modules/jabber/README M modules/jabber/doc/contributors.xml M modules/ldap/README M modules/ldap/doc/contributors.xml M modules/lua/README M modules/lua/doc/contributors.xml M modules/mi_html/README M modules/mi_html/doc/contributors.xml M modules/mmgeoip/README M modules/mmgeoip/doc/contributors.xml M modules/msilo/README M modules/msilo/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/osp/README M modules/osp/doc/contributors.xml M modules/perl/README M modules/perl/doc/contributors.xml M modules/pi_http/README M modules/pi_http/doc/contributors.xml M modules/proto_bin/README M modules/proto_bin/doc/contributors.xml M modules/proto_hep/README M modules/proto_hep/doc/contributors.xml M modules/proto_smpp/README M modules/proto_smpp/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/proto_ws/README M modules/proto_ws/doc/contributors.xml M modules/proto_wss/README M modules/proto_wss/doc/contributors.xml M modules/python/README M modules/python/doc/contributors.xml M modules/qrouting/README M modules/qrouting/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/sip_i/README M modules/sip_i/doc/contributors.xml M modules/snmpstats/README M modules/snmpstats/doc/contributors.xml M modules/statistics/README M modules/statistics/doc/contributors.xml M modules/tls_mgm/README M modules/tls_mgm/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml M modules/uac_auth/README M modules/uac_auth/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat May 6 21:48:02 2023 From: noreply at github.com (opensips-github) Date: Sat, 06 May 2023 14:48:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6da0e2: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 6da0e2d484f529fc52a7140e2e2157d7f727ed5f https://github.com/OpenSIPS/opensips/commit/6da0e2d484f529fc52a7140e2e2157d7f727ed5f Author: OpenSIPS Date: 2023-05-07 (Sun, 07 May 2023) Changed paths: M modules/acc/README M modules/acc/doc/contributors.xml M modules/auth/README M modules/auth/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/callops/README M modules/callops/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dialplan/README M modules/dialplan/doc/contributors.xml M modules/event_route/README M modules/event_route/doc/contributors.xml M modules/jsonrpc/README M modules/jsonrpc/doc/contributors.xml M modules/ldap/README M modules/ldap/doc/contributors.xml M modules/pi_http/README M modules/pi_http/doc/contributors.xml M modules/proto_smpp/README M modules/proto_smpp/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/sip_i/README M modules/sip_i/doc/contributors.xml M modules/tls_openssl/README M modules/tls_openssl/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml M modules/uac_auth/README M modules/uac_auth/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat May 6 22:16:48 2023 From: noreply at github.com (opensips-github) Date: Sat, 06 May 2023 15:16:48 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 549c4b: Rebuild documentation Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 549c4b9db1dea6e1607a35cc44474eea0d637eed https://github.com/OpenSIPS/opensips/commit/549c4b9db1dea6e1607a35cc44474eea0d637eed Author: OpenSIPS Date: 2023-05-07 (Sun, 07 May 2023) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/doc/contributors.xml M modules/acc/README M modules/acc/doc/contributors.xml M modules/auth/README M modules/auth/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/callops/README M modules/callops/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dialplan/README M modules/dialplan/doc/contributors.xml M modules/event_route/README M modules/event_route/doc/contributors.xml M modules/jsonrpc/README M modules/jsonrpc/doc/contributors.xml M modules/ldap/README M modules/ldap/doc/contributors.xml M modules/pi_http/README M modules/pi_http/doc/contributors.xml M modules/proto_smpp/README M modules/proto_smpp/doc/contributors.xml M modules/registrar/README M modules/registrar/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/sip_i/README M modules/sip_i/doc/contributors.xml M modules/tls_openssl/README M modules/tls_openssl/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml M modules/uac_auth/README M modules/uac_auth/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat May 6 22:51:32 2023 From: noreply at github.com (opensips-github) Date: Sat, 06 May 2023 15:51:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 222116: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 222116d29779b900797f10b30b961add121e289b https://github.com/OpenSIPS/opensips/commit/222116d29779b900797f10b30b961add121e289b Author: OpenSIPS Date: 2023-05-07 (Sun, 07 May 2023) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/doc/contributors.xml M modules/acc/README M modules/acc/doc/contributors.xml M modules/auth/README M modules/auth/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/callops/README M modules/callops/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/event_route/README M modules/event_route/doc/contributors.xml M modules/jsonrpc/README M modules/jsonrpc/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/nat_traversal/README M modules/nat_traversal/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/proto_ws/README M modules/proto_ws/doc/contributors.xml M modules/python/README M modules/python/doc/contributors.xml M modules/registrar/README M modules/registrar/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/tls_openssl/README M modules/tls_openssl/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml M modules/uac_auth/README M modules/uac_auth/doc/contributors.xml M modules/uac_registrant/README M modules/uac_registrant/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon May 8 07:30:09 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 08 May 2023 00:30:09 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c9f5ef: Revert "pt: fix -std=c99 error" Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c9f5eff9112c22dc392ea4b1a2b1365f0f4b874b https://github.com/OpenSIPS/opensips/commit/c9f5eff9112c22dc392ea4b1a2b1365f0f4b874b Author: Bogdan-Andrei Iancu Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M pt.c Log Message: ----------- Revert "pt: fix -std=c99 error" This reverts commit 4ea0ec3a74c3283166649ed4de11b2d7fb5a311e. This revert is needed in order to revert a571e938e57b39b5e9759af6a9eda47f8aa081e2 also Commit: afeb858654a3c26089c5c199bb6a4ba9b6dd2087 https://github.com/OpenSIPS/opensips/commit/afeb858654a3c26089c5c199bb6a4ba9b6dd2087 Author: Bogdan-Andrei Iancu Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M ipc.h M pt.c M pt.h Log Message: ----------- Revert "Reduce number of sockets created by closing off one half" This reverts commit a571e938e57b39b5e9759af6a9eda47f8aa081e2. This revert is needed as the commit breaks the IPC communication during startup , see #3081 Compare: https://github.com/OpenSIPS/opensips/compare/222116d29779...afeb858654a3 From noreply at github.com Mon May 8 08:31:49 2023 From: noreply at github.com (vladpaiu) Date: Mon, 08 May 2023 01:31:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5c8b40: Added get_glob_header_values Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5c8b40bfe009cd64061f815204202f86c114d067 https://github.com/OpenSIPS/opensips/commit/5c8b40bfe009cd64061f815204202f86c114d067 Author: Vlad Paiu Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M modules/sipmsgops/doc/sipmsgops_admin.xml M modules/sipmsgops/sipmsgops.c Log Message: ----------- Added get_glob_header_values From noreply at github.com Mon May 8 09:53:00 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 08 May 2023 02:53:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8e6000: [stun] migrate from "select" to standard IO reactor Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8e6000d5f0d8d8f249b2b2d1d982b85870f89c81 https://github.com/OpenSIPS/opensips/commit/8e6000d5f0d8d8f249b2b2d1d982b85870f89c81 Author: Bogdan-Andrei Iancu Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M modules/stun/stun.c Log Message: ----------- [stun] migrate from "select" to standard IO reactor This will help coping with larger fds (above 1024) Fixes #3080 From noreply at github.com Mon May 8 10:12:07 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 08 May 2023 03:12:07 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 24bfdf: [dialog] fixed missing unlock Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 24bfdf4c88f80d1e777f89b648b411b1b1e6fd49 https://github.com/OpenSIPS/opensips/commit/24bfdf4c88f80d1e777f89b648b411b1b1e6fd49 Author: Bogdan-Andrei Iancu Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M modules/dialog/dlg_timer.c Log Message: ----------- [dialog] fixed missing unlock Unlock the list of dialogs to be deleted also if the dialog was already found in the list. Related to the new `delete_delay` functionality From noreply at github.com Mon May 8 10:24:22 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 08 May 2023 10:24:22 +0000 (UTC) Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a2fefe: [dialog] add $DLG_del_delay for per-call delete de... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a2fefe4db14fbadd4e068160dc63a3b5751ade53 https://github.com/OpenSIPS/opensips/commit/a2fefe4db14fbadd4e068160dc63a3b5751ade53 Author: Bogdan-Andrei Iancu Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M modules/dialog/README M modules/dialog/dialog.c M modules/dialog/dlg_hash.h M modules/dialog/doc/dialog_admin.xml Log Message: ----------- [dialog] add $DLG_del_delay for per-call delete delaying The $DLG_del_delay variable allows per call setting of the delete delaying (see delete_delay modparam) From noreply at github.com Mon May 8 11:10:11 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 08 May 2023 04:10:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8d6542: aaa_diameter: provide aaa_url in the module Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8d6542905791802311c475af725f6eaba8e1f31f https://github.com/OpenSIPS/opensips/commit/8d6542905791802311c475af725f6eaba8e1f31f Author: Razvan Crainea Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/doc/aaa_diameter_admin.xml Log Message: ----------- aaa_diameter: provide aaa_url in the module This saves us from loading the auth_aaa module and its requirements just for providing the AAA client config. Commit: 1ebf1eef402f6de4400fcb31c25beb82515e4acb https://github.com/OpenSIPS/opensips/commit/1ebf1eef402f6de4400fcb31c25beb82515e4acb Author: Razvan Crainea Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M modules/aaa_diameter/aaa_diameter.c Log Message: ----------- aaa_diameter: allow freeDiameter to load extensions Commit: 008b86165d0a3753a57f6387889b6efd1676df98 https://github.com/OpenSIPS/opensips/commit/008b86165d0a3753a57f6387889b6efd1676df98 Author: Razvan Crainea Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/app_opensips/avps.c M modules/aaa_diameter/app_opensips/avps.h M modules/aaa_diameter/peer.c Log Message: ----------- aaa_diameter: extend avps file to allow custom vendors Commit: ba06123763842031b8e53cc752e0935b40f37789 https://github.com/OpenSIPS/opensips/commit/ba06123763842031b8e53cc752e0935b40f37789 Author: Razvan Crainea Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h M modules/aaa_diameter/app_opensips/app_opensips.c M modules/aaa_diameter/app_opensips/avps.c M modules/aaa_diameter/peer.c Log Message: ----------- aaa_diameter: make Transaction-Id optional if Session-Id is provided Commit: e72ef526dd5305d2886b7a1a69579a38d29a320f https://github.com/OpenSIPS/opensips/commit/e72ef526dd5305d2886b7a1a69579a38d29a320f Author: Razvan Crainea Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M modules/aaa_diameter/aaa_impl.c Log Message: ----------- aaa_diameter: consider AVPs as INTs only if they are integers This allows the usage of AVPs that start with a number Compare: https://github.com/OpenSIPS/opensips/compare/a2fefe4db14f...e72ef526dd53 From noreply at github.com Mon May 8 15:50:53 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 08 May 2023 08:50:53 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 028704: aaa_diameter: allow -1 occurences, as they indicat... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 028704c6004a227054dc8dab3bc14c4b263c1df6 https://github.com/OpenSIPS/opensips/commit/028704c6004a227054dc8dab3bc14c4b263c1df6 Author: Razvan Crainea Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M modules/aaa_diameter/app_opensips/avps.c Log Message: ----------- aaa_diameter: allow -1 occurences, as they indicate infinite From noreply at github.com Tue May 9 13:52:24 2023 From: noreply at github.com (Liviu Chircu) Date: Tue, 09 May 2023 06:52:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b0068b: Startup phase: Fix regression in 6940ca8cf Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b0068befde13dc115d452e558916a5621cb1368a https://github.com/OpenSIPS/opensips/commit/b0068befde13dc115d452e558916a5621cb1368a Author: Liviu Chircu Date: 2023-05-09 (Tue, 09 May 2023) Changed paths: M main.c Log Message: ----------- Startup phase: Fix regression in 6940ca8cf The "attendant" process was no longer showing in MI "ps" command outputs due to being internally considered as "not running". From liviu at opensips.org Wed May 10 15:08:24 2023 From: liviu at opensips.org (Liviu Chircu) Date: Wed, 10 May 2023 18:08:24 +0300 Subject: [OpenSIPS-Devel] [Blog] Stress-Testing OpenSIPS 3.4 LTS Message-ID: <65956877-61cb-6de0-213b-ae93f055f0ca@opensips.org> Hi all, Lately, we've been busy stress-testing and profiling various OpenSIPS 3.4 components, in order to both label them with up-to-date performance numbers, as well as to address potential issues ahead of the beta release. See this blog for a summary on how all of this went: https://blog.opensips.org/2023/05/10/stress-testing-opensips-3-4-lts/ .. with the full results (with numbers, graphs and config files) published in a dedicated wiki page: https://www.opensips.org/About/PerformanceTests-3-4 Enjoy! -- Liviu Chircu www.twitter.com/liviuchircu | www.opensips-solutions.com OpenSIPS Summit 2023 Houston, May 23-26 | www.opensips.org/events From noreply at github.com Thu May 11 08:21:31 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 11 May 2023 01:21:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 86e12d: rtpengine: move E_RTPENGINE_STATUS doc in the prop... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 86e12dddf592dacc07d86d3db20dd3fd3901416d https://github.com/OpenSIPS/opensips/commit/86e12dddf592dacc07d86d3db20dd3fd3901416d Author: Razvan Crainea Date: 2023-05-11 (Thu, 11 May 2023) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml Log Message: ----------- rtpengine: move E_RTPENGINE_STATUS doc in the proper place From noreply at github.com Thu May 11 08:31:27 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 11 May 2023 01:31:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2d1c10: aaa_diameter: provide AVP as len+s, as they may co... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2d1c109b7c8fa52101978c6ed18bead262058e13 https://github.com/OpenSIPS/opensips/commit/2d1c109b7c8fa52101978c6ed18bead262058e13 Author: Razvan Crainea Date: 2023-05-11 (Thu, 11 May 2023) Changed paths: M modules/aaa_diameter/aaa_impl.c Log Message: ----------- aaa_diameter: provide AVP as len+s, as they may contain binary data From noreply at github.com Thu May 11 15:55:53 2023 From: noreply at github.com (Liviu Chircu) Date: Thu, 11 May 2023 08:55:53 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] be99cb: Profiling: Use a different output fname for TCP wo... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: be99cb917b71d81162721f7743ddf71f5a0a8e97 https://github.com/OpenSIPS/opensips/commit/be99cb917b71d81162721f7743ddf71f5a0a8e97 Author: Liviu Chircu Date: 2023-05-11 (Thu, 11 May 2023) Changed paths: M lib/dbg/profiling.h Log Message: ----------- Profiling: Use a different output fname for TCP workers Commit: fb6e9bbf7ecc3b2dec800d3e83a967901e04fa4d https://github.com/OpenSIPS/opensips/commit/fb6e9bbf7ecc3b2dec800d3e83a967901e04fa4d Author: Liviu Chircu Date: 2023-05-11 (Thu, 11 May 2023) Changed paths: M modules/db_http/http_dbase.c Log Message: ----------- db_http: Avoid crash on NULL DB handle Return an error and keep OpenSIPS running, do not abort. Related to #3056 Compare: https://github.com/OpenSIPS/opensips/compare/2d1c109b7c8f...fb6e9bbf7ecc From noreply at github.com Thu May 11 16:01:25 2023 From: noreply at github.com (Liviu Chircu) Date: Thu, 11 May 2023 09:01:25 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] da6a96: profiling.h: Fix missing `inline` (fix compiler wa... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: da6a96aa5539e4dcb06d728a6e32221722b73b6f https://github.com/OpenSIPS/opensips/commit/da6a96aa5539e4dcb06d728a6e32221722b73b6f Author: Liviu Chircu Date: 2023-05-11 (Thu, 11 May 2023) Changed paths: M lib/dbg/profiling.h Log Message: ----------- profiling.h: Fix missing `inline` (fix compiler warnings) In file included from pt.c:27: lib/dbg/profiling.h:58:12: warning: ‘_ProfilerStart_child’ defined but.. 58 | static int _ProfilerStart_child(const struct internal_fork_par.. | ^~~~~~~~~~~~~~~~~~~~ From noreply at github.com Thu May 11 16:59:43 2023 From: noreply at github.com (Liviu Chircu) Date: Thu, 11 May 2023 09:59:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2eab4f: rtpengine: Enhance child init to work with mi() sc... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2eab4fc0a50c994ee867ea88e7b8eeb2f7db44b3 https://github.com/OpenSIPS/opensips/commit/2eab4fc0a50c994ee867ea88e7b8eeb2f7db44b3 Author: Liviu Chircu Date: 2023-05-11 (Thu, 11 May 2023) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: Enhance child init to work with mi() scripting Make sure to initialize the DB handle in the UDP/TCP workers as well, since nowadays they can also perform MI "rtpengine_reloads" as such: random SIP packet -> opensips.cfg -> mi("rtpengine_reload") Also, this commit fixes an issue where MI processes (mostly FIFO and HTTPD) were doing 2X the amount of communication with each RTPEngine on startup, due to the initialization being called twice in these: once in child_init(), then in mi_child_init() by calling child_init() again :-) Related to #3056 From noreply at github.com Fri May 12 07:57:55 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 12 May 2023 00:57:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 81dd95: Update MySQL DB migration scripts for "3.3 to 3.4" Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 81dd95f1567e19d741074c0c2c4a2fa2c527d97d https://github.com/OpenSIPS/opensips/commit/81dd95f1567e19d741074c0c2c4a2fa2c527d97d Author: Razvan Crainea Date: 2023-05-12 (Fri, 12 May 2023) Changed paths: M scripts/mysql/db-migrate.sql M scripts/mysql/table-migrate.sql Log Message: ----------- Update MySQL DB migration scripts for "3.3 to 3.4" From noreply at github.com Fri May 12 12:03:22 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 12 May 2023 05:03:22 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 58c7ab: aaa_diameter: skip newline in vendor_id detection Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 58c7abaf22d8c4621e947bcad2325b30c80eb086 https://github.com/OpenSIPS/opensips/commit/58c7abaf22d8c4621e947bcad2325b30c80eb086 Author: Razvan Crainea Date: 2023-05-12 (Fri, 12 May 2023) Changed paths: M modules/aaa_diameter/app_opensips/avps.c Log Message: ----------- aaa_diameter: skip newline in vendor_id detection From noreply at github.com Sat May 13 22:51:34 2023 From: noreply at github.com (opensips-github) Date: Sat, 13 May 2023 15:51:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 526501: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 526501447cf4eee2c90f505da895d6c1adeb8f53 https://github.com/OpenSIPS/opensips/commit/526501447cf4eee2c90f505da895d6c1adeb8f53 Author: OpenSIPS Date: 2023-05-14 (Sun, 14 May 2023) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/doc/contributors.xml M modules/db_http/README M modules/db_http/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml M modules/stun/README M modules/stun/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sun May 14 00:58:04 2023 From: noreply at github.com (Maksym Sobolyev) Date: Sat, 13 May 2023 17:58:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 85457c: Make VERSIONTYPE and THISREVISION also available f... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 85457c6a26f5ec9c26c5b3415de2094f588bd05d https://github.com/OpenSIPS/opensips/commit/85457c6a26f5ec9c26c5b3415de2094f588bd05d Author: Maksym Sobolyev Date: 2023-05-13 (Sat, 13 May 2023) Changed paths: M Makefile.defs Log Message: ----------- Make VERSIONTYPE and THISREVISION also available for modules and other libs in subdirs that include Makefile.defs from the top-level. Commit: 0da5765655c4c54471929042629e2f51484826bb https://github.com/OpenSIPS/opensips/commit/0da5765655c4c54471929042629e2f51484826bb Author: Maksym Sobolyev Date: 2023-05-13 (Sat, 13 May 2023) Changed paths: M main.c M sr_module.c M sr_module.h M test/fuzz/fuzz_standalone.h M version.h Log Message: ----------- Record SCM type (i.e. "git") and SCM revision (i.e. commit hash) in the module and compare it to the same values in the core upon load. This is basic anti-foot-shooting mechanism so that users don't report issues that are caused by the changes in internal APIs. Also make all log levels LM_CRIT consistently in version_check(). Compare: https://github.com/OpenSIPS/opensips/compare/526501447cf4...0da5765655c4 From noreply at github.com Mon May 15 10:21:10 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 15 May 2023 03:21:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b36449: Enhance the logging interface and add structured J... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b3644964573d7083001e2fbf12d4580808b664dc https://github.com/OpenSIPS/opensips/commit/b3644964573d7083001e2fbf12d4580808b664dc Author: Vlad Patrascu Date: 2023-05-15 (Mon, 15 May 2023) Changed paths: M cfg.lex M cfg.y M daemonize.c M dprint.c M dprint.h M globals.c A log_interface.h M main.c M mi/mi_core.c M shutdown.c M xlog.c Log Message: ----------- Enhance the logging interface and add structured JSON logging Logs can now be sent to both standard error and syslog. Each logging consumer can be enabled/disabled separately via global parameters or at runtime via the 'log_mute_state' MI function. Additional filtering by log level, for each consumer, ca be achieved by setting global parameters or at runtime via the 'log_level_filter' MI function. Logs can now also be printed in a JSON based, structured format, with two schema options: a basic opensips schema and CEE. From noreply at github.com Mon May 15 10:35:45 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 15 May 2023 03:35:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 672540: Fix str_match() invocations with str_init() macro Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 672540900f4e2a262978369853795dcf85420cd4 https://github.com/OpenSIPS/opensips/commit/672540900f4e2a262978369853795dcf85420cd4 Author: Vlad Patrascu Date: 2023-05-15 (Mon, 15 May 2023) Changed paths: M dprint.c Log Message: ----------- Fix str_match() invocations with str_init() macro From noreply at github.com Mon May 15 13:18:05 2023 From: noreply at github.com (vladpaiu) Date: Mon, 15 May 2023 06:18:05 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 774352: Added parsing of custom a= attributes related to a... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 77435247076a001a32b351d6c253462aad9e1259 https://github.com/OpenSIPS/opensips/commit/77435247076a001a32b351d6c253462aad9e1259 Author: Vlad Paiu Date: 2023-05-15 (Mon, 15 May 2023) Changed paths: M modules/sipmsgops/codecs.c M parser/sdp/sdp.c M parser/sdp/sdp.h M parser/sdp/sdp_helpr_funcs.c M parser/sdp/sdp_helpr_funcs.h Log Message: ----------- Added parsing of custom a= attributes related to a payload Fixed codec_delete() to also delete the custom attributes related to the codec to be deleted ie. For m=video 38453 UDP/TLS/RTP/SAVPF 96 97 98 99 a=rtpmap:96 VP8/90000 a=fmtp:96 annexb=yes a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli OpenSIPS will save all the rtcp-fb: lines as custom attributes for the VP8 codec and when doing codec_delete("VP8") it will delete all the corresponding attributes From noreply at github.com Mon May 15 15:11:16 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 15 May 2023 08:11:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] efd40f: mysql: fix migration typos Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: efd40feee29f347be8acd2d60a2ee3229a5d4001 https://github.com/OpenSIPS/opensips/commit/efd40feee29f347be8acd2d60a2ee3229a5d4001 Author: Razvan Crainea Date: 2023-05-15 (Mon, 15 May 2023) Changed paths: M scripts/mysql/table-migrate.sql Log Message: ----------- mysql: fix migration typos From noreply at github.com Mon May 15 16:04:50 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 15 May 2023 09:04:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 712fdd: logging: fix crashes when using HP_MALLOC Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 712fdd2d0337caad088a7fab668e9fe3b739a359 https://github.com/OpenSIPS/opensips/commit/712fdd2d0337caad088a7fab668e9fe3b739a359 Author: Vlad Patrascu Date: 2023-05-15 (Mon, 15 May 2023) Changed paths: M dprint.c M dprint.h M main.c Log Message: ----------- logging: fix crashes when using HP_MALLOC Allocate the shm log consumers table after shm is properly initialized( including statistics, memory warming etc.). From noreply at github.com Mon May 15 17:37:43 2023 From: noreply at github.com (Liviu Chircu) Date: Mon, 15 May 2023 10:37:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7eb2c1: dialog: try to get a options/reinvite last direction Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7eb2c1c21069942d06e7e7674548ef2372563fa4 https://github.com/OpenSIPS/opensips/commit/7eb2c1c21069942d06e7e7674548ef2372563fa4 Author: Peter Lemenkov Date: 2022-09-28 (Wed, 28 Sep 2022) Changed paths: M modules/dialog/dlg_timer.c Log Message: ----------- dialog: try to get a options/reinvite last direction Signed-off-by: Peter Lemenkov Commit: d572bd423f1af1b0931a51d566a0c4989dee4732 https://github.com/OpenSIPS/opensips/commit/d572bd423f1af1b0931a51d566a0c4989dee4732 Author: Liviu Chircu Date: 2023-05-15 (Mon, 15 May 2023) Changed paths: M modules/dialog/dlg_timer.c Log Message: ----------- Merge branch 'ping_failure_direction_indication' of https://github.com/lemenkov/opensips into lemenkov-ping_failure_direction_indication ... with some improvements: - fix upstream/downstream mixing - fix coding style Commit: 63309e55fae3c774bac29a3be365a48fc50c3f03 https://github.com/OpenSIPS/opensips/commit/63309e55fae3c774bac29a3be365a48fc50c3f03 Author: Liviu Chircu Date: 2023-05-15 (Mon, 15 May 2023) Changed paths: M modules/dialog/dlg_timer.c Log Message: ----------- Merge branch 'lemenkov-ping_failure_direction_indication' Compare: https://github.com/OpenSIPS/opensips/compare/712fdd2d0337...63309e55fae3 From noreply at github.com Tue May 16 14:18:47 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 16 May 2023 14:18:47 +0000 (UTC) Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 35bb59: Migrate from index to references when pointing to ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 35bb59e0949efd4166d68643de6c923313a86c0c https://github.com/OpenSIPS/opensips/commit/35bb59e0949efd4166d68643de6c923313a86c0c Author: Bogdan-Andrei Iancu Date: 2023-05-16 (Tue, 16 May 2023) Changed paths: M action.c M async.c M async.h M cfg.y M cfg_reload.c M net/proto_tcp/proto_tcp.c M net/trans_trace.c M net/trans_trace.h M route.c M route.h M route_struct.c M route_struct.h M trace_api.h Log Message: ----------- Migrate from index to references when pointing to a script route The idx are hard to work with in the context of script reload, as they cannot be upated or checked (if still valid). So, instead of pointing to the route by its idx, use an intermediary structure that holds: name of the route, the idx of the route, the version of the script. Now, such intermediary structs (or route refs) may operate in 2 ways: * they are per process, in pkg; all such refs are linked in a single list and automatically updated (their idx) upon reload. * they are shared (like attached to data structs in shm), in shm; if so, before using it, the version is checked, and if old, the idx is updated on spot. Commit: c637bb43ce2dbc464bd5121953ddede1284cebdd https://github.com/OpenSIPS/opensips/commit/c637bb43ce2dbc464bd5121953ddede1284cebdd Author: Bogdan-Andrei Iancu Date: 2023-05-16 (Tue, 16 May 2023) Changed paths: M modules/tm/async.c M modules/tm/h_table.c M modules/tm/h_table.h M modules/tm/t_fwd.c M modules/tm/t_fwd.h M modules/tm/t_reply.c M modules/tm/t_reply.h M modules/tm/tm.c Log Message: ----------- [tm] migrate to new route references Related to 2e65a82e657731fe70844768013287443b266068 Commit: d69a8cc5beb7a968c09a87e29ac08c5fb1c5e6b0 https://github.com/OpenSIPS/opensips/commit/d69a8cc5beb7a968c09a87e29ac08c5fb1c5e6b0 Author: Bogdan-Andrei Iancu Date: 2023-05-16 (Tue, 16 May 2023) Changed paths: M modules/b2b_entities/b2b_entities.c M modules/b2b_entities/b2b_entities.h M modules/b2b_entities/dlg.c M modules/b2b_logic/b2b_logic.c M modules/b2b_logic/b2b_logic.h M modules/b2b_logic/b2bl_db.c M modules/b2b_logic/entity_storage.c M modules/b2b_logic/logic.c M modules/b2b_logic/records.c M modules/b2b_logic/records.h M modules/cpl_c/cpl.c M modules/cpl_c/cpl_env.h M modules/cpl_c/cpl_sig.c M modules/dialog/dialog.c M modules/dialog/dlg_db_handler.c M modules/dialog/dlg_handlers.c M modules/dialog/dlg_hash.c M modules/dialog/dlg_hash.h M modules/dialog/dlg_replication.c M modules/dialog/dlg_req_within.c M modules/dispatcher/dispatch.c M modules/dispatcher/dispatch.h M modules/dispatcher/dispatcher.c M modules/drouting/dr_load.c M modules/drouting/drouting.c M modules/drouting/prefix_tree.c M modules/drouting/prefix_tree.h M modules/drouting/routing.c M modules/event_kafka/event_kafka.c M modules/event_kafka/kafka_producer.c M modules/event_kafka/kafka_producer.h M modules/event_route/event_route.c M modules/event_route/route_send.c M modules/event_route/route_send.h M modules/event_routing/ebr_data.c M modules/event_routing/event_routing.c M modules/msrp_relay/auth.c M modules/msrp_relay/msrp_relay.c M modules/msrp_relay/msrp_relay.h M modules/pike/pike.c M modules/pike/pike_funcs.c M modules/presence_dfks/presence_dfks.c M modules/proto_bins/proto_bins.c M modules/proto_msrp/msrp_common.c M modules/proto_msrp/msrp_common.h M modules/proto_msrp/proto_msrp.c M modules/proto_tls/proto_tls.c M modules/proto_ws/proto_ws.c M modules/proto_ws/ws_handshake_common.h M modules/proto_wss/proto_wss.c M modules/script_helper/script_helper.c M modules/sipcapture/sipcapture.c M modules/tls_openssl/openssl_trace.h M modules/tls_wolfssl/wolfssl_trace.h Log Message: ----------- [modules] migrate to new route references Related to 2e65a82e657731fe70844768013287443b266068 Compare: https://github.com/OpenSIPS/opensips/compare/63309e55fae3...d69a8cc5beb7 From noreply at github.com Tue May 16 14:54:30 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 16 May 2023 07:54:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0e7aaf: logging: properly configure the 'log_json_buf_size... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0e7aafdfa6d677e469a61e8199d82fb340330253 https://github.com/OpenSIPS/opensips/commit/0e7aafdfa6d677e469a61e8199d82fb340330253 Author: Vlad Patrascu Date: 2023-05-16 (Tue, 16 May 2023) Changed paths: M cfg.y M dprint.c M dprint.h Log Message: ----------- logging: properly configure the 'log_json_buf_size' global param Commit: 651908ffcc9c1f1ff62f88e87ad980b9983eb84a https://github.com/OpenSIPS/opensips/commit/651908ffcc9c1f1ff62f88e87ad980b9983eb84a Author: Vlad Patrascu Date: 2023-05-16 (Tue, 16 May 2023) Changed paths: M cfg.lex M cfg.y M dprint.c M dprint.h Log Message: ----------- logging: escape unprintable characters in JSON logs Compare: https://github.com/OpenSIPS/opensips/compare/d69a8cc5beb7...651908ffcc9c From noreply at github.com Tue May 16 20:29:46 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 16 May 2023 13:29:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 01b49f: Fix double increase of script version Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 01b49f14c2fac11484460629fe9d9adc44e4f2eb https://github.com/OpenSIPS/opensips/commit/01b49f14c2fac11484460629fe9d9adc44e4f2eb Author: Bogdan-Andrei Iancu Date: 2023-05-16 (Tue, 16 May 2023) Changed paths: M cfg_reload.c M main.c M route.c M route.h Log Message: ----------- Fix double increase of script version The process triggering the script reload was doing double version increase, once when testing the new script and second when actually reloading along the other procs. Commit: fce0eaeb241866d0c42db41160ed454be59fd7ed https://github.com/OpenSIPS/opensips/commit/fce0eaeb241866d0c42db41160ed454be59fd7ed Author: Bogdan-Andrei Iancu Date: 2023-05-16 (Tue, 16 May 2023) Changed paths: M cfg_reload.c M timer.c Log Message: ----------- Fix reload of timer routes Use a separate, dynamic list of timer tasks that can be update by other proc than the timer itself (which has no info on the script). The proc doing the reload, upon success, re-generates the list of timer tasks corresponding to the new set of timer routes. NOTE: a more complex logic is needed when purging the old set of timer tasks, as they may still be under execution - we use here a pending list where we wait their completion. Compare: https://github.com/OpenSIPS/opensips/compare/651908ffcc9c...fce0eaeb2418 From noreply at github.com Tue May 16 20:41:30 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 16 May 2023 13:41:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e0b0ac: [b2b_logic] fix syntax error Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e0b0ac74bb44b1184b1dbafcb4fe4068d2fdb439 https://github.com/OpenSIPS/opensips/commit/e0b0ac74bb44b1184b1dbafcb4fe4068d2fdb439 Author: Bogdan-Andrei Iancu Date: 2023-05-16 (Tue, 16 May 2023) Changed paths: M modules/b2b_logic/b2b_logic.c Log Message: ----------- [b2b_logic] fix syntax error Related to d69a8cc5beb7a968c09a87e29ac08c5fb1c5e6b0 From noreply at github.com Tue May 16 21:00:23 2023 From: noreply at github.com (Liviu Chircu) Date: Tue, 16 May 2023 14:00:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 95abb6: async.h: Fix compile warning Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 95abb68847bbf3edcc3e60bba3683992be037b7d https://github.com/OpenSIPS/opensips/commit/95abb68847bbf3edcc3e60bba3683992be037b7d Author: Liviu Chircu Date: 2023-05-16 (Tue, 16 May 2023) Changed paths: M modules/tm/async.h Log Message: ----------- async.h: Fix compile warning From noreply at github.com Wed May 17 06:07:32 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 16 May 2023 23:07:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 87157c: feat: add inhert_state of ds_reload Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 87157c1e8e78d6a951459051b12b9decec6d654b https://github.com/OpenSIPS/opensips/commit/87157c1e8e78d6a951459051b12b9decec6d654b Author: wangdd Date: 2023-05-09 (Tue, 09 May 2023) Changed paths: M modules/drouting/doc/drouting_admin.xml M modules/drouting/drouting.c Log Message: ----------- feat: add inhert_state of ds_reload Commit: 9afa2ee4ef9e8814335a03e809e725829870aa43 https://github.com/OpenSIPS/opensips/commit/9afa2ee4ef9e8814335a03e809e725829870aa43 Author: wangdd Date: 2023-05-09 (Tue, 09 May 2023) Changed paths: M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h M modules/aaa_diameter/app_opensips/app_opensips.c M modules/aaa_diameter/app_opensips/avps.c M modules/aaa_diameter/app_opensips/avps.h M modules/aaa_diameter/doc/aaa_diameter_admin.xml M modules/aaa_diameter/peer.c M modules/dialog/README M modules/dialog/dialog.c M modules/dialog/dlg_hash.h M modules/dialog/dlg_timer.c M modules/dialog/doc/dialog_admin.xml M modules/stun/stun.c Log Message: ----------- Merge branch 'master' into dr_reload Commit: e871882cb63ab6798829d200106498c1d63989b6 https://github.com/OpenSIPS/opensips/commit/e871882cb63ab6798829d200106498c1d63989b6 Author: wangdd Date: 2023-05-12 (Fri, 12 May 2023) Changed paths: M mi/item.c M mi/item.h M modules/dispatcher/dispatch.c M modules/dispatcher/dispatch.h M modules/dispatcher/dispatcher.c M modules/drouting/drouting.c Log Message: ----------- feat: add get_mi_bool_like_param Commit: c17d15f74292625dcbdb293b22d2c8e421f21283 https://github.com/OpenSIPS/opensips/commit/c17d15f74292625dcbdb293b22d2c8e421f21283 Author: Bogdan Andrei IANCU Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M mi/item.c M mi/item.h M modules/dispatcher/dispatch.c M modules/dispatcher/dispatch.h M modules/dispatcher/dispatcher.c M modules/drouting/doc/drouting_admin.xml M modules/drouting/drouting.c Log Message: ----------- Merge pull request #3086 from wangduanduan/dr_reload add inhert_state param for mi dr_reload Compare: https://github.com/OpenSIPS/opensips/compare/95abb68847bb...c17d15f74292 From noreply at github.com Wed May 17 06:29:23 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 16 May 2023 23:29:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7bd5ff: Fix: regex segfault of max_groups is exceeded Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7bd5ff8eed76898f8fb33a6e0ed8625f5db82102 https://github.com/OpenSIPS/opensips/commit/7bd5ff8eed76898f8fb33a6e0ed8625f5db82102 Author: Norm Brandinger Date: 2023-04-29 (Sat, 29 Apr 2023) Changed paths: M modules/regex/regex_mod.c Log Message: ----------- Fix: regex segfault of max_groups is exceeded Commit: 124fdd1485940cfb34dc8ccd6f531e78f8594be1 https://github.com/OpenSIPS/opensips/commit/124fdd1485940cfb34dc8ccd6f531e78f8594be1 Author: Norm Brandinger Date: 2023-04-29 (Sat, 29 Apr 2023) Changed paths: M modules/regex/regex_mod.c Log Message: ----------- Fix: typo in error message Commit: bb989775f4ad1da14ad8139740f996e83904d178 https://github.com/OpenSIPS/opensips/commit/bb989775f4ad1da14ad8139740f996e83904d178 Author: Norm Brandinger Date: 2023-04-29 (Sat, 29 Apr 2023) Changed paths: M modules/regex/regex_mod.c Log Message: ----------- Fix: indentation Commit: e09eb58ac63c63da7e00c918de0e132649f01b6a https://github.com/OpenSIPS/opensips/commit/e09eb58ac63c63da7e00c918de0e132649f01b6a Author: Bogdan-Andrei Iancu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/regex/regex_mod.c Log Message: ----------- Merge remote-tracking branch 'origin/regex_max_groups_segfault' Compare: https://github.com/OpenSIPS/opensips/compare/c17d15f74292...e09eb58ac63c From noreply at github.com Wed May 17 06:31:40 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 16 May 2023 23:31:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b0465c: Merge remote-tracking branch 'origin/regex_max_gro... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: b0465ca6dabbd7ed650052f461c2f2d4460ba450 https://github.com/OpenSIPS/opensips/commit/b0465ca6dabbd7ed650052f461c2f2d4460ba450 Author: Bogdan-Andrei Iancu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/regex/regex_mod.c Log Message: ----------- Merge remote-tracking branch 'origin/regex_max_groups_segfault' (cherry picked from commit e09eb58ac63c63da7e00c918de0e132649f01b6a) From noreply at github.com Wed May 17 06:32:00 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 16 May 2023 23:32:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a4e6b5: Merge remote-tracking branch 'origin/regex_max_gro... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: a4e6b551b6de233fb8adec7ffbcc09c714d3632e https://github.com/OpenSIPS/opensips/commit/a4e6b551b6de233fb8adec7ffbcc09c714d3632e Author: Bogdan-Andrei Iancu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/regex/regex_mod.c Log Message: ----------- Merge remote-tracking branch 'origin/regex_max_groups_segfault' (cherry picked from commit e09eb58ac63c63da7e00c918de0e132649f01b6a) From noreply at github.com Wed May 17 06:32:24 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 16 May 2023 23:32:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 18504b: Merge remote-tracking branch 'origin/regex_max_gro... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 18504bc5a68b418684aa4e04a4fc42849f118010 https://github.com/OpenSIPS/opensips/commit/18504bc5a68b418684aa4e04a4fc42849f118010 Author: Bogdan-Andrei Iancu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/regex/regex_mod.c Log Message: ----------- Merge remote-tracking branch 'origin/regex_max_groups_segfault' (cherry picked from commit e09eb58ac63c63da7e00c918de0e132649f01b6a) From noreply at github.com Wed May 17 06:47:34 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 16 May 2023 23:47:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 633816: Working implementation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6338168a2afe50ef38e065ab3d757b9398e77cf9 https://github.com/OpenSIPS/opensips/commit/6338168a2afe50ef38e065ab3d757b9398e77cf9 Author: MayamaTakeshi Date: 2022-10-22 (Sat, 22 Oct 2022) Changed paths: M modules/tm/README M modules/tm/tm.c Log Message: ----------- Working implementation Commit: 870f322270683a596a9f38e0b365e41645d89fb3 https://github.com/OpenSIPS/opensips/commit/870f322270683a596a9f38e0b365e41645d89fb3 Author: Bogdan Andrei IANCU Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/tm/README M modules/tm/tm.c Log Message: ----------- Merge pull request #2937 from MayamaTakeshi/t_reply_by_callid Adding tm function t_reply_by_callid Compare: https://github.com/OpenSIPS/opensips/compare/e09eb58ac63c...870f32227068 From noreply at github.com Wed May 17 06:59:33 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 16 May 2023 23:59:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 75a17b: [tm] Updated the XML doc for t_reply_by_callid() Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 75a17b4604563b3bf62c1569ac065c5656406fc6 https://github.com/OpenSIPS/opensips/commit/75a17b4604563b3bf62c1569ac065c5656406fc6 Author: Bogdan-Andrei Iancu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/tm/doc/tm_admin.xml Log Message: ----------- [tm] Updated the XML doc for t_reply_by_callid() Completes 870f322270683a596a9f38e0b365e41645d89fb3 From noreply at github.com Wed May 17 08:01:33 2023 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 May 2023 01:01:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1421af: Add unset_dlg_profile_all_values and ability the a... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1421afc26c6168b33f2ac9e1c9348a7f6efc4327 https://github.com/OpenSIPS/opensips/commit/1421afc26c6168b33f2ac9e1c9348a7f6efc4327 Author: Ryan Bullock Date: 2023-05-12 (Fri, 12 May 2023) Changed paths: M modules/dialog/dialog.c M modules/dialog/dlg_profile.c M modules/dialog/dlg_profile.h M modules/dialog/doc/dialog_admin.xml Log Message: ----------- Add unset_dlg_profile_all_values and ability the ability for unset_dlg_profile to remove all values, and for set_dlg_profile to remove a previous value or all values Commit: e0bdf5932b0ee2c89473163497e2b04b670024e8 https://github.com/OpenSIPS/opensips/commit/e0bdf5932b0ee2c89473163497e2b04b670024e8 Author: Liviu Chircu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/dialog/dialog.c M modules/dialog/doc/dialog_admin.xml Log Message: ----------- dialog: Improvements to recent set/unset profile additions Commit: a4c8d9d25e0a5057a9bfc3ea5f11374354ee46c9 https://github.com/OpenSIPS/opensips/commit/a4c8d9d25e0a5057a9bfc3ea5f11374354ee46c9 Author: Liviu Chircu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/dialog/dialog.c M modules/dialog/dlg_profile.c M modules/dialog/dlg_profile.h M modules/dialog/doc/dialog_admin.xml Log Message: ----------- Merge pull request #3084 from rrb3942/dialog_profile_remove_all Add options to set_dlg_profile and unset_dlg_profile to remove all values on a profile Compare: https://github.com/OpenSIPS/opensips/compare/75a17b460456...a4c8d9d25e0a From noreply at github.com Wed May 17 09:11:51 2023 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 May 2023 02:11:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f89b21: Docs: Fix various outdated opensips.cfg syntax sam... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f89b21b6a599979ef768af1887d16c671ba2fd90 https://github.com/OpenSIPS/opensips/commit/f89b21b6a599979ef768af1887d16c671ba2fd90 Author: Liviu Chircu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M menuconfig/configs/opensips_residential.m4 M modules/acc/doc/acc_admin.xml M modules/auth_jwt/doc/auth_jwt_admin.xml M modules/carrierroute/doc/carrierroute_admin.xml M modules/cgrates/doc/cgrates_admin.xml M modules/db_text/doc/db_text.cfg M modules/domainpolicy/doc/domainpolicy_admin.xml M modules/emergency/doc/emergency_admin.xml M modules/event_rabbitmq/README M modules/event_rabbitmq/doc/event_rabbitmq.cfg M modules/event_routing/README M modules/event_routing/doc/event_routing_admin.xml M modules/imc/doc/imc.cfg M modules/jabber/doc/jabber.cfg M modules/jabber/doc/jabberx.cfg M modules/mangler/mangler.cfg M modules/msilo/README M modules/msilo/doc/msilo.cfg M modules/nathelper/examples/4to6.cfg M modules/nathelper/examples/alg.cfg M modules/nathelper/nathelper.cfg M modules/nathelper/nathelper_rtpp.cfg M modules/osp/etc/sample-osp-opensips.cfg M modules/registrar/doc/registrar_admin.xml M modules/rtpproxy/examples/4to6.cfg M modules/rtpproxy/examples/alg.cfg M modules/speeddial/doc/speeddial.cfg M modules/tls_mgm/doc/tls_mgm_admin.xml M modules/xmpp/doc/opensips-xmpp.cfg Log Message: ----------- Docs: Fix various outdated opensips.cfg syntax samples From noreply at github.com Wed May 17 10:20:24 2023 From: noreply at github.com (=?utf-8?q?Vlad_P=C4=83tra=C8=99cu?=) Date: Wed, 17 May 2023 10:20:24 +0000 (UTC) Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c05cb7: Add a new core event triggered for every log message Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c05cb75615cdf62b57d3ddd5ec4975aeb568bd9c https://github.com/OpenSIPS/opensips/commit/c05cb75615cdf62b57d3ddd5ec4975aeb568bd9c Author: Vlad Patrascu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M cfg.lex M cfg.y M dprint.c M dprint.h M ipc.c M main.c M modules/event_kafka/kafka_producer.c M modules/event_rabbitmq/rabbitmq_send.c M modules/event_route/route_send.c M modules/event_stream/stream_send.c M modules/event_xmlrpc/xmlrpc_send.c M shutdown.c Log Message: ----------- Add a new core event triggered for every log message Commit: 9f184542197c705b1d54952970a36bfa7b47b673 https://github.com/OpenSIPS/opensips/commit/9f184542197c705b1d54952970a36bfa7b47b673 Author: Vlad Patrascu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/event_kafka/event_kafka.c M modules/event_kafka/kafka_producer.c Log Message: ----------- event_kafka: fix syntax errors Related to commit d69a8cc5beb7a968c09a87e29ac08c5fb1c5e6b0 Compare: https://github.com/OpenSIPS/opensips/compare/f89b21b6a599...9f184542197c From noreply at github.com Wed May 17 11:17:52 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 17 May 2023 04:17:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dcd42a: Update log related global params in config samples Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dcd42a91bde048ba48a0e275991ba05db1effdad https://github.com/OpenSIPS/opensips/commit/dcd42a91bde048ba48a0e275991ba05db1effdad Author: Vlad Patrascu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M etc/opensips.cfg M examples/acc-mysql.cfg M examples/flag_reply.cfg M examples/logging.cfg M examples/nathelper.cfg M examples/replicate.cfg M examples/serial_183.cfg M menuconfig/configs/opensips_loadbalancer.m4 M menuconfig/configs/opensips_residential.m4 M menuconfig/configs/opensips_trunking.m4 M modules/cfgutils/test/opensips.cfg M modules/jabber/doc/jabber.cfg M modules/jabber/doc/jabberx.cfg M modules/osp/etc/sample-osp-opensips.cfg M modules/registrar/test/opensips.cfg M modules/sipcapture/examples/opensips.cfg M modules/xmpp/doc/opensips-xmpp.cfg M utils/vim/opensips.vim Log Message: ----------- Update log related global params in config samples Commit: 8a6421e783b88762ca898f25546cecc69b116f3d https://github.com/OpenSIPS/opensips/commit/8a6421e783b88762ca898f25546cecc69b116f3d Author: Vlad Patrascu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/tls_mgm/doc/tls_mgm_admin.xml M modules/tracer/doc/tracer_admin.xml Log Message: ----------- Update log related global params in doc examples Compare: https://github.com/OpenSIPS/opensips/compare/9f184542197c...8a6421e783b8 From noreply at github.com Wed May 17 11:19:27 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 17 May 2023 04:19:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7ea4f1: b2b_entities: add more randomness to callid genera... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7ea4f1ffd148d9f140e0a30db20c66ef431e7de0 https://github.com/OpenSIPS/opensips/commit/7ea4f1ffd148d9f140e0a30db20c66ef431e7de0 Author: Giedrius Date: 2023-05-02 (Tue, 02 May 2023) Changed paths: M modules/b2b_entities/b2be_load.h M modules/b2b_entities/dlg.c Log Message: ----------- b2b_entities: add more randomness to callid generation to handle client_htable collisions Commit: daaacfe94930cf99e95d30a93a9666dfea06cff1 https://github.com/OpenSIPS/opensips/commit/daaacfe94930cf99e95d30a93a9666dfea06cff1 Author: Vlad Pătrașcu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M modules/b2b_entities/b2be_load.h M modules/b2b_entities/dlg.c Log Message: ----------- Merge pull request #3074 from Giedriusj1/master b2b_entities: add more randomness to callid generation to handle client_htable collisions Compare: https://github.com/OpenSIPS/opensips/compare/8a6421e783b8...daaacfe94930 From noreply at github.com Wed May 17 13:11:19 2023 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 May 2023 06:11:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c0e15f: Bump version to 3.4.0-beta Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: c0e15f5adf6867d8876f6961a5bf0201020af9db https://github.com/OpenSIPS/opensips/commit/c0e15f5adf6867d8876f6961a5bf0201020af9db Author: Liviu Chircu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: R .github/workflows/cifuzz.yml M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.4.0-beta Commit: 277ae0fb7d9336e7814656b4c26a71ccb6dc45d0 https://github.com/OpenSIPS/opensips/commit/277ae0fb7d9336e7814656b4c26a71ccb6dc45d0 Author: Liviu Chircu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: A ChangeLog Log Message: ----------- Add ChangeLog for 3.4.0-beta Commit: ae9538bd313cbe4a111036bc49d24c855764ad41 https://github.com/OpenSIPS/opensips/commit/ae9538bd313cbe4a111036bc49d24c855764ad41 Author: Liviu Chircu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: A CREDITS Log Message: ----------- Add CREDITS file for 3.4.0 Compare: https://github.com/OpenSIPS/opensips/compare/c0e15f5adf68%5E...ae9538bd313c From noreply at github.com Wed May 17 13:11:39 2023 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 May 2023 06:11:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.4.0-beta Home: https://github.com/OpenSIPS/opensips From noreply at github.com Wed May 17 13:11:50 2023 From: noreply at github.com (Liviu Chircu) Date: Wed, 17 May 2023 06:11:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 42de07: Bump development version Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 42de07939ec9ef745238536623e02d202daf3dd0 https://github.com/OpenSIPS/opensips/commit/42de07939ec9ef745238536623e02d202daf3dd0 Author: Liviu Chircu Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M Makefile.defs Log Message: ----------- Bump development version From bogdan at opensips.org Wed May 17 14:38:12 2023 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Wed, 17 May 2023 17:38:12 +0300 Subject: [OpenSIPS-Devel] [Release] OpenSIPS 3.4.0 major release, beta version Message-ID: Hello there !! It is that time of the year to do our iteration - one more year, one more evolution step, one more OpenSIPS major release. So, we are all happy to announce the beta release of *OpenSIPS 3.4.0 major version* - and this 3.4 version is all about /consolidation, in terms of features, of code, of performance and of conformity/. A huge amount of work was invested in the testing area - we got SIPssert testing framework, we got code benchmarking . Also a lot of areas - B2B, logging, dialog - were visited for enhancements and improvements. But here is the shortest possible description of this release; and be aware that it's actually not so short as nothing is short about 3.4 ! Please keep in mind that 3.4.0 is still a beta release, targeting mid July to become fully stable. So, we still have some testing ahead of us :). Many thanks to our awesome community for contributing with ideas, code, patches, tests and reports! Looking for downloading it? See the tarball or the GIT repo . Packages (rpms and debs ) are also already available! Enjoy it, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 2023, Houston, US https://www.opensips.org/events/Summit-2023Houston/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Thu May 18 14:11:24 2023 From: noreply at github.com (Nick Altmann) Date: Thu, 18 May 2023 07:11:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c9a4f4: Set version number for apt and yum builds Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: c9a4f4ba77bb6aa34c0d3cb387d2372b20209dc0 https://github.com/OpenSIPS/opensips/commit/c9a4f4ba77bb6aa34c0d3cb387d2372b20209dc0 Author: Nick Altmann Date: 2023-05-18 (Thu, 18 May 2023) Changed paths: M packaging/debian/changelog M packaging/redhat_fedora/opensips.spec Log Message: ----------- Set version number for apt and yum builds From noreply at github.com Thu May 18 14:14:28 2023 From: noreply at github.com (Nick Altmann) Date: Thu, 18 May 2023 07:14:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6c0203: Set version number for apt and yum builds Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6c0203b7bb6bc4109b313e8b5b363dbad3022d6f https://github.com/OpenSIPS/opensips/commit/6c0203b7bb6bc4109b313e8b5b363dbad3022d6f Author: Nick Altmann Date: 2023-05-18 (Thu, 18 May 2023) Changed paths: M packaging/debian/changelog M packaging/redhat_fedora/opensips.spec Log Message: ----------- Set version number for apt and yum builds From noreply at github.com Thu May 18 15:38:30 2023 From: noreply at github.com (=?utf-8?q?Vlad_P=C4=83tra=C8=99cu?=) Date: Thu, 18 May 2023 15:38:30 +0000 (UTC) Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 94acb1: b2b_logic: fix crash if no B2B routes are set Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 94acb11f567117ef3baa095c01c8ef1bab00aecb https://github.com/OpenSIPS/opensips/commit/94acb11f567117ef3baa095c01c8ef1bab00aecb Author: Vlad Patrascu Date: 2023-05-18 (Thu, 18 May 2023) Changed paths: M modules/b2b_logic/records.c Log Message: ----------- b2b_logic: fix crash if no B2B routes are set This fixes a crash when the 'script_req_route'/'script_reply_route' module parameters are not set and b2b_init_request() is called with no route parameters. From noreply at github.com Thu May 18 15:38:50 2023 From: noreply at github.com (=?utf-8?q?Vlad_P=C4=83tra=C8=99cu?=) Date: Thu, 18 May 2023 15:38:50 +0000 (UTC) Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 692a68: b2b_logic: fix crash if no B2B routes are set Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 692a680ef1237c0e05866af97b5e5b552bdd0564 https://github.com/OpenSIPS/opensips/commit/692a680ef1237c0e05866af97b5e5b552bdd0564 Author: Vlad Patrascu Date: 2023-05-18 (Thu, 18 May 2023) Changed paths: M modules/b2b_logic/records.c Log Message: ----------- b2b_logic: fix crash if no B2B routes are set This fixes a crash when the 'script_req_route'/'script_reply_route' module parameters are not set and b2b_init_request() is called with no route parameters. (cherry picked from commit 94acb11f567117ef3baa095c01c8ef1bab00aecb) From noreply at github.com Fri May 19 13:43:18 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 19 May 2023 06:43:18 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a94015: logging: expose missing level filter param for eve... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a9401510f5c6091f7721a5c19abe495af0d30881 https://github.com/OpenSIPS/opensips/commit/a9401510f5c6091f7721a5c19abe495af0d30881 Author: Vlad Patrascu Date: 2023-05-19 (Fri, 19 May 2023) Changed paths: M cfg.lex M cfg.y M dprint.c M dprint.h Log Message: ----------- logging: expose missing level filter param for event consumer From noreply at github.com Fri May 19 13:43:53 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 19 May 2023 06:43:53 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 99c9d6: logging: expose missing level filter param for eve... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 99c9d66d8267c8e0b3f5888645e42a8ecc845c21 https://github.com/OpenSIPS/opensips/commit/99c9d66d8267c8e0b3f5888645e42a8ecc845c21 Author: Vlad Patrascu Date: 2023-05-19 (Fri, 19 May 2023) Changed paths: M cfg.lex M cfg.y M dprint.c M dprint.h Log Message: ----------- logging: expose missing level filter param for event consumer (cherry picked from commit a9401510f5c6091f7721a5c19abe495af0d30881) From noreply at github.com Fri May 19 19:00:53 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 19 May 2023 12:00:53 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 168808: b2b_entities: fix incorrect entity key after loadi... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 168808757d45af6ce098e123b1524f2a7d367cd6 https://github.com/OpenSIPS/opensips/commit/168808757d45af6ce098e123b1524f2a7d367cd6 Author: Vlad Patrascu Date: 2023-05-19 (Fri, 19 May 2023) Changed paths: M modules/b2b_entities/b2b_entities.c M modules/b2b_entities/b2be_clustering.c M modules/b2b_entities/b2be_db.c M modules/b2b_entities/client.c M modules/b2b_entities/dlg.c M modules/b2b_entities/dlg.h M modules/b2b_entities/server.c M modules/b2b_entities/ua_api.c Log Message: ----------- b2b_entities: fix incorrect entity key after loading from DB Do not generate a new random part for the entity key when loading from DB. Commit: 89f947b690f54d17425235d0e6d5c3cb00f9d37a https://github.com/OpenSIPS/opensips/commit/89f947b690f54d17425235d0e6d5c3cb00f9d37a Author: Vlad Patrascu Date: 2023-05-19 (Fri, 19 May 2023) Changed paths: M lib/reg/lookup.c M lib/reg/lookup.h M lib/reg/save_flags.c M lib/reg/save_flags.h M modules/mid_registrar/mid_registrar.c M modules/registrar/reg_mod.c Log Message: ----------- [mid_]registrar: fix default flag values for lookup() and save() The default values for unset flags were not properly set if any other flags were provided to the save()/lookup() functions. Fixes #3097 Compare: https://github.com/OpenSIPS/opensips/compare/a9401510f5c6...89f947b690f5 From noreply at github.com Fri May 19 19:01:29 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 19 May 2023 12:01:29 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4c1b9a: b2b_entities: fix incorrect entity key after loadi... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 4c1b9a5ce284582cdcd65b1c33dc32458d908710 https://github.com/OpenSIPS/opensips/commit/4c1b9a5ce284582cdcd65b1c33dc32458d908710 Author: Vlad Patrascu Date: 2023-05-19 (Fri, 19 May 2023) Changed paths: M modules/b2b_entities/b2b_entities.c M modules/b2b_entities/b2be_clustering.c M modules/b2b_entities/b2be_db.c M modules/b2b_entities/client.c M modules/b2b_entities/dlg.c M modules/b2b_entities/dlg.h M modules/b2b_entities/server.c M modules/b2b_entities/ua_api.c Log Message: ----------- b2b_entities: fix incorrect entity key after loading from DB Do not generate a new random part for the entity key when loading from DB. (cherry picked from commit 168808757d45af6ce098e123b1524f2a7d367cd6) Commit: 69f5f824be70a152e7870d6d5eb00435f4c8a39c https://github.com/OpenSIPS/opensips/commit/69f5f824be70a152e7870d6d5eb00435f4c8a39c Author: Vlad Patrascu Date: 2023-05-19 (Fri, 19 May 2023) Changed paths: M lib/reg/lookup.c M lib/reg/lookup.h M lib/reg/save_flags.c M lib/reg/save_flags.h M modules/mid_registrar/mid_registrar.c M modules/registrar/reg_mod.c Log Message: ----------- [mid_]registrar: fix default flag values for lookup() and save() The default values for unset flags were not properly set if any other flags were provided to the save()/lookup() functions. Fixes #3097 (cherry picked from commit 89f947b690f54d17425235d0e6d5c3cb00f9d37a) Compare: https://github.com/OpenSIPS/opensips/compare/99c9d66d8267...69f5f824be70 From noreply at github.com Sat May 20 20:32:06 2023 From: noreply at github.com (opensips-github) Date: Sat, 20 May 2023 13:32:06 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c71411: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: c714115724659ad181705bfd72c22da0c0594ec5 https://github.com/OpenSIPS/opensips/commit/c714115724659ad181705bfd72c22da0c0594ec5 Author: OpenSIPS Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: M modules/regex/README M modules/regex/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat May 20 20:59:11 2023 From: noreply at github.com (opensips-github) Date: Sat, 20 May 2023 13:59:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ad8aea: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: ad8aea25c7d14398d9fa0049af24673943151a2b https://github.com/OpenSIPS/opensips/commit/ad8aea25c7d14398d9fa0049af24673943151a2b Author: OpenSIPS Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: M modules/regex/README M modules/regex/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat May 20 21:33:03 2023 From: noreply at github.com (opensips-github) Date: Sat, 20 May 2023 14:33:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2367f1: Rebuild documentation Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 2367f13d57d306d1982619db05e430d8889b3881 https://github.com/OpenSIPS/opensips/commit/2367f13d57d306d1982619db05e430d8889b3881 Author: OpenSIPS Date: 2023-05-21 (Sun, 21 May 2023) Changed paths: M modules/regex/README M modules/regex/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat May 20 22:33:05 2023 From: noreply at github.com (opensips-github) Date: Sat, 20 May 2023 15:33:05 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 826461: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8264616e38fb56667f2f8b152f16b245d95ba403 https://github.com/OpenSIPS/opensips/commit/8264616e38fb56667f2f8b152f16b245d95ba403 Author: OpenSIPS Date: 2023-05-21 (Sun, 21 May 2023) Changed paths: M modules/acc/README M modules/acc/doc/contributors.xml M modules/auth_jwt/README M modules/auth_jwt/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/carrierroute/README M modules/carrierroute/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/cpl_c/README M modules/cpl_c/doc/contributors.xml M modules/db_text/README M modules/db_text/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/domainpolicy/README M modules/domainpolicy/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/emergency/README M modules/emergency/doc/contributors.xml M modules/event_kafka/README M modules/event_kafka/doc/contributors.xml M modules/event_rabbitmq/README M modules/event_rabbitmq/doc/contributors.xml M modules/event_route/README M modules/event_route/doc/contributors.xml M modules/event_routing/README M modules/event_routing/doc/contributors.xml M modules/event_stream/README M modules/event_stream/doc/contributors.xml M modules/event_xmlrpc/README M modules/event_xmlrpc/doc/contributors.xml M modules/imc/README M modules/imc/doc/contributors.xml M modules/jabber/README M modules/jabber/doc/contributors.xml M modules/mangler/README M modules/mangler/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/msilo/README M modules/msilo/doc/contributors.xml M modules/msrp_relay/README M modules/msrp_relay/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/osp/README M modules/osp/doc/contributors.xml M modules/pike/README M modules/pike/doc/contributors.xml M modules/presence_dfks/README M modules/presence_dfks/doc/contributors.xml M modules/proto_bins/README M modules/proto_bins/doc/contributors.xml M modules/proto_msrp/README M modules/proto_msrp/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/proto_ws/README M modules/proto_ws/doc/contributors.xml M modules/proto_wss/README M modules/proto_wss/doc/contributors.xml M modules/regex/README M modules/regex/doc/contributors.xml M modules/registrar/README M modules/registrar/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/script_helper/README M modules/script_helper/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml M modules/speeddial/README M modules/speeddial/doc/contributors.xml M modules/tls_mgm/README M modules/tls_mgm/doc/contributors.xml M modules/tls_openssl/README M modules/tls_openssl/doc/contributors.xml M modules/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/xmpp/README M modules/xmpp/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Tue May 23 10:36:27 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 23 May 2023 03:36:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1668bc: fix uninitalized returned list of KV flags Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1668bc3f0f249f690fe5479a859ad0de988ab928 https://github.com/OpenSIPS/opensips/commit/1668bc3f0f249f690fe5479a859ad0de988ab928 Author: Bogdan-Andrei Iancu Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M mod_fix.c Log Message: ----------- fix uninitalized returned list of KV flags closes #3100 Commit: f9cade9d756a5ab916df3824748ecd4c2c34eda2 https://github.com/OpenSIPS/opensips/commit/f9cade9d756a5ab916df3824748ecd4c2c34eda2 Author: Bogdan-Andrei Iancu Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M lib/reg/save_flags.c Log Message: ----------- Improved error logging on parsing KV flags for save() Commit: 397e1daa1cf4c619aa848405d93ba86194ca1629 https://github.com/OpenSIPS/opensips/commit/397e1daa1cf4c619aa848405d93ba86194ca1629 Author: Bogdan-Andrei Iancu Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M lib/reg/lookup.c Log Message: ----------- Improved error logging on parsing KV flags for lookup() Compare: https://github.com/OpenSIPS/opensips/compare/8264616e38fb...397e1daa1cf4 From noreply at github.com Tue May 23 10:40:56 2023 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 23 May 2023 03:40:56 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e6dd87: fix uninitalized returned list of KV flags Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: e6dd878a54fbf41781f5f7b23ba0d597de6defef https://github.com/OpenSIPS/opensips/commit/e6dd878a54fbf41781f5f7b23ba0d597de6defef Author: Bogdan-Andrei Iancu Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M mod_fix.c Log Message: ----------- fix uninitalized returned list of KV flags closes #3100 (cherry picked from commit 1668bc3f0f249f690fe5479a859ad0de988ab928) Commit: 1c96fb5103b9cc5704fad7c480be7512800431ce https://github.com/OpenSIPS/opensips/commit/1c96fb5103b9cc5704fad7c480be7512800431ce Author: Bogdan-Andrei Iancu Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M lib/reg/save_flags.c Log Message: ----------- Improved error logging on parsing KV flags for save() (cherry picked from commit f9cade9d756a5ab916df3824748ecd4c2c34eda2) Commit: 68f3653c9343f07cf10d486c65ea70afabb90107 https://github.com/OpenSIPS/opensips/commit/68f3653c9343f07cf10d486c65ea70afabb90107 Author: Bogdan-Andrei Iancu Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M lib/reg/lookup.c Log Message: ----------- Improved error logging on parsing KV flags for lookup() (cherry picked from commit 397e1daa1cf4c619aa848405d93ba86194ca1629) Compare: https://github.com/OpenSIPS/opensips/compare/69f5f824be70...68f3653c9343 From noreply at github.com Tue May 23 23:14:28 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 23 May 2023 16:14:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dbceae: sdp: fix crash in SDP parsing Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dbceae2d20e03749ab68ff57837b187ed5225bfb https://github.com/OpenSIPS/opensips/commit/dbceae2d20e03749ab68ff57837b187ed5225bfb Author: Razvan Crainea Date: 2023-05-24 (Wed, 24 May 2023) Changed paths: M parser/sdp/sdp.c M parser/sdp/sdp_helpr_funcs.c Log Message: ----------- sdp: fix crash in SDP parsing Introduced in commit 7743524 From noreply at github.com Tue May 23 23:14:37 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 23 May 2023 16:14:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3d63a8: sdp: fix crash in SDP parsing Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 3d63a85c02b002f199130278b3163564772651a2 https://github.com/OpenSIPS/opensips/commit/3d63a85c02b002f199130278b3163564772651a2 Author: Razvan Crainea Date: 2023-05-24 (Wed, 24 May 2023) Changed paths: M parser/sdp/sdp.c M parser/sdp/sdp_helpr_funcs.c Log Message: ----------- sdp: fix crash in SDP parsing Introduced in commit 7743524 (cherry picked from commit dbceae2d20e03749ab68ff57837b187ed5225bfb) From noreply at github.com Mon May 29 06:41:17 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Sun, 28 May 2023 23:41:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 96eac0: rtpengine: add docs for via-branch-param Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 96eac0be302228cc59a0dce8d463e2b3972417c0 https://github.com/OpenSIPS/opensips/commit/96eac0be302228cc59a0dce8d463e2b3972417c0 Author: Razvan Crainea Date: 2023-05-29 (Mon, 29 May 2023) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml Log Message: ----------- rtpengine: add docs for via-branch-param From noreply at github.com Mon May 29 06:41:45 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Sun, 28 May 2023 23:41:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9b39f4: rtpengine: add docs for via-branch-param Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 9b39f490ef1f5709c8421e7b6285eccceaec4cbe https://github.com/OpenSIPS/opensips/commit/9b39f490ef1f5709c8421e7b6285eccceaec4cbe Author: Razvan Crainea Date: 2023-05-29 (Mon, 29 May 2023) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml Log Message: ----------- rtpengine: add docs for via-branch-param (cherry picked from commit 96eac0be302228cc59a0dce8d463e2b3972417c0) From noreply at github.com Mon May 29 06:41:52 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Sun, 28 May 2023 23:41:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4c0418: rtpengine: add docs for via-branch-param Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 4c0418a788b647218d5d94975faa2f8498aa627f https://github.com/OpenSIPS/opensips/commit/4c0418a788b647218d5d94975faa2f8498aa627f Author: Razvan Crainea Date: 2023-05-29 (Mon, 29 May 2023) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml Log Message: ----------- rtpengine: add docs for via-branch-param (cherry picked from commit 96eac0be302228cc59a0dce8d463e2b3972417c0) From noreply at github.com Mon May 29 06:42:19 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Sun, 28 May 2023 23:42:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9b5890: rtpengine: add docs for via-branch-param Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 9b5890be590d7bb0f649e465141440976b126a04 https://github.com/OpenSIPS/opensips/commit/9b5890be590d7bb0f649e465141440976b126a04 Author: Razvan Crainea Date: 2023-05-29 (Mon, 29 May 2023) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml Log Message: ----------- rtpengine: add docs for via-branch-param (cherry picked from commit 96eac0be302228cc59a0dce8d463e2b3972417c0) From noreply at github.com Mon May 29 08:46:24 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 29 May 2023 01:46:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e00300: rtp_relay: avoid crash when dialog/b2b not loaded Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e00300c46178eb0e22d3bc062b6fc0abf63ca9fb https://github.com/OpenSIPS/opensips/commit/e00300c46178eb0e22d3bc062b6fc0abf63ca9fb Author: Razvan Crainea Date: 2023-05-29 (Mon, 29 May 2023) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: avoid crash when dialog/b2b not loaded From noreply at github.com Mon May 29 08:46:41 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 29 May 2023 01:46:41 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8bafdd: rtp_relay: avoid crash when dialog/b2b not loaded Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 8bafdd078891fe258002abb653fdcc4c4cd2cae6 https://github.com/OpenSIPS/opensips/commit/8bafdd078891fe258002abb653fdcc4c4cd2cae6 Author: Razvan Crainea Date: 2023-05-29 (Mon, 29 May 2023) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: avoid crash when dialog/b2b not loaded (cherry picked from commit e00300c46178eb0e22d3bc062b6fc0abf63ca9fb) From noreply at github.com Mon May 29 08:46:56 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 29 May 2023 01:46:56 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 475050: rtp_relay: avoid crash when dialog/b2b not loaded Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 475050cd64598bc0bba9fcb266b0240910a6437f https://github.com/OpenSIPS/opensips/commit/475050cd64598bc0bba9fcb266b0240910a6437f Author: Razvan Crainea Date: 2023-05-29 (Mon, 29 May 2023) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: avoid crash when dialog/b2b not loaded (cherry picked from commit e00300c46178eb0e22d3bc062b6fc0abf63ca9fb) From noreply at github.com Tue May 30 21:43:11 2023 From: noreply at github.com (Maksym Sobolyev) Date: Tue, 30 May 2023 14:43:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c5d475: Restore -E option, which has became core(5) implem... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c5d47538a391a4435077e948bf836828039d5f44 https://github.com/OpenSIPS/opensips/commit/c5d47538a391a4435077e948bf836828039d5f44 Author: Maksym Sobolyev Date: 2023-05-30 (Tue, 30 May 2023) Changed paths: M main.c Log Message: ----------- Restore -E option, which has became core(5) implementation after incomplete removal in b3644964573d7. Instead of dumping core, print error message directing user to the "stderror_enabled=yes" at the script level. From noreply at github.com Wed May 31 10:01:17 2023 From: noreply at github.com (Maksym Sobolyev) Date: Wed, 31 May 2023 03:01:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1467a1: Restore -E option, which has became core(5) implem... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 1467a11a78783d09c6571e514987e3ba195c2d3b https://github.com/OpenSIPS/opensips/commit/1467a11a78783d09c6571e514987e3ba195c2d3b Author: Maksym Sobolyev Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M main.c Log Message: ----------- Restore -E option, which has became core(5) implementation after incomplete removal in b3644964573d7. Instead of dumping core, print error message directing user to the "stderror_enabled=yes" at the script level. From bogdan at opensips.org Wed May 31 14:35:35 2023 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Wed, 31 May 2023 17:35:35 +0300 Subject: [OpenSIPS-Devel] OpenSIPS eBootcamp Training - pre-registration Message-ID: Hi all, Following the feedback from our community, this year we want to come up with a new approach to make the OpenSIPS eBootcamp online training accessible for people all across the globe, meaning from all the timezones. This year we plan two training sessions, one covering the *Europe-America* timezones, another for *Asia-Pacific* timezones. And once again we do rely on your feedback on this, so please fill in your option in this pre-registration form - this will help us to plan and size these two sessions:     https://bit.ly/opensips-ebootcamp Best regards, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Wed May 31 14:59:38 2023 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 31 May 2023 07:59:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2f9b62: tls: remove from map when destroying Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 2f9b6282f5be5ee8e871f0549f8e78642c900bb7 https://github.com/OpenSIPS/opensips/commit/2f9b6282f5be5ee8e871f0549f8e78642c900bb7 Author: Razvan Crainea Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/tls_mgm/tls_mgm.c Log Message: ----------- tls: remove from map when destroying This prevents a crash that was generated at runtime due to the fact that although the domain was destroyed, it was still referenced in the map From noreply at github.com Wed May 31 16:54:46 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 31 May 2023 09:54:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a2f2ec: msrp_relay: fix check for running the socket_route Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a2f2ec64580f98e0332b4925a48ee85217a03491 https://github.com/OpenSIPS/opensips/commit/a2f2ec64580f98e0332b4925a48ee85217a03491 Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/msrp_relay/msrp_relay.c Log Message: ----------- msrp_relay: fix check for running the socket_route Commit: 28471600b813c869d1c49e52df05961d2363e9ea https://github.com/OpenSIPS/opensips/commit/28471600b813c869d1c49e52df05961d2363e9ea Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/b2b_logic/b2b_logic.c Log Message: ----------- b2b_logic: remove leftover debugging log Commit: 19b6d3e940c074c05c37cac049241fdd2b8c119f https://github.com/OpenSIPS/opensips/commit/19b6d3e940c074c05c37cac049241fdd2b8c119f Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/b2b_entities/b2b_entities.c M modules/b2b_entities/doc/b2b_entities_admin.xml M modules/b2b_entities/ua_api.c Log Message: ----------- b2b_entities: make 'reason' param mandatory for ua_session_reply Omiting the 'reason' parameter for the ua_session_reply MI command would cause a crash in the tm module. Commit: 3102318223b3babf76ee6b8ed090f8d824aa2c80 https://github.com/OpenSIPS/opensips/commit/3102318223b3babf76ee6b8ed090f8d824aa2c80 Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/b2b_entities/b2b_entities.c Log Message: ----------- b2b_entities: rename ua_session_start to ua_session_client_start Rename the ua_session_start MI command as originally inteded. Commit: fb5b35866740e6a0509341cca698684a02b3b968 https://github.com/OpenSIPS/opensips/commit/fb5b35866740e6a0509341cca698684a02b3b968 Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/b2b_entities/doc/b2b_entities_admin.xml M modules/b2b_entities/ua_api.c M modules/b2b_entities/ua_api.h Log Message: ----------- b2b_entities: trigger the E_UA_SESSION event for initial INVITEs Add ability to trigger the E_UA_SESSION event, with the 'NEW' event type, for initial INVITES handled with the ua_session_server_init(). This can also be suppressed with the 'n' flag. Commit: 61ecc1047ba89c428ec58ec2d1f87a9ea3fc316a https://github.com/OpenSIPS/opensips/commit/61ecc1047ba89c428ec58ec2d1f87a9ea3fc316a Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M cfg.y M dprint.c M dprint.h Log Message: ----------- logging: revise the JSON CEE format * Add the "@cee:" prefix only for the syslog consumer. * Add the "hostname" and "pname" CEE mandatory fields. * Use nested objects for the function and PID fields instead of the "proc!id" and "native!function" notation. * Change the PID field to string instead of number data type. * Add the "log_prefix" field. Commit: a050cc581802aea42fb2bbe6def4645ac94333f4 https://github.com/OpenSIPS/opensips/commit/a050cc581802aea42fb2bbe6def4645ac94333f4 Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M help_msg.h Log Message: ----------- Update the -h help message regarding the -E option deprecation Commit: 6bab367f038a1a4be2313fc6f1427b943db21f2f https://github.com/OpenSIPS/opensips/commit/6bab367f038a1a4be2313fc6f1427b943db21f2f Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M lib/reg/lookup.c M mod_fix.h M modules/b2b_logic/b2b_logic.c Log Message: ----------- Use the fixup_named_flags() function consistently Always let the fixup_named_flags() function internally set the values to NULL for unused key-value flags. Compare: https://github.com/OpenSIPS/opensips/compare/c5d47538a391...6bab367f038a From noreply at github.com Wed May 31 16:58:42 2023 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 31 May 2023 09:58:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1cb5a4: msrp_relay: fix check for running the socket_route Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 1cb5a4f8eeb44c9e8fd48fd5ad5d03d2c47064a2 https://github.com/OpenSIPS/opensips/commit/1cb5a4f8eeb44c9e8fd48fd5ad5d03d2c47064a2 Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/msrp_relay/msrp_relay.c Log Message: ----------- msrp_relay: fix check for running the socket_route (cherry picked from commit a2f2ec64580f98e0332b4925a48ee85217a03491) Commit: 6223edac62146fe3a3f19e25f96494de237ab274 https://github.com/OpenSIPS/opensips/commit/6223edac62146fe3a3f19e25f96494de237ab274 Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/b2b_logic/b2b_logic.c Log Message: ----------- b2b_logic: remove leftover debugging log (cherry picked from commit 28471600b813c869d1c49e52df05961d2363e9ea) Commit: 98b068c9b157cb6b2c2f450918bd8556055e428f https://github.com/OpenSIPS/opensips/commit/98b068c9b157cb6b2c2f450918bd8556055e428f Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/b2b_entities/b2b_entities.c M modules/b2b_entities/doc/b2b_entities_admin.xml M modules/b2b_entities/ua_api.c Log Message: ----------- b2b_entities: make 'reason' param mandatory for ua_session_reply Omiting the 'reason' parameter for the ua_session_reply MI command would cause a crash in the tm module. (cherry picked from commit 19b6d3e940c074c05c37cac049241fdd2b8c119f) Commit: a89ff2445717765ba87f7bd7082ef2b00d18b8b7 https://github.com/OpenSIPS/opensips/commit/a89ff2445717765ba87f7bd7082ef2b00d18b8b7 Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/b2b_entities/b2b_entities.c Log Message: ----------- b2b_entities: rename ua_session_start to ua_session_client_start Rename the ua_session_start MI command as originally inteded. (cherry picked from commit 3102318223b3babf76ee6b8ed090f8d824aa2c80) Commit: 7c0daedb0fe7dc82450e6e17a62266a89e6f07c5 https://github.com/OpenSIPS/opensips/commit/7c0daedb0fe7dc82450e6e17a62266a89e6f07c5 Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M modules/b2b_entities/doc/b2b_entities_admin.xml M modules/b2b_entities/ua_api.c M modules/b2b_entities/ua_api.h Log Message: ----------- b2b_entities: trigger the E_UA_SESSION event for initial INVITEs Add ability to trigger the E_UA_SESSION event, with the 'NEW' event type, for initial INVITES handled with the ua_session_server_init(). This can also be suppressed with the 'n' flag. (cherry picked from commit fb5b35866740e6a0509341cca698684a02b3b968) Commit: bf506aeaae0bc0961275b432578cfa9f9a9b8465 https://github.com/OpenSIPS/opensips/commit/bf506aeaae0bc0961275b432578cfa9f9a9b8465 Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M cfg.y M dprint.c M dprint.h Log Message: ----------- logging: revise the JSON CEE format * Add the "@cee:" prefix only for the syslog consumer. * Add the "hostname" and "pname" CEE mandatory fields. * Use nested objects for the function and PID fields instead of the "proc!id" and "native!function" notation. * Change the PID field to string instead of number data type. * Add the "log_prefix" field. (cherry picked from commit 61ecc1047ba89c428ec58ec2d1f87a9ea3fc316a) Commit: a8a4e3d5e6c934b7d126aa611c0401b7e1431a8e https://github.com/OpenSIPS/opensips/commit/a8a4e3d5e6c934b7d126aa611c0401b7e1431a8e Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M help_msg.h Log Message: ----------- Update the -h help message regarding the -E option deprecation (cherry picked from commit a050cc581802aea42fb2bbe6def4645ac94333f4) Commit: ff34e6171a7ebf7f48b7ae4e4c77f3a415a1cf0b https://github.com/OpenSIPS/opensips/commit/ff34e6171a7ebf7f48b7ae4e4c77f3a415a1cf0b Author: Vlad Patrascu Date: 2023-05-31 (Wed, 31 May 2023) Changed paths: M lib/reg/lookup.c M mod_fix.h M modules/b2b_logic/b2b_logic.c Log Message: ----------- Use the fixup_named_flags() function consistently Always let the fixup_named_flags() function internally set the values to NULL for unused key-value flags. (cherry picked from commit 6bab367f038a1a4be2313fc6f1427b943db21f2f) Compare: https://github.com/OpenSIPS/opensips/compare/1467a11a7878...ff34e6171a7e