From noreply at github.com Thu Feb 1 16:13:25 2024 From: noreply at github.com (Ovidiu Sas) Date: Thu, 01 Feb 2024 08:13:25 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ac5810: mqueue: new module Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ac5810b87674d5cc2a89bd07e4e05400ac351942 https://github.com/OpenSIPS/opensips/commit/ac5810b87674d5cc2a89bd07e4e05400ac351942 Author: Ovidiu Sas Date: 2024-02-01 (Thu, 01 Feb 2024) Changed paths: A modules/mqueue/Makefile A modules/mqueue/api.h A modules/mqueue/doc/contributors.xml A modules/mqueue/doc/mqueue.xml A modules/mqueue/doc/mqueue_admin.xml A modules/mqueue/mqueue_api.c A modules/mqueue/mqueue_api.h A modules/mqueue/mqueue_db.c A modules/mqueue/mqueue_db.h A modules/mqueue/mqueue_mod.c Log Message: ----------- mqueue: new module From noreply at github.com Fri Feb 2 10:42:50 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 02 Feb 2024 02:42:50 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e5f0b5: [b2b_logic] fix bogus documented prototype for b2b... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e5f0b5a2cff12e0cbce32d37eb116d489d2fdfc4 https://github.com/OpenSIPS/opensips/commit/e5f0b5a2cff12e0cbce32d37eb116d489d2fdfc4 Author: Bogdan-Andrei Iancu Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M modules/b2b_logic/doc/b2b_logic_admin.xml Log Message: ----------- [b2b_logic] fix bogus documented prototype for b2b_init_request From noreply at github.com Fri Feb 2 10:43:38 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 02 Feb 2024 02:43:38 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 42a6d3: [b2b_logic] fix bogus documented prototype for b2b... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 42a6d32772383cc4372c26970d8b63c0fe9e9706 https://github.com/OpenSIPS/opensips/commit/42a6d32772383cc4372c26970d8b63c0fe9e9706 Author: Bogdan-Andrei Iancu Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M modules/b2b_logic/doc/b2b_logic_admin.xml Log Message: ----------- [b2b_logic] fix bogus documented prototype for b2b_init_request (cherry picked from commit e5f0b5a2cff12e0cbce32d37eb116d489d2fdfc4) From noreply at github.com Fri Feb 2 13:11:09 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 02 Feb 2024 05:11:09 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dec380: b2b_logic: Fix a logical bug which could cause cra... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dec380907283b962fa2f1296b0fec1cd730708ea https://github.com/OpenSIPS/opensips/commit/dec380907283b962fa2f1296b0fec1cd730708ea Author: Liviu Chircu Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M modules/b2b_logic/logic.c Log Message: ----------- b2b_logic: Fix a logical bug which could cause crashes ... in b2b_init_request(). Completes c84fe372c. Neither @e1 or @e2 can be NULL after the "if" guard, otherwise there is a good chance of a crash shortly afterwards. From noreply at github.com Fri Feb 2 13:16:26 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 02 Feb 2024 05:16:26 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3046ae: b2b_logic: Fix a logical bug which could cause cra... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 3046aed2ea4529d4670b1762ea86edbba98b4603 https://github.com/OpenSIPS/opensips/commit/3046aed2ea4529d4670b1762ea86edbba98b4603 Author: Liviu Chircu Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M modules/b2b_logic/logic.c Log Message: ----------- b2b_logic: Fix a logical bug which could cause crashes ... in b2b_init_request(). Completes c84fe372c. Neither @e1 or @e2 can be NULL after the "if" guard, otherwise there is a good chance of a crash shortly afterwards. (cherry picked from commit dec380907283b962fa2f1296b0fec1cd730708ea) From noreply at github.com Fri Feb 2 13:16:26 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 02 Feb 2024 05:16:26 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 80acd7: b2b_logic: Fix a logical bug which could cause cra... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 80acd74afc5cfe6a8d0fe7258b0b9d2f9300eaca https://github.com/OpenSIPS/opensips/commit/80acd74afc5cfe6a8d0fe7258b0b9d2f9300eaca Author: Liviu Chircu Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M modules/b2b_logic/logic.c Log Message: ----------- b2b_logic: Fix a logical bug which could cause crashes ... in b2b_init_request(). Completes c84fe372c. Neither @e1 or @e2 can be NULL after the "if" guard, otherwise there is a good chance of a crash shortly afterwards. (cherry picked from commit dec380907283b962fa2f1296b0fec1cd730708ea) From noreply at github.com Fri Feb 2 13:16:26 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 02 Feb 2024 05:16:26 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a92677: b2b_logic: Fix a logical bug which could cause cra... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: a92677ec3aac9987c7963c089f426112a72384ca https://github.com/OpenSIPS/opensips/commit/a92677ec3aac9987c7963c089f426112a72384ca Author: Liviu Chircu Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M modules/b2b_logic/logic.c Log Message: ----------- b2b_logic: Fix a logical bug which could cause crashes ... in b2b_init_request(). Completes c84fe372c. Neither @e1 or @e2 can be NULL after the "if" guard, otherwise there is a good chance of a crash shortly afterwards. (cherry picked from commit dec380907283b962fa2f1296b0fec1cd730708ea) From noreply at github.com Fri Feb 2 13:39:26 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 02 Feb 2024 05:39:26 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4b7f12: dialog: get ACK cseq from src leg, rather than dst Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 4b7f12172b0f8d7ef1f2d17fa0bf9899aede5100 https://github.com/OpenSIPS/opensips/commit/4b7f12172b0f8d7ef1f2d17fa0bf9899aede5100 Author: Razvan Crainea Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: get ACK cseq from src leg, rather than dst (cherry picked from commit b8bbf1440481c6a2744b6223adfca4608c88c5ea) From noreply at github.com Fri Feb 2 13:39:39 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 02 Feb 2024 05:39:39 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dc4c5b: dialog: get ACK cseq from src leg, rather than dst Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: dc4c5bb6fe286288e487b1968ab52e1e43ef73b8 https://github.com/OpenSIPS/opensips/commit/dc4c5bb6fe286288e487b1968ab52e1e43ef73b8 Author: Razvan Crainea Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: get ACK cseq from src leg, rather than dst (cherry picked from commit b8bbf1440481c6a2744b6223adfca4608c88c5ea) From noreply at github.com Fri Feb 2 13:40:05 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 02 Feb 2024 05:40:05 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 00cb35: dialog: get ACK cseq from src leg, rather than dst Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 00cb359b8c20404c5625af05aaf110de14a671e9 https://github.com/OpenSIPS/opensips/commit/00cb359b8c20404c5625af05aaf110de14a671e9 Author: Razvan Crainea Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M modules/dialog/dlg_handlers.c Log Message: ----------- dialog: get ACK cseq from src leg, rather than dst (cherry picked from commit b8bbf1440481c6a2744b6223adfca4608c88c5ea) From noreply at github.com Sat Feb 3 21:34:04 2024 From: noreply at github.com (opensips-github) Date: Sat, 03 Feb 2024 13:34:04 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a8c36d: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: a8c36d94332960aeb9d478edbab76c8e4b986ce4 https://github.com/OpenSIPS/opensips/commit/a8c36d94332960aeb9d478edbab76c8e4b986ce4 Author: OpenSIPS Date: 2024-02-03 (Sat, 03 Feb 2024) Changed paths: M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Feb 3 22:07:01 2024 From: noreply at github.com (opensips-github) Date: Sat, 03 Feb 2024 14:07:01 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7edd32: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 7edd325869d22acd06b85594881bba19d44e6bd1 https://github.com/OpenSIPS/opensips/commit/7edd325869d22acd06b85594881bba19d44e6bd1 Author: OpenSIPS Date: 2024-02-04 (Sun, 04 Feb 2024) Changed paths: M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Feb 3 22:38:30 2024 From: noreply at github.com (opensips-github) Date: Sat, 03 Feb 2024 14:38:30 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5ff1df: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5ff1df94840a53d63c0fe39f3554fa7766eff7ed https://github.com/OpenSIPS/opensips/commit/5ff1df94840a53d63c0fe39f3554fa7766eff7ed Author: OpenSIPS Date: 2024-02-04 (Sun, 04 Feb 2024) Changed paths: M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml A modules/launch_darkly/README M modules/launch_darkly/doc/contributors.xml A modules/mqueue/README M modules/mqueue/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Tue Feb 6 16:48:39 2024 From: noreply at github.com (vladpaiu) Date: Tue, 06 Feb 2024 08:48:39 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 22a151: Fix typo in creating new entity after bridge ( 1st... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 22a151d8d77fc4f5a21f743178fd18eb96fe880a https://github.com/OpenSIPS/opensips/commit/22a151d8d77fc4f5a21f743178fd18eb96fe880a Author: Vlad Paiu Date: 2024-02-06 (Tue, 06 Feb 2024) Changed paths: M modules/b2b_logic/logic.c Log Message: ----------- Fix typo in creating new entity after bridge ( 1st comes from URI and then dname in the params list ) From noreply at github.com Wed Feb 7 13:49:58 2024 From: noreply at github.com (Ovidiu Sas) Date: Wed, 07 Feb 2024 05:49:58 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1a3898: mqueue: fix debug level for debug logs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1a38989d2709f8ecfce401fba1e10223f1da5d15 https://github.com/OpenSIPS/opensips/commit/1a38989d2709f8ecfce401fba1e10223f1da5d15 Author: Ovidiu Sas Date: 2024-02-07 (Wed, 07 Feb 2024) Changed paths: M modules/mqueue/mqueue_api.c M modules/mqueue/mqueue_db.c M modules/mqueue/mqueue_mod.c Log Message: ----------- mqueue: fix debug level for debug logs From noreply at github.com Fri Feb 9 10:38:47 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 09 Feb 2024 02:38:47 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 28ea05: siprec: avoid double unref for failed transaction Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 28ea0565cabdbd703ddaab9351628aad43e03775 https://github.com/OpenSIPS/opensips/commit/28ea0565cabdbd703ddaab9351628aad43e03775 Author: Razvan Crainea Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M modules/siprec/siprec.c M modules/siprec/siprec_logic.c M modules/siprec/siprec_logic.h Log Message: ----------- siprec: avoid double unref for failed transaction Many thanks to Voxtronic for reporting this! Commit: 9600ae72d74ed3d7c7a3bf9655dc4e578ea5d3af https://github.com/OpenSIPS/opensips/commit/9600ae72d74ed3d7c7a3bf9655dc4e578ea5d3af Author: Razvan Crainea Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: clear established when sess is deleted This avoids crashes when ctx->established pointer remains dangling Many thanks to Voxtronic for spotting this issue! Compare: https://github.com/OpenSIPS/opensips/compare/1a38989d2709...9600ae72d74e From noreply at github.com Fri Feb 9 10:39:08 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 09 Feb 2024 02:39:08 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 202a9c: rtp_relay: clear established when sess is deleted Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 202a9c705920f5ece0153e8e1a7e52942ecfd6dc https://github.com/OpenSIPS/opensips/commit/202a9c705920f5ece0153e8e1a7e52942ecfd6dc Author: Razvan Crainea Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: clear established when sess is deleted This avoids crashes when ctx->established pointer remains dangling Many thanks to Voxtronic for spotting this issue! (cherry picked from commit 9600ae72d74ed3d7c7a3bf9655dc4e578ea5d3af) Commit: 9846f997976a00ef835ae9ecb2de95304f4f4a13 https://github.com/OpenSIPS/opensips/commit/9846f997976a00ef835ae9ecb2de95304f4f4a13 Author: Razvan Crainea Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M modules/siprec/siprec.c M modules/siprec/siprec_logic.c M modules/siprec/siprec_logic.h Log Message: ----------- siprec: avoid double unref for failed transaction Many thanks to Voxtronic for reporting this! (cherry picked from commit 28ea0565cabdbd703ddaab9351628aad43e03775) Compare: https://github.com/OpenSIPS/opensips/compare/7edd325869d2...9846f997976a From noreply at github.com Fri Feb 9 10:39:30 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 09 Feb 2024 02:39:30 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b7c7a9: rtp_relay: clear established when sess is deleted Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: b7c7a9afc6c3010bf84a89f57c05deff18581c6f https://github.com/OpenSIPS/opensips/commit/b7c7a9afc6c3010bf84a89f57c05deff18581c6f Author: Razvan Crainea Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: clear established when sess is deleted This avoids crashes when ctx->established pointer remains dangling Many thanks to Voxtronic for spotting this issue! (cherry picked from commit 9600ae72d74ed3d7c7a3bf9655dc4e578ea5d3af) Commit: 3e1d9ed3f6831715e62e994d76981b97c4e93204 https://github.com/OpenSIPS/opensips/commit/3e1d9ed3f6831715e62e994d76981b97c4e93204 Author: Razvan Crainea Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M modules/siprec/siprec.c M modules/siprec/siprec_logic.c M modules/siprec/siprec_logic.h Log Message: ----------- siprec: avoid double unref for failed transaction Many thanks to Voxtronic for reporting this! (cherry picked from commit 28ea0565cabdbd703ddaab9351628aad43e03775) Compare: https://github.com/OpenSIPS/opensips/compare/22a151d8d77f...3e1d9ed3f683 From noreply at github.com Fri Feb 9 10:53:25 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 09 Feb 2024 02:53:25 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4efc48: rtp_relay: proper cleanup of a copy context Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4efc482fc1fa1c518357e6b47a0cc1ee15e25cd1 https://github.com/OpenSIPS/opensips/commit/4efc482fc1fa1c518357e6b47a0cc1ee15e25cd1 Author: Razvan Crainea Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M modules/rtp_relay/rtp_relay.h M modules/rtp_relay/rtp_relay_ctx.c M modules/rtpengine/rtpengine.c M modules/rtpproxy/rtpproxy.c Log Message: ----------- rtp_relay: proper cleanup of a copy context When a copy context was deleted, a dangling pointer would have remained in the session - this would lead to a crash, since it would access invalid memory. Thanks go to Rob Moore from Dubber for reporting this! From noreply at github.com Sat Feb 10 22:06:34 2024 From: noreply at github.com (opensips-github) Date: Sat, 10 Feb 2024 14:06:34 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 736cd7: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 736cd72b498f7ee0709e41cb2ab802e04cbf5a96 https://github.com/OpenSIPS/opensips/commit/736cd72b498f7ee0709e41cb2ab802e04cbf5a96 Author: OpenSIPS Date: 2024-02-11 (Sun, 11 Feb 2024) Changed paths: M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Feb 10 22:38:16 2024 From: noreply at github.com (opensips-github) Date: Sat, 10 Feb 2024 14:38:16 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 439bb9: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 439bb9728425e5283910d1e932c3bd43d92b58f8 https://github.com/OpenSIPS/opensips/commit/439bb9728425e5283910d1e932c3bd43d92b58f8 Author: OpenSIPS Date: 2024-02-11 (Sun, 11 Feb 2024) Changed paths: M modules/mqueue/README M modules/mqueue/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/siprec/README M modules/siprec/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Feb 12 14:35:23 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 12 Feb 2024 06:35:23 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 93e90a: dialog: advertise dst_leg in callbacks Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 93e90a5ac3a32dc9fde60ed974789f398e6d0885 https://github.com/OpenSIPS/opensips/commit/93e90a5ac3a32dc9fde60ed974789f398e6d0885 Author: Razvan Crainea Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M modules/dialog/dlg_cb.c M modules/dialog/dlg_cb.h M modules/dialog/dlg_db_handler.c M modules/dialog/dlg_handlers.c M modules/dialog/dlg_handlers.h M modules/dialog/dlg_hash.c M modules/dialog/dlg_replication.c M modules/dialog/dlg_req_within.c M modules/topology_hiding/topo_hiding_logic.c Log Message: ----------- dialog: advertise dst_leg in callbacks This is particularly useful for in-dialog requests that come before the dialog is established, such as a PRACK - this patch makes sure that the correct leg is chosen by the topology hiding in such situations. From noreply at github.com Mon Feb 12 15:32:54 2024 From: noreply at github.com (Liviu Chircu) Date: Mon, 12 Feb 2024 07:32:54 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6e6c60: freeswitch: Avoid failed "unref" operations during... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6e6c60bd60329e1b0202e7e57cee5f71e2210f34 https://github.com/OpenSIPS/opensips/commit/6e6c60bd60329e1b0202e7e57cee5f71e2210f34 Author: Liviu Chircu Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M modules/freeswitch/fs_api.c Log Message: ----------- freeswitch: Avoid failed "unref" operations during mod init This fixes a bug where if a FreeSWITCH socket were defined in both modparam and DB, it would get a +2 ref instead of +1, thus after a DB removal + reload operation it would remain in a dangling state. Many thanks to Five9 (https://www.five9.com) for reporting this issue! Commit: 01b5fdd555d2d4906847ae0186b00a46bcc905d2 https://github.com/OpenSIPS/opensips/commit/01b5fdd555d2d4906847ae0186b00a46bcc905d2 Author: Liviu Chircu Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M modules/freeswitch/fs_api.c M modules/freeswitch/fs_api.h M modules/freeswitch/fs_proc.c M modules/freeswitch_scripting/fss_db.c Log Message: ----------- freeswitch: Add socket flags; Avoid re-learning user/pass for DB sockets While re-learning the user/pass for sockets learned through MI makes sense (same host/port), the same is not valid for DB-provisioned sockets. In that case, just update the table & reload. Commit: 3e7231cff85a3dca00ddd1cc8ef1fd8e1a0bfae4 https://github.com/OpenSIPS/opensips/commit/3e7231cff85a3dca00ddd1cc8ef1fd8e1a0bfae4 Author: Liviu Chircu Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M modules/freeswitch/fs_api.h M modules/freeswitch/fs_ipc.c M modules/freeswitch/fs_proc.c M modules/freeswitch_scripting/fss_evs.c M modules/freeswitch_scripting/fss_mod.c Log Message: ----------- freeswitch: Several improvements to socket management * add exponential backoff behavior when reconnecting to a FreeSWITCH which is down (1/5/10/30/90 second retries, counting x20 each) * add monitoring for the ESL command activity of sockets. Specifically, the module now remembers the last ESL command and will reap sockets which both do not have event subscriptions and have not run an ESL command in the last 86400 seconds. * freeswitch_esl() will now return faster in case the connection is down (the lock might still be grabbed by the timer, reconnecting...), thus minimizing the risk of a service outage. * improved handling for connect error cases (fd management) Commit: edf21b1b99572bc9876801febda2caf37058770c https://github.com/OpenSIPS/opensips/commit/edf21b1b99572bc9876801febda2caf37058770c Author: Liviu Chircu Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M status_report.c M status_report.h Log Message: ----------- Status/Report: Improve function prototype Compare: https://github.com/OpenSIPS/opensips/compare/93e90a5ac3a3...edf21b1b9957 From noreply at github.com Mon Feb 12 15:49:35 2024 From: noreply at github.com (Liviu Chircu) Date: Mon, 12 Feb 2024 07:49:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 45d8d2: freeswitch: Avoid failed "unref" operations during... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 45d8d21e05fd2dc3bf1c5c99b97f4f11dc6d84da https://github.com/OpenSIPS/opensips/commit/45d8d21e05fd2dc3bf1c5c99b97f4f11dc6d84da Author: Liviu Chircu Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M modules/freeswitch/fs_api.c Log Message: ----------- freeswitch: Avoid failed "unref" operations during mod init This fixes a bug where if a FreeSWITCH socket were defined in both modparam and DB, it would get a +2 ref instead of +1, thus after a DB removal + reload operation it would remain in a dangling state. Many thanks to Five9 (https://www.five9.com) for reporting this issue! (cherry picked from commit 6e6c60bd60329e1b0202e7e57cee5f71e2210f34) From noreply at github.com Mon Feb 12 15:49:35 2024 From: noreply at github.com (Liviu Chircu) Date: Mon, 12 Feb 2024 07:49:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fab230: freeswitch: Avoid failed "unref" operations during... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: fab230743eec8fcb7602c7387699370a48199ff3 https://github.com/OpenSIPS/opensips/commit/fab230743eec8fcb7602c7387699370a48199ff3 Author: Liviu Chircu Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M modules/freeswitch/fs_api.c Log Message: ----------- freeswitch: Avoid failed "unref" operations during mod init This fixes a bug where if a FreeSWITCH socket were defined in both modparam and DB, it would get a +2 ref instead of +1, thus after a DB removal + reload operation it would remain in a dangling state. Many thanks to Five9 (https://www.five9.com) for reporting this issue! (cherry picked from commit 6e6c60bd60329e1b0202e7e57cee5f71e2210f34) From noreply at github.com Mon Feb 12 15:49:35 2024 From: noreply at github.com (Liviu Chircu) Date: Mon, 12 Feb 2024 07:49:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 698665: freeswitch: Avoid failed "unref" operations during... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 6986654a629482a06c19b24a3a038ec9175476c5 https://github.com/OpenSIPS/opensips/commit/6986654a629482a06c19b24a3a038ec9175476c5 Author: Liviu Chircu Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M modules/freeswitch/fs_api.c Log Message: ----------- freeswitch: Avoid failed "unref" operations during mod init This fixes a bug where if a FreeSWITCH socket were defined in both modparam and DB, it would get a +2 ref instead of +1, thus after a DB removal + reload operation it would remain in a dangling state. Many thanks to Five9 (https://www.five9.com) for reporting this issue! (cherry picked from commit 6e6c60bd60329e1b0202e7e57cee5f71e2210f34) From noreply at github.com Tue Feb 13 15:50:01 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 13 Feb 2024 07:50:01 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ac1e2f: topology_hiding: fix encoded Contact length calcul... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ac1e2f3d89210b623337d0e9477d7a19581aef00 https://github.com/OpenSIPS/opensips/commit/ac1e2f3d89210b623337d0e9477d7a19581aef00 Author: James Stanley Date: 2023-12-01 (Fri, 01 Dec 2023) Changed paths: M modules/topology_hiding/topo_hiding_logic.c Log Message: ----------- topology_hiding: fix encoded Contact length calculation This leads to segfaults (and probable vulnerabilities) when the allocated buffer is not long enough to contain its contents. This bug was introduced in https://github.com/OpenSIPS/opensips/commit/e23be5d19a4865083971d17dc719a4d4d3436a24 presumably as a copy-and-paste mistake. Commit: da20b2259fd3f96a7530bfd72753a8338e3c4212 https://github.com/OpenSIPS/opensips/commit/da20b2259fd3f96a7530bfd72753a8338e3c4212 Author: Bogdan Andrei IANCU Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M modules/topology_hiding/topo_hiding_logic.c Log Message: ----------- Merge pull request #3262 from jes/jes/topology-hiding-fix topology_hiding: fix encoded Contact length calculation Compare: https://github.com/OpenSIPS/opensips/compare/edf21b1b9957...da20b2259fd3 From noreply at github.com Tue Feb 13 15:54:00 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 13 Feb 2024 07:54:00 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0f46cd: Merge pull request #3262 from jes/jes/topology-hid... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 0f46cdd7638f8cffcb801340f08f1261cd7f10c9 https://github.com/OpenSIPS/opensips/commit/0f46cdd7638f8cffcb801340f08f1261cd7f10c9 Author: Bogdan Andrei IANCU Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M modules/topology_hiding/topo_hiding_logic.c Log Message: ----------- Merge pull request #3262 from jes/jes/topology-hiding-fix topology_hiding: fix encoded Contact length calculation (cherry picked from commit da20b2259fd3f96a7530bfd72753a8338e3c4212) From noreply at github.com Tue Feb 13 15:55:13 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 13 Feb 2024 07:55:13 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2b7488: Merge pull request #3262 from jes/jes/topology-hid... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 2b7488632bb36232ec3216d32b02087b159c33c2 https://github.com/OpenSIPS/opensips/commit/2b7488632bb36232ec3216d32b02087b159c33c2 Author: Bogdan Andrei IANCU Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M modules/topology_hiding/topo_hiding_logic.c Log Message: ----------- Merge pull request #3262 from jes/jes/topology-hiding-fix topology_hiding: fix encoded Contact length calculation (cherry picked from commit da20b2259fd3f96a7530bfd72753a8338e3c4212) From noreply at github.com Wed Feb 14 11:03:04 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 14 Feb 2024 03:03:04 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fa3471: siprec: register callbacks even though skip_failov... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: fa3471e12e10df2acd83519f4e86d970f083a673 https://github.com/OpenSIPS/opensips/commit/fa3471e12e10df2acd83519f4e86d970f083a673 Author: Razvan Crainea Date: 2024-02-14 (Wed, 14 Feb 2024) Changed paths: M modules/siprec/siprec_logic.c Log Message: ----------- siprec: register callbacks even though skip_failover_codes is not used From noreply at github.com Sat Feb 17 20:41:25 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Sat, 17 Feb 2024 12:41:25 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c33aea: [avpops] moved avp_print() in core Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c33aea7b5ae291cb83ade9c163d56e027608d0a1 https://github.com/OpenSIPS/opensips/commit/c33aea7b5ae291cb83ade9c163d56e027608d0a1 Author: Bogdan-Andrei Iancu Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M core_cmds.c M modules/avpops/avpops.c M modules/avpops/avpops_impl.c M modules/avpops/doc/avpops_admin.xml Log Message: ----------- [avpops] moved avp_print() in core Commit: 61a5e2bdc5fed3fd39d72b6c8ec18945e946b01b https://github.com/OpenSIPS/opensips/commit/61a5e2bdc5fed3fd39d72b6c8ec18945e946b01b Author: Bogdan-Andrei Iancu Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M modules/avpops/avpops.c M modules/avpops/avpops_impl.c M modules/avpops/doc/avpops_admin.xml Log Message: ----------- [avpops] remove old avp_check() and avp_pushto() functions their functionality can be achieved by simple scripting Commit: c52c9c782caaff421c88cd1d1df6fe2b7827a3f5 https://github.com/OpenSIPS/opensips/commit/c52c9c782caaff421c88cd1d1df6fe2b7827a3f5 Author: Bogdan-Andrei Iancu Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M modules/avpops/avpops.c M modules/avpops/avpops_impl.c M modules/avpops/doc/avpops_admin.xml Log Message: ----------- [avpops] removed avp_copy() old function its functinality may be achieved by scripting Commit: ec96a377845190b33630941372b9146dda296ff7 https://github.com/OpenSIPS/opensips/commit/ec96a377845190b33630941372b9146dda296ff7 Author: Bogdan-Andrei Iancu Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M modules/avpops/avpops.c M modules/avpops/avpops_impl.c M modules/avpops/doc/avpops_admin.xml Log Message: ----------- [avpops] removed old avp_op() function its functionality may be achieved by scripting Commit: 04f42d958f9e922bf3b0ff6ff2ab61ab0f187fbf https://github.com/OpenSIPS/opensips/commit/04f42d958f9e922bf3b0ff6ff2ab61ab0f187fbf Author: Bogdan-Andrei Iancu Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M modules/avpops/avpops.c M modules/avpops/avpops_impl.c M modules/avpops/doc/avpops_admin.xml Log Message: ----------- [avpops] remove old avp_delete() function can be replaced with: $avp(foo) = NULL; # delete latest avp $avp(foo) := NULL; # delete all avps Commit: e84eb59ed10d001b8e5ab9b546c15e8e082485de https://github.com/OpenSIPS/opensips/commit/e84eb59ed10d001b8e5ab9b546c15e8e082485de Author: Bogdan-Andrei Iancu Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M modules/avpops/avpops.c M modules/avpops/doc/avpops_admin.xml Log Message: ----------- [avpops] remove old avp_subst() function It can replaced with the more generic {re.subst} transformation Commit: 0972ad7bd93eca06d13524c420dea88bffcbe6c6 https://github.com/OpenSIPS/opensips/commit/0972ad7bd93eca06d13524c420dea88bffcbe6c6 Author: Bogdan-Andrei Iancu Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M modules/avpops/avpops.c M modules/avpops/avpops_impl.c M modules/avpops/doc/avpops_admin.xml Log Message: ----------- [avpops] removed the old is_avp_set() function it can be replaced with NULL testing in script Commit: 83d693785111864ac2f3af8acf0844a420bff310 https://github.com/OpenSIPS/opensips/commit/83d693785111864ac2f3af8acf0844a420bff310 Author: Bogdan-Andrei Iancu Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M modules/avpops/avpops.c M modules/avpops/avpops_impl.c M modules/avpops/doc/avpops_admin.xml M modules/cfgutils/cfgutils.c M modules/cfgutils/doc/cfgutils_admin.xml Log Message: ----------- [avpsops & cfgutils] move avp_suffle to cfgutils as suffle_avps() Compare: https://github.com/OpenSIPS/opensips/compare/fa3471e12e10...83d693785111 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Feb 17 20:53:09 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Sat, 17 Feb 2024 12:53:09 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a981f0: fix typos and syntax errors Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a981f0b3cb1a4c0bf5b64a724e4d6d0024dfe767 https://github.com/OpenSIPS/opensips/commit/a981f0b3cb1a4c0bf5b64a724e4d6d0024dfe767 Author: Bogdan-Andrei Iancu Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M core_cmds.c Log Message: ----------- fix typos and syntax errors Related to c33aea7b5ae291cb83ade9c163d56e027608d0a1 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Feb 17 21:45:20 2024 From: noreply at github.com (opensips-github) Date: Sat, 17 Feb 2024 13:45:20 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3e976b: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 3e976bf4eba0072412dcac06e78b1b5a4c3bce11 https://github.com/OpenSIPS/opensips/commit/3e976bf4eba0072412dcac06e78b1b5a4c3bce11 Author: OpenSIPS Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M modules/freeswitch/README M modules/freeswitch/doc/contributors.xml M modules/topology_hiding/README M modules/topology_hiding/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Feb 17 22:31:10 2024 From: noreply at github.com (opensips-github) Date: Sat, 17 Feb 2024 14:31:10 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f299b6: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: f299b68c8ad877778d97fdcca886bff74966e6b3 https://github.com/OpenSIPS/opensips/commit/f299b68c8ad877778d97fdcca886bff74966e6b3 Author: OpenSIPS Date: 2024-02-18 (Sun, 18 Feb 2024) Changed paths: M modules/freeswitch/README M modules/freeswitch/doc/contributors.xml M modules/topology_hiding/README M modules/topology_hiding/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Feb 17 23:03:53 2024 From: noreply at github.com (opensips-github) Date: Sat, 17 Feb 2024 15:03:53 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fadcd3: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: fadcd3803510db96d3304d95879581ff6271303a https://github.com/OpenSIPS/opensips/commit/fadcd3803510db96d3304d95879581ff6271303a Author: OpenSIPS Date: 2024-02-18 (Sun, 18 Feb 2024) Changed paths: M modules/avpops/README M modules/avpops/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/freeswitch/README M modules/freeswitch/doc/contributors.xml M modules/freeswitch_scripting/README M modules/freeswitch_scripting/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml M modules/topology_hiding/README M modules/topology_hiding/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 20 09:32:21 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 20 Feb 2024 01:32:21 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4161b5: docs: drop is_avp_set from xml and m4 Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4161b5232cf19f9a15431d7769ec5a67b44198b3 https://github.com/OpenSIPS/opensips/commit/4161b5232cf19f9a15431d7769ec5a67b44198b3 Author: Razvan Crainea Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M menuconfig/configs/opensips_trunking.m4 M modules/call_control/doc/call_control_admin.xml M modules/h350/doc/h350_admin.xml M modules/osp/etc/sample-osp-opensips.cfg Log Message: ----------- docs: drop is_avp_set from xml and m4 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 20 09:41:38 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 20 Feb 2024 01:41:38 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 355a12: dialog: unify replication return code Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 355a126b996628417efff06911a46631fc5fefbe https://github.com/OpenSIPS/opensips/commit/355a126b996628417efff06911a46631fc5fefbe Author: Razvan Crainea Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M modules/dialog/dlg_replication.c Log Message: ----------- dialog: unify replication return code Commit: 107d8379091d3482eb3fc833c07c5b131554d10e https://github.com/OpenSIPS/opensips/commit/107d8379091d3482eb3fc833c07c5b131554d10e Author: Razvan Crainea Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M modules/dialog/dlg_cb.h M modules/dialog/dlg_replication.c M modules/dialog/dlg_replication.h M modules/dialog/dlg_vals.c Log Message: ----------- dialog: replicate dialog values Compare: https://github.com/OpenSIPS/opensips/compare/4161b5232cf1...107d8379091d To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 20 09:47:13 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 20 Feb 2024 01:47:13 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1bea6e: siprec: handle replication case for late sessions Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1bea6e19eba64bb216384197a63a13ddeef26d59 https://github.com/OpenSIPS/opensips/commit/1bea6e19eba64bb216384197a63a13ddeef26d59 Author: Razvan Crainea Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M modules/siprec/siprec_logic.c M modules/siprec/siprec_sess.c M modules/siprec/siprec_sess.h Log Message: ----------- siprec: handle replication case for late sessions When the call is answered by the SRS before the call is actually answered, the dialog callbacks were no loger registered. This commit aims to fix this situation. Depends on 0b19546f8ca66c24f9c795b691488ec65896578a To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 20 09:50:26 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 20 Feb 2024 01:50:26 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8c16de: b2b_entities: handle case where callback is not ye... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8c16de4c835823fe2f2ff6e66d4729651f2bc19c https://github.com/OpenSIPS/opensips/commit/8c16de4c835823fe2f2ff6e66d4729651f2bc19c Author: Razvan Crainea Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M modules/b2b_entities/dlg.c Log Message: ----------- b2b_entities: handle case where callback is not yet registered To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 20 10:24:20 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 20 Feb 2024 02:24:20 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cca6f1: rtp_relay: handle NULL resetting the rtp_relay_ctx... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cca6f15a29ae8dff9630d1b1ae3cb3c15d2fa0bf https://github.com/OpenSIPS/opensips/commit/cca6f15a29ae8dff9630d1b1ae3cb3c15d2fa0bf Author: Razvan Crainea Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M modules/rtp_relay/rtp_relay.c Log Message: ----------- rtp_relay: handle NULL resetting the rtp_relay_ctx value Thanks go to Rob Moore from Dubber for reporting this! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 20 11:01:12 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 20 Feb 2024 03:01:12 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bcdffb: [docs] replace old avp functions in docs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: bcdffb9df4cedc54242b18643ee5be1e805884b8 https://github.com/OpenSIPS/opensips/commit/bcdffb9df4cedc54242b18643ee5be1e805884b8 Author: Bogdan-Andrei Iancu Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M modules/h350/doc/h350_admin.xml M modules/osp/etc/sample-osp-opensips.cfg Log Message: ----------- [docs] replace old avp functions in docs Commit: fd19fbaf3eb9c83e28e5c4bfe03504ba5534fab5 https://github.com/OpenSIPS/opensips/commit/fd19fbaf3eb9c83e28e5c4bfe03504ba5534fab5 Author: Bogdan-Andrei Iancu Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M modules/avpops/avpops_impl.h M modules/avpops/avpops_parse.c M modules/avpops/avpops_parse.h Log Message: ----------- [avpops] code cleanup after removing old script functions Compare: https://github.com/OpenSIPS/opensips/compare/cca6f15a29ae...fd19fbaf3eb9 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From bogdan at opensips.org Tue Feb 20 17:10:22 2024 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Tue, 20 Feb 2024 19:10:22 +0200 Subject: [OpenSIPS-Devel] [Blog] IMS status in OpenSIPS 3.5 Message-ID: <75c4bc53-4f8c-4ff2-b874-ec5018cf8de6@opensips.org> Hi all, With OpenSIPS 3.5 we embarked in an IMS journey 🙂. What are the goals (and deliverables) and also the status of this journey, they are all summarized in this new blog post. https://blog.opensips.org/2024/02/20/ims-status-in-opensips-3-5/ Enjoy, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com From noreply at github.com Wed Feb 21 07:22:43 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 20 Feb 2024 23:22:43 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a4b6b2: rtp_relay: handle NULL resetting the rtp_relay_ctx... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: a4b6b21ae3fb6470c07593bfa26b8ee7ea0df93a https://github.com/OpenSIPS/opensips/commit/a4b6b21ae3fb6470c07593bfa26b8ee7ea0df93a Author: Razvan Crainea Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M modules/rtp_relay/rtp_relay.c Log Message: ----------- rtp_relay: handle NULL resetting the rtp_relay_ctx value Thanks go to Rob Moore from Dubber for reporting this! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 07:22:59 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 20 Feb 2024 23:22:59 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a29956: rtp_relay: handle NULL resetting the rtp_relay_ctx... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: a29956d22079f2e10a3a1ae18538802a9f3032bb https://github.com/OpenSIPS/opensips/commit/a29956d22079f2e10a3a1ae18538802a9f3032bb Author: Razvan Crainea Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M modules/rtp_relay/rtp_relay.c Log Message: ----------- rtp_relay: handle NULL resetting the rtp_relay_ctx value Thanks go to Rob Moore from Dubber for reporting this! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 11:42:58 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 21 Feb 2024 03:42:58 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 57b28d: dialog: do not replicate value if already received... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 57b28d8f27ddb016e732bc3e106e56d4c7034498 https://github.com/OpenSIPS/opensips/commit/57b28d8f27ddb016e732bc3e106e56d4c7034498 Author: Razvan Crainea Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M modules/dialog/dlg_replication.c Log Message: ----------- dialog: do not replicate value if already received replicated To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 12:00:13 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 04:00:13 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d3cd93: rest_client: Partial revert of 1ecb32491f Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: d3cd9371e82004e94cf63271f0354306be134dcc https://github.com/OpenSIPS/opensips/commit/d3cd9371e82004e94cf63271f0354306be134dcc Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M modules/rest_client/doc/rest_client_admin.xml M modules/rest_client/rest_methods.c Log Message: ----------- rest_client: Partial revert of 1ecb32491f This addresses a regression in 1ecb324, where the "SUCCESS" test case does not work anymore - the async cURL request simply times out. Document the behavior of async timeouts with rest_client on 3.3 branch. Related to #3286 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 12:53:42 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 04:53:42 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7e85fd: rest_client: Improve cURL compatibility when using... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7e85fddb6e463cbdfb43015c3384ef5dbb5e5896 https://github.com/OpenSIPS/opensips/commit/7e85fddb6e463cbdfb43015c3384ef5dbb5e5896 Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M async.h M modules/rest_client/rest_client.c M modules/rest_client/rest_methods.c M modules/rest_client/rest_methods.h M modules/tm/async.c Log Message: ----------- rest_client: Improve cURL compatibility when using async() This patch aims to fix a regression in 1ecb32491f, breaking the "SUCCESS" async download test case. Mitigation as follows: * improved detection for the "Request Sent" state, before putting the download on async hold. It seems that whenever both the CURLINFO_CONNECT_TIME_T and CURLINFO_REQUEST_SIZE become available, the file descriptor can be safely polled on, awaiting the reply. Note: there is no official cURL library mechanism to detect this state. * make the async() statement timeout accessible to modules. This fixes a bug where a GET on a dead HTTP server would time out after `curl_timeout` seconds, instead of `async()` seconds (lower). Fixes #3286 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 12:57:31 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 04:57:31 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 47776b: rest_client: Improve cURL compatibility when using... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 47776bc008632c93402dae84bcd7f5b45c8669ac https://github.com/OpenSIPS/opensips/commit/47776bc008632c93402dae84bcd7f5b45c8669ac Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M async.h M modules/rest_client/rest_client.c M modules/rest_client/rest_methods.c M modules/rest_client/rest_methods.h M modules/tm/async.c Log Message: ----------- rest_client: Improve cURL compatibility when using async() This patch aims to fix a regression in 1ecb32491f, breaking the "SUCCESS" async download test case. Mitigation as follows: * improved detection for the "Request Sent" state, before putting the download on async hold. It seems that whenever both the CURLINFO_CONNECT_TIME_T and CURLINFO_REQUEST_SIZE become available, the file descriptor can be safely polled on, awaiting the reply. Note: there is no official cURL library mechanism to detect this state. * make the async() statement timeout accessible to modules. This fixes a bug where a GET on a dead HTTP server would time out after `curl_timeout` seconds, instead of `async()` seconds (lower). Fixes #3286 (cherry picked from commit 7e85fddb6e463cbdfb43015c3384ef5dbb5e5896) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 12:57:31 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 04:57:31 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 701a89: rest_client: Improve cURL compatibility when using... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 701a890d08bb62b9867d2150a939e1c818e150f5 https://github.com/OpenSIPS/opensips/commit/701a890d08bb62b9867d2150a939e1c818e150f5 Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M async.h M modules/rest_client/rest_client.c M modules/rest_client/rest_methods.c M modules/rest_client/rest_methods.h M modules/tm/async.c Log Message: ----------- rest_client: Improve cURL compatibility when using async() This patch aims to fix a regression in 1ecb32491f, breaking the "SUCCESS" async download test case. Mitigation as follows: * improved detection for the "Request Sent" state, before putting the download on async hold. It seems that whenever both the CURLINFO_CONNECT_TIME_T and CURLINFO_REQUEST_SIZE become available, the file descriptor can be safely polled on, awaiting the reply. Note: there is no official cURL library mechanism to detect this state. * make the async() statement timeout accessible to modules. This fixes a bug where a GET on a dead HTTP server would time out after `curl_timeout` seconds, instead of `async()` seconds (lower). Fixes #3286 (cherry picked from commit 7e85fddb6e463cbdfb43015c3384ef5dbb5e5896) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:10:38 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:10:38 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 211a93: Update ChangeLog for 3.4.4 Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 211a93d852ba599a8028e46754dbbe7a678dcb4d https://github.com/OpenSIPS/opensips/commit/211a93d852ba599a8028e46754dbbe7a678dcb4d Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.4.4 Commit: f603d3ee25e9d0cdb0d32051112dad26513c742f https://github.com/OpenSIPS/opensips/commit/f603d3ee25e9d0cdb0d32051112dad26513c742f Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.4.4 Compare: https://github.com/OpenSIPS/opensips/compare/47776bc00863...f603d3ee25e9 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:10:43 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:10:43 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.4.4 Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:10:54 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:10:54 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.3.10 Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:10:51 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:10:51 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e01781: Update ChangeLog for 3.3.10 Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: e01781117ff531ca22e9833405614b2507170815 https://github.com/OpenSIPS/opensips/commit/e01781117ff531ca22e9833405614b2507170815 Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.3.10 Commit: 0732590870ed20c7761473fcacc035e6c3238892 https://github.com/OpenSIPS/opensips/commit/0732590870ed20c7761473fcacc035e6c3238892 Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.3.10 Compare: https://github.com/OpenSIPS/opensips/compare/d3cd9371e820...0732590870ed To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:11:08 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:11:08 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.17 Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:11:05 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:11:05 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 996eda: Update ChangeLog for 3.2.17 Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 996eda63c36cb25f46bc737d37c0d5e350b9260f https://github.com/OpenSIPS/opensips/commit/996eda63c36cb25f46bc737d37c0d5e350b9260f Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.2.17 Commit: 2aa02ca08100fe4cae14b7cef94a20db085ab961 https://github.com/OpenSIPS/opensips/commit/2aa02ca08100fe4cae14b7cef94a20db085ab961 Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.2.17 Compare: https://github.com/OpenSIPS/opensips/compare/701a890d08bb...2aa02ca08100 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:41:33 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:41:33 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 036d02: rest_client: Fix ARM32 compiler warning Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 036d02961514b886351a00c362998bf005954696 https://github.com/OpenSIPS/opensips/commit/036d02961514b886351a00c362998bf005954696 Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M modules/rest_client/rest_methods.c Log Message: ----------- rest_client: Fix ARM32 compiler warning Apparently, `curl_off_t` is `long long` there, instead of just `long`. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:44:42 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:44:42 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0a7c2f: rest_client: Fix ARM32 compiler warning Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 0a7c2f2edef623b24c9a62692dc095a4c3b93659 https://github.com/OpenSIPS/opensips/commit/0a7c2f2edef623b24c9a62692dc095a4c3b93659 Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M modules/rest_client/rest_methods.c Log Message: ----------- rest_client: Fix ARM32 compiler warning Apparently, `curl_off_t` is `long long` there, instead of just `long`. (cherry picked from commit 036d02961514b886351a00c362998bf005954696) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:44:57 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:44:57 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.4.4 Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:45:07 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:45:07 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.4.4 Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:46:08 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:46:08 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3bf207: rest_client: Fix ARM32 compiler warning Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 3bf207ff09d731ecfc0c9acb1eece201085c65e3 https://github.com/OpenSIPS/opensips/commit/3bf207ff09d731ecfc0c9acb1eece201085c65e3 Author: Liviu Chircu Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M modules/rest_client/rest_methods.c Log Message: ----------- rest_client: Fix ARM32 compiler warning Apparently, `curl_off_t` is `long long` there, instead of just `long`. (cherry picked from commit 036d02961514b886351a00c362998bf005954696) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:46:24 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:46:24 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.17 Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 21 13:46:33 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 21 Feb 2024 05:46:33 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.17 Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From liviu at opensips.org Wed Feb 21 14:29:24 2024 From: liviu at opensips.org (Liviu Chircu) Date: Wed, 21 Feb 2024 16:29:24 +0200 Subject: [OpenSIPS-Devel] [Minor Release] OpenSIPS 3.4.4 and 3.2.17 Minor Releases In-Reply-To: <43793703-664e-4dff-90fb-86a43998ea52@opensips.org> References: <43793703-664e-4dff-90fb-86a43998ea52@opensips.org> Message-ID: Hi, everyone! A new round of stable minor releases is now out: *3.4.4 *and *3.2.17*.  As an exception, we've also pushed a final *3.3.10* release for *3.3*, which takes care of a couple regressions specific to *3.3.9 *(specifically: in /tracer/ and /rest_client/). Do make sure to schedule an update as soon as possible. Full changelogs: https://opensips.org/pub/opensips/3.4.4/ChangeLog https://opensips.org/pub/opensips/3.3.10/ChangeLog https://opensips.org/pub/opensips/3.2.17/ChangeLog Please enjoy! OpenSIPS Team On 29.01.2024 11:12, Liviu Chircu wrote: > > > The 3.4.4 and 3.2.17 OpenSIPS minor versions are scheduled for release > on *Wednesday, Feb 21st*. > > In preparation for the releases, starting *Wednesday, Feb 7th*, we > will impose the usual *freeze* on any significant fixes (as > complexity) on these stable branches, in order to ensure a /two-week > safe window/ for testing. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bogdan at opensips.org Wed Feb 21 16:49:45 2024 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Wed, 21 Feb 2024 18:49:45 +0200 Subject: [OpenSIPS-Devel] Access to GIT repo for Contributors Message-ID: <33c29553-75ec-4ced-a24d-56e6aadf8205@opensips.org> Hi all, This email is mainly for our Contributors group on GitHub, to announce the recent change on the GIT write permission. This was changed, so code changes can be pushed only via Pull Requests from now on. Why? One of the most appreciate quality of the project is the code quality and consistence (as internal design, feature integration, etc). In order to push this to even higher standards, we thing a pro-active review of contributions is better and more efficient rather than a post commit one. This is also a way to improve the communication, the discussions and the brainstorming with the team of contributors, so we can maximize the value of their work. Let's all keep up the good work here :) ! Best regards, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com From noreply at github.com Thu Feb 22 08:44:35 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 22 Feb 2024 00:44:35 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 364a45: rtp_relay: proper cleanup of a copy context Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 364a459f23e9098563e06c54d28f8236b2b53e1b https://github.com/OpenSIPS/opensips/commit/364a459f23e9098563e06c54d28f8236b2b53e1b Author: Razvan Crainea Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M modules/rtpproxy/rtpproxy.c Log Message: ----------- rtp_relay: proper cleanup of a copy context When a copy context was deleted, a dangling pointer would have remained in the session - this would lead to a crash, since it would access invalid memory. Thanks go to Rob Moore from Dubber for reporting this! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 22 08:45:43 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 22 Feb 2024 00:45:43 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4b2123: rtp_relay: proper cleanup of a copy context Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 4b212321ec882db942caf6c5ffa1800297d1ab8b https://github.com/OpenSIPS/opensips/commit/4b212321ec882db942caf6c5ffa1800297d1ab8b Author: Razvan Crainea Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M modules/rtp_relay/rtp_relay.h M modules/rtp_relay/rtp_relay_ctx.c M modules/rtpengine/rtpengine.c M modules/rtpproxy/rtpproxy.c Log Message: ----------- rtp_relay: proper cleanup of a copy context When a copy context was deleted, a dangling pointer would have remained in the session - this would lead to a crash, since it would access invalid memory. Thanks go to Rob Moore from Dubber for reporting this! (cherry picked from commit 4efc482fc1fa1c518357e6b47a0cc1ee15e25cd1) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 22 08:47:21 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 22 Feb 2024 00:47:21 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4bf072: rtpengine: always provide flags for any subcommand Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4bf072d6338d584db64145c798b3dabc3e454248 https://github.com/OpenSIPS/opensips/commit/4bf072d6338d584db64145c798b3dabc3e454248 Author: Razvan Crainea Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: always provide flags for any subcommand To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 22 08:47:37 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 22 Feb 2024 00:47:37 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8cdbfe: rtpengine: always provide flags for any subcommand Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 8cdbfe61990d05cbb105efc66b78a15835ebde44 https://github.com/OpenSIPS/opensips/commit/8cdbfe61990d05cbb105efc66b78a15835ebde44 Author: Razvan Crainea Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: always provide flags for any subcommand (cherry picked from commit 4bf072d6338d584db64145c798b3dabc3e454248) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 22 12:05:52 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 22 Feb 2024 04:05:52 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] efab99: core: consistent usage of int2str_buf Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: efab99599741c37886f6e20cb7be4587e84c0a06 https://github.com/OpenSIPS/opensips/commit/efab99599741c37886f6e20cb7be4587e84c0a06 Author: Ovidiu Sas Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M ut.c M ut.h Log Message: ----------- core: consistent usage of int2str_buf Commit: 09d2fdc0907bcf6cef8b04d86ca962071635721b https://github.com/OpenSIPS/opensips/commit/09d2fdc0907bcf6cef8b04d86ca962071635721b Author: Ovidiu Sas Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M ut.h Log Message: ----------- core: fix old-style function definition error Commit: 358afd07328c10434a2575cee8ce977d42e7656c https://github.com/OpenSIPS/opensips/commit/358afd07328c10434a2575cee8ce977d42e7656c Author: Bogdan Andrei IANCU Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M ut.c M ut.h Log Message: ----------- Merge pull request #3308 from ovidiusas/master core: consistent usage of int2str_buf Compare: https://github.com/OpenSIPS/opensips/compare/4bf072d6338d...358afd07328c To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 22 12:07:03 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 22 Feb 2024 04:07:03 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c7e2c1: Merge pull request #3308 from ovidiusas/master Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: c7e2c163fc387ab187ddb129644578fc308eb231 https://github.com/OpenSIPS/opensips/commit/c7e2c163fc387ab187ddb129644578fc308eb231 Author: Bogdan Andrei IANCU Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M ut.c M ut.h Log Message: ----------- Merge pull request #3308 from ovidiusas/master core: consistent usage of int2str_buf (cherry picked from commit 358afd07328c10434a2575cee8ce977d42e7656c) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 22 12:07:31 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 22 Feb 2024 04:07:31 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d2e2a6: Merge pull request #3308 from ovidiusas/master Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: d2e2a69d1276bdd59300ee866f7e53b4954e5052 https://github.com/OpenSIPS/opensips/commit/d2e2a69d1276bdd59300ee866f7e53b4954e5052 Author: Bogdan Andrei IANCU Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M ut.c M ut.h Log Message: ----------- Merge pull request #3308 from ovidiusas/master core: consistent usage of int2str_buf (cherry picked from commit 358afd07328c10434a2575cee8ce977d42e7656c) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 22 13:56:28 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 22 Feb 2024 05:56:28 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d0f238: msg_translator: avoid mem leak when via params are... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d0f238ca8bd47e75b3867b3194962421dbf523c0 https://github.com/OpenSIPS/opensips/commit/d0f238ca8bd47e75b3867b3194962421dbf523c0 Author: Razvan Crainea Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M msg_translator.c Log Message: ----------- msg_translator: avoid mem leak when via params are present Many thanks to Nick Altmann for spotting the issue and fixing it! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 22 13:56:39 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 22 Feb 2024 05:56:39 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6d7ccc: msg_translator: avoid mem leak when via params are... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 6d7ccca3194098d317197be443c1e2cabc4a11b5 https://github.com/OpenSIPS/opensips/commit/6d7ccca3194098d317197be443c1e2cabc4a11b5 Author: Razvan Crainea Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M msg_translator.c Log Message: ----------- msg_translator: avoid mem leak when via params are present Many thanks to Nick Altmann for spotting the issue and fixing it! (cherry picked from commit d0f238ca8bd47e75b3867b3194962421dbf523c0) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 22 13:56:55 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 22 Feb 2024 05:56:55 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bd79fd: msg_translator: avoid mem leak when via params are... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: bd79fd39669046fd514d34135694e88b3cb157c1 https://github.com/OpenSIPS/opensips/commit/bd79fd39669046fd514d34135694e88b3cb157c1 Author: Razvan Crainea Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M msg_translator.c Log Message: ----------- msg_translator: avoid mem leak when via params are present Many thanks to Nick Altmann for spotting the issue and fixing it! (cherry picked from commit d0f238ca8bd47e75b3867b3194962421dbf523c0) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 10:22:11 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 02:22:11 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/prometheus_custom_route Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 10:52:41 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 02:52:41 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c85cce: Add support for publishing custom prometheus data ... Message-ID: Branch: refs/heads/prometheus_custom_route Home: https://github.com/OpenSIPS/opensips Commit: c85cce33be9c770e49f3083506629fbe80547976 https://github.com/OpenSIPS/opensips/commit/c85cce33be9c770e49f3083506629fbe80547976 Author: Dudu Ben Moshe Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M modules/prometheus/README M modules/prometheus/doc/prometheus_admin.xml M modules/prometheus/prometheus.c Log Message: ----------- Add support for publishing custom prometheus data ( not stat driven ) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:00:04 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:00:04 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/msrp_ws_wss Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:00:16 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:00:16 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/cachedb_local_bulk_mi_fetch Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:00:26 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:00:26 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/drouting_data_hashing Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:00:34 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:00:34 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/rate_cacher_data_hashing Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:09:03 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:09:03 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/b2b_propagate_from_on_new_dlg Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:09:25 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:09:25 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/rabbitmq_exchange_type_durability Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:10:26 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:10:26 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/httpd_fragmented_jsonrpc Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:12:04 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:12:04 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/json_merge Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:14:44 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:14:44 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/dialog_push_profile Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:36:05 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:36:05 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/msrp_ws_wss Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:36:26 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:36:26 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/cachedb_local_bulk_mi_fetch Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:36:46 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:36:46 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/drouting_data_hashing Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:37:03 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:37:03 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/rate_cacher_data_hashing Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:38:00 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:38:00 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/rabbitmq_exchange_type_durability Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:37:56 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:37:56 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/b2b_propagate_from_on_new_dlg Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:38:29 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:38:29 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/httpd_fragmented_jsonrpc Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:39:00 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:39:00 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/json_merge Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 11:39:01 2024 From: noreply at github.com (vladpaiu) Date: Fri, 23 Feb 2024 03:39:01 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/dialog_push_profile Home: https://github.com/OpenSIPS/opensips To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 14:55:32 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 23 Feb 2024 06:55:32 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4bf32a: dialog: do not try to replicate values if cluster ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4bf32ad2e3e842af4bc04424ee8fa46783fa7cee https://github.com/OpenSIPS/opensips/commit/4bf32ad2e3e842af4bc04424ee8fa46783fa7cee Author: Razvan Crainea Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M modules/dialog/dlg_vals.c Log Message: ----------- dialog: do not try to replicate values if cluster not available Many thanks go to Rob Moore from Dubber for reporting this! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 16:37:55 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 23 Feb 2024 08:37:55 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f241f9: Warn about getsockopt() errors Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f241f98c133e4adbe42c010efe9775dd5977db84 https://github.com/OpenSIPS/opensips/commit/f241f98c133e4adbe42c010efe9775dd5977db84 Author: James Stanley Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M modules/tls_openssl/openssl_conn_ops.c M modules/tls_wolfssl/wolfssl_conn_ops.c M net/tcp_common.c Log Message: ----------- Warn about getsockopt() errors Commit: be64db1383fc2d66cfb1d343474562d7b132c478 https://github.com/OpenSIPS/opensips/commit/be64db1383fc2d66cfb1d343474562d7b132c478 Author: Bogdan Andrei IANCU Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M modules/tls_openssl/openssl_conn_ops.c M modules/tls_wolfssl/wolfssl_conn_ops.c M net/tcp_common.c Log Message: ----------- Merge pull request #3306 from jes/getsockopt-warnings Getsockopt warnings Compare: https://github.com/OpenSIPS/opensips/compare/4bf32ad2e3e8...be64db1383fc To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 16:38:58 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 23 Feb 2024 08:38:58 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7ffc81: Merge pull request #3306 from jes/getsockopt-warnings Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 7ffc81238809981c036c6a9e22d8760c99b6308d https://github.com/OpenSIPS/opensips/commit/7ffc81238809981c036c6a9e22d8760c99b6308d Author: Bogdan Andrei IANCU Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M modules/tls_openssl/openssl_conn_ops.c M modules/tls_wolfssl/wolfssl_conn_ops.c M net/tcp_common.c Log Message: ----------- Merge pull request #3306 from jes/getsockopt-warnings Getsockopt warnings (cherry picked from commit be64db1383fc2d66cfb1d343474562d7b132c478) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Feb 23 16:39:17 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 23 Feb 2024 08:39:17 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 139cc6: Merge pull request #3306 from jes/getsockopt-warnings Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 139cc6e92be58630d3732f41e166faada8f20ffa https://github.com/OpenSIPS/opensips/commit/139cc6e92be58630d3732f41e166faada8f20ffa Author: Bogdan Andrei IANCU Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M modules/tls_openssl/openssl_conn_ops.c M modules/tls_wolfssl/wolfssl_conn_ops.c M net/tcp_common.c Log Message: ----------- Merge pull request #3306 from jes/getsockopt-warnings Getsockopt warnings (cherry picked from commit be64db1383fc2d66cfb1d343474562d7b132c478) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Feb 24 21:37:43 2024 From: noreply at github.com (opensips-github) Date: Sat, 24 Feb 2024 13:37:43 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9ba93f: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 9ba93f403c1507ed98b10db18e6ce39945a9b5f1 https://github.com/OpenSIPS/opensips/commit/9ba93f403c1507ed98b10db18e6ce39945a9b5f1 Author: OpenSIPS Date: 2024-02-24 (Sat, 24 Feb 2024) Changed paths: M modules/rest_client/README M modules/rest_client/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 Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Feb 24 22:16:23 2024 From: noreply at github.com (opensips-github) Date: Sat, 24 Feb 2024 14:16:23 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e4c61e: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: e4c61e3c42b41d0718d03f08289e2b4f2ed7d4a2 https://github.com/OpenSIPS/opensips/commit/e4c61e3c42b41d0718d03f08289e2b4f2ed7d4a2 Author: OpenSIPS Date: 2024-02-25 (Sun, 25 Feb 2024) Changed paths: M modules/rest_client/README M modules/rest_client/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/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Feb 24 22:49:27 2024 From: noreply at github.com (opensips-github) Date: Sat, 24 Feb 2024 14:49:27 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 861ec3: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 861ec38799cd34007858157c6f445c00bc80cb1c https://github.com/OpenSIPS/opensips/commit/861ec38799cd34007858157c6f445c00bc80cb1c Author: OpenSIPS Date: 2024-02-25 (Sun, 25 Feb 2024) Changed paths: M modules/avpops/README M modules/avpops/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/call_control/README M modules/call_control/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/h350/README M modules/h350/doc/contributors.xml M modules/osp/README M modules/osp/doc/contributors.xml M modules/rest_client/README M modules/rest_client/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/siprec/README M modules/siprec/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 Log Message: ----------- Rebuild documentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Feb 26 06:45:54 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Sun, 25 Feb 2024 22:45:54 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3e9a52: [avpops] renamed as DBops Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3e9a52ecdc7b3f4f0ebccfd7877b30a2fe1457b8 https://github.com/OpenSIPS/opensips/commit/3e9a52ecdc7b3f4f0ebccfd7877b30a2fe1457b8 Author: Bogdan-Andrei Iancu Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: A modules/dbops/Makefile A modules/dbops/dbops.c A modules/dbops/dbops_db.c A modules/dbops/dbops_db.h A modules/dbops/dbops_impl.c A modules/dbops/dbops_impl.h A modules/dbops/dbops_parse.c A modules/dbops/dbops_parse.h A modules/dbops/doc/contributors.xml A modules/dbops/doc/dbops.xml A modules/dbops/doc/dbops_admin.xml Log Message: ----------- [avpops] renamed as DBops Also rename some params and script functions to align to the purpose of the module Commit: 1185ccbd48aa718162c2c9aa9709af6eaf88aec2 https://github.com/OpenSIPS/opensips/commit/1185ccbd48aa718162c2c9aa9709af6eaf88aec2 Author: Bogdan-Andrei Iancu Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M db/schema/usr_preferences.xml M doc/build-contrib.sh M doc/doxygen/opensips-doxygen Log Message: ----------- [dbops] migrate name from avpops to dbops Commit: 1378ab1c93da02fc1db39a830093ba85b8f288b5 https://github.com/OpenSIPS/opensips/commit/1378ab1c93da02fc1db39a830093ba85b8f288b5 Author: Bogdan-Andrei Iancu Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M packaging/debian/copyright M packaging/freebsd/Makefile M packaging/netbsd/PLIST M packaging/openbsd/pkg/PLIST M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-Prototype M packaging/solaris/mysql-Prototype M packaging/solaris/pgsql-Prototype M packaging/solaris/prototype M packaging/solaris/tls-Prototype M packaging/suse/opensips.spec.SuSE Log Message: ----------- [dbops] migrate name from avpops to dbops Commit: 61dc79eb2c0bce7b2b5de5ba98c663f148a68d67 https://github.com/OpenSIPS/opensips/commit/61dc79eb2c0bce7b2b5de5ba98c663f148a68d67 Author: Bogdan-Andrei Iancu Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M menuconfig/configs/opensips_loadbalancer.m4 M menuconfig/configs/opensips_trunking.m4 Log Message: ----------- [dbops] migrate name from avpops to dbops Commit: 4881b95e5832458d34a554cb4b523764d09135b5 https://github.com/OpenSIPS/opensips/commit/4881b95e5832458d34a554cb4b523764d09135b5 Author: Bogdan-Andrei Iancu Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M modules/osp/doc/osp_admin.xml M modules/perl/doc/perl_samples.xml M usr_avp.h Log Message: ----------- [dbops] migrate name from avpops to dbops Compare: https://github.com/OpenSIPS/opensips/compare/861ec38799cd...4881b95e5832 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Feb 26 19:24:03 2024 From: noreply at github.com (Liviu Chircu) Date: Mon, 26 Feb 2024 11:24:03 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4da5b7: aaa_diameter: Fix some AVP typos; Add a few notices Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4da5b7317fcccbcd48725d8fbde8aeaa47f3b69f https://github.com/OpenSIPS/opensips/commit/4da5b7317fcccbcd48725d8fbde8aeaa47f3b69f Author: Liviu Chircu Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M evi/evi_params.h M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h Log Message: ----------- aaa_diameter: Fix some AVP typos; Add a few notices Commit: 06ffb7a7e76f9c4884520248891be2d0101237c5 https://github.com/OpenSIPS/opensips/commit/06ffb7a7e76f9c4884520248891be2d0101237c5 Author: Liviu Chircu Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M aaa/aaa.h M modules/aaa_diameter/aaa_diameter.c A modules/aaa_diameter/aaa_evi.c A modules/aaa_diameter/aaa_evi.h M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h M modules/aaa_diameter/peer.c Log Message: ----------- aaa_diameter: Add Diameter server support * add the E_DM_REQUEST event, for receiving arbitrary Diameter requests * add the dm_send_reply() function, in order to reply back to the sender Compare: https://github.com/OpenSIPS/opensips/compare/4881b95e5832...06ffb7a7e76f To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Feb 26 19:26:55 2024 From: noreply at github.com (Liviu Chircu) Date: Mon, 26 Feb 2024 11:26:55 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5393f1: aaa_diameter: Fix some AVP typos; Add a few notices Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 5393f19cbe6e14413bd813784f402209293b0292 https://github.com/OpenSIPS/opensips/commit/5393f19cbe6e14413bd813784f402209293b0292 Author: Liviu Chircu Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M evi/evi_params.h M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h Log Message: ----------- aaa_diameter: Fix some AVP typos; Add a few notices (cherry picked from commit 4da5b7317fcccbcd48725d8fbde8aeaa47f3b69f) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Feb 26 19:26:56 2024 From: noreply at github.com (Liviu Chircu) Date: Mon, 26 Feb 2024 11:26:56 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c31a59: aaa_diameter: Fix some AVP typos; Add a few notices Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: c31a5914ec22036e1a065db14b86d5111b99c4f6 https://github.com/OpenSIPS/opensips/commit/c31a5914ec22036e1a065db14b86d5111b99c4f6 Author: Liviu Chircu Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M evi/evi_params.h M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h Log Message: ----------- aaa_diameter: Fix some AVP typos; Add a few notices (cherry picked from commit 4da5b7317fcccbcd48725d8fbde8aeaa47f3b69f) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 27 08:37:01 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 27 Feb 2024 00:37:01 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f6400d: [avpops] remove old avpops module Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f6400d396914eab6f7be0df2cc9a81a23da9e0dc https://github.com/OpenSIPS/opensips/commit/f6400d396914eab6f7be0df2cc9a81a23da9e0dc Author: Bogdan-Andrei Iancu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: R modules/avpops/Makefile R modules/avpops/README R modules/avpops/avpops.c R modules/avpops/avpops_db.c R modules/avpops/avpops_db.h R modules/avpops/avpops_impl.c R modules/avpops/avpops_impl.h R modules/avpops/avpops_parse.c R modules/avpops/avpops_parse.h R modules/avpops/doc/avpops.xml R modules/avpops/doc/avpops_admin.xml R modules/avpops/doc/contributors.xml Log Message: ----------- [avpops] remove old avpops module Replaced by dbops To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 27 08:41:38 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 27 Feb 2024 00:41:38 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 53983b: [dbops] fixed names of script functions Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 53983b13b86f1c3e1876bcc433d8381023140e94 https://github.com/OpenSIPS/opensips/commit/53983b13b86f1c3e1876bcc433d8381023140e94 Author: Bogdan-Andrei Iancu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M modules/dbops/dbops_db.c Log Message: ----------- [dbops] fixed names of script functions they were renamed from avp_db_query() to db_query() during module migration from avpops to dbops To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 27 09:03:13 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 27 Feb 2024 01:03:13 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a3d83c: sql_cacher: handle double as str (just live avp_db... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a3d83c2ca26fd85110a3df15532d36fe2b95a380 https://github.com/OpenSIPS/opensips/commit/a3d83c2ca26fd85110a3df15532d36fe2b95a380 Author: Ovidiu Sas Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M modules/sql_cacher/sql_cacher.c Log Message: ----------- sql_cacher: handle double as str (just live avp_db_query) Commit: a5515f2a4d0f09e043fdb7e974bd657aca517416 https://github.com/OpenSIPS/opensips/commit/a5515f2a4d0f09e043fdb7e974bd657aca517416 Author: Liviu Chircu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M evi/evi_params.h M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h Log Message: ----------- aaa_diameter: Fix some AVP typos; Add a few notices Commit: cdcc6ee77df8456f2f85a66dc5853650a09810c5 https://github.com/OpenSIPS/opensips/commit/cdcc6ee77df8456f2f85a66dc5853650a09810c5 Author: Liviu Chircu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M aaa/aaa.h M modules/aaa_diameter/aaa_diameter.c A modules/aaa_diameter/aaa_evi.c A modules/aaa_diameter/aaa_evi.h M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h M modules/aaa_diameter/peer.c Log Message: ----------- aaa_diameter: Add Diameter server support * add the E_DM_REQUEST event, for receiving arbitrary Diameter requests * add the dm_send_reply() function, in order to reply back to the sender Commit: 063403bdd3a156bd85fa30f25c9f3fd73d25e6d6 https://github.com/OpenSIPS/opensips/commit/063403bdd3a156bd85fa30f25c9f3fd73d25e6d6 Author: Bogdan-Andrei Iancu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: R modules/avpops/Makefile R modules/avpops/README R modules/avpops/avpops.c R modules/avpops/avpops_db.c R modules/avpops/avpops_db.h R modules/avpops/avpops_impl.c R modules/avpops/avpops_impl.h R modules/avpops/avpops_parse.c R modules/avpops/avpops_parse.h R modules/avpops/doc/avpops.xml R modules/avpops/doc/avpops_admin.xml R modules/avpops/doc/contributors.xml Log Message: ----------- [avpops] remove old avpops module Replaced by dbops Commit: 8ed21bf188edd850d8a04a3d838eaa5f5e65a161 https://github.com/OpenSIPS/opensips/commit/8ed21bf188edd850d8a04a3d838eaa5f5e65a161 Author: Bogdan-Andrei Iancu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M modules/sql_cacher/sql_cacher.c M ut.h Log Message: ----------- [sql_cacher] be more consistent when calculating the size required by DOUBLE Keep all the "size" estimation inside get_cdb_val_size() Commit: b65930612fddaad6a094170527b06e192f7d0951 https://github.com/OpenSIPS/opensips/commit/b65930612fddaad6a094170527b06e192f7d0951 Author: Bogdan-Andrei Iancu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M modules/sql_cacher/sql_cacher.c M ut.h Log Message: ----------- Merge branch 'ovidiusas-master' Compare: https://github.com/OpenSIPS/opensips/compare/53983b13b86f...b65930612fdd To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 27 09:19:15 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 27 Feb 2024 01:19:15 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] df2483: Add MI fetching of keys based on glob Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: df24836d31217a88b201c9f82964041a85cdefdd https://github.com/OpenSIPS/opensips/commit/df24836d31217a88b201c9f82964041a85cdefdd Author: Vlad Paiu Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M modules/cachedb_local/README M modules/cachedb_local/cachedb_local.c M modules/cachedb_local/doc/cachedb_local_admin.xml Log Message: ----------- Add MI fetching of keys based on glob Commit: b29396566bb6fe92d0b0365cd4e1b7f8b0cd2526 https://github.com/OpenSIPS/opensips/commit/b29396566bb6fe92d0b0365cd4e1b7f8b0cd2526 Author: Bogdan Andrei IANCU Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M modules/cachedb_local/README M modules/cachedb_local/cachedb_local.c M modules/cachedb_local/doc/cachedb_local_admin.xml Log Message: ----------- Merge pull request #3316 from vladpaiu/cachedb_local_bulk_mi_fetch Add MI fetching of keys based on glob Compare: https://github.com/OpenSIPS/opensips/compare/b65930612fdd...b29396566bb6 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 27 11:05:42 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 27 Feb 2024 03:05:42 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4da1a3: aaa_diameter: Add docs for the new function / event Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4da1a3014b9d821ee82b207c435b02767680a24a https://github.com/OpenSIPS/opensips/commit/4da1a3014b9d821ee82b207c435b02767680a24a Author: Liviu Chircu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/doc/aaa_diameter_admin.xml Log Message: ----------- aaa_diameter: Add docs for the new function / event Also, rename `dm_send_reply()` to `dm_send_answer()`, to better match the Diameter terminology. Commit: 223a7e32d1e963dae10a80e89bae1811654b0793 https://github.com/OpenSIPS/opensips/commit/223a7e32d1e963dae10a80e89bae1811654b0793 Author: Liviu Chircu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M modules/aaa_diameter/doc/aaa_diameter_admin.xml Log Message: ----------- aaa_diameter docs: Add new "Client" and "Server" sections Compare: https://github.com/OpenSIPS/opensips/compare/b29396566bb6...223a7e32d1e9 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Feb 27 18:18:51 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 27 Feb 2024 10:18:51 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b43964: aaa_diameter: Add management for "unreplied requests" Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b43964f67cee77ec242907922d62afdbe5f6f97c https://github.com/OpenSIPS/opensips/commit/b43964f67cee77ec242907922d62afdbe5f6f97c Author: Liviu Chircu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h M modules/aaa_diameter/peer.c Log Message: ----------- aaa_diameter: Add management for "unreplied requests" This becomes necessary both when the event_route is not defined, as well as in various error cases, e.g. script writer omits to invoke dm_send_answer() or an internal error occurs before the answer is built. Finally, make sure to protect the requests list, since it is actually managed by multiple threads part of the "Diameter peer" OpenSIPS worker: * dm_update_unreplied_req() - called by the peer's Server Thread (i.e. "put a freshly received request on hold") * dm_remove_unreplied_req() - called by the peer's Main Thread (i.e. "the script writer just built a new reply, msg can be freed") Commit: ca0006b10748e514c8d49bcec8302d18cfd89147 https://github.com/OpenSIPS/opensips/commit/ca0006b10748e514c8d49bcec8302d18cfd89147 Author: Liviu Chircu Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M locking.h M modules/aaa_diameter/aaa_diameter.c R modules/aaa_diameter/aaa_evi.c R modules/aaa_diameter/aaa_evi.h R modules/aaa_diameter/aaa_impl.c R modules/aaa_diameter/aaa_impl.h A modules/aaa_diameter/dm_evi.c A modules/aaa_diameter/dm_evi.h A modules/aaa_diameter/dm_impl.c A modules/aaa_diameter/dm_impl.h A modules/aaa_diameter/dm_peer.c A modules/aaa_diameter/dm_peer.h R modules/aaa_diameter/peer.c R modules/aaa_diameter/peer.h Log Message: ----------- aaa_diameter: Code + filename improvements; Improve docs Compare: https://github.com/OpenSIPS/opensips/compare/223a7e32d1e9...ca0006b10748 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 28 10:19:51 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 28 Feb 2024 02:19:51 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ee6ff9: Add generate_data_md5 param Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ee6ff95274ef393a8b9c91e9d93de03d9a930a20 https://github.com/OpenSIPS/opensips/commit/ee6ff95274ef393a8b9c91e9d93de03d9a930a20 Author: Vlad Paiu Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M modules/drouting/README M modules/drouting/doc/drouting_admin.xml M modules/drouting/dr_load.c M modules/drouting/dr_load.h M modules/drouting/dr_partitions.h M modules/drouting/drouting.c M modules/drouting/routing.c M modules/drouting/routing.h Log Message: ----------- Add generate_data_md5 param Commit: 97a1c98ac45d5f86c336f3c488666b31982cc586 https://github.com/OpenSIPS/opensips/commit/97a1c98ac45d5f86c336f3c488666b31982cc586 Author: Vlad Paiu Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M modules/drouting/doc/drouting_admin.xml M modules/drouting/drouting.c Log Message: ----------- Change param name to generate_data_checksum Commit: c87a903518e2dcb919e4592e6bf24aa5b0b61841 https://github.com/OpenSIPS/opensips/commit/c87a903518e2dcb919e4592e6bf24aa5b0b61841 Author: Bogdan Andrei IANCU Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M modules/drouting/README M modules/drouting/doc/drouting_admin.xml M modules/drouting/dr_load.c M modules/drouting/dr_load.h M modules/drouting/dr_partitions.h M modules/drouting/drouting.c M modules/drouting/routing.c M modules/drouting/routing.h Log Message: ----------- Merge pull request #3313 from vladpaiu/drouting_data_hashing Add generate_data_md5 param Compare: https://github.com/OpenSIPS/opensips/compare/ca0006b10748...c87a903518e2 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 28 14:22:06 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 28 Feb 2024 06:22:06 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 75b6cc: [db_postgres] fix the SSL control over the "use_tl... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 75b6cc54208c73d1b7226db57da332f8487a3474 https://github.com/OpenSIPS/opensips/commit/75b6cc54208c73d1b7226db57da332f8487a3474 Author: Bogdan-Andrei Iancu Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M modules/db_postgres/doc/db_postgres_admin.xml M modules/db_postgres/pg_con.c Log Message: ----------- [db_postgres] fix the SSL control over the "use_tls" parameter Commit: 6d6fb2b749c0a3220bc30a57949abd7121e413cc https://github.com/OpenSIPS/opensips/commit/6d6fb2b749c0a3220bc30a57949abd7121e413cc Author: Bogdan Andrei IANCU Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M modules/db_postgres/doc/db_postgres_admin.xml M modules/db_postgres/pg_con.c Log Message: ----------- Merge pull request #3309 from bogdan-iancu/master [db_postgres] fix the SSL control over the "use_tls" parameter Compare: https://github.com/OpenSIPS/opensips/compare/c87a903518e2...6d6fb2b749c0 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 28 16:15:04 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 28 Feb 2024 08:15:04 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ff2923: proto_hep: clear context in case of error Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ff2923cc4bfb9b6e6a497becbd97f2407cbdc6f8 https://github.com/OpenSIPS/opensips/commit/ff2923cc4bfb9b6e6a497becbd97f2407cbdc6f8 Author: Razvan Crainea Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M modules/proto_hep/proto_hep.c Log Message: ----------- proto_hep: clear context in case of error Thanks go to Jonathan Hulme from ConnexCS for reporting and providing valuable troubleshooting information To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 28 16:16:08 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 28 Feb 2024 08:16:08 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c57dfe: proto_hep: clear context in case of error Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: c57dfe4dcb7e401ab3aa4298042e7ecf5cc04d0a https://github.com/OpenSIPS/opensips/commit/c57dfe4dcb7e401ab3aa4298042e7ecf5cc04d0a Author: Razvan Crainea Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M modules/proto_hep/proto_hep.c Log Message: ----------- proto_hep: clear context in case of error Thanks go to Jonathan Hulme from ConnexCS for reporting and providing valuable troubleshooting information (cherry picked from commit ff2923cc4bfb9b6e6a497becbd97f2407cbdc6f8) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Feb 28 16:17:11 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 28 Feb 2024 08:17:11 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dcfa9d: proto_hep: clear context in case of error Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: dcfa9d39bfd33da0c056e6b935a6f635d0ef1c7c https://github.com/OpenSIPS/opensips/commit/dcfa9d39bfd33da0c056e6b935a6f635d0ef1c7c Author: Razvan Crainea Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M modules/proto_hep/proto_hep.c Log Message: ----------- proto_hep: clear context in case of error Thanks go to Jonathan Hulme from ConnexCS for reporting and providing valuable troubleshooting information (cherry picked from commit ff2923cc4bfb9b6e6a497becbd97f2407cbdc6f8) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 29 12:56:39 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 29 Feb 2024 04:56:39 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1083c0: [dispatcher] move destination into PROBING if send... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1083c0efd2ee3d3e4dda392f499e6ec4aa7df7fd https://github.com/OpenSIPS/opensips/commit/1083c0efd2ee3d3e4dda392f499e6ec4aa7df7fd Author: Bogdan-Andrei Iancu Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M modules/dispatcher/dispatch.c Log Message: ----------- [dispatcher] move destination into PROBING if sending the probe failed Fixes 3285 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 29 15:22:45 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 29 Feb 2024 07:22:45 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dd56be: aaa_diameter: Reply to requests when E_DM_REQUEST ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dd56be4dbc607a3fdd7c990e36ca7cb86edc15c8 https://github.com/OpenSIPS/opensips/commit/dd56be4dbc607a3fdd7c990e36ca7cb86edc15c8 Author: Liviu Chircu Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/dm_evi.c M modules/aaa_diameter/dm_evi.h M modules/aaa_diameter/dm_impl.c M modules/aaa_diameter/dm_impl.h M modules/aaa_diameter/dm_peer.c M modules/aaa_diameter/dm_peer.h Log Message: ----------- aaa_diameter: Reply to requests when E_DM_REQUEST not used At the end of the day, we are a Diameter peer, so we should also reply to requests even if the opensips.cfg script does not require any server-side support (e.g. perhaps it's only pushing Diameter requests). To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 29 15:35:10 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 29 Feb 2024 07:35:10 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 37fec5: aaa_diameter docs: Add a notice regarding E_DM_REQ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 37fec531eb9bf36c4ec972b92d0610ff36d7466a https://github.com/OpenSIPS/opensips/commit/37fec531eb9bf36c4ec972b92d0610ff36d7466a Author: Liviu Chircu Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M modules/aaa_diameter/doc/aaa_diameter_admin.xml Log Message: ----------- aaa_diameter docs: Add a notice regarding E_DM_REQUEST usage To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 29 16:06:03 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 29 Feb 2024 08:06:03 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a82b81: aaa_diameter: Add the possibility to set the 'E' (... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a82b8181f5d05d10212c7c78001fd3a97ad7c81b https://github.com/OpenSIPS/opensips/commit/a82b8181f5d05d10212c7c78001fd3a97ad7c81b Author: Liviu Chircu Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/dm_impl.c M modules/aaa_diameter/dm_impl.h M modules/aaa_diameter/dm_peer.c M modules/aaa_diameter/dm_peer.h M modules/aaa_diameter/doc/aaa_diameter_admin.xml Log Message: ----------- aaa_diameter: Add the possibility to set the 'E' (error) bit on replies To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 29 16:35:48 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 29 Feb 2024 08:35:48 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3d386f: aaa_diameter docs: Fix missing default 'answer_tim... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3d386f4e22a76bdd4487b15284afd9795b42cd86 https://github.com/OpenSIPS/opensips/commit/3d386f4e22a76bdd4487b15284afd9795b42cd86 Author: Liviu Chircu Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M modules/aaa_diameter/doc/aaa_diameter_admin.xml Log Message: ----------- aaa_diameter docs: Fix missing default 'answer_timeout' To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Feb 29 16:37:41 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 29 Feb 2024 08:37:41 -0800 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e50c67: aaa_diameter docs: Fix missing default 'answer_tim... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: e50c6736e14f99a42846e30ec7fad65f3c2fcd9e https://github.com/OpenSIPS/opensips/commit/e50c6736e14f99a42846e30ec7fad65f3c2fcd9e Author: Liviu Chircu Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M modules/aaa_diameter/doc/aaa_diameter_admin.xml Log Message: ----------- aaa_diameter docs: Fix missing default 'answer_timeout' (cherry picked from commit 3d386f4e22a76bdd4487b15284afd9795b42cd86) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications