From noreply at github.com Thu May 2 06:36:03 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 01 May 2024 23:36:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4250cc: python build: Ensure "setuptools" is available Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4250ccd78f7c900a7eea844e9b41a0f487d08fa9 https://github.com/OpenSIPS/opensips/commit/4250ccd78f7c900a7eea844e9b41a0f487d08fa9 Author: Liviu Chircu Date: 2024-05-01 (Wed, 01 May 2024) Changed paths: M scripts/build/apt_requirements_postupdate.sh Log Message: ----------- python build: Ensure "setuptools" is available Commit: 077072d9a87c974d1a9cce67cbea66344db9e1a8 https://github.com/OpenSIPS/opensips/commit/077072d9a87c974d1a9cce67cbea66344db9e1a8 Author: Liviu Chircu Date: 2024-05-01 (Wed, 01 May 2024) Changed paths: M modules/snmpstats/Makefile Log Message: ----------- snmpstats: Fix clang warnings on ARM32/QEMU/Ubuntu-22.04 clang: warning: argument unused during compilation: '-fno-stack-clash-protection' [-Wunused-command-line-argument] Commit: 52f21088b78647f4aa94bb66334e9ebeac6558a7 https://github.com/OpenSIPS/opensips/commit/52f21088b78647f4aa94bb66334e9ebeac6558a7 Author: Liviu Chircu Date: 2024-05-01 (Wed, 01 May 2024) Changed paths: M modules/usrloc/dlist.c Log Message: ----------- usrloc: Fix a data packing bug Commit: 25107836920b2caa0e94d40538691752f3183f57 https://github.com/OpenSIPS/opensips/commit/25107836920b2caa0e94d40538691752f3183f57 Author: Liviu Chircu Date: 2024-05-01 (Wed, 01 May 2024) Changed paths: M modules/cfgutils/cfgutils.c M modules/cgrates/cgrates_engine.c M modules/db_flatstore/flatstore.c M modules/mid_registrar/save.c M modules/nat_traversal/nat_traversal.c M modules/ratelimit/ratelimit_helper.c M modules/sipcapture/sipcapture.c M modules/stir_shaken/stir_shaken.c M modules/usrloc/dlist.c Log Message: ----------- Fix various ARM32 time_t warnings (Ubuntu 22.04) Commit: 7e421329810a7d11e5721e934d9e4ab52f3eb80a https://github.com/OpenSIPS/opensips/commit/7e421329810a7d11e5721e934d9e4ab52f3eb80a Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M scripts/build/do_build.sh Log Message: ----------- Exclude "snmpstats" from multi-arch build It seems LTO is not possible with clang on the below arch, since LLVMgold.so is not available, yet snmpstat's `net-snmp-config` program includes the -ffat-lto-objects CFLAGS, which activates LTO. build_multiarch (clang-arm64-qemu-cross, ubuntu-22.04) /usr/bin/ld: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: error loading plugin: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: cannot open shared object file: No such file or directory clang: error: linker command failed with exit code 1 (use -v to see invocation) Compare: https://github.com/OpenSIPS/opensips/compare/61ba2cc98cc6...7e421329810a To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 06:43:55 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 01 May 2024 23:43:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e3eb2e: parser: log_event_level_filter should be signed int Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e3eb2e1537e1e3e8b7f543464f495be5f2818447 https://github.com/OpenSIPS/opensips/commit/e3eb2e1537e1e3e8b7f543464f495be5f2818447 Author: Razvan Crainea Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M cfg.y Log Message: ----------- parser: log_event_level_filter should be signed int This allow setting the filter to more severe levels, i.e. ERROR and upper To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 06:44:11 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 01 May 2024 23:44:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6d6a0b: parser: log_event_level_filter should be signed int Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 6d6a0bec6c68a38227bf011b88f3a49174409037 https://github.com/OpenSIPS/opensips/commit/6d6a0bec6c68a38227bf011b88f3a49174409037 Author: Razvan Crainea Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M cfg.y Log Message: ----------- parser: log_event_level_filter should be signed int This allow setting the filter to more severe levels, i.e. ERROR and upper To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 09:38:14 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 02 May 2024 02:38:14 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5a847b: Attempt to fix GitHub Workflow Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 5a847bdadf82aef114984f41fa5a57686759ff77 https://github.com/OpenSIPS/opensips/commit/5a847bdadf82aef114984f41fa5a57686759ff77 Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M lib/reg/ci.c M lib/reg/common.h A scripts/build/apt_requirements.sh R scripts/build/apt_requirements.txt M scripts/build/install_depends.sh Log Message: ----------- Attempt to fix GitHub Workflow On newer 22.04 Ubuntu, it seems the ODBC package has been bumped to "2". Related commits: - fa652e8 - 6bfd7d2 (cherry picked from commit dbf794dccad5f2865f955e693c85a65bc5046237) Fix a bunch of ARM32 printf() warnings (Ubuntu 22.04) (cherry picked from commit b8fdce475d6c8b7a3df3b2ae1b6d7ec64a053d9c) Attempt #2 to fix GitHub Workflow Previous commit fixed 22.04 but broke 20.04, so this commit should make both work. (cherry picked from commit d7fcd90432494b259b608d5397c6dd2bcdaa3f59) Fix package typo (cherry picked from commit 44c995aae67d24f80161096a529ded398bd69c45) Commit: e7c798e2bdc41346df7c3a65497c7c4304725c2e https://github.com/OpenSIPS/opensips/commit/e7c798e2bdc41346df7c3a65497c7c4304725c2e Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M scripts/build/apt_requirements.sh Log Message: ----------- github/workflows: Add exception for multi-arch Ubuntu 22.04 (cherry picked from commit 761b844e6804ccba2aa006a8d2efd873e2d54992) Commit: 6893324a1557b3aa96cc7a7b50418989d66aaca6 https://github.com/OpenSIPS/opensips/commit/6893324a1557b3aa96cc7a7b50418989d66aaca6 Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M lib/reg/ci.c Log Message: ----------- Complete b8fdce475d (ARM32 warnings) (cherry picked from commit 41a20d6deca2861e2dce6b06485b3e0347c8fb4c) Commit: 19236750ef48fd08fb6a7832e68d09252ed5f9d4 https://github.com/OpenSIPS/opensips/commit/19236750ef48fd08fb6a7832e68d09252ed5f9d4 Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: R scripts/build/apt_requirements.sh A scripts/build/apt_requirements.txt A scripts/build/apt_requirements_postupdate.sh M scripts/build/install_depends.sh Log Message: ----------- github/workflows: Auto-detect available libodbc packages (cherry picked from commit 63c9eb2306d7989cd63e53e778317e11c8ed16b5) github/workflows: Move auto-detection post apt-update (cherry picked from commit 3ab5a1cfb6372a40032989fe5e9e4b36df80aa94) github/workflows: Fix bash multi-line error (cherry picked from commit a09e75e8610925f4737b57dbcb1a38ef79068a2e) github/workflows: Avoid fancy bash syntax (cherry picked from commit 1e0ea18a637553a4c4ab51fb95428f05c37ddd62) Commit: cab8e5191526577d1fe7cce164188abc26caf08d https://github.com/OpenSIPS/opensips/commit/cab8e5191526577d1fe7cce164188abc26caf08d Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/b2b_entities/dlg.c M scripts/build/install_depends.sh Log Message: ----------- b2b_entities: Fix ARM32 time_t warnings (Ubuntu 22.04) (cherry picked from commit 61ba2cc98cc63acca4774d153d6f66b5282831f0) Commit: fa4aa21434da3eb2e46f135284f101857c934b6a https://github.com/OpenSIPS/opensips/commit/fa4aa21434da3eb2e46f135284f101857c934b6a Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M scripts/build/apt_requirements_postupdate.sh Log Message: ----------- python build: Ensure "setuptools" is available (cherry picked from commit 4250ccd78f7c900a7eea844e9b41a0f487d08fa9) Commit: 8f6a9798f94ef8faa2058f6759a0ef2061faea7a https://github.com/OpenSIPS/opensips/commit/8f6a9798f94ef8faa2058f6759a0ef2061faea7a Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/snmpstats/Makefile Log Message: ----------- snmpstats: Fix clang warnings on ARM32/QEMU/Ubuntu-22.04 clang: warning: argument unused during compilation: '-fno-stack-clash-protection' [-Wunused-command-line-argument] (cherry picked from commit 077072d9a87c974d1a9cce67cbea66344db9e1a8) Commit: b70c9270a1b48d91d2866e4ee2ffdcf3bd0fe6cf https://github.com/OpenSIPS/opensips/commit/b70c9270a1b48d91d2866e4ee2ffdcf3bd0fe6cf Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/usrloc/dlist.c Log Message: ----------- usrloc: Fix a data packing bug (cherry picked from commit 52f21088b78647f4aa94bb66334e9ebeac6558a7) Commit: 9590bd7e4bdf131e3a8f85fc05c1f854e7a618c4 https://github.com/OpenSIPS/opensips/commit/9590bd7e4bdf131e3a8f85fc05c1f854e7a618c4 Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/cfgutils/cfgutils.c M modules/cgrates/cgrates_engine.c M modules/db_flatstore/flatstore.c M modules/mid_registrar/save.c M modules/nat_traversal/nat_traversal.c M modules/ratelimit/ratelimit_helper.c M modules/sipcapture/sipcapture.c M modules/stir_shaken/stir_shaken.c M modules/usrloc/dlist.c Log Message: ----------- Fix various ARM32 time_t warnings (Ubuntu 22.04) (cherry picked from commit 25107836920b2caa0e94d40538691752f3183f57) Commit: 80178f0c5ec93d8898da2b72ae87bd32f1112458 https://github.com/OpenSIPS/opensips/commit/80178f0c5ec93d8898da2b72ae87bd32f1112458 Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M scripts/build/do_build.sh Log Message: ----------- Exclude "snmpstats" from multi-arch build It seems LTO is not possible with clang on the below arch, since LLVMgold.so is not available, yet snmpstat's `net-snmp-config` program includes the -ffat-lto-objects CFLAGS, which activates LTO. build_multiarch (clang-arm64-qemu-cross, ubuntu-22.04) /usr/bin/ld: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: error loading plugin: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: cannot open shared object file: No such file or directory clang: error: linker command failed with exit code 1 (use -v to see invocation) (cherry picked from commit 7e421329810a7d11e5721e934d9e4ab52f3eb80a) Compare: https://github.com/OpenSIPS/opensips/compare/6d6a0bec6c68...80178f0c5ec9 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 09:38:36 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 02 May 2024 02:38:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ac0ee1: usrloc: Fix a data packing bug Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: ac0ee1b06321a68b51fb9409483791f08b9f34b8 https://github.com/OpenSIPS/opensips/commit/ac0ee1b06321a68b51fb9409483791f08b9f34b8 Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/usrloc/dlist.c Log Message: ----------- usrloc: Fix a data packing bug (cherry picked from commit 52f21088b78647f4aa94bb66334e9ebeac6558a7) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 10:28:36 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 02 May 2024 03:28:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 99ea7e: tracer: proper detection of dummy messages Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 99ea7e85722becabfc6788b2c089ecadd1115238 https://github.com/OpenSIPS/opensips/commit/99ea7e85722becabfc6788b2c089ecadd1115238 Author: Razvan Crainea Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: proper detection of dummy messages Complete commit 6fcfc70 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 10:28:57 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 02 May 2024 03:28:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ee65c4: tracer: proper detection of dummy messages Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: ee65c4defeaaffdc29bfa85cd5c77c9362194766 https://github.com/OpenSIPS/opensips/commit/ee65c4defeaaffdc29bfa85cd5c77c9362194766 Author: Razvan Crainea Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: proper detection of dummy messages Complete commit 6fcfc70 (cherry picked from commit 99ea7e85722becabfc6788b2c089ecadd1115238) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 10:41:41 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 02 May 2024 03:41:41 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ea93e4: freeswitch: Fix off-by-one comparison bug; Add saf... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ea93e4350f7b0efe2a7daaf122c815b020782957 https://github.com/OpenSIPS/opensips/commit/ea93e4350f7b0efe2a7daaf122c815b020782957 Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/freeswitch/fs_api.c M modules/freeswitch/fs_api.h M modules/freeswitch/fs_proc.c Log Message: ----------- freeswitch: Fix off-by-one comparison bug; Add safety checks Many thanks to Five9 (https://www.five9.com) for reporting this issue! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 10:41:51 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 02 May 2024 03:41:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] deb6b2: freeswitch: Fix off-by-one comparison bug; Add saf... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: deb6b25e2b8db0591f4d16f0ff40f01b0b5f5667 https://github.com/OpenSIPS/opensips/commit/deb6b25e2b8db0591f4d16f0ff40f01b0b5f5667 Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/freeswitch/fs_api.c M modules/freeswitch/fs_api.h M modules/freeswitch/fs_proc.c Log Message: ----------- freeswitch: Fix off-by-one comparison bug; Add safety checks Many thanks to Five9 (https://www.five9.com) for reporting this issue! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 10:42:08 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 02 May 2024 03:42:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8e774b: freeswitch: Fix off-by-one comparison bug; Add saf... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 8e774bd3885dc589d81167c4f22f6234c8fe5164 https://github.com/OpenSIPS/opensips/commit/8e774bd3885dc589d81167c4f22f6234c8fe5164 Author: Liviu Chircu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/freeswitch/fs_api.c M modules/freeswitch/fs_api.h M modules/freeswitch/fs_proc.c Log Message: ----------- freeswitch: Fix off-by-one comparison bug; Add safety checks Many thanks to Five9 (https://www.five9.com) for reporting this issue! (cherry picked from commit deb6b25e2b8db0591f4d16f0ff40f01b0b5f5667) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 14:17:04 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 02 May 2024 07:17:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dd9c51: auth_aka: make auth-int defaut qop Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dd9c5144a6d8a2fae4e4d82810b1e91855a9ba20 https://github.com/OpenSIPS/opensips/commit/dd9c5144a6d8a2fae4e4d82810b1e91855a9ba20 Author: Razvan Crainea Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/auth_aka/auth_aka.c Log Message: ----------- auth_aka: make auth-int defaut qop To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 2 15:18:16 2024 From: noreply at github.com (vladpaiu) Date: Thu, 02 May 2024 08:18:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cf5048: Add script route ref support Message-ID: Branch: refs/heads/prometheus_custom_route Home: https://github.com/OpenSIPS/opensips Commit: cf50485353309d64d356e0077ede229517f13065 https://github.com/OpenSIPS/opensips/commit/cf50485353309d64d356e0077ede229517f13065 Author: Vlad Paiu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/prometheus/prometheus.c Log Message: ----------- Add script route ref support To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat May 4 20:38:08 2024 From: noreply at github.com (opensips-github) Date: Sat, 04 May 2024 13:38:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 81f8bf: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 81f8bf50bb49fe21f48786b2c1d786f0f2fb68d7 https://github.com/OpenSIPS/opensips/commit/81f8bf50bb49fe21f48786b2c1d786f0f2fb68d7 Author: OpenSIPS Date: 2024-05-04 (Sat, 04 May 2024) Changed paths: M modules/freeswitch/README M modules/freeswitch/doc/contributors.xml M modules/pua/README M modules/pua/doc/contributors.xml M modules/usrloc/README M modules/usrloc/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 May 4 21:19:11 2024 From: noreply at github.com (opensips-github) Date: Sat, 04 May 2024 14:19:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dbe02b: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: dbe02b7ff372caad1c5b9b41c91bdf65672a5c48 https://github.com/OpenSIPS/opensips/commit/dbe02b7ff372caad1c5b9b41c91bdf65672a5c48 Author: OpenSIPS Date: 2024-05-05 (Sun, 05 May 2024) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/db_flatstore/README M modules/db_flatstore/doc/contributors.xml M modules/freeswitch/README M modules/freeswitch/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/nat_traversal/README M modules/nat_traversal/doc/contributors.xml M modules/pua/README M modules/pua/doc/contributors.xml M modules/ratelimit/README M modules/ratelimit/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/snmpstats/README M modules/snmpstats/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/usrloc/README M modules/usrloc/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 May 4 21:54:35 2024 From: noreply at github.com (opensips-github) Date: Sat, 04 May 2024 14:54:35 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ca3196: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ca319630e2f5f934ccdf85d870d0caa7dcfdf77f https://github.com/OpenSIPS/opensips/commit/ca319630e2f5f934ccdf85d870d0caa7dcfdf77f Author: OpenSIPS Date: 2024-05-05 (Sun, 05 May 2024) Changed paths: M modules/auth_aka/README M modules/auth_aka/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/db_flatstore/README M modules/db_flatstore/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/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/nat_traversal/README M modules/nat_traversal/doc/contributors.xml M modules/pua/README M modules/pua/doc/contributors.xml M modules/ratelimit/README M modules/ratelimit/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/snmpstats/README M modules/snmpstats/doc/contributors.xml M modules/sql_cacher/README M modules/sql_cacher/doc/contributors.xml M modules/sqlops/README M modules/sqlops/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/usrloc/README M modules/usrloc/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 May 7 07:29:16 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 07 May 2024 00:29:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c85cce: Add support for publishing custom prometheus data ... Message-ID: Branch: refs/heads/master 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 ) Commit: cf50485353309d64d356e0077ede229517f13065 https://github.com/OpenSIPS/opensips/commit/cf50485353309d64d356e0077ede229517f13065 Author: Vlad Paiu Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/prometheus/prometheus.c Log Message: ----------- Add script route ref support Commit: 34520687b709452c32a4397888444f09bace1443 https://github.com/OpenSIPS/opensips/commit/34520687b709452c32a4397888444f09bace1443 Author: Răzvan Crainea Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M modules/prometheus/README M modules/prometheus/doc/prometheus_admin.xml M modules/prometheus/prometheus.c Log Message: ----------- Merge pull request #3310 from OpenSIPS/prometheus_custom_route Add support for publishing custom prometheus data ( not stat driven ) Compare: https://github.com/OpenSIPS/opensips/compare/ca319630e2f5...34520687b709 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 07:58:18 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 07 May 2024 00:58:18 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6f6bb1: Update notify.c to reduce noisy logs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6f6bb1af4a2919cbb369a202f08efd5ad4f23d2f https://github.com/OpenSIPS/opensips/commit/6f6bb1af4a2919cbb369a202f08efd5ad4f23d2f Author: Norm Brandinger Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M modules/presence/notify.c Log Message: ----------- Update notify.c to reduce noisy logs Commit: 7ea63f394eb0c739362ba0ba9ce6f5b9398f655f https://github.com/OpenSIPS/opensips/commit/7ea63f394eb0c739362ba0ba9ce6f5b9398f655f Author: Bogdan Andrei IANCU Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M modules/presence/notify.c Log Message: ----------- Merge pull request #3384 from NormB/NormB-patch-2 Update notify.c to reduce noisy logs Compare: https://github.com/OpenSIPS/opensips/compare/34520687b709...7ea63f394eb0 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 15:00:14 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 07 May 2024 08:00:14 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c3b135: uac_registrant: add "failure_retry_interval" modparam Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c3b1356a1bf72272dfdae9cdaaf286901caeab0b https://github.com/OpenSIPS/opensips/commit/c3b1356a1bf72272dfdae9cdaaf286901caeab0b Author: James Stanley Date: 2023-12-23 (Sat, 23 Dec 2023) Changed paths: M modules/uac_registrant/registrant.c Log Message: ----------- uac_registrant: add "failure_retry_interval" modparam Commit: 570c853beb2b8fa24f65cf29d81917833d45acf8 https://github.com/OpenSIPS/opensips/commit/570c853beb2b8fa24f65cf29d81917833d45acf8 Author: Bogdan Andrei IANCU Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M modules/uac_registrant/registrant.c Log Message: ----------- Merge pull request #3270 from jes/jes/failure-retry-interval uac_registrant: add "failure_retry_interval" modparam Compare: https://github.com/OpenSIPS/opensips/compare/7ea63f394eb0...570c853beb2b To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 15:33:35 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 07 May 2024 08:33:35 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 46db9d: [uac_registrant] tune the calculation of the timeo... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 46db9d93a96629bb480558947a0487ef3f255c01 https://github.com/OpenSIPS/opensips/commit/46db9d93a96629bb480558947a0487ef3f255c01 Author: Bogdan-Andrei Iancu Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M modules/uac_registrant/registrant.c Log Message: ----------- [uac_registrant] tune the calculation of the timeout in error cases Use the "expires" if the "failure_retry_interval" is not set Completes #3270 Related to 570c853beb2b8fa24f65cf29d81917833d45acf8 Commit: da52437b08e83c6f73af340fca20fd5738ce03d8 https://github.com/OpenSIPS/opensips/commit/da52437b08e83c6f73af340fca20fd5738ce03d8 Author: Bogdan-Andrei Iancu Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M modules/uac_registrant/doc/uac_registrant_admin.xml Log Message: ----------- [uac_registrant] add `failure_retry_interval` to docs Completes #3270 Related to 570c853beb2b8fa24f65cf29d81917833d45acf Commit: ca98f5778f73425d6e623c3aae93a3ceff79af37 https://github.com/OpenSIPS/opensips/commit/ca98f5778f73425d6e623c3aae93a3ceff79af37 Author: Bogdan-Andrei Iancu Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M modules/uac_registrant/doc/uac_registrant_admin.xml M modules/uac_registrant/registrant.c Log Message: ----------- [uac_registrant] added new reg_force_register MI command to force the (re-)registration of a record (before its normal timeout/retry interval) Compare: https://github.com/OpenSIPS/opensips/compare/570c853beb2b...ca98f5778f73 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 15:55:42 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 07 May 2024 08:55:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 04cb08: usrloc: simplify processing of the refresh events Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 04cb08e70ef467e5d599289abec485c957587d7c https://github.com/OpenSIPS/opensips/commit/04cb08e70ef467e5d599289abec485c957587d7c Author: Maksym Sobolyev Date: 2023-12-03 (Sun, 03 Dec 2023) Changed paths: M modules/usrloc/ul_evi.c M modules/usrloc/ul_evi.h Log Message: ----------- usrloc: simplify processing of the refresh events Do not abuse "struct socket_info" just to pass sock_str over. Instead, add str to the refresh event data and pass that alone. Not only it reduces amount of data to pass, but also makes code much easier to read and understand. Commit: 5e7be56260139a365d238e274652c4c031cbb52b https://github.com/OpenSIPS/opensips/commit/5e7be56260139a365d238e274652c4c031cbb52b Author: Liviu Chircu Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M modules/usrloc/ul_evi.c M modules/usrloc/ul_evi.h Log Message: ----------- Merge branch 'pr_ct_refresh_event' of https://github.com/sippy/opensips into sippy-pr_ct_refresh_event Compare: https://github.com/OpenSIPS/opensips/compare/ca98f5778f73...5e7be5626013 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 16:05:17 2024 From: noreply at github.com (Maksym Sobolyev) Date: Tue, 07 May 2024 09:05:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 126712: usrloc: simplify processing of the refresh events Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 126712e37f9c8cf28b0441cd4aab5cd7a571892c https://github.com/OpenSIPS/opensips/commit/126712e37f9c8cf28b0441cd4aab5cd7a571892c Author: Maksym Sobolyev Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M modules/usrloc/ul_evi.c M modules/usrloc/ul_evi.h Log Message: ----------- usrloc: simplify processing of the refresh events Do not abuse "struct socket_info" just to pass sock_str over. Instead, add str to the refresh event data and pass that alone. Not only it reduces amount of data to pass, but also makes code much easier to read and understand. (cherry picked from commit 04cb08e70ef467e5d599289abec485c957587d7c) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 16:05:59 2024 From: noreply at github.com (Maksym Sobolyev) Date: Tue, 07 May 2024 09:05:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f24f0f: usrloc: simplify processing of the refresh events Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: f24f0fd350a937edab667494256cbf21bfd92e17 https://github.com/OpenSIPS/opensips/commit/f24f0fd350a937edab667494256cbf21bfd92e17 Author: Maksym Sobolyev Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M modules/usrloc/ul_evi.c M modules/usrloc/ul_evi.h Log Message: ----------- usrloc: simplify processing of the refresh events Do not abuse "struct socket_info" just to pass sock_str over. Instead, add str to the refresh event data and pass that alone. Not only it reduces amount of data to pass, but also makes code much easier to read and understand. (cherry picked from commit 04cb08e70ef467e5d599289abec485c957587d7c) (cherry picked from commit 126712e37f9c8cf28b0441cd4aab5cd7a571892c) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 19:06:17 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 07 May 2024 12:06:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7a9912: mid_registrar: Improve robustness vs. bad traffic ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7a9912602aa76b2af9dbdf8632cccb8aace7b22a https://github.com/OpenSIPS/opensips/commit/7a9912602aa76b2af9dbdf8632cccb8aace7b22a Author: Liviu Chircu Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M lib/reg/sip_msg.c M lib/reg/sip_msg.h M modules/mid_registrar/save.c M parser/msg_parser.c M parser/msg_parser.h Log Message: ----------- mid_registrar: Improve robustness vs. bad traffic in mode 2 In case the main registrar returns extra contacts, make sure to correctly match the mid-registrar's *single* contact within the list, then strip all Contacts from the 200 OK, effectively fixing it. Thanks go to Slava Bendersky for reporting and helping troubleshoot. Commit: 418922f1452b5637efa1a0016e9a279ce7d6b138 https://github.com/OpenSIPS/opensips/commit/418922f1452b5637efa1a0016e9a279ce7d6b138 Author: Liviu Chircu Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M test/test_ut.c M ut.h Log Message: ----------- Optimize str_strstr(); Add some basic tests Compare: https://github.com/OpenSIPS/opensips/compare/5e7be5626013...418922f1452b To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 19:12:15 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 07 May 2024 12:12:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 486e96: parser: Reuse add_last() macro when possible Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 486e9611853dcac0197b29d6e3e37805a4903864 https://github.com/OpenSIPS/opensips/commit/486e9611853dcac0197b29d6e3e37805a4903864 Author: Liviu Chircu Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M parser/msg_parser.c Log Message: ----------- parser: Reuse add_last() macro when possible To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 19:36:31 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 07 May 2024 12:36:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a81afc: mid_registrar: Improve robustness vs. bad traffic ... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: a81afc112023a1b900198b2775e73cff13da64f1 https://github.com/OpenSIPS/opensips/commit/a81afc112023a1b900198b2775e73cff13da64f1 Author: Liviu Chircu Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M lib/reg/sip_msg.c M lib/reg/sip_msg.h M modules/mid_registrar/save.c M parser/msg_parser.c M parser/msg_parser.h Log Message: ----------- mid_registrar: Improve robustness vs. bad traffic in mode 2 In case the main registrar returns extra contacts, make sure to correctly match the mid-registrar's *single* contact within the list, then strip all Contacts from the 200 OK, effectively fixing it. Thanks go to Slava Bendersky for reporting and helping troubleshoot. (cherry picked from commit 7a9912602aa76b2af9dbdf8632cccb8aace7b22a) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 19:36:49 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 07 May 2024 12:36:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ecda94: mid_registrar: Improve robustness vs. bad traffic ... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: ecda948a4cd6b2463d0402b0fefb0713c96bd4eb https://github.com/OpenSIPS/opensips/commit/ecda948a4cd6b2463d0402b0fefb0713c96bd4eb Author: Liviu Chircu Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M lib/reg/sip_msg.c M lib/reg/sip_msg.h M modules/mid_registrar/save.c M parser/msg_parser.c M parser/msg_parser.h Log Message: ----------- mid_registrar: Improve robustness vs. bad traffic in mode 2 In case the main registrar returns extra contacts, make sure to correctly match the mid-registrar's *single* contact within the list, then strip all Contacts from the 200 OK, effectively fixing it. Thanks go to Slava Bendersky for reporting and helping troubleshoot. (cherry picked from commit 7a9912602aa76b2af9dbdf8632cccb8aace7b22a) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 7 19:43:23 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 07 May 2024 12:43:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9c27ae: Revert "Optimize str_strstr()" Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9c27ae41479a9ee48c1eef6859e559ba4b147014 https://github.com/OpenSIPS/opensips/commit/9c27ae41479a9ee48c1eef6859e559ba4b147014 Author: Liviu Chircu Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M ut.h Log Message: ----------- Revert "Optimize str_strstr()" Partial revert of commit 418922f1452b5637efa Reason: premature optimization :) new implementation was actually slower To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 8 09:21:42 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 08 May 2024 02:21:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 07e4fe: [proto_hep] avoid hard dependency to `tls_mgm` Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 07e4febb39181c09feb67c980fbf816412ee6f8c https://github.com/OpenSIPS/opensips/commit/07e4febb39181c09feb67c980fbf816412ee6f8c Author: Bogdan-Andrei Iancu Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M modules/proto_hep/doc/proto_hep_admin.xml M modules/proto_hep/proto_hep.c Log Message: ----------- [proto_hep] avoid hard dependency to `tls_mgm` Load the tls_mgm module ONLY if a TLS HEP socket is defined To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 8 12:44:40 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 08 May 2024 05:44:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 43477d: tm: Avoid running hop-by-hop ACK callbacks before ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 43477da50c67eaa4b7bd206c2d8bcaa09b0b6b25 https://github.com/OpenSIPS/opensips/commit/43477da50c67eaa4b7bd206c2d8bcaa09b0b6b25 Author: Liviu Chircu Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M modules/tm/t_reply.c Log Message: ----------- tm: Avoid running hop-by-hop ACK callbacks before reply callbacks Commit aaa6b6867 mitigated the effects of a poor HEP connection affecting the OpenSIPS's responsiveness by delaying the reply callbacks until after the hop-by-hop ACK is sent out. However, a side-effect in doing so is that the reply/ACK HEP packets on un-established calls became swapped. This patch aims to address the issue. Related to #3255 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 8 14:25:51 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 08 May 2024 07:25:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1248f8: tm: Add functionality to execute a route, whenever... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1248f80b976c29d10857c4fb3ce129a1740bde69 https://github.com/OpenSIPS/opensips/commit/1248f80b976c29d10857c4fb3ce129a1740bde69 Author: Carsten Bock Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M modules/tm/doc/tm_admin.xml M modules/tm/t_reply.c M modules/tm/t_reply.h M modules/tm/tm.c M modules/tm/uac.c M modules/tm/uac.h Log Message: ----------- tm: Add functionality to execute a route, whenever TM creates a request or reply Commit: fa93ebbe65ab3fabdfa58a1c34e6f13f48635368 https://github.com/OpenSIPS/opensips/commit/fa93ebbe65ab3fabdfa58a1c34e6f13f48635368 Author: Bogdan-Andrei Iancu Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M modules/tm/doc/tm_admin.xml M modules/tm/t_reply.c M modules/tm/t_reply.h M modules/tm/tm.c M modules/tm/uac.c M modules/tm/uac.h Log Message: ----------- [tm] Changes on the new `local_reply/request_route` mod params Improve the names of the variables. Improve docs with more details. Make `local_reply_route` a generic route, not a onreply route (as it taints the concept of onreply routes) Related to #3329 Complets 57b122f29e0872b221e40fba6f9e900362f8c2ce Compare: https://github.com/OpenSIPS/opensips/compare/43477da50c67...fa93ebbe65ab To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 8 14:38:34 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 08 May 2024 07:38:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7a879a: Add sip2json pvar Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7a879ab8a3c8f35ef3f2bd995a785a5a9a8425f3 https://github.com/OpenSIPS/opensips/commit/7a879ab8a3c8f35ef3f2bd995a785a5a9a8425f3 Author: Dudu Ben Moshe Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M pvar.c M pvar.h Log Message: ----------- Add sip2json pvar Commit: 67f890117d53941efeb24721875e6ccdef77f392 https://github.com/OpenSIPS/opensips/commit/67f890117d53941efeb24721875e6ccdef77f392 Author: Vlad Paiu Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M modules/sipmsgops/doc/sipmsgops_admin.xml M modules/sipmsgops/sipmsgops.c M pvar.c M pvar.h Log Message: ----------- Move implementation to sipmsgops Commit: 15537c25d7193561f080a0aa41e7a9878d4f699d https://github.com/OpenSIPS/opensips/commit/15537c25d7193561f080a0aa41e7a9878d4f699d Author: vladpaiu Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M .github/workflows/main.yml M .github/workflows/multiarch.yml M .github/workflows/unittests.yml M Makefile.conf.template M aaa/aaa.h M cfg.y M core_cmds.c M db/db_cap.h M db/schema/dialog.xml M db/schema/dispatcher.xml R db/schema/opensips-avpops.xml A db/schema/opensips-sqlops.xml M db/schema/usr_preferences.xml M doc/build-contrib.sh M doc/doxygen/opensips-doxygen M evi/evi_params.h M lib/cJSON.h A lib/cond.c A lib/cond.h M lib/csv.c M lib/csv.h M lib/digest_auth/dauth_calc.c M lib/digest_auth/digest_auth.c M lib/digest_auth/digest_auth.h M lib/reg/ci.c M lib/reg/common.h M lib/reg/doc/lookup_flags.xml M lib/reg/lookup.c M lib/reg/lookup.h M lib/reg/sip_msg.c M lib/reg/sip_msg.h M locking.h M mem/shm_mem.c M menuconfig/configs/opensips_loadbalancer.m4 M menuconfig/configs/opensips_trunking.m4 M modules/aaa_diameter/README M modules/aaa_diameter/aaa_diameter.c R modules/aaa_diameter/aaa_impl.c R modules/aaa_diameter/aaa_impl.h A modules/aaa_diameter/diameter_api.h A modules/aaa_diameter/diameter_api_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 M modules/aaa_diameter/doc/aaa_diameter_admin.xml M modules/aaa_diameter/doc/contributors.xml R modules/aaa_diameter/peer.c R modules/aaa_diameter/peer.h A modules/aka_av_diameter/Makefile A modules/aka_av_diameter/README A modules/aka_av_diameter/aka_av_diameter.c A modules/aka_av_diameter/diameter_mar.h A modules/aka_av_diameter/doc/aka_av_diameter.xml A modules/aka_av_diameter/doc/aka_av_diameter_admin.xml A modules/aka_av_diameter/doc/contributors.xml A modules/aka_av_diameter/example/aka_av_diameter.dictionary M modules/auth/README M modules/auth/api.c M modules/auth/api.h M modules/auth/auth_mod.c M modules/auth/challenge.c M modules/auth/challenge.h M modules/auth/common.c M modules/auth/doc/contributors.xml A modules/auth/qop.h M modules/auth_aaa/README M modules/auth_aaa/authaaa_mod.c M modules/auth_aaa/authorize.c M modules/auth_aaa/doc/contributors.xml A modules/auth_aka/Makefile A modules/auth_aka/README A modules/auth_aka/aka_av_mgm.c A modules/auth_aka/aka_av_mgm.h A modules/auth_aka/auth_aka.c A modules/auth_aka/auth_aka.h A modules/auth_aka/doc/auth_aka.xml A modules/auth_aka/doc/auth_aka_admin.xml A modules/auth_aka/doc/contributors.xml M modules/auth_db/README M modules/auth_db/authorize.c M modules/auth_db/doc/contributors.xml 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 M modules/b2b_entities/README M modules/b2b_entities/dlg.c M modules/b2b_entities/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/cachedb_local.c M modules/cachedb_local/doc/cachedb_local_admin.xml M modules/cachedb_local/doc/contributors.xml M modules/call_control/README M modules/call_control/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/cfgutils.c M modules/cfgutils/doc/contributors.xml M modules/cgrates/README M modules/cgrates/cgrates_engine.c M modules/cgrates/doc/contributors.xml M modules/clusterer/README M modules/clusterer/clusterer.c M modules/clusterer/clusterer_mod.c M modules/clusterer/doc/clusterer_admin.xml M modules/clusterer/doc/contributors.xml M modules/clusterer/topology.c M modules/db_flatstore/README M modules/db_flatstore/doc/contributors.xml M modules/db_flatstore/flatstore.c M modules/db_mysql/README M modules/db_mysql/db_mysql.c M modules/db_mysql/doc/contributors.xml M modules/db_postgres/README M modules/db_postgres/doc/contributors.xml M modules/db_postgres/doc/db_postgres_admin.xml M modules/db_postgres/pg_con.c M modules/db_text/README M modules/db_text/dbt_file.c M modules/db_text/dbt_lib.h M modules/db_text/dbtext.c M modules/db_text/doc/contributors.xml M modules/db_text/doc/db_text_admin.xml M modules/dialog/README M modules/dialog/dlg_profile.c M modules/dialog/dlg_replication.c M modules/dialog/dlg_vals.c M modules/dialog/doc/contributors.xml M modules/dialog/doc/dialog_admin.xml M modules/dispatcher/README M modules/dispatcher/dispatch.c M modules/dispatcher/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml 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 M modules/event_rabbitmq/README M modules/event_rabbitmq/doc/contributors.xml M modules/event_rabbitmq/doc/event_rabbitmq_admin.xml M modules/event_rabbitmq/event_rabbitmq.c M modules/event_rabbitmq/rabbitmq_send.c M modules/event_rabbitmq/rabbitmq_send.h M modules/event_route/README M modules/event_route/doc/contributors.xml M modules/event_route/event_route.c M modules/freeswitch/README M modules/freeswitch/doc/contributors.xml M modules/freeswitch/fs_api.c M modules/freeswitch/fs_api.h M modules/freeswitch/fs_proc.c M modules/h350/README M modules/h350/doc/contributors.xml A modules/http2d/Makefile A modules/http2d/README A modules/http2d/doc/contributors.xml A modules/http2d/doc/http2d.xml A modules/http2d/doc/http2d_admin.xml A modules/http2d/h2_evi.c A modules/http2d/h2_evi.h A modules/http2d/http2d.c A modules/http2d/server.c A modules/http2d/server.h M modules/httpd/README M modules/httpd/doc/contributors.xml M modules/httpd/httpd.c M modules/mi_datagram/README M modules/mi_datagram/doc/contributors.xml M modules/mi_datagram/mi_datagram.c M modules/mi_fifo/README M modules/mi_fifo/doc/contributors.xml M modules/mi_fifo/mi_fifo.c M modules/mi_html/README M modules/mi_html/doc/contributors.xml M modules/mi_html/mi_html.c M modules/mi_http/README M modules/mi_http/doc/contributors.xml M modules/mi_http/mi_http.c M modules/mi_xmlrpc_ng/README M modules/mi_xmlrpc_ng/doc/contributors.xml M modules/mi_xmlrpc_ng/mi_xmlrpc_http.c M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/mid_registrar/doc/mid_registrar_admin.xml M modules/mid_registrar/save.c M modules/nat_traversal/README M modules/nat_traversal/doc/contributors.xml M modules/nat_traversal/nat_traversal.c M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/nathelper/nathelper.c M modules/osp/README M modules/osp/doc/contributors.xml M modules/osp/doc/osp_admin.xml M modules/perl/README M modules/perl/doc/contributors.xml M modules/perl/doc/perl_samples.xml M modules/pi_http/README M modules/pi_http/doc/contributors.xml M modules/pi_http/pi_http.c M modules/presence/README M modules/presence/clustering.c M modules/presence/clustering.h M modules/presence/doc/contributors.xml M modules/presence/doc/presence_admin.xml M modules/presence/notify.c M modules/presence/presence.c M modules/presence/subscribe.c M modules/presence/utils_func.c M modules/presence/utils_func.h M modules/presence_callinfo/README M modules/presence_callinfo/doc/contributors.xml M modules/presence_callinfo/presence_callinfo.c A modules/presence_reginfo/Makefile A modules/presence_reginfo/README A modules/presence_reginfo/add_events.c A modules/presence_reginfo/add_events.h A modules/presence_reginfo/doc/contributors.xml A modules/presence_reginfo/doc/presence_reginfo.xml A modules/presence_reginfo/doc/presence_reginfo_admin.xml A modules/presence_reginfo/notify_body.c A modules/presence_reginfo/notify_body.h A modules/presence_reginfo/presence_reginfo.c A modules/presence_reginfo/presence_reginfo.h M modules/prometheus/README M modules/prometheus/doc/prometheus_admin.xml M modules/prometheus/prometheus.c M modules/proto_hep/README M modules/proto_hep/doc/contributors.xml M modules/proto_hep/doc/proto_hep_admin.xml M modules/proto_hep/proto_hep.c M modules/proto_ws/README M modules/proto_ws/doc/contributors.xml M modules/proto_ws/ws_handshake_common.h M modules/pua/README M modules/pua/add_events.c M modules/pua/doc/contributors.xml M modules/pua/hash.h M modules/pua/pua.c A modules/pua_reginfo/Makefile A modules/pua_reginfo/README A modules/pua_reginfo/doc/contributors.xml A modules/pua_reginfo/doc/pua_reginfo.xml A modules/pua_reginfo/doc/pua_reginfo_admin.xml A modules/pua_reginfo/notify.c A modules/pua_reginfo/notify.h A modules/pua_reginfo/pua_reginfo.c A modules/pua_reginfo/pua_reginfo.h A modules/pua_reginfo/subscribe.c A modules/pua_reginfo/subscribe.h A modules/pua_reginfo/usrloc_cb.c A modules/pua_reginfo/usrloc_cb.h M modules/rabbitmq/README M modules/rabbitmq/doc/contributors.xml M modules/rabbitmq/doc/rabbitmq_admin.xml M modules/rabbitmq/rabbitmq.c M modules/rabbitmq/rmq_servers.c M modules/rabbitmq/rmq_servers.h M modules/ratelimit/README M modules/ratelimit/doc/contributors.xml M modules/ratelimit/ratelimit_helper.c M modules/registrar/README M modules/registrar/doc/contributors.xml M modules/registrar/doc/registrar_admin.xml M modules/registrar/reg_mod.c M modules/registrar/save.c M modules/registrar/save.h M modules/rest_client/README M modules/rest_client/doc/contributors.xml M modules/rest_client/rest_methods.c M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtp_relay/rtp_relay_ctx.c M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpengine/rtpengine.c M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/sipcapture/sipcapture.c M modules/siprec/README M modules/siprec/doc/contributors.xml M modules/sl/README M modules/sl/doc/contributors.xml M modules/sl/sl_funcs.c M modules/snmpstats/Makefile M modules/snmpstats/README M modules/snmpstats/doc/contributors.xml M modules/sql_cacher/README M modules/sql_cacher/doc/contributors.xml M modules/sql_cacher/doc/sql_cacher_admin.xml M modules/sql_cacher/sql_cacher.c M modules/sql_cacher/sql_cacher.h A modules/sqlops/Makefile A modules/sqlops/README A modules/sqlops/doc/contributors.xml A modules/sqlops/doc/sqlops.xml A modules/sqlops/doc/sqlops_admin.xml A modules/sqlops/sqlops.c A modules/sqlops/sqlops_db.c A modules/sqlops/sqlops_db.h A modules/sqlops/sqlops_impl.c A modules/sqlops/sqlops_impl.h A modules/sqlops/sqlops_parse.c A modules/sqlops/sqlops_parse.h M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/stir_shaken/stir_shaken.c M modules/tls_openssl/README M modules/tls_openssl/doc/contributors.xml M modules/tls_openssl/openssl_conn_ops.c M modules/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml M modules/tls_wolfssl/wolfssl_conn_ops.c M modules/tm/README M modules/tm/doc/contributors.xml M modules/tm/t_lookup.c M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/tracer/tracer.c M modules/uac_registrant/doc/uac_registrant_admin.xml M modules/uac_registrant/registrant.c M modules/usrloc/README M modules/usrloc/dlist.c M modules/usrloc/doc/contributors.xml M modules/usrloc/doc/usrloc_admin.xml M modules/usrloc/kv_store.c M modules/usrloc/kv_store.h M modules/usrloc/ucontact.h M modules/usrloc/ul_evi.c M modules/usrloc/ul_evi.h M modules/usrloc/ul_mod.c M modules/usrloc/urecord.c M net/tcp_common.c M packaging/debian/copyright M packaging/debian/rules 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 M parser/digest/digest.c M parser/digest/digest_keys.h M parser/digest/digest_parser.c M parser/digest/digest_parser.h M parser/digest/param_parser.c M parser/digest/param_parser.h M parser/msg_parser.c M parser/msg_parser.h M parser/parse_event.c M parser/parse_event.h M scripts/build/apt_requirements.txt A scripts/build/apt_requirements_postupdate.sh M scripts/build/do_build.sh M scripts/build/install_depends.sh R scripts/mysql/avpops-create.sql M scripts/mysql/dialog-create.sql A scripts/mysql/sqlops-create.sql R scripts/oracle/avpops-create.sql M scripts/oracle/dialog-create.sql A scripts/oracle/sqlops-create.sql R scripts/pi_http/avpops-mod R scripts/pi_http/avpops-table M scripts/pi_http/pi_framework.xml A scripts/pi_http/sqlops-mod A scripts/pi_http/sqlops-table R scripts/postgres/avpops-create.sql M scripts/postgres/dialog-create.sql A scripts/postgres/sqlops-create.sql R scripts/sqlite/avpops-create.sql M scripts/sqlite/dialog-create.sql A scripts/sqlite/sqlops-create.sql M sr_module.c M str_list.h M test/test_ut.c M usr_avp.h M ut.h Log Message: ----------- Merge branch 'OpenSIPS:master' into sip2json Commit: 043b7e09542e7c902c6b28e7366515dd673aad40 https://github.com/OpenSIPS/opensips/commit/043b7e09542e7c902c6b28e7366515dd673aad40 Author: Bogdan Andrei IANCU Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M modules/sipmsgops/doc/sipmsgops_admin.xml M modules/sipmsgops/sipmsgops.c Log Message: ----------- Merge pull request #3311 from vladpaiu/sip2json Add sip2json pvar Compare: https://github.com/OpenSIPS/opensips/compare/fa93ebbe65ab...043b7e09542e To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 8 14:42:43 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 08 May 2024 07:42:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9f9e46: [sipmsgops] fixed section IDs in docs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9f9e4649bda894944b37c5c80bcaeaaab8cf84ca https://github.com/OpenSIPS/opensips/commit/9f9e4649bda894944b37c5c80bcaeaaab8cf84ca Author: Bogdan-Andrei Iancu Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M modules/sipmsgops/doc/sipmsgops_admin.xml Log Message: ----------- [sipmsgops] fixed section IDs in docs To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 8 15:53:36 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 08 May 2024 08:53:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] afbdbd: [core] fix raising E_CORE_PROC_AUTO_SCALE Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: afbdbdcf4fbcce78f6df1227642f7d2d529ab290 https://github.com/OpenSIPS/opensips/commit/afbdbdcf4fbcce78f6df1227642f7d2d529ab290 Author: Bogdan-Andrei Iancu Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M pt_scaling.c Log Message: ----------- [core] fix raising E_CORE_PROC_AUTO_SCALE The event is raised by the attendent process, which is not properly init for all event backends. So better dispatch the event to the regular workers to be raised. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 8 18:22:49 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 08 May 2024 11:22:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 115fae: httpd: Add a new 'conn_timeout' (seconds) modparam Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 115faea9a0a3280d327dff77de5525c9444e069c https://github.com/OpenSIPS/opensips/commit/115faea9a0a3280d327dff77de5525c9444e069c Author: Liviu Chircu Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M modules/httpd/doc/httpd_admin.xml M modules/httpd/httpd.c M modules/httpd/httpd_proc.c Log Message: ----------- httpd: Add a new 'conn_timeout' (seconds) modparam To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 09:09:58 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 09 May 2024 02:09:58 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b99d7c: [dbschema] updated according to the latest `dispat... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b99d7c62a621263662d032b91e8fb758ec8a744b https://github.com/OpenSIPS/opensips/commit/b99d7c62a621263662d032b91e8fb758ec8a744b Author: Bogdan-Andrei Iancu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M scripts/db_berkeley/opensips/dispatcher M scripts/dbtext/opensips/dispatcher M scripts/mysql/dispatcher-create.sql M scripts/oracle/dispatcher-create.sql M scripts/postgres/dispatcher-create.sql M scripts/sqlite/dispatcher-create.sql Log Message: ----------- [dbschema] updated according to the latest `dispatcher` format To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 09:14:45 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 09 May 2024 02:14:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 60f352: [PI] remove duplicates for `usr_preferences` table Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 60f352e05f0794abea6ddc658b392fabcb4e8826 https://github.com/OpenSIPS/opensips/commit/60f352e05f0794abea6ddc658b392fabcb4e8826 Author: Bogdan-Andrei Iancu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M scripts/pi_http/pi_framework.xml Log Message: ----------- [PI] remove duplicates for `usr_preferences` table The duplicate was a side effect of renaming avpops to sqlops To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 09:34:04 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 09 May 2024 02:34:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d38333: parser: add parser for Security-{Client, Server, Ver... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d38333b3d74092ad76beba7ff1fac0954d7b3f8a https://github.com/OpenSIPS/opensips/commit/d38333b3d74092ad76beba7ff1fac0954d7b3f8a Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/tm/sip_msg.c A parser/case_secu.h M parser/hf.c M parser/hf.h M parser/keys.h M parser/msg_parser.c M parser/msg_parser.h M parser/parse_hname2.c A parser/parse_security.c A parser/parse_security.h Log Message: ----------- parser: add parser for Security-{Client,Server,Verify} headers Commit: 4e06e87d5eefcbb9274adea9ac8fcc2cc4102e0b https://github.com/OpenSIPS/opensips/commit/4e06e87d5eefcbb9274adea9ac8fcc2cc4102e0b Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M parser/parse_authenticate.c M parser/parse_authenticate.h Log Message: ----------- parser/authenticate: extract ik and ck parameters Commit: 1bb45295fcb82d9ab5593c80e7cf5a2bce41fe72 https://github.com/OpenSIPS/opensips/commit/1bb45295fcb82d9ab5593c80e7cf5a2bce41fe72 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M ip_addr.h M net/trans.c Log Message: ----------- net: add support for internal listeners Commit: 0be8ad991b48c13d57055f009343c0d1ff908e41 https://github.com/OpenSIPS/opensips/commit/0be8ad991b48c13d57055f009343c0d1ff908e41 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M socket_info.c M socket_info.h Log Message: ----------- socket_info: expose listeners interface Commit: 2a9192011caa3d6f2e7378908301d80ec6d68e0b https://github.com/OpenSIPS/opensips/commit/2a9192011caa3d6f2e7378908301d80ec6d68e0b Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M Makefile.conf.template M ip_addr.h A modules/proto_ipsec/Makefile A modules/proto_ipsec/ipsec.c A modules/proto_ipsec/ipsec.h A modules/proto_ipsec/ipsec_algo.c A modules/proto_ipsec/ipsec_algo.h A modules/proto_ipsec/proto_ipsec.c M net/tcp_common.h M net/trans.c M socket_info.h Log Message: ----------- ipsec: add proto_ipsec module + proto parsing Commit: 56a5b7c64efcefa6e28eb8116a7d9945833fa488 https://github.com/OpenSIPS/opensips/commit/56a5b7c64efcefa6e28eb8116a7d9945833fa488 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/auth_aka/aka_av_mgm.c M modules/auth_aka/auth_aka.c M modules/auth_aka/auth_aka.h Log Message: ----------- auth_aka: refactor hash to reverse impu vs impi Commit: 2430e1019af3677e5ea3462fb9f2610c2e42501d https://github.com/OpenSIPS/opensips/commit/2430e1019af3677e5ea3462fb9f2610c2e42501d Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: A lib/aka.h M modules/auth_aka/auth_aka.c M modules/proto_ipsec/ipsec.c M modules/proto_ipsec/ipsec.h M modules/proto_ipsec/ipsec_algo.c A modules/proto_ipsec/ipsec_user.c A modules/proto_ipsec/ipsec_user.h M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- ipsec: enhanced REGISTER handling Commit: fc6b10430c6a7ff1368e48b43c0aa71ce4a23d2e https://github.com/OpenSIPS/opensips/commit/fc6b10430c6a7ff1368e48b43c0aa71ce4a23d2e Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/ipsec.c Log Message: ----------- ipsec: complete ipsec SA/policy removal Commit: 8c1b5851f929fa80e9209c8b521a52f581fb0963 https://github.com/OpenSIPS/opensips/commit/8c1b5851f929fa80e9209c8b521a52f581fb0963 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/ipsec.c M modules/proto_ipsec/ipsec.h M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- proto_ipsec: granular management of re-registration Commit: fc7626e07529a1af91b8cf05161fda497fe582ac https://github.com/OpenSIPS/opensips/commit/fc7626e07529a1af91b8cf05161fda497fe582ac Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/ipsec.c M modules/proto_ipsec/ipsec.h M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- proto_ipsec: store ck and ik in ctx This helps us store in the usrloc kv store Commit: 7b61d7f08eea12821ae90118539332eb45a78744 https://github.com/OpenSIPS/opensips/commit/7b61d7f08eea12821ae90118539332eb45a78744 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/ipsec.c Log Message: ----------- proto_ipsec: change free spi management Commit: 4ed21bf69eaac38af636d8dd5d4cbc4c1b43f97c https://github.com/OpenSIPS/opensips/commit/4ed21bf69eaac38af636d8dd5d4cbc4c1b43f97c Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/ipsec.c M modules/proto_ipsec/ipsec.h M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- proto_ipsec: provide persistency for SAs Commit: fabd1732bf53c4ab079b187b53e7ee3816ecb33c https://github.com/OpenSIPS/opensips/commit/fabd1732bf53c4ab079b187b53e7ee3816ecb33c Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/ipsec_algo.c M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- proto_ipsec: fix allowed_algorithms parsing Commit: 018e9be0373d1ce23e53ed6627a1304c30a2fd02 https://github.com/OpenSIPS/opensips/commit/018e9be0373d1ce23e53ed6627a1304c30a2fd02 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/aaa_diameter/dm_impl.c Log Message: ----------- aaa_diameter: unlock cond after signaling This avoids a deadlock on the main condition Commit: 991a410922f976dd5eb68ece682858a9f36cc7cf https://github.com/OpenSIPS/opensips/commit/991a410922f976dd5eb68ece682858a9f36cc7cf Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M forward.h M socket_info.h Log Message: ----------- socket_info: provide send callback for internal listeners When a proto hooks on top of another proto to operate (such as proto_ipsec is using proto_udp and proto_tcp listners), we need a hook before sending a message out. Commit: a7f070a9a143cf1401081748f86ad8e60002d053 https://github.com/OpenSIPS/opensips/commit/a7f070a9a143cf1401081748f86ad8e60002d053 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M core_cmds.c Log Message: ----------- core_cmds: fix set_via_handling crash Commit: 1af4a68989ea6afbc98fedcf3094c115d6eff929 https://github.com/OpenSIPS/opensips/commit/1af4a68989ea6afbc98fedcf3094c115d6eff929 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: explicit name when registring for rtp_relay Otherwise the module might use a different `exports` structure Commit: c26b314f1b3e84f9adaa229c0932f3eb79481106 https://github.com/OpenSIPS/opensips/commit/c26b314f1b3e84f9adaa229c0932f3eb79481106 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/ipsec.c M modules/proto_ipsec/ipsec_user.c M modules/proto_ipsec/ipsec_user.h M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- proto_ipsec: handle send command logic Commit: 64ffb9ad421c3d849416c78261290c8b3ee821e0 https://github.com/OpenSIPS/opensips/commit/64ffb9ad421c3d849416c78261290c8b3ee821e0 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: A modules/proto_ipsec/doc/contributors.xml A modules/proto_ipsec/doc/proto_ipsec.xml A modules/proto_ipsec/doc/proto_ipsec_admin.xml Log Message: ----------- proto_ipsec: add documentation Commit: 0b135352d606913975353e88f7fd5ec6bf4df18f https://github.com/OpenSIPS/opensips/commit/0b135352d606913975353e88f7fd5ec6bf4df18f Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/doc/proto_ipsec_admin.xml M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- proto_ipsec: add ik and ck to $ipsec pvar Commit: da8ae0751c1c09e30cc6c1c0f7bf1e16357de987 https://github.com/OpenSIPS/opensips/commit/da8ae0751c1c09e30cc6c1c0f7bf1e16357de987 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/doc/proto_ipsec_admin.xml M modules/proto_ipsec/ipsec_algo.c M modules/proto_ipsec/ipsec_algo.h M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- proto_ipsec: add allowed_algorithms to ipsec_create() Compare: https://github.com/OpenSIPS/opensips/compare/60f352e05f07...da8ae0751c1c To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 12:03:17 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 09 May 2024 05:03:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 14466c: proto_ipsec: allow empty allowed_algorithms Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 14466ccdd53e38d4758bf8809aa98c91a8c4e7a8 https://github.com/OpenSIPS/opensips/commit/14466ccdd53e38d4758bf8809aa98c91a8c4e7a8 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/ipsec_algo.c Log Message: ----------- proto_ipsec: allow empty allowed_algorithms To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 12:47:35 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 09 May 2024 05:47:35 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3cf643: proto_ipsec: proper initialize allowed algorithms Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3cf643015130032fa5ebddafb75e19404b743081 https://github.com/OpenSIPS/opensips/commit/3cf643015130032fa5ebddafb75e19404b743081 Author: Razvan Crainea Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/proto_ipsec/ipsec_algo.c M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- proto_ipsec: proper initialize allowed algorithms To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 12:54:14 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 09 May 2024 05:54:14 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5f3bae: Remove references to README-MODULES; Remove svn '$... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5f3baea398885b93f25e6652001170a440758954 https://github.com/OpenSIPS/opensips/commit/5f3baea398885b93f25e6652001170a440758954 Author: Liviu Chircu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M INSTALL M Makefile M README M README.md M ccopts.sh M ccver.sh M db/README M db/doc/db-api.txt M db/example/Makefile M db/example/README M db/schema/Makefile M doc/entities.xml M examples/acc.cfg M examples/ctd.sh M examples/exec_s3.cfg M examples/exec_s4.cfg M examples/exec_s5.cfg M examples/fork.cfg M examples/httpd.cfg M examples/pstn.cfg M examples/redirect.cfg M examples/web_im/README M examples/web_im/click_to_dial.html M examples/web_im/click_to_dial.php M examples/web_im/send_im.html M examples/web_im/send_im.php M md5.c M modules/acc/Makefile M modules/alias_db/Makefile M modules/auth/Makefile M modules/auth_aaa/Makefile M modules/auth_db/Makefile M modules/auth_jwt/Makefile M modules/benchmark/Makefile M modules/call_control/Makefile M modules/carrierroute/Makefile M modules/cfgutils/Makefile M modules/compression/Makefile M modules/cpl_c/Makefile M modules/db_berkeley/Makefile M modules/db_flatstore/Makefile M modules/db_mysql/Makefile M modules/db_oracle/Makefile M modules/db_perlvdb/Makefile M modules/db_postgres/Makefile M modules/db_sqlite/Makefile M modules/db_text/Makefile M modules/db_unixodbc/Makefile M modules/dialog/Makefile M modules/dialplan/Makefile M modules/dispatcher/Makefile M modules/dispatcher/doc/dispatcher.list M modules/diversion/Makefile M modules/drouting/Makefile M modules/exec/Makefile M modules/gflags/Makefile M modules/group/Makefile M modules/h350/Makefile M modules/identity/Makefile M modules/imc/Makefile M modules/jabber/Makefile M modules/ldap/Makefile M modules/load_balancer/Makefile M modules/maxfwd/Makefile M modules/mediaproxy/Makefile M modules/mi_datagram/Makefile M modules/mi_fifo/Makefile M modules/msilo/Makefile M modules/nat_traversal/Makefile M modules/nathelper/Makefile M modules/nathelper/examples/4to6.cfg M modules/nathelper/examples/alg.cfg M modules/options/Makefile M modules/path/Makefile M modules/perl/lib/perl/OpenSIPS.pm M modules/perl/lib/perl/OpenSIPS/Constants.pm M modules/perl/lib/perl/OpenSIPS/LDAPUtils/LDAPConf.pm M modules/perl/lib/perl/OpenSIPS/LDAPUtils/LDAPConnection.pm M modules/perl/lib/perl/OpenSIPS/Message.pm M modules/perl/lib/perl/OpenSIPS/Utils/Debug.pm M modules/perl/lib/perl/OpenSIPS/Utils/PhoneNumbers.pm M modules/perl/lib/perl/OpenSIPS/VDB.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/AccountingSIPtrace.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Alias.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Auth.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Describe.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Speeddial.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/TableVersions.pm M modules/perl/lib/perl/OpenSIPS/VDB/Column.pm M modules/perl/lib/perl/OpenSIPS/VDB/Pair.pm M modules/perl/lib/perl/OpenSIPS/VDB/ReqCond.pm M modules/perl/lib/perl/OpenSIPS/VDB/Result.pm M modules/perl/lib/perl/OpenSIPS/VDB/VTab.pm M modules/perl/lib/perl/OpenSIPS/VDB/Value.pm M modules/permissions/Makefile M modules/permissions/config/register.allow M modules/permissions/config/register.deny M modules/pike/Makefile M modules/presence/Makefile M modules/presence_xml/Makefile M modules/proto_tls/TODO.TLS M modules/pua/Makefile M modules/pua_bla/Makefile M modules/pua_dialoginfo/Makefile M modules/pua_mi/Makefile M modules/pua_usrloc/Makefile M modules/pua_xmpp/Makefile M modules/qos/Makefile M modules/qrouting/Makefile M modules/rls/Makefile M modules/rr/Makefile M modules/script_helper/Makefile M modules/signaling/Makefile M modules/sipcapture/Makefile M modules/sl/Makefile M modules/snmpstats/Makefile M modules/speeddial/Makefile M modules/speeddial/README M modules/speeddial/doc/speeddial.cfg M modules/sst/Makefile M modules/statistics/Makefile M modules/status_report/Makefile M modules/textops/Makefile M modules/tm/Makefile M modules/topology_hiding/Makefile M modules/tracer/Makefile M modules/uac/Makefile M modules/usrloc/Makefile M modules/xcap/Makefile M modules/xcap_client/Makefile M modules/xmpp/Makefile M opensips.8 M opensips.cfg.5 M packaging/debian/opensips.postinst M packaging/netbsd/Makefile M packaging/netbsd/PLIST M packaging/openbsd/Makefile M packaging/openbsd/pkg/PLIST M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-Prototype M packaging/solaris/prototype M packaging/solaris/tls-Prototype M packaging/suse/opensips.spec.SuSE M utils/db_berkeley/Makefile M utils/db_oracle/Makefile Log Message: ----------- Remove references to README-MODULES; Remove svn '$Id$' tags Reason: this file was slowly becoming more and more outdated and was ultimately removed in 8292659d5, in favour of the opensips.org listing. Fixes #3375 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 13:16:10 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 09 May 2024 06:16:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 816b58: Update MySQL DB migration scripts for "3.4 to 3.5" Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 816b58e6b36d873f63b20923fb822593a175b5f2 https://github.com/OpenSIPS/opensips/commit/816b58e6b36d873f63b20923fb822593a175b5f2 Author: Liviu Chircu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M scripts/mysql/db-migrate.sql M scripts/mysql/table-migrate.sql Log Message: ----------- Update MySQL DB migration scripts for "3.4 to 3.5" To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 15:26:30 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 09 May 2024 08:26:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9c8b8b: Bump version to 3.5.0-beta Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 9c8b8b740b3a42540cda0d987119e183ff021016 https://github.com/OpenSIPS/opensips/commit/9c8b8b740b3a42540cda0d987119e183ff021016 Author: Liviu Chircu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: R .github/workflows/cifuzz.yml M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.5.0-beta Commit: f34e8744d4a24ea49a3d8f0a91503aa68c065268 https://github.com/OpenSIPS/opensips/commit/f34e8744d4a24ea49a3d8f0a91503aa68c065268 Author: Liviu Chircu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: A ChangeLog Log Message: ----------- Add ChangeLog for 3.5.0-beta Commit: 083c70ab22890357dcb3bc93305e8ff659fc363f https://github.com/OpenSIPS/opensips/commit/083c70ab22890357dcb3bc93305e8ff659fc363f Author: Liviu Chircu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: A CREDITS Log Message: ----------- Add CREDITS file for 3.5.0 Compare: https://github.com/OpenSIPS/opensips/compare/9c8b8b740b3a%5E...083c70ab2289 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 15:28:41 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 09 May 2024 08:28:41 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.5.0-beta 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 Thu May 9 15:28:57 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 09 May 2024 08:28:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3aab0e: Bump development version Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3aab0ece7297e40b69100b2e4a9248552cef23ef https://github.com/OpenSIPS/opensips/commit/3aab0ece7297e40b69100b2e4a9248552cef23ef Author: Liviu Chircu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M Makefile.defs Log Message: ----------- Bump development version To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 16:01:24 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 09 May 2024 09:01:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8fb009: Contributors: Update project-level stats Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8fb00939cf12fbfcf5473ed4df8d718ed5323e4a https://github.com/OpenSIPS/opensips/commit/8fb00939cf12fbfcf5473ed4df8d718ed5323e4a Author: Liviu Chircu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M doc/build-contrib.sh Log Message: ----------- Contributors: Update project-level stats Note: the numbers were last updated on Feb 2020. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 9 16:04:22 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 09 May 2024 09:04:22 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 306145: Contributors: Update project-level stats Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 3061451e48ecfc02e9348046ed7ab5721868289c https://github.com/OpenSIPS/opensips/commit/3061451e48ecfc02e9348046ed7ab5721868289c Author: Liviu Chircu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M doc/build-contrib.sh Log Message: ----------- Contributors: Update project-level stats Note: the numbers were last updated on Feb 2020. (cherry picked from commit 8fb00939cf12fbfcf5473ed4df8d718ed5323e4a) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From bogdan at opensips.org Thu May 9 16:45:52 2024 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Thu, 9 May 2024 19:45:52 +0300 Subject: [OpenSIPS-Devel] OpenSIPS 3.5.0 major release, beta version Message-ID: Hello there !! It is that time of the year to do our iteration - one more year, one more evolution step, one more OpenSIPS major release. So, we are all happy to announce the beta release of *OpenSIPS 3.5.0 major version* - and this 3.5 version is all about IMS, about _AKA authentication_ support, about the _DIAMETER and HTTP/2 IMS interfaces_, about _IPSEC support_ and more. Besides IMS, the 3.5 comes with _Launch Darkly_ integration, with _Message Queue_ support, with advanced _SQL operations_ and many more. But here is the shortest possible description of this release; and be aware that it's actually not so short as nothing is short about 3.5 and IMS ! Please keep in mind that 3.5.0 is still a beta release, targeting mid July to become fully stable. So, we still have some testing ahead of us :) Many thanks to our awesome community for contributing with ideas, code, patches, tests and reports! Looking for downloading it? See the tarball or the GIT repo . Enjoy it, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Fri May 10 11:05:12 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 10 May 2024 04:05:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ca385b: sqlops docs: Fix JSON syntax in examples Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ca385b4580b319bea42336dcbfea10176aa851ba https://github.com/OpenSIPS/opensips/commit/ca385b4580b319bea42336dcbfea10176aa851ba Author: Liviu Chircu Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M modules/sqlops/doc/sqlops_admin.xml Log Message: ----------- sqlops docs: Fix JSON syntax in examples To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri May 10 11:05:21 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 10 May 2024 04:05:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 38795b: sqlops docs: Fix JSON syntax in examples Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 38795b913bf0a37a9bb6efb4fbe754bf7b8f7403 https://github.com/OpenSIPS/opensips/commit/38795b913bf0a37a9bb6efb4fbe754bf7b8f7403 Author: Liviu Chircu Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M modules/sqlops/doc/sqlops_admin.xml Log Message: ----------- sqlops docs: Fix JSON syntax in examples (cherry picked from commit ca385b4580b319bea42336dcbfea10176aa851ba) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri May 10 15:34:01 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 10 May 2024 08:34:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7f12c4: status_report: Fix bad 3rd parameter to sr_set_sta... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7f12c44813f080a3a2177c8d89a5c160b80139c9 https://github.com/OpenSIPS/opensips/commit/7f12c44813f080a3a2177c8d89a5c160b80139c9 Author: Liviu Chircu Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M modules/status_report/status_report.c M status_report.h Log Message: ----------- status_report: Fix bad 3rd parameter to sr_set_status() To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri May 10 15:34:37 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 10 May 2024 08:34:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2c6b41: status_report: Fix bad 3rd parameter to sr_set_sta... Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 2c6b4120b756fd47d0011fbd18a19846858eb926 https://github.com/OpenSIPS/opensips/commit/2c6b4120b756fd47d0011fbd18a19846858eb926 Author: Liviu Chircu Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M modules/status_report/status_report.c M status_report.h Log Message: ----------- status_report: Fix bad 3rd parameter to sr_set_status() (cherry picked from commit 7f12c44813f080a3a2177c8d89a5c160b80139c9) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri May 10 15:34:37 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 10 May 2024 08:34:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 293993: Remove references to README-MODULES; Remove svn '$... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 2939930ca0f749c4957fb19d1b48da75920046e2 https://github.com/OpenSIPS/opensips/commit/2939930ca0f749c4957fb19d1b48da75920046e2 Author: Liviu Chircu Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M INSTALL M Makefile M README M README.md M ccopts.sh M ccver.sh M db/README M db/doc/db-api.txt M db/example/Makefile M db/example/README M db/schema/Makefile M doc/entities.xml M examples/acc.cfg M examples/ctd.sh M examples/exec_s3.cfg M examples/exec_s4.cfg M examples/exec_s5.cfg M examples/fork.cfg M examples/httpd.cfg M examples/pstn.cfg M examples/redirect.cfg M examples/web_im/README M examples/web_im/click_to_dial.html M examples/web_im/click_to_dial.php M examples/web_im/send_im.html M examples/web_im/send_im.php M md5.c M modules/acc/Makefile M modules/alias_db/Makefile M modules/auth/Makefile M modules/auth_aaa/Makefile M modules/auth_db/Makefile M modules/auth_jwt/Makefile M modules/avpops/Makefile M modules/benchmark/Makefile M modules/call_control/Makefile M modules/carrierroute/Makefile M modules/cfgutils/Makefile M modules/compression/Makefile M modules/cpl_c/Makefile M modules/db_berkeley/Makefile M modules/db_flatstore/Makefile M modules/db_mysql/Makefile M modules/db_oracle/Makefile M modules/db_perlvdb/Makefile M modules/db_postgres/Makefile M modules/db_sqlite/Makefile M modules/db_text/Makefile M modules/db_unixodbc/Makefile M modules/dialog/Makefile M modules/dialplan/Makefile M modules/dispatcher/Makefile M modules/dispatcher/doc/dispatcher.list M modules/diversion/Makefile M modules/drouting/Makefile M modules/exec/Makefile M modules/gflags/Makefile M modules/group/Makefile M modules/h350/Makefile M modules/identity/Makefile M modules/imc/Makefile M modules/jabber/Makefile M modules/ldap/Makefile M modules/load_balancer/Makefile M modules/maxfwd/Makefile M modules/mediaproxy/Makefile M modules/mi_datagram/Makefile M modules/mi_fifo/Makefile M modules/msilo/Makefile M modules/nat_traversal/Makefile M modules/nathelper/Makefile M modules/nathelper/examples/4to6.cfg M modules/nathelper/examples/alg.cfg M modules/options/Makefile M modules/path/Makefile M modules/perl/lib/perl/OpenSIPS.pm M modules/perl/lib/perl/OpenSIPS/Constants.pm M modules/perl/lib/perl/OpenSIPS/LDAPUtils/LDAPConf.pm M modules/perl/lib/perl/OpenSIPS/LDAPUtils/LDAPConnection.pm M modules/perl/lib/perl/OpenSIPS/Message.pm M modules/perl/lib/perl/OpenSIPS/Utils/Debug.pm M modules/perl/lib/perl/OpenSIPS/Utils/PhoneNumbers.pm M modules/perl/lib/perl/OpenSIPS/VDB.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/AccountingSIPtrace.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Alias.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Auth.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Describe.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Speeddial.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/TableVersions.pm M modules/perl/lib/perl/OpenSIPS/VDB/Column.pm M modules/perl/lib/perl/OpenSIPS/VDB/Pair.pm M modules/perl/lib/perl/OpenSIPS/VDB/ReqCond.pm M modules/perl/lib/perl/OpenSIPS/VDB/Result.pm M modules/perl/lib/perl/OpenSIPS/VDB/VTab.pm M modules/perl/lib/perl/OpenSIPS/VDB/Value.pm M modules/permissions/Makefile M modules/permissions/config/register.allow M modules/permissions/config/register.deny M modules/pike/Makefile M modules/presence/Makefile M modules/presence_xml/Makefile M modules/proto_tls/TODO.TLS M modules/pua/Makefile M modules/pua_bla/Makefile M modules/pua_dialoginfo/Makefile M modules/pua_mi/Makefile M modules/pua_usrloc/Makefile M modules/pua_xmpp/Makefile M modules/qos/Makefile M modules/qrouting/Makefile M modules/rls/Makefile M modules/rr/Makefile M modules/script_helper/Makefile M modules/signaling/Makefile M modules/sipcapture/Makefile M modules/sl/Makefile M modules/snmpstats/Makefile M modules/speeddial/Makefile M modules/speeddial/README M modules/speeddial/doc/speeddial.cfg M modules/sst/Makefile M modules/statistics/Makefile M modules/status_report/Makefile M modules/textops/Makefile M modules/tm/Makefile M modules/topology_hiding/Makefile M modules/tracer/Makefile M modules/uac/Makefile M modules/usrloc/Makefile M modules/xcap/Makefile M modules/xcap_client/Makefile M modules/xmpp/Makefile M opensips.8 M opensips.cfg.5 M packaging/debian/opensips.postinst M packaging/netbsd/Makefile M packaging/netbsd/PLIST M packaging/openbsd/Makefile M packaging/openbsd/pkg/PLIST M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-Prototype M packaging/solaris/prototype M packaging/solaris/tls-Prototype M packaging/suse/opensips.spec.SuSE M utils/db_berkeley/Makefile M utils/db_oracle/Makefile Log Message: ----------- Remove references to README-MODULES; Remove svn '$Id$' tags Reason: this file was slowly becoming more and more outdated and was ultimately removed in 8292659d5, in favour of the opensips.org listing. Fixes #3375 (cherry picked from commit 5f3baea398885b93f25e6652001170a440758954) Commit: 9f2d4d53b5f97c48e959be4c173c430ce3c47112 https://github.com/OpenSIPS/opensips/commit/9f2d4d53b5f97c48e959be4c173c430ce3c47112 Author: Liviu Chircu Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M modules/status_report/status_report.c M status_report.h Log Message: ----------- status_report: Fix bad 3rd parameter to sr_set_status() (cherry picked from commit 7f12c44813f080a3a2177c8d89a5c160b80139c9) Compare: https://github.com/OpenSIPS/opensips/compare/a81afc112023...9f2d4d53b5f9 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri May 10 15:34:38 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 10 May 2024 08:34:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 53c349: Remove references to README-MODULES; Remove svn '$... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 53c3496c8986e65e087f62ba526a4840de53620c https://github.com/OpenSIPS/opensips/commit/53c3496c8986e65e087f62ba526a4840de53620c Author: Liviu Chircu Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M INSTALL M Makefile M README M README.md M ccopts.sh M ccver.sh M db/README M db/doc/db-api.txt M db/example/Makefile M db/example/README M db/schema/Makefile M doc/entities.xml M examples/acc.cfg M examples/ctd.sh M examples/exec_s3.cfg M examples/exec_s4.cfg M examples/exec_s5.cfg M examples/fork.cfg M examples/httpd.cfg M examples/pstn.cfg M examples/redirect.cfg M examples/web_im/README M examples/web_im/click_to_dial.html M examples/web_im/click_to_dial.php M examples/web_im/send_im.html M examples/web_im/send_im.php M md5.c M modules/acc/Makefile M modules/alias_db/Makefile M modules/auth/Makefile M modules/auth_aaa/Makefile M modules/auth_db/Makefile M modules/auth_jwt/Makefile M modules/avpops/Makefile M modules/benchmark/Makefile M modules/call_control/Makefile M modules/carrierroute/Makefile M modules/cfgutils/Makefile M modules/compression/Makefile M modules/cpl_c/Makefile M modules/db_berkeley/Makefile M modules/db_flatstore/Makefile M modules/db_mysql/Makefile M modules/db_oracle/Makefile M modules/db_perlvdb/Makefile M modules/db_postgres/Makefile M modules/db_sqlite/Makefile M modules/db_text/Makefile M modules/db_unixodbc/Makefile M modules/dialog/Makefile M modules/dialplan/Makefile M modules/dispatcher/Makefile M modules/dispatcher/doc/dispatcher.list M modules/diversion/Makefile M modules/drouting/Makefile M modules/exec/Makefile M modules/gflags/Makefile M modules/group/Makefile M modules/h350/Makefile M modules/identity/Makefile M modules/imc/Makefile M modules/jabber/Makefile M modules/ldap/Makefile M modules/load_balancer/Makefile M modules/maxfwd/Makefile M modules/mediaproxy/Makefile M modules/mi_datagram/Makefile M modules/mi_fifo/Makefile M modules/msilo/Makefile M modules/nat_traversal/Makefile M modules/nathelper/Makefile M modules/nathelper/examples/4to6.cfg M modules/nathelper/examples/alg.cfg M modules/options/Makefile M modules/path/Makefile M modules/perl/lib/perl/OpenSIPS.pm M modules/perl/lib/perl/OpenSIPS/Constants.pm M modules/perl/lib/perl/OpenSIPS/LDAPUtils/LDAPConf.pm M modules/perl/lib/perl/OpenSIPS/LDAPUtils/LDAPConnection.pm M modules/perl/lib/perl/OpenSIPS/Message.pm M modules/perl/lib/perl/OpenSIPS/Utils/Debug.pm M modules/perl/lib/perl/OpenSIPS/Utils/PhoneNumbers.pm M modules/perl/lib/perl/OpenSIPS/VDB.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/AccountingSIPtrace.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Alias.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Auth.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Describe.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/Speeddial.pm M modules/perl/lib/perl/OpenSIPS/VDB/Adapter/TableVersions.pm M modules/perl/lib/perl/OpenSIPS/VDB/Column.pm M modules/perl/lib/perl/OpenSIPS/VDB/Pair.pm M modules/perl/lib/perl/OpenSIPS/VDB/ReqCond.pm M modules/perl/lib/perl/OpenSIPS/VDB/Result.pm M modules/perl/lib/perl/OpenSIPS/VDB/VTab.pm M modules/perl/lib/perl/OpenSIPS/VDB/Value.pm M modules/permissions/Makefile M modules/permissions/config/register.allow M modules/permissions/config/register.deny M modules/pike/Makefile M modules/presence/Makefile M modules/presence_xml/Makefile M modules/proto_tls/TODO.TLS M modules/pua/Makefile M modules/pua_bla/Makefile M modules/pua_dialoginfo/Makefile M modules/pua_mi/Makefile M modules/pua_usrloc/Makefile M modules/pua_xmpp/Makefile M modules/qos/Makefile M modules/qrouting/Makefile M modules/rls/Makefile M modules/rr/Makefile M modules/script_helper/Makefile M modules/signaling/Makefile M modules/sipcapture/Makefile M modules/sl/Makefile M modules/snmpstats/Makefile M modules/speeddial/Makefile M modules/speeddial/README M modules/speeddial/doc/speeddial.cfg M modules/sst/Makefile M modules/statistics/Makefile M modules/textops/Makefile M modules/tm/Makefile M modules/topology_hiding/Makefile M modules/tracer/Makefile M modules/uac/Makefile M modules/usrloc/Makefile M modules/xcap/Makefile M modules/xcap_client/Makefile M modules/xmpp/Makefile M opensips.8 M opensips.cfg.5 M packaging/debian/opensips.postinst M packaging/netbsd/Makefile M packaging/netbsd/PLIST M packaging/openbsd/Makefile M packaging/openbsd/pkg/PLIST M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-Prototype M packaging/solaris/prototype M packaging/solaris/tls-Prototype M packaging/suse/opensips.spec.SuSE M utils/db_berkeley/Makefile M utils/db_oracle/Makefile Log Message: ----------- Remove references to README-MODULES; Remove svn '$Id$' tags Reason: this file was slowly becoming more and more outdated and was ultimately removed in 8292659d5, in favour of the opensips.org listing. Fixes #3375 (cherry picked from commit 5f3baea398885b93f25e6652001170a440758954) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri May 10 15:56:08 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 10 May 2024 08:56:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 64c004: status_report: Avoid return 0 in sr_set_status() Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 64c0042b4258eeaf1c52d6f37bda5b2d7d7a1ff7 https://github.com/OpenSIPS/opensips/commit/64c0042b4258eeaf1c52d6f37bda5b2d7d7a1ff7 Author: Liviu Chircu Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M modules/status_report/status_report.c Log Message: ----------- status_report: Avoid return 0 in sr_set_status() To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri May 10 15:57:21 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 10 May 2024 08:57:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 025584: status_report: Avoid return 0 in sr_set_status() Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 0255849652e9e8a7928e564425fa7bb16c12864f https://github.com/OpenSIPS/opensips/commit/0255849652e9e8a7928e564425fa7bb16c12864f Author: Liviu Chircu Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M modules/status_report/status_report.c Log Message: ----------- status_report: Avoid return 0 in sr_set_status() (cherry picked from commit 64c0042b4258eeaf1c52d6f37bda5b2d7d7a1ff7) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri May 10 15:57:21 2024 From: noreply at github.com (Liviu Chircu) Date: Fri, 10 May 2024 08:57:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fdfe37: status_report: Avoid return 0 in sr_set_status() Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: fdfe37f3bb651e60dcc092e20c93a75aa6e3772b https://github.com/OpenSIPS/opensips/commit/fdfe37f3bb651e60dcc092e20c93a75aa6e3772b Author: Liviu Chircu Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M modules/status_report/status_report.c Log Message: ----------- status_report: Avoid return 0 in sr_set_status() (cherry picked from commit 64c0042b4258eeaf1c52d6f37bda5b2d7d7a1ff7) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat May 11 20:39:57 2024 From: noreply at github.com (opensips-github) Date: Sat, 11 May 2024 13:39:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b88762: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: b8876244fa0b44e6e6cd4f1555f4ca70b7e9bd0c https://github.com/OpenSIPS/opensips/commit/b8876244fa0b44e6e6cd4f1555f4ca70b7e9bd0c Author: OpenSIPS Date: 2024-05-11 (Sat, 11 May 2024) Changed paths: M modules/acc/README M modules/acc/doc/contributors.xml M modules/alias_db/README M modules/alias_db/doc/contributors.xml M modules/auth/README M modules/auth/doc/contributors.xml M modules/auth_aaa/README M modules/auth_aaa/doc/contributors.xml M modules/auth_db/README M modules/auth_db/doc/contributors.xml M modules/auth_jwt/README M modules/auth_jwt/doc/contributors.xml M modules/avpops/README M modules/avpops/doc/contributors.xml M modules/benchmark/README M modules/benchmark/doc/contributors.xml M modules/call_control/README M modules/call_control/doc/contributors.xml M modules/carrierroute/README M modules/carrierroute/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/compression/README M modules/compression/doc/contributors.xml M modules/cpl_c/README M modules/cpl_c/doc/contributors.xml M modules/db_berkeley/README M modules/db_berkeley/doc/contributors.xml M modules/db_flatstore/README M modules/db_flatstore/doc/contributors.xml M modules/db_mysql/README M modules/db_mysql/doc/contributors.xml M modules/db_oracle/README M modules/db_oracle/doc/contributors.xml M modules/db_perlvdb/README M modules/db_perlvdb/doc/contributors.xml M modules/db_postgres/README M modules/db_postgres/doc/contributors.xml M modules/db_sqlite/README M modules/db_sqlite/doc/contributors.xml M modules/db_text/README M modules/db_text/doc/contributors.xml M modules/db_unixodbc/README M modules/db_unixodbc/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dialplan/README M modules/dialplan/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/diversion/README M modules/diversion/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/exec/README M modules/exec/doc/contributors.xml M modules/gflags/README M modules/gflags/doc/contributors.xml M modules/group/README M modules/group/doc/contributors.xml M modules/h350/README M modules/h350/doc/contributors.xml M modules/identity/README M modules/identity/doc/contributors.xml M modules/imc/README M modules/imc/doc/contributors.xml M modules/jabber/README M modules/jabber/doc/contributors.xml M modules/ldap/README M modules/ldap/doc/contributors.xml M modules/load_balancer/README M modules/load_balancer/doc/contributors.xml M modules/maxfwd/README M modules/maxfwd/doc/contributors.xml M modules/mediaproxy/README M modules/mediaproxy/doc/contributors.xml M modules/mi_datagram/README M modules/mi_datagram/doc/contributors.xml M modules/mi_fifo/README M modules/mi_fifo/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/msilo/README M modules/msilo/doc/contributors.xml M modules/nat_traversal/README M modules/nat_traversal/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/options/README M modules/options/doc/contributors.xml M modules/path/README M modules/path/doc/contributors.xml M modules/perl/README M modules/perl/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/pike/README M modules/pike/doc/contributors.xml M modules/presence/README M modules/presence/doc/contributors.xml M modules/presence_xml/README M modules/presence_xml/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/pua/README M modules/pua/doc/contributors.xml M modules/pua_bla/README M modules/pua_bla/doc/contributors.xml M modules/pua_dialoginfo/README M modules/pua_dialoginfo/doc/contributors.xml M modules/pua_mi/README M modules/pua_mi/doc/contributors.xml M modules/pua_usrloc/README M modules/pua_usrloc/doc/contributors.xml M modules/pua_xmpp/README M modules/pua_xmpp/doc/contributors.xml M modules/qos/README M modules/qos/doc/contributors.xml M modules/qrouting/README M modules/qrouting/doc/contributors.xml M modules/rls/README M modules/rls/doc/contributors.xml M modules/rr/README M modules/rr/doc/contributors.xml M modules/script_helper/README M modules/script_helper/doc/contributors.xml M modules/signaling/README M modules/signaling/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/sl/README M modules/sl/doc/contributors.xml M modules/snmpstats/README M modules/snmpstats/doc/contributors.xml M modules/speeddial/README M modules/speeddial/doc/contributors.xml M modules/sst/README M modules/sst/doc/contributors.xml M modules/statistics/README M modules/statistics/doc/contributors.xml M modules/textops/README M modules/textops/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/topology_hiding/README M modules/topology_hiding/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml M modules/xcap/README M modules/xcap/doc/contributors.xml M modules/xcap_client/README M modules/xcap_client/doc/contributors.xml M modules/xmpp/README M modules/xmpp/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 May 11 21:22:33 2024 From: noreply at github.com (opensips-github) Date: Sat, 11 May 2024 14:22:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3eb991: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 3eb9916b4532f425c093b47815945110ae389a19 https://github.com/OpenSIPS/opensips/commit/3eb9916b4532f425c093b47815945110ae389a19 Author: OpenSIPS Date: 2024-05-12 (Sun, 12 May 2024) Changed paths: M modules/acc/README M modules/acc/doc/contributors.xml M modules/alias_db/README M modules/alias_db/doc/contributors.xml M modules/auth/README M modules/auth/doc/contributors.xml M modules/auth_aaa/README M modules/auth_aaa/doc/contributors.xml M modules/auth_db/README M modules/auth_db/doc/contributors.xml M modules/auth_jwt/README M modules/auth_jwt/doc/contributors.xml M modules/avpops/README M modules/avpops/doc/contributors.xml M modules/benchmark/README M modules/benchmark/doc/contributors.xml M modules/call_control/README M modules/call_control/doc/contributors.xml M modules/carrierroute/README M modules/carrierroute/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/compression/README M modules/compression/doc/contributors.xml M modules/cpl_c/README M modules/cpl_c/doc/contributors.xml M modules/db_berkeley/README M modules/db_berkeley/doc/contributors.xml M modules/db_flatstore/README M modules/db_flatstore/doc/contributors.xml M modules/db_mysql/README M modules/db_mysql/doc/contributors.xml M modules/db_oracle/README M modules/db_oracle/doc/contributors.xml M modules/db_perlvdb/README M modules/db_perlvdb/doc/contributors.xml M modules/db_postgres/README M modules/db_postgres/doc/contributors.xml M modules/db_sqlite/README M modules/db_sqlite/doc/contributors.xml M modules/db_text/README M modules/db_text/doc/contributors.xml M modules/db_unixodbc/README M modules/db_unixodbc/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dialplan/README M modules/dialplan/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/diversion/README M modules/diversion/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/exec/README M modules/exec/doc/contributors.xml M modules/gflags/README M modules/gflags/doc/contributors.xml M modules/group/README M modules/group/doc/contributors.xml M modules/h350/README M modules/h350/doc/contributors.xml M modules/identity/README M modules/identity/doc/contributors.xml M modules/imc/README M modules/imc/doc/contributors.xml M modules/jabber/README M modules/jabber/doc/contributors.xml M modules/ldap/README M modules/ldap/doc/contributors.xml M modules/load_balancer/README M modules/load_balancer/doc/contributors.xml M modules/maxfwd/README M modules/maxfwd/doc/contributors.xml M modules/mediaproxy/README M modules/mediaproxy/doc/contributors.xml M modules/mi_datagram/README M modules/mi_datagram/doc/contributors.xml M modules/mi_fifo/README M modules/mi_fifo/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/msilo/README M modules/msilo/doc/contributors.xml M modules/nat_traversal/README M modules/nat_traversal/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/options/README M modules/options/doc/contributors.xml M modules/path/README M modules/path/doc/contributors.xml M modules/perl/README M modules/perl/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/pike/README M modules/pike/doc/contributors.xml M modules/presence/README M modules/presence/doc/contributors.xml M modules/presence_xml/README M modules/presence_xml/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/pua/README M modules/pua/doc/contributors.xml M modules/pua_bla/README M modules/pua_bla/doc/contributors.xml M modules/pua_dialoginfo/README M modules/pua_dialoginfo/doc/contributors.xml M modules/pua_mi/README M modules/pua_mi/doc/contributors.xml M modules/pua_usrloc/README M modules/pua_usrloc/doc/contributors.xml M modules/pua_xmpp/README M modules/pua_xmpp/doc/contributors.xml M modules/qos/README M modules/qos/doc/contributors.xml M modules/qrouting/README M modules/qrouting/doc/contributors.xml M modules/rls/README M modules/rls/doc/contributors.xml M modules/rr/README M modules/rr/doc/contributors.xml M modules/script_helper/README M modules/script_helper/doc/contributors.xml M modules/signaling/README M modules/signaling/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/sl/README M modules/sl/doc/contributors.xml M modules/snmpstats/README M modules/snmpstats/doc/contributors.xml M modules/speeddial/README M modules/speeddial/doc/contributors.xml M modules/sst/README M modules/sst/doc/contributors.xml M modules/statistics/README M modules/statistics/doc/contributors.xml M modules/status_report/README M modules/status_report/doc/contributors.xml M modules/textops/README M modules/textops/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/topology_hiding/README M modules/topology_hiding/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml M modules/xcap/README M modules/xcap/doc/contributors.xml M modules/xcap_client/README M modules/xcap_client/doc/contributors.xml M modules/xmpp/README M modules/xmpp/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 May 11 22:35:08 2024 From: noreply at github.com (opensips-github) Date: Sat, 11 May 2024 15:35:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f7d548: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f7d5489160b50762a1bccbb5386ad3958a0fa7d8 https://github.com/OpenSIPS/opensips/commit/f7d5489160b50762a1bccbb5386ad3958a0fa7d8 Author: OpenSIPS Date: 2024-05-12 (Sun, 12 May 2024) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/doc/contributors.xml M modules/aaa_radius/README M modules/aaa_radius/doc/contributors.xml M modules/acc/README M modules/acc/doc/contributors.xml M modules/alias_db/README M modules/alias_db/doc/contributors.xml M modules/auth/README M modules/auth/doc/contributors.xml M modules/auth_aaa/README M modules/auth_aaa/doc/contributors.xml M modules/auth_aka/README M modules/auth_aka/doc/contributors.xml M modules/auth_db/README M modules/auth_db/doc/contributors.xml M modules/auth_jwt/README M modules/auth_jwt/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/b2b_sca/README M modules/b2b_sca/doc/contributors.xml M modules/b2b_sdp_demux/README M modules/b2b_sdp_demux/doc/contributors.xml M modules/benchmark/README M modules/benchmark/doc/contributors.xml M modules/cachedb_cassandra/README M modules/cachedb_cassandra/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/doc/contributors.xml M modules/cachedb_memcached/README M modules/cachedb_memcached/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/call_control/README M modules/call_control/doc/contributors.xml M modules/callops/README M modules/callops/doc/contributors.xml M modules/carrierroute/README M modules/carrierroute/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/compression/README M modules/compression/doc/contributors.xml M modules/cpl_c/README M modules/cpl_c/doc/contributors.xml M modules/db_berkeley/README M modules/db_berkeley/doc/contributors.xml M modules/db_flatstore/README M modules/db_flatstore/doc/contributors.xml M modules/db_http/README M modules/db_http/doc/contributors.xml M modules/db_mysql/README M modules/db_mysql/doc/contributors.xml M modules/db_oracle/README M modules/db_oracle/doc/contributors.xml M modules/db_perlvdb/README M modules/db_perlvdb/doc/contributors.xml M modules/db_postgres/README M modules/db_postgres/doc/contributors.xml M modules/db_sqlite/README M modules/db_sqlite/doc/contributors.xml M modules/db_text/README M modules/db_text/doc/contributors.xml M modules/db_unixodbc/README M modules/db_unixodbc/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dialplan/README M modules/dialplan/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/diversion/README M modules/diversion/doc/contributors.xml M modules/domain/README M modules/domain/doc/contributors.xml M modules/domainpolicy/README M modules/domainpolicy/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/emergency/README M modules/emergency/doc/contributors.xml M modules/enum/README M modules/enum/doc/contributors.xml M modules/event_datagram/README M modules/event_datagram/doc/contributors.xml M modules/event_flatstore/README M modules/event_flatstore/doc/contributors.xml M modules/event_kafka/README M modules/event_kafka/doc/contributors.xml M modules/event_routing/README M modules/event_routing/doc/contributors.xml M modules/event_stream/README M modules/event_stream/doc/contributors.xml M modules/exec/README M modules/exec/doc/contributors.xml M modules/fraud_detection/README M modules/fraud_detection/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/gflags/README M modules/gflags/doc/contributors.xml M modules/group/README M modules/group/doc/contributors.xml M modules/h350/README M modules/h350/doc/contributors.xml M modules/http2d/README M modules/http2d/doc/contributors.xml M modules/httpd/README M modules/httpd/doc/contributors.xml M modules/identity/README M modules/identity/doc/contributors.xml M modules/imc/README M modules/imc/doc/contributors.xml M modules/jabber/README M modules/jabber/doc/contributors.xml M modules/json/README M modules/json/doc/contributors.xml M modules/launch_darkly/README M modules/launch_darkly/doc/contributors.xml M modules/ldap/README M modules/ldap/doc/contributors.xml M modules/load_balancer/README M modules/load_balancer/doc/contributors.xml M modules/lua/README M modules/lua/doc/contributors.xml M modules/mangler/README M modules/mangler/doc/contributors.xml M modules/maxfwd/README M modules/maxfwd/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/mediaproxy/README M modules/mediaproxy/doc/contributors.xml M modules/mi_datagram/README M modules/mi_datagram/doc/contributors.xml M modules/mi_fifo/README M modules/mi_fifo/doc/contributors.xml M modules/mi_xmlrpc_ng/README M modules/mi_xmlrpc_ng/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/mmgeoip/README M modules/mmgeoip/doc/contributors.xml M modules/msilo/README M modules/msilo/doc/contributors.xml M modules/msrp_gateway/README M modules/msrp_gateway/doc/contributors.xml M modules/msrp_ua/README M modules/msrp_ua/doc/contributors.xml M modules/nat_traversal/README M modules/nat_traversal/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/options/README M modules/options/doc/contributors.xml M modules/osp/README M modules/osp/doc/contributors.xml M modules/path/README M modules/path/doc/contributors.xml M modules/perl/README M modules/perl/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/pi_http/README M modules/pi_http/doc/contributors.xml M modules/pike/README M modules/pike/doc/contributors.xml M modules/presence/README M modules/presence/doc/contributors.xml M modules/presence_xml/README M modules/presence_xml/doc/contributors.xml M modules/prometheus/README M modules/prometheus/doc/contributors.xml M modules/proto_bin/README M modules/proto_bin/doc/contributors.xml M modules/proto_hep/README M modules/proto_hep/doc/contributors.xml A modules/proto_ipsec/README M modules/proto_ipsec/doc/contributors.xml M modules/proto_msrp/README M modules/proto_msrp/doc/contributors.xml M modules/proto_smpp/README M modules/proto_smpp/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/proto_ws/README M modules/proto_ws/doc/contributors.xml M modules/proto_wss/README M modules/proto_wss/doc/contributors.xml M modules/pua/README M modules/pua/doc/contributors.xml M modules/pua_bla/README M modules/pua_bla/doc/contributors.xml M modules/pua_dialoginfo/README M modules/pua_dialoginfo/doc/contributors.xml M modules/pua_mi/README M modules/pua_mi/doc/contributors.xml M modules/pua_reginfo/README M modules/pua_reginfo/doc/contributors.xml M modules/pua_usrloc/README M modules/pua_usrloc/doc/contributors.xml M modules/pua_xmpp/README M modules/pua_xmpp/doc/contributors.xml M modules/python/README M modules/python/doc/contributors.xml M modules/qos/README M modules/qos/doc/contributors.xml M modules/qrouting/README M modules/qrouting/doc/contributors.xml M modules/rabbitmq/README M modules/rabbitmq/doc/contributors.xml M modules/rate_cacher/README M modules/rate_cacher/doc/contributors.xml M modules/ratelimit/README M modules/ratelimit/doc/contributors.xml M modules/registrar/README M modules/registrar/doc/contributors.xml M modules/rls/README M modules/rls/doc/contributors.xml M modules/rr/README M modules/rr/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/script_helper/README M modules/script_helper/doc/contributors.xml M modules/signaling/README M modules/signaling/doc/contributors.xml M modules/sip_i/README M modules/sip_i/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml M modules/sl/README M modules/sl/doc/contributors.xml M modules/sngtc/README M modules/sngtc/doc/contributors.xml M modules/snmpstats/README M modules/snmpstats/doc/contributors.xml M modules/speeddial/README M modules/speeddial/doc/contributors.xml M modules/sql_cacher/README M modules/sql_cacher/doc/contributors.xml M modules/sqlops/README M modules/sqlops/doc/contributors.xml M modules/sst/README M modules/sst/doc/contributors.xml M modules/statistics/README M modules/statistics/doc/contributors.xml M modules/status_report/README M modules/status_report/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/textops/README M modules/textops/doc/contributors.xml M modules/tls_mgm/README M modules/tls_mgm/doc/contributors.xml M modules/tls_openssl/README M modules/tls_openssl/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/topology_hiding/README M modules/topology_hiding/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml M modules/uac_redirect/README M modules/uac_redirect/doc/contributors.xml M modules/uac_registrant/README M modules/uac_registrant/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml M modules/uuid/README M modules/uuid/doc/contributors.xml M modules/xcap/README M modules/xcap/doc/contributors.xml M modules/xcap_client/README M modules/xcap_client/doc/contributors.xml M modules/xmpp/README M modules/xmpp/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 Sun May 12 08:55:44 2024 From: noreply at github.com (Liviu Chircu) Date: Sun, 12 May 2024 01:55:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a98130: Tests build: Add 'libmnl-dev' to DEB list Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a9813063d5d27d15b81247d7ca9643bba4ab3e17 https://github.com/OpenSIPS/opensips/commit/a9813063d5d27d15b81247d7ca9643bba4ab3e17 Author: Liviu Chircu Date: 2024-05-12 (Sun, 12 May 2024) Changed paths: M scripts/build/apt_requirements.txt Log Message: ----------- Tests build: Add 'libmnl-dev' to DEB list Commit: 4527290889db8e79c059a4183e561724ce26283c https://github.com/OpenSIPS/opensips/commit/4527290889db8e79c059a4183e561724ce26283c Author: Liviu Chircu Date: 2024-05-12 (Sun, 12 May 2024) Changed paths: M modules/proto_ipsec/ipsec.c M modules/proto_ipsec/ipsec_user.c M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- proto_ipsec: Fix various compile warnings Compare: https://github.com/OpenSIPS/opensips/compare/f7d5489160b5...4527290889db To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sun May 12 08:56:23 2024 From: noreply at github.com (Liviu Chircu) Date: Sun, 12 May 2024 01:56:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ee2b7e: Tests build: Add 'libmnl-dev' to DEB list Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: ee2b7ef81d8640bf17d9e46117762a48a2a8e395 https://github.com/OpenSIPS/opensips/commit/ee2b7ef81d8640bf17d9e46117762a48a2a8e395 Author: Liviu Chircu Date: 2024-05-12 (Sun, 12 May 2024) Changed paths: M scripts/build/apt_requirements.txt Log Message: ----------- Tests build: Add 'libmnl-dev' to DEB list (cherry picked from commit a9813063d5d27d15b81247d7ca9643bba4ab3e17) Commit: 08498b8f2a72a01367e3e3b9eb040e7ac70b2ab4 https://github.com/OpenSIPS/opensips/commit/08498b8f2a72a01367e3e3b9eb040e7ac70b2ab4 Author: Liviu Chircu Date: 2024-05-12 (Sun, 12 May 2024) Changed paths: M modules/proto_ipsec/ipsec.c M modules/proto_ipsec/ipsec_user.c M modules/proto_ipsec/proto_ipsec.c Log Message: ----------- proto_ipsec: Fix various compile warnings (cherry picked from commit 4527290889db8e79c059a4183e561724ce26283c) Compare: https://github.com/OpenSIPS/opensips/compare/0255849652e9...08498b8f2a72 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sun May 12 13:55:01 2024 From: noreply at github.com (Liviu Chircu) Date: Sun, 12 May 2024 06:55:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a58909: proto_ipsec: Correct fix for struct ordering issue... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a5890980ebd848eded8df9a3b9fd18d8b938f62e https://github.com/OpenSIPS/opensips/commit/a5890980ebd848eded8df9a3b9fd18d8b938f62e Author: Liviu Chircu Date: 2024-05-12 (Sun, 12 May 2024) Changed paths: M modules/proto_ipsec/ipsec.c Log Message: ----------- proto_ipsec: Correct fix for struct ordering issue in 45272908 Original error, on (clang-arm32-qemu-cross, ubuntu-22.04): ipsec.c:384:19: error: field 'algo' with variable sized type 'struct xfrm_algo' not at the end of a struct or class is a GNU extension [-Werror,-Wgnu-variable-sized-type-not-at-end] 384 | struct xfrm_algo algo; | ^ Credits to Răzvan Crainea for spotting the bug! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sun May 12 13:55:21 2024 From: noreply at github.com (Liviu Chircu) Date: Sun, 12 May 2024 06:55:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 65344f: proto_ipsec: Correct fix for struct ordering issue... Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 65344f8e710425d39b0448782f2333ef6ea0eadd https://github.com/OpenSIPS/opensips/commit/65344f8e710425d39b0448782f2333ef6ea0eadd Author: Liviu Chircu Date: 2024-05-12 (Sun, 12 May 2024) Changed paths: M modules/proto_ipsec/ipsec.c Log Message: ----------- proto_ipsec: Correct fix for struct ordering issue in 45272908 Original error, on (clang-arm32-qemu-cross, ubuntu-22.04): ipsec.c:384:19: error: field 'algo' with variable sized type 'struct xfrm_algo' not at the end of a struct or class is a GNU extension [-Werror,-Wgnu-variable-sized-type-not-at-end] 384 | struct xfrm_algo algo; | ^ Credits to Răzvan Crainea for spotting the bug! (cherry picked from commit a5890980ebd848eded8df9a3b9fd18d8b938f62e) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 16 06:48:50 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 15 May 2024 23:48:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 099e77: http2d: Fix syntax in examples; Improve logs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 099e771b39712df0a03a632cb12d5ec99ba1a66e https://github.com/OpenSIPS/opensips/commit/099e771b39712df0a03a632cb12d5ec99ba1a66e Author: Liviu Chircu Date: 2024-05-16 (Thu, 16 May 2024) Changed paths: M modules/http2d/doc/http2d_admin.xml M modules/http2d/server.c Log Message: ----------- http2d: Fix syntax in examples; Improve logs To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 16 06:49:24 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 15 May 2024 23:49:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d506b1: http2d: Fix syntax in examples; Improve logs Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: d506b1bae8033ead6da07aa7621e56d31b2fc03c https://github.com/OpenSIPS/opensips/commit/d506b1bae8033ead6da07aa7621e56d31b2fc03c Author: Liviu Chircu Date: 2024-05-16 (Thu, 16 May 2024) Changed paths: M modules/http2d/doc/http2d_admin.xml M modules/http2d/server.c Log Message: ----------- http2d: Fix syntax in examples; Improve logs (cherry picked from commit 099e771b39712df0a03a632cb12d5ec99ba1a66e) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat May 18 17:37:01 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Sat, 18 May 2024 10:37:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dd0e8e: DEB Packaging: increase compat. level Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dd0e8e8b38e80c6e6feda63d478e3a6f5855370b https://github.com/OpenSIPS/opensips/commit/dd0e8e8b38e80c6e6feda63d478e3a6f5855370b Author: Nick Altmann Date: 2024-05-18 (Sat, 18 May 2024) Changed paths: M packaging/debian/compat M packaging/debian/control Log Message: ----------- DEB Packaging: increase compat. level Commit: f497bc9fd622a4069393a5fd872378c2c9a4c6a2 https://github.com/OpenSIPS/opensips/commit/f497bc9fd622a4069393a5fd872378c2c9a4c6a2 Author: Nick Altmann Date: 2024-05-18 (Sat, 18 May 2024) Changed paths: M packaging/debian/rules Log Message: ----------- DEB Packaging: move new modules to subpackages Commit: 5d0ae4be4c68e35f4451bec55e72b1b37d81fd07 https://github.com/OpenSIPS/opensips/commit/5d0ae4be4c68e35f4451bec55e72b1b37d81fd07 Author: Nick Altmann Date: 2024-05-18 (Sat, 18 May 2024) Changed paths: M packaging/redhat_fedora/opensips.spec Log Message: ----------- RPM Packaging: new modules support Commit: 58e2a696de3c66dfdde41a21e1d10e4048da095a https://github.com/OpenSIPS/opensips/commit/58e2a696de3c66dfdde41a21e1d10e4048da095a Author: Răzvan Crainea Date: 2024-05-18 (Sat, 18 May 2024) Changed paths: M packaging/debian/compat M packaging/debian/control M packaging/debian/rules M packaging/redhat_fedora/opensips.spec Log Message: ----------- Merge pull request #3391 from nikbyte/master Packaging update Compare: https://github.com/OpenSIPS/opensips/compare/099e771b3971...58e2a696de3c To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat May 18 22:15:35 2024 From: noreply at github.com (opensips-github) Date: Sat, 18 May 2024 15:15:35 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b5bad0: Rebuild documentation Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: b5bad0f9832c561bf9e3eb76f47a3d3b4458e3aa https://github.com/OpenSIPS/opensips/commit/b5bad0f9832c561bf9e3eb76f47a3d3b4458e3aa Author: OpenSIPS Date: 2024-05-19 (Sun, 19 May 2024) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/doc/contributors.xml M modules/aaa_radius/README M modules/aaa_radius/doc/contributors.xml M modules/acc/README M modules/acc/doc/contributors.xml M modules/alias_db/README M modules/alias_db/doc/contributors.xml M modules/auth/README M modules/auth/doc/contributors.xml M modules/auth_aaa/README M modules/auth_aaa/doc/contributors.xml M modules/auth_aka/README M modules/auth_aka/doc/contributors.xml M modules/auth_db/README M modules/auth_db/doc/contributors.xml M modules/auth_jwt/README M modules/auth_jwt/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/b2b_sca/README M modules/b2b_sca/doc/contributors.xml M modules/b2b_sdp_demux/README M modules/b2b_sdp_demux/doc/contributors.xml M modules/benchmark/README M modules/benchmark/doc/contributors.xml M modules/cachedb_cassandra/README M modules/cachedb_cassandra/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/doc/contributors.xml M modules/cachedb_memcached/README M modules/cachedb_memcached/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/call_control/README M modules/call_control/doc/contributors.xml M modules/callops/README M modules/callops/doc/contributors.xml M modules/carrierroute/README M modules/carrierroute/doc/contributors.xml M modules/cfgutils/README M modules/cfgutils/doc/contributors.xml M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/compression/README M modules/compression/doc/contributors.xml M modules/cpl_c/README M modules/cpl_c/doc/contributors.xml M modules/db_berkeley/README M modules/db_berkeley/doc/contributors.xml M modules/db_flatstore/README M modules/db_flatstore/doc/contributors.xml M modules/db_http/README M modules/db_http/doc/contributors.xml M modules/db_mysql/README M modules/db_mysql/doc/contributors.xml M modules/db_oracle/README M modules/db_oracle/doc/contributors.xml M modules/db_perlvdb/README M modules/db_perlvdb/doc/contributors.xml M modules/db_postgres/README M modules/db_postgres/doc/contributors.xml M modules/db_sqlite/README M modules/db_sqlite/doc/contributors.xml M modules/db_text/README M modules/db_text/doc/contributors.xml M modules/db_unixodbc/README M modules/db_unixodbc/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dialplan/README M modules/dialplan/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/diversion/README M modules/diversion/doc/contributors.xml M modules/domain/README M modules/domain/doc/contributors.xml M modules/domainpolicy/README M modules/domainpolicy/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/emergency/README M modules/emergency/doc/contributors.xml M modules/enum/README M modules/enum/doc/contributors.xml M modules/event_datagram/README M modules/event_datagram/doc/contributors.xml M modules/event_flatstore/README M modules/event_flatstore/doc/contributors.xml M modules/event_kafka/README M modules/event_kafka/doc/contributors.xml M modules/event_routing/README M modules/event_routing/doc/contributors.xml M modules/event_stream/README M modules/event_stream/doc/contributors.xml M modules/exec/README M modules/exec/doc/contributors.xml M modules/fraud_detection/README M modules/fraud_detection/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/gflags/README M modules/gflags/doc/contributors.xml M modules/group/README M modules/group/doc/contributors.xml M modules/h350/README M modules/h350/doc/contributors.xml M modules/http2d/README M modules/http2d/doc/contributors.xml M modules/httpd/README M modules/httpd/doc/contributors.xml M modules/identity/README M modules/identity/doc/contributors.xml M modules/imc/README M modules/imc/doc/contributors.xml M modules/jabber/README M modules/jabber/doc/contributors.xml M modules/json/README M modules/json/doc/contributors.xml M modules/launch_darkly/README M modules/launch_darkly/doc/contributors.xml M modules/ldap/README M modules/ldap/doc/contributors.xml M modules/load_balancer/README M modules/load_balancer/doc/contributors.xml M modules/lua/README M modules/lua/doc/contributors.xml M modules/mangler/README M modules/mangler/doc/contributors.xml M modules/maxfwd/README M modules/maxfwd/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/mediaproxy/README M modules/mediaproxy/doc/contributors.xml M modules/mi_datagram/README M modules/mi_datagram/doc/contributors.xml M modules/mi_fifo/README M modules/mi_fifo/doc/contributors.xml M modules/mi_xmlrpc_ng/README M modules/mi_xmlrpc_ng/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/mmgeoip/README M modules/mmgeoip/doc/contributors.xml M modules/msilo/README M modules/msilo/doc/contributors.xml M modules/msrp_gateway/README M modules/msrp_gateway/doc/contributors.xml M modules/msrp_ua/README M modules/msrp_ua/doc/contributors.xml M modules/nat_traversal/README M modules/nat_traversal/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/options/README M modules/options/doc/contributors.xml M modules/osp/README M modules/osp/doc/contributors.xml M modules/path/README M modules/path/doc/contributors.xml M modules/perl/README M modules/perl/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/pi_http/README M modules/pi_http/doc/contributors.xml M modules/pike/README M modules/pike/doc/contributors.xml M modules/presence/README M modules/presence/doc/contributors.xml M modules/presence_xml/README M modules/presence_xml/doc/contributors.xml M modules/prometheus/README M modules/prometheus/doc/contributors.xml M modules/proto_bin/README M modules/proto_bin/doc/contributors.xml M modules/proto_hep/README M modules/proto_hep/doc/contributors.xml A modules/proto_ipsec/README M modules/proto_ipsec/doc/contributors.xml M modules/proto_msrp/README M modules/proto_msrp/doc/contributors.xml M modules/proto_smpp/README M modules/proto_smpp/doc/contributors.xml M modules/proto_tls/README M modules/proto_tls/doc/contributors.xml M modules/proto_ws/README M modules/proto_ws/doc/contributors.xml M modules/proto_wss/README M modules/proto_wss/doc/contributors.xml M modules/pua/README M modules/pua/doc/contributors.xml M modules/pua_bla/README M modules/pua_bla/doc/contributors.xml M modules/pua_dialoginfo/README M modules/pua_dialoginfo/doc/contributors.xml M modules/pua_mi/README M modules/pua_mi/doc/contributors.xml M modules/pua_reginfo/README M modules/pua_reginfo/doc/contributors.xml M modules/pua_usrloc/README M modules/pua_usrloc/doc/contributors.xml M modules/pua_xmpp/README M modules/pua_xmpp/doc/contributors.xml M modules/python/README M modules/python/doc/contributors.xml M modules/qos/README M modules/qos/doc/contributors.xml M modules/qrouting/README M modules/qrouting/doc/contributors.xml M modules/rabbitmq/README M modules/rabbitmq/doc/contributors.xml M modules/rate_cacher/README M modules/rate_cacher/doc/contributors.xml M modules/ratelimit/README M modules/ratelimit/doc/contributors.xml M modules/registrar/README M modules/registrar/doc/contributors.xml M modules/rls/README M modules/rls/doc/contributors.xml M modules/rr/README M modules/rr/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/script_helper/README M modules/script_helper/doc/contributors.xml M modules/signaling/README M modules/signaling/doc/contributors.xml M modules/sip_i/README M modules/sip_i/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml M modules/sl/README M modules/sl/doc/contributors.xml M modules/sngtc/README M modules/sngtc/doc/contributors.xml M modules/snmpstats/README M modules/snmpstats/doc/contributors.xml M modules/speeddial/README M modules/speeddial/doc/contributors.xml M modules/sql_cacher/README M modules/sql_cacher/doc/contributors.xml M modules/sqlops/README M modules/sqlops/doc/contributors.xml M modules/sst/README M modules/sst/doc/contributors.xml M modules/statistics/README M modules/statistics/doc/contributors.xml M modules/status_report/README M modules/status_report/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/textops/README M modules/textops/doc/contributors.xml M modules/tls_mgm/README M modules/tls_mgm/doc/contributors.xml M modules/tls_openssl/README M modules/tls_openssl/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/topology_hiding/README M modules/topology_hiding/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/uac/README M modules/uac/doc/contributors.xml M modules/uac_redirect/README M modules/uac_redirect/doc/contributors.xml M modules/uac_registrant/README M modules/uac_registrant/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml M modules/uuid/README M modules/uuid/doc/contributors.xml M modules/xcap/README M modules/xcap/doc/contributors.xml M modules/xcap_client/README M modules/xcap_client/doc/contributors.xml M modules/xmpp/README M modules/xmpp/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 May 18 22:57:09 2024 From: noreply at github.com (opensips-github) Date: Sat, 18 May 2024 15:57:09 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0e4f40: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0e4f402cb92a49911b3c4577b4bd091eda0b0f0e https://github.com/OpenSIPS/opensips/commit/0e4f402cb92a49911b3c4577b4bd091eda0b0f0e Author: OpenSIPS Date: 2024-05-19 (Sun, 19 May 2024) Changed paths: M modules/http2d/README M modules/http2d/doc/contributors.xml M modules/proto_ipsec/README M modules/proto_ipsec/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 Wed May 22 16:48:51 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 22 May 2024 09:48:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 50b651: cfg parser: Avoid unnecessary strlen on error case Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 50b651c230eec5daaf52f8742a9c3dd92123f3d2 https://github.com/OpenSIPS/opensips/commit/50b651c230eec5daaf52f8742a9c3dd92123f3d2 Author: Liviu Chircu Date: 2024-05-22 (Wed, 22 May 2024) Changed paths: M cfg_pp.c Log Message: ----------- cfg parser: Avoid unnecessary strlen on error case When getline() returns -1, the @lineptr argument is never safe to read, nor is this recommended. So when both rc == -1 and EOF conditions occur, it is safe to assume we read 0 bytes, without doing the strlen(). Many thanks to Dhiraj Mishra (@RandomDhiraj) for detecting, documenting and reporting the potential risk of a heap buffer overflow here! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 22 16:50:23 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 22 May 2024 09:50:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 315b7c: cfg parser: Avoid unnecessary strlen on error case Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 315b7c35586f3d2288a013f32edaf2e7eb5ef378 https://github.com/OpenSIPS/opensips/commit/315b7c35586f3d2288a013f32edaf2e7eb5ef378 Author: Liviu Chircu Date: 2024-05-22 (Wed, 22 May 2024) Changed paths: M cfg_pp.c Log Message: ----------- cfg parser: Avoid unnecessary strlen on error case When getline() returns -1, the @lineptr argument is never safe to read, nor is this recommended. So when both rc == -1 and EOF conditions occur, it is safe to assume we read 0 bytes, without doing the strlen(). Many thanks to Dhiraj Mishra (@RandomDhiraj) for detecting, documenting and reporting the potential risk of a heap buffer overflow here! (cherry picked from commit 50b651c230eec5daaf52f8742a9c3dd92123f3d2) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 22 16:50:23 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 22 May 2024 09:50:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1779c5: cfg parser: Avoid unnecessary strlen on error case Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 1779c5060f864d646048bc5d1c3377dd1ea3f6a3 https://github.com/OpenSIPS/opensips/commit/1779c5060f864d646048bc5d1c3377dd1ea3f6a3 Author: Liviu Chircu Date: 2024-05-22 (Wed, 22 May 2024) Changed paths: M cfg_pp.c Log Message: ----------- cfg parser: Avoid unnecessary strlen on error case When getline() returns -1, the @lineptr argument is never safe to read, nor is this recommended. So when both rc == -1 and EOF conditions occur, it is safe to assume we read 0 bytes, without doing the strlen(). Many thanks to Dhiraj Mishra (@RandomDhiraj) for detecting, documenting and reporting the potential risk of a heap buffer overflow here! (cherry picked from commit 50b651c230eec5daaf52f8742a9c3dd92123f3d2) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 22 16:50:23 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 22 May 2024 09:50:23 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7d818f: cfg parser: Avoid unnecessary strlen on error case Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 7d818f8d4cbe0a82aebbc9494ff85b7cef5512bc https://github.com/OpenSIPS/opensips/commit/7d818f8d4cbe0a82aebbc9494ff85b7cef5512bc Author: Liviu Chircu Date: 2024-05-22 (Wed, 22 May 2024) Changed paths: M cfg_pp.c Log Message: ----------- cfg parser: Avoid unnecessary strlen on error case When getline() returns -1, the @lineptr argument is never safe to read, nor is this recommended. So when both rc == -1 and EOF conditions occur, it is safe to assume we read 0 bytes, without doing the strlen(). Many thanks to Dhiraj Mishra (@RandomDhiraj) for detecting, documenting and reporting the potential risk of a heap buffer overflow here! (cherry picked from commit 50b651c230eec5daaf52f8742a9c3dd92123f3d2) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 23 09:13:21 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 23 May 2024 02:13:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] adc261: proto_ipsec: add packaging Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: adc2612b76f144454e3c10a5908e007779dbc829 https://github.com/OpenSIPS/opensips/commit/adc2612b76f144454e3c10a5908e007779dbc829 Author: Razvan Crainea Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M packaging/debian/control M packaging/debian/rules M packaging/redhat_fedora/opensips.spec Log Message: ----------- proto_ipsec: add packaging To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 23 09:29:17 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 23 May 2024 02:29:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d95436: proto_ipsec: fix redhat README Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d9543650d069200dee9a1fb41999fd5ff8ec2229 https://github.com/OpenSIPS/opensips/commit/d9543650d069200dee9a1fb41999fd5ff8ec2229 Author: Razvan Crainea Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M packaging/redhat_fedora/opensips.spec Log Message: ----------- proto_ipsec: fix redhat README To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 23 11:16:51 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 23 May 2024 04:16:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1be7ea: redhat: bump version to 3.6.0 Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1be7eabac735d0915ad7f21295d9d2d5e89af6f5 https://github.com/OpenSIPS/opensips/commit/1be7eabac735d0915ad7f21295d9d2d5e89af6f5 Author: Razvan Crainea Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M packaging/redhat_fedora/opensips.spec Log Message: ----------- redhat: bump version to 3.6.0 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 23 12:02:59 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 23 May 2024 05:02:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 887849: redhat: fix diameter exclude list Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8878491ad5921c23a62195d6cc5df5df979624f6 https://github.com/OpenSIPS/opensips/commit/8878491ad5921c23a62195d6cc5df5df979624f6 Author: Razvan Crainea Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M packaging/redhat_fedora/opensips.spec Log Message: ----------- redhat: fix diameter exclude list To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 23 12:10:12 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 23 May 2024 05:10:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1f0ef9: proto_ipsec: add packaging Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 1f0ef9804e668c25b52f15654b065b63376357b8 https://github.com/OpenSIPS/opensips/commit/1f0ef9804e668c25b52f15654b065b63376357b8 Author: Razvan Crainea Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M packaging/debian/control M packaging/debian/rules M packaging/redhat_fedora/opensips.spec Log Message: ----------- proto_ipsec: add packaging (cherry picked from commit adc2612b76f144454e3c10a5908e007779dbc829) Commit: db73169923dea1ce4d125abc9bb5c8b4cbedeb7f https://github.com/OpenSIPS/opensips/commit/db73169923dea1ce4d125abc9bb5c8b4cbedeb7f Author: Razvan Crainea Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M packaging/redhat_fedora/opensips.spec Log Message: ----------- proto_ipsec: fix redhat README (cherry picked from commit d9543650d069200dee9a1fb41999fd5ff8ec2229) Commit: f13eb815fffbc68a4a33c9246ba31e23222170a2 https://github.com/OpenSIPS/opensips/commit/f13eb815fffbc68a4a33c9246ba31e23222170a2 Author: Razvan Crainea Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M packaging/redhat_fedora/opensips.spec Log Message: ----------- redhat: fix diameter exclude list (cherry picked from commit 8878491ad5921c23a62195d6cc5df5df979624f6) Compare: https://github.com/OpenSIPS/opensips/compare/315b7c35586f...f13eb815fffb To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 23 15:35:43 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 23 May 2024 08:35:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f96335: b2b_entities: logic_key should always be printable Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f96335091d82a15c0a2d2e70f3a03fd7adfb1868 https://github.com/OpenSIPS/opensips/commit/f96335091d82a15c0a2d2e70f3a03fd7adfb1868 Author: Razvan Crainea Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M modules/b2b_entities/b2be_db.c Log Message: ----------- b2b_entities: logic_key should always be printable Many thanks to Voxtronic for spotting this issue! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 23 15:35:55 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 23 May 2024 08:35:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 20c98c: b2b_entities: logic_key should always be printable Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 20c98c9d1efac8518babce8e9a1cf624ac16b5cd https://github.com/OpenSIPS/opensips/commit/20c98c9d1efac8518babce8e9a1cf624ac16b5cd Author: Razvan Crainea Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M modules/b2b_entities/b2be_db.c Log Message: ----------- b2b_entities: logic_key should always be printable Many thanks to Voxtronic for spotting this issue! (cherry picked from commit f96335091d82a15c0a2d2e70f3a03fd7adfb1868) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu May 23 15:37:04 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 23 May 2024 08:37:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 577ffe: b2b_entities: logic_key should always be printable Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 577ffe1b254c4f6026a26807d0e5afc152ad7638 https://github.com/OpenSIPS/opensips/commit/577ffe1b254c4f6026a26807d0e5afc152ad7638 Author: Razvan Crainea Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M modules/b2b_entities/b2be_db.c Log Message: ----------- b2b_entities: logic_key should always be printable Many thanks to Voxtronic for spotting this issue! (cherry picked from commit f96335091d82a15c0a2d2e70f3a03fd7adfb1868) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat May 25 21:26:34 2024 From: noreply at github.com (opensips-github) Date: Sat, 25 May 2024 14:26:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 185980: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 18598066421dec8ede8f247b1185412de5805a6e https://github.com/OpenSIPS/opensips/commit/18598066421dec8ede8f247b1185412de5805a6e Author: OpenSIPS Date: 2024-05-26 (Sun, 26 May 2024) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/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 May 25 22:07:14 2024 From: noreply at github.com (opensips-github) Date: Sat, 25 May 2024 15:07:14 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a6ca42: Rebuild documentation Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: a6ca42e03f637c3751b068d42766adfe89bf485e https://github.com/OpenSIPS/opensips/commit/a6ca42e03f637c3751b068d42766adfe89bf485e Author: OpenSIPS Date: 2024-05-26 (Sun, 26 May 2024) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/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 May 25 22:48:53 2024 From: noreply at github.com (opensips-github) Date: Sat, 25 May 2024 15:48:53 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 57d5d3: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 57d5d3d2fc30cfdf64f49dea81388efa22d1145b https://github.com/OpenSIPS/opensips/commit/57d5d3d2fc30cfdf64f49dea81388efa22d1145b Author: OpenSIPS Date: 2024-05-26 (Sun, 26 May 2024) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/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 May 27 08:37:56 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 27 May 2024 01:37:56 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f58212: Update sqlops_impl.c - Minor spelling Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f582127b6dddefd8072f8565ab10f219deecf630 https://github.com/OpenSIPS/opensips/commit/f582127b6dddefd8072f8565ab10f219deecf630 Author: Norm Brandinger Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M modules/sqlops/sqlops_impl.c Log Message: ----------- Update sqlops_impl.c - Minor spelling Commit: 91f50e62dd5301fadeaa2e95a62c4074a676e515 https://github.com/OpenSIPS/opensips/commit/91f50e62dd5301fadeaa2e95a62c4074a676e515 Author: Bogdan Andrei IANCU Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M modules/sqlops/sqlops_impl.c Log Message: ----------- Merge pull request #3397 from NormB/NormB-patch-1 Update sqlops_impl.c - Minor spelling Compare: https://github.com/OpenSIPS/opensips/compare/57d5d3d2fc30...91f50e62dd53 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 28 11:42:04 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 28 May 2024 04:42:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d71991: launch_darkly: compile static Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d719919a975fe6cc740422f8d677e213957d729a https://github.com/OpenSIPS/opensips/commit/d719919a975fe6cc740422f8d677e213957d729a Author: Razvan Crainea Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M .gitmodules A modules/launch_darkly/.gitignore M modules/launch_darkly/Makefile A modules/launch_darkly/lib/c-server-sdk Log Message: ----------- launch_darkly: compile static Commit: 1989199f5ba5fa4fe17c386b05e60afa1b5d7a5c https://github.com/OpenSIPS/opensips/commit/1989199f5ba5fa4fe17c386b05e60afa1b5d7a5c Author: Razvan Crainea Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M packaging/debian/changelog Log Message: ----------- packaging: bump Debian version Commit: 0d57234e19191deafdaba9ef723e2f5f2ee2a7e3 https://github.com/OpenSIPS/opensips/commit/0d57234e19191deafdaba9ef723e2f5f2ee2a7e3 Author: Razvan Crainea Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M packaging/debian/control M packaging/debian/rules M packaging/redhat_fedora/opensips.spec Log Message: ----------- launch_darkly: add packaging Commit: 7bb3b8aad7392fd3a757566a42681d72bad517a5 https://github.com/OpenSIPS/opensips/commit/7bb3b8aad7392fd3a757566a42681d72bad517a5 Author: Razvan Crainea Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M Makefile.defs Log Message: ----------- Makefile: always link against pthread Commit: 0b94abd7b9ecc2e4ee1ed5eea4148be29da81a48 https://github.com/OpenSIPS/opensips/commit/0b94abd7b9ecc2e4ee1ed5eea4148be29da81a48 Author: Razvan Crainea Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M .gitmodules A modules/http2d/.gitignore M modules/http2d/Makefile A modules/http2d/lib/nghttp2 Log Message: ----------- http2d: add static build Commit: 73c56ab25a84b8d60da06e918cbf4fb9bbff4c6a https://github.com/OpenSIPS/opensips/commit/73c56ab25a84b8d60da06e918cbf4fb9bbff4c6a Author: Razvan Crainea Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M packaging/debian/control M packaging/debian/rules M packaging/redhat_fedora/opensips.spec Log Message: ----------- http2d: add packaging Commit: 9c69918456bd453133d0fc803f4907f1d1cd7e7a https://github.com/OpenSIPS/opensips/commit/9c69918456bd453133d0fc803f4907f1d1cd7e7a Author: Razvan Crainea Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M packaging/redhat_fedora/opensips.spec Log Message: ----------- redhat: add launch_darkly and http2d restrictions Compare: https://github.com/OpenSIPS/opensips/compare/91f50e62dd53...9c69918456bd To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 28 12:23:44 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 28 May 2024 05:23:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 007312: Revert "redhat: add launch_darkly and http2d restr... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0073127a1ef643817b687e82d48a2c0314818d03 https://github.com/OpenSIPS/opensips/commit/0073127a1ef643817b687e82d48a2c0314818d03 Author: Razvan Crainea Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M packaging/redhat_fedora/opensips.spec Log Message: ----------- Revert "redhat: add launch_darkly and http2d restrictions" This reverts commit 9c69918456bd453133d0fc803f4907f1d1cd7e7a. Commit: 984a0374955d2db6f8a0b20cc8d8538ea609cdee https://github.com/OpenSIPS/opensips/commit/984a0374955d2db6f8a0b20cc8d8538ea609cdee Author: Razvan Crainea Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M packaging/debian/control M packaging/debian/rules M packaging/redhat_fedora/opensips.spec Log Message: ----------- Revert "http2d: add packaging" This reverts commit 73c56ab25a84b8d60da06e918cbf4fb9bbff4c6a. Commit: 03265f09f97e94dbdacd5779716e13008bb86ca8 https://github.com/OpenSIPS/opensips/commit/03265f09f97e94dbdacd5779716e13008bb86ca8 Author: Razvan Crainea Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M packaging/debian/control M packaging/debian/rules M packaging/redhat_fedora/opensips.spec Log Message: ----------- Revert "launch_darkly: add packaging" This reverts commit 0d57234e19191deafdaba9ef723e2f5f2ee2a7e3. Compare: https://github.com/OpenSIPS/opensips/compare/9c69918456bd...03265f09f97e To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 28 14:32:01 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 28 May 2024 07:32:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 39f056: db_mysql: Drop usage of MYSQL_OPT_RECONNECT in 8.0... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 39f056b617c2997daa0fc7f49e7570b5ed94ca6f https://github.com/OpenSIPS/opensips/commit/39f056b617c2997daa0fc7f49e7570b5ed94ca6f Author: Liviu Chircu Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M modules/db_mysql/my_con.c Log Message: ----------- db_mysql: Drop usage of MYSQL_OPT_RECONNECT in 8.0.35+ The auto-reconnect feature of libmysqlclient has been deprecated starting with version 8.0.34 and is subject to future removal. Moreover, OpenSIPS was explicitly disabling it anyway on startup, in favour of the "max_db_queries" application-level query retrying loop. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 28 14:35:05 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 28 May 2024 07:35:05 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 868373: db_mysql: Drop usage of MYSQL_OPT_RECONNECT in 8.0... Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 8683734a7282980482c89acce6dcb41d5fc431b7 https://github.com/OpenSIPS/opensips/commit/8683734a7282980482c89acce6dcb41d5fc431b7 Author: Liviu Chircu Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M modules/db_mysql/my_con.c Log Message: ----------- db_mysql: Drop usage of MYSQL_OPT_RECONNECT in 8.0.35+ The auto-reconnect feature of libmysqlclient has been deprecated starting with version 8.0.34 and is subject to future removal. Moreover, OpenSIPS was explicitly disabling it anyway on startup, in favour of the "max_db_queries" application-level query retrying loop. (cherry picked from commit 39f056b617c2997daa0fc7f49e7570b5ed94ca6f) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 28 14:35:28 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 28 May 2024 07:35:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9cfdab: db_mysql: Drop usage of MYSQL_OPT_RECONNECT in 8.0... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 9cfdab5325a146c56e17775fd1a18546eb0308f8 https://github.com/OpenSIPS/opensips/commit/9cfdab5325a146c56e17775fd1a18546eb0308f8 Author: Liviu Chircu Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M modules/db_mysql/my_con.c Log Message: ----------- db_mysql: Drop usage of MYSQL_OPT_RECONNECT in 8.0.35+ The auto-reconnect feature of libmysqlclient has been deprecated starting with version 8.0.34 and is subject to future removal. Moreover, OpenSIPS was explicitly disabling it anyway on startup, in favour of the "max_db_queries" application-level query retrying loop. (cherry picked from commit 39f056b617c2997daa0fc7f49e7570b5ed94ca6f) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 28 14:35:41 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 28 May 2024 07:35:41 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5ffee6: db_mysql: Drop usage of MYSQL_OPT_RECONNECT in 8.0... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 5ffee6125834040766982853bf9ab230270cd997 https://github.com/OpenSIPS/opensips/commit/5ffee6125834040766982853bf9ab230270cd997 Author: Liviu Chircu Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M modules/db_mysql/my_con.c Log Message: ----------- db_mysql: Drop usage of MYSQL_OPT_RECONNECT in 8.0.35+ The auto-reconnect feature of libmysqlclient has been deprecated starting with version 8.0.34 and is subject to future removal. Moreover, OpenSIPS was explicitly disabling it anyway on startup, in favour of the "max_db_queries" application-level query retrying loop. (cherry picked from commit 39f056b617c2997daa0fc7f49e7570b5ed94ca6f) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From bogdan at opensips.org Thu May 30 09:42:10 2024 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Thu, 30 May 2024 12:42:10 +0300 Subject: [OpenSIPS-Devel] OpenSIPS Summit 2024 - post facts Message-ID: Hello all !! I would like to thank you all for being part of the OpenSIPS Summit 2024 in Valencia. It was an amazing set of speakers, sponsors and participants - I hope you all enjoyed the event, and even more, I hope you found it useful in terms of getting the updates and news from the VoIP and RTC words. Now that the event is behind us, let me fill in here some post facts * the presentations and recordings were uploaded at attached to the schedule / linked to the web site * the recordings are also available on the OpenSIPS YouTube channel * photos from the event were uploaded on the OpenSIPS Summit 2024 Album Enjoy ! -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com -------------- next part -------------- An HTML attachment was scrubbed... URL: