From bogdan at opensips.org Thu Apr 4 11:50:22 2024 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Thu, 4 Apr 2024 14:50:22 +0300 Subject: [OpenSIPS-Devel] OpenSIPS Summit 2024 - Speaker's lineup Message-ID: OpenSIPS Summit May 14th - 17th, 2024 Valencia, Spain *Speaker's lineup & Schedule * We bring here the list of speakers and papers - great speakers presenting great topics to share experience and knowledge to a great audience. Explore here all the details... *Attend to learn* - the registration process is ongoing, the training class is almost full, so hurry up. The/*Corporate Package*/ is available with an attractive discount. Register now ** -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Tue Apr 9 18:13:51 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 09 Apr 2024 11:13:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1a50d6: usrloc: Avoid firing DELETE and EXPIRE for same ct Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1a50d66475310b8d1c73fd383b2a64733f24ea2f https://github.com/OpenSIPS/opensips/commit/1a50d66475310b8d1c73fd383b2a64733f24ea2f Author: Liviu Chircu Date: 2024-04-09 (Tue, 09 Apr 2024) Changed paths: M modules/usrloc/ucontact.h M modules/usrloc/urecord.c Log Message: ----------- usrloc: Avoid firing DELETE and EXPIRE for same ct This patch fixes a usrloc callbacks API issue where both the UL_CONTACT_DELETE and UL_CONTACT_EXPIRE events would often be fired for the same contact, when the "write-back" SQL mode is in use. The following modules should notice improved behavior: mid_registrar, pua_bla, pua_usrloc, snmpstats To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 9 18:16:32 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 09 Apr 2024 11:16:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0100dd: usrloc: Avoid firing DELETE and EXPIRE for same ct Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 0100dd725a03925ae04a9f117ea2928ff6ba1353 https://github.com/OpenSIPS/opensips/commit/0100dd725a03925ae04a9f117ea2928ff6ba1353 Author: Liviu Chircu Date: 2024-04-09 (Tue, 09 Apr 2024) Changed paths: M modules/usrloc/ucontact.h M modules/usrloc/urecord.c Log Message: ----------- usrloc: Avoid firing DELETE and EXPIRE for same ct This patch fixes a usrloc callbacks API issue where both the UL_CONTACT_DELETE and UL_CONTACT_EXPIRE events would often be fired for the same contact, when the "write-back" SQL mode is in use. The following modules should notice improved behavior: mid_registrar, pua_bla, pua_usrloc, snmpstats (cherry picked from commit 1a50d66475310b8d1c73fd383b2a64733f24ea2f) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 9 18:16:32 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 09 Apr 2024 11:16:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5f7b25: usrloc: Avoid firing DELETE and EXPIRE for same ct Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 5f7b250362567e718c088aa63843e1b90fc11edb https://github.com/OpenSIPS/opensips/commit/5f7b250362567e718c088aa63843e1b90fc11edb Author: Liviu Chircu Date: 2024-04-09 (Tue, 09 Apr 2024) Changed paths: M modules/usrloc/ucontact.h M modules/usrloc/urecord.c Log Message: ----------- usrloc: Avoid firing DELETE and EXPIRE for same ct This patch fixes a usrloc callbacks API issue where both the UL_CONTACT_DELETE and UL_CONTACT_EXPIRE events would often be fired for the same contact, when the "write-back" SQL mode is in use. The following modules should notice improved behavior: mid_registrar, pua_bla, pua_usrloc, snmpstats (cherry picked from commit 1a50d66475310b8d1c73fd383b2a64733f24ea2f) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Apr 10 12:39:35 2024 From: noreply at github.com (Liviu Chircu) Date: Wed, 10 Apr 2024 05:39:35 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2e485d: usrloc: Expose functions to store/retrieve/delete ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2e485d51b830dd03ba390146bbe6e994afad7212 https://github.com/OpenSIPS/opensips/commit/2e485d51b830dd03ba390146bbe6e994afad7212 Author: Carsten Bock Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M modules/usrloc/doc/usrloc_admin.xml M modules/usrloc/kv_store.c M modules/usrloc/kv_store.h M modules/usrloc/ul_mod.c Log Message: ----------- usrloc: Expose functions to store/retrieve/delete values from the Key/Value-Store Commit: c84110403b8e8f05d0531768bf5133d920a6bf72 https://github.com/OpenSIPS/opensips/commit/c84110403b8e8f05d0531768bf5133d920a6bf72 Author: Liviu Chircu Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M modules/usrloc/doc/usrloc_admin.xml M modules/usrloc/kv_store.c Log Message: ----------- usrloc: Small improvements to (add/del/get)_key() * fix list markup in docbook XML files; remove whitespace * add_key(): avoid returning success on OOM * release locks before any logging * normalize coding style with rest of the file Commit: 0f6b4116b832f23caa51381c5157971d691e8762 https://github.com/OpenSIPS/opensips/commit/0f6b4116b832f23caa51381c5157971d691e8762 Author: Liviu Chircu Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M modules/usrloc/doc/usrloc_admin.xml M modules/usrloc/kv_store.c M modules/usrloc/kv_store.h M modules/usrloc/ul_mod.c Log Message: ----------- Merge pull request #3328 from carstenbock/usrloc_kv_store Usrloc kv store Compare: https://github.com/OpenSIPS/opensips/compare/1a50d6647531...0f6b4116b832 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 11 07:55:39 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 11 Apr 2024 00:55:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3d880e: db_text: new parameter: buffer_size Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3d880e0d96b1cc9ed557670b8aa70344d375d446 https://github.com/OpenSIPS/opensips/commit/3d880e0d96b1cc9ed557670b8aa70344d375d446 Author: Ovidiu Sas Date: 2024-03-29 (Fri, 29 Mar 2024) Changed paths: 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/db_text_admin.xml Log Message: ----------- db_text: new parameter: buffer_size Commit: 90891064e74997b57ca353d658cc54a334d62f51 https://github.com/OpenSIPS/opensips/commit/90891064e74997b57ca353d658cc54a334d62f51 Author: Bogdan Andrei IANCU Date: 2024-04-11 (Thu, 11 Apr 2024) Changed paths: 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/db_text_admin.xml Log Message: ----------- Merge pull request #3352 from ovidiusas/master db_text: new parameter: buffer_size Compare: https://github.com/OpenSIPS/opensips/compare/0f6b4116b832...90891064e749 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 11 15:52:19 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 11 Apr 2024 08:52:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1ab78f: [core] adds back the ability to reply to VIA (and ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1ab78f83666b976628d6cba4b09d7ce8cbb68351 https://github.com/OpenSIPS/opensips/commit/1ab78f83666b976628d6cba4b09d7ce8cbb68351 Author: Bogdan-Andrei Iancu Date: 2024-04-11 (Thu, 11 Apr 2024) Changed paths: M core_cmds.c M modules/sl/sl_funcs.c M modules/tm/t_lookup.c M parser/msg_parser.h Log Message: ----------- [core] adds back the ability to reply to VIA (and not to network src) This is a rework of #3327 (credits go to @carstenbock). Even more, we merged: * force_rport() * this new reply_to_via PR * add_local_rport() * force_tcp_alias() as a single VIA related function: set_via_handling("force-rport|add-local-rport|reply-to-via|force-tcp-alias") Closes #3327 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 11 15:55:42 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 11 Apr 2024 08:55:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 744874: Removed the useless FL_FORCE_ACTIVE msg flag Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7448747328f2478632a01b571bcabee0b4118756 https://github.com/OpenSIPS/opensips/commit/7448747328f2478632a01b571bcabee0b4118756 Author: Bogdan-Andrei Iancu Date: 2024-04-11 (Thu, 11 Apr 2024) Changed paths: M modules/nathelper/nathelper.c M parser/msg_parser.h Log Message: ----------- Removed the useless FL_FORCE_ACTIVE msg flag To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Apr 13 21:42:30 2024 From: noreply at github.com (opensips-github) Date: Sat, 13 Apr 2024 14:42:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4cc2fc: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 4cc2fce7c0a18dc74ad183fb77ab4b5919556b5f https://github.com/OpenSIPS/opensips/commit/4cc2fce7c0a18dc74ad183fb77ab4b5919556b5f Author: OpenSIPS Date: 2024-04-13 (Sat, 13 Apr 2024) Changed paths: 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 Sun Apr 14 01:44:03 2024 From: noreply at github.com (opensips-github) Date: Sat, 13 Apr 2024 18:44:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 38a848: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 38a848a5f66ccba30b041d06578bfb77ac5adc00 https://github.com/OpenSIPS/opensips/commit/38a848a5f66ccba30b041d06578bfb77ac5adc00 Author: OpenSIPS Date: 2024-04-14 (Sun, 14 Apr 2024) Changed paths: M modules/db_text/README M modules/db_text/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/sl/README M modules/sl/doc/contributors.xml M modules/tm/README M modules/tm/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 Sun Apr 14 01:44:35 2024 From: noreply at github.com (opensips-github) Date: Sat, 13 Apr 2024 18:44:35 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9a0852: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 9a0852850b9d13ed950715bdf69db99ec49750db https://github.com/OpenSIPS/opensips/commit/9a0852850b9d13ed950715bdf69db99ec49750db Author: OpenSIPS Date: 2024-04-14 (Sun, 14 Apr 2024) Changed paths: 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 Mon Apr 15 09:23:10 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 15 Apr 2024 02:23:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b7f471: tracer: avoid crash in case bind_address is not pr... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b7f471f7b106b1594cb8bccd3fc07228c071713e https://github.com/OpenSIPS/opensips/commit/b7f471f7b106b1594cb8bccd3fc07228c071713e Author: Razvan Crainea Date: 2024-04-15 (Mon, 15 Apr 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: avoid crash in case bind_address is not present Introduced in a13e034 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Apr 15 09:23:26 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 15 Apr 2024 02:23:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f4921e: tracer: avoid crash in case bind_address is not pr... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: f4921e3bf524d0d7e6ec3d6ceb3a73a9a7637f03 https://github.com/OpenSIPS/opensips/commit/f4921e3bf524d0d7e6ec3d6ceb3a73a9a7637f03 Author: Razvan Crainea Date: 2024-04-15 (Mon, 15 Apr 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: avoid crash in case bind_address is not present Introduced in a13e034 (cherry picked from commit b7f471f7b106b1594cb8bccd3fc07228c071713e) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 18 09:13:32 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 18 Apr 2024 02:13:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d843fa: [Core] Add core-option "reply_to_via" Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d843fa68a0a0f1aa64b3127c52e6309435dc9aae https://github.com/OpenSIPS/opensips/commit/d843fa68a0a0f1aa64b3127c52e6309435dc9aae Author: Carsten Bock Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M cfg.lex M cfg.y M globals.c Log Message: ----------- [Core] Add core-option "reply_to_via" Commit: 68f55e1d3a3084f09f1a8d1ec896ed74a35f8e41 https://github.com/OpenSIPS/opensips/commit/68f55e1d3a3084f09f1a8d1ec896ed74a35f8e41 Author: Carsten Bock Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M modules/sl/sl_funcs.c Log Message: ----------- sl: If "reply_to_via" is set, send reply to IP/Port indicated in "Via" Commit: 7d9227b732fce6216f0eb7c0a371c4430a259e2b https://github.com/OpenSIPS/opensips/commit/7d9227b732fce6216f0eb7c0a371c4430a259e2b Author: Carsten Bock Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M modules/tm/t_lookup.c Log Message: ----------- tm: If "reply_to_via" is set, send reply to IP/Port indicated in "Via" Commit: 0626e2911dfcdfade62392853c011d5b7ace63de https://github.com/OpenSIPS/opensips/commit/0626e2911dfcdfade62392853c011d5b7ace63de Author: carstenbock Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- Merge branch 'OpenSIPS:master' into master Commit: 1fba62cc419759ccc0c7e366b97530ec508b8aa2 https://github.com/OpenSIPS/opensips/commit/1fba62cc419759ccc0c7e366b97530ec508b8aa2 Author: Carsten Bock Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: M parser/parse_event.c M parser/parse_event.h Log Message: ----------- parser: Add support for "reg" event Commit: 30ce63958a37982481e009f94ed9ca580758556b https://github.com/OpenSIPS/opensips/commit/30ce63958a37982481e009f94ed9ca580758556b Author: Carsten Bock Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: M modules/presence/utils_func.h Log Message: ----------- presence: Add support for "tel"-URIs Commit: bce04b3dc0d575eab9a6d82e33805e59919d6018 https://github.com/OpenSIPS/opensips/commit/bce04b3dc0d575eab9a6d82e33805e59919d6018 Author: Carsten Bock Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: M modules/presence/utils_func.c Log Message: ----------- presence: Ensure, Event-List is initialized Commit: 99d853b57dd303c696702e203dec0ffef8f05737 https://github.com/OpenSIPS/opensips/commit/99d853b57dd303c696702e203dec0ffef8f05737 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/rest_client/rest_methods.c Log Message: ----------- rest_client: Fix RHEL 7.9 build regression in commit 7e85fddb6 RHEL 7.9 is using libcurl 7.29 (from 11 years ago), so the CURLINFO_CONNECT_TIME_T easyinfo option is not available. So let's use the CURLINFO_CONNECT_TIME info instead, which returns the exact same data (i.e. the `data->progress.t_connect` handle info), but divided as (double)seconds instead of being returned as (long)useconds. Credits to Răzvan Crainea for reporting this issue! Commit: 52f3cdf371ef8db52c75ec88bdf9f516463fdf70 https://github.com/OpenSIPS/opensips/commit/52f3cdf371ef8db52c75ec88bdf9f516463fdf70 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/dialog/dlg_replication.c Log Message: ----------- dialog: call DLGCB_PROCESS_VARS under dlg lock Avoid taking the var logs, as this might lead to a deadlock if one of the callbacks are setting the variable. Credits go to Norman Brandinger (@NormB on GitHub) for reporting it! Commit: db0e3dcf124a5317d1dec6e013eaebe5b46791ae https://github.com/OpenSIPS/opensips/commit/db0e3dcf124a5317d1dec6e013eaebe5b46791ae Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: proper count of the exported processes This should fix a memory corruption generated by reloading a process that was not initially counted. Moreover, an overflow is no longer possible, as the commit checks on it and triggers a BUG in case it happens Commit: 9e806b0915b3bedde96121b942781e01848e9b1a https://github.com/OpenSIPS/opensips/commit/9e806b0915b3bedde96121b942781e01848e9b1a Author: OpenSIPS Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/rest_client/README M modules/rest_client/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml Log Message: ----------- Rebuild documentation Commit: 853906d9162a031a5ef9b6084006d0e4fd90d4d4 https://github.com/OpenSIPS/opensips/commit/853906d9162a031a5ef9b6084006d0e4fd90d4d4 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/dbops/doc/dbops_admin.xml Log Message: ----------- [dbops] remove obsolete flags from docs Commit: 497ad60fff2553550169a6af892e0ac7fc34b436 https://github.com/OpenSIPS/opensips/commit/497ad60fff2553550169a6af892e0ac7fc34b436 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/dbops/dbops.c M modules/dbops/dbops_db.c M modules/dbops/dbops_db.h M modules/dbops/dbops_impl.c M modules/dbops/dbops_impl.h Log Message: ----------- [dbops] Add SQL structured query functions These are functions performing structured (not raw) queries via the internal DB SQL API. They provide full standard INSERT/UPDATE/SELECT/REPLACE/DELETE support. Commit: 4bdd0c91bd8fc0280c26c24407d6898f2ea10f39 https://github.com/OpenSIPS/opensips/commit/4bdd0c91bd8fc0280c26c24407d6898f2ea10f39 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/dbops/doc/dbops.xml M modules/dbops/doc/dbops_admin.xml Log Message: ----------- [dbops] docs update with the latest functions Commit: a5e487b777c899b2f6cdbbd4749d80c5971c9eb8 https://github.com/OpenSIPS/opensips/commit/a5e487b777c899b2f6cdbbd4749d80c5971c9eb8 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/dbops/dbops.c M modules/dbops/dbops_db.c M modules/dbops/dbops_db.h M modules/dbops/dbops_impl.c M modules/dbops/dbops_impl.h M modules/dbops/doc/dbops_admin.xml Log Message: ----------- [dbops] swap cols and table as args for INSERT and REPLACE.. ...just to follow order int the SQL syntax :) Commit: 005985e8cdfb0202aabb9ab298984607a5ee9dd6 https://github.com/OpenSIPS/opensips/commit/005985e8cdfb0202aabb9ab298984607a5ee9dd6 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/dbops/dbops_db.c Log Message: ----------- [dbops] fix bad usage of non-static variable Use the cols pointer (which is static) and not the str_cols which are valid only during a mem realloc Commit: 452a33bcf59fcf973328a6212c024abd0c836a02 https://github.com/OpenSIPS/opensips/commit/452a33bcf59fcf973328a6212c024abd0c836a02 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/dbops/dbops.c M modules/dbops/dbops_db.c M modules/dbops/dbops_db.h M modules/dbops/doc/dbops_admin.xml Log Message: ----------- [dbops] added prepared statements support for the newly added db_select|update|insert|replace|delete() functions Commit: b9cc1687e8d505951b392b799b12a0540abe01a2 https://github.com/OpenSIPS/opensips/commit/b9cc1687e8d505951b392b799b12a0540abe01a2 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/dbops/dbops_db.c Log Message: ----------- [dbops] fix +1 overreading during memcmp Reported by CI Commit: 76c3d03e3457f09556fe8917f6ddf00998341282 https://github.com/OpenSIPS/opensips/commit/76c3d03e3457f09556fe8917f6ddf00998341282 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/dbops/README M modules/dbops/dbops_db.c Log Message: ----------- [dbops] fixed bogus condition on JSON handling Reported by CI Commit: a478acdae61b6eaf80869730aa6b5f58c28356d4 https://github.com/OpenSIPS/opensips/commit/a478acdae61b6eaf80869730aa6b5f58c28356d4 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: R modules/dbops/Makefile R modules/dbops/README R modules/dbops/dbops.c R modules/dbops/dbops_db.c R modules/dbops/dbops_db.h R modules/dbops/dbops_impl.c R modules/dbops/dbops_impl.h R modules/dbops/dbops_parse.c R modules/dbops/dbops_parse.h R modules/dbops/doc/contributors.xml R modules/dbops/doc/dbops.xml R modules/dbops/doc/dbops_admin.xml 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 Log Message: ----------- [dbops] renamed to sqlops Commit: 6bb1a90f6e75c8f4978785717187688ffb87f8a8 https://github.com/OpenSIPS/opensips/commit/6bb1a90f6e75c8f4978785717187688ffb87f8a8 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/sqlops/Makefile M modules/sqlops/README M modules/sqlops/doc/sqlops.xml M modules/sqlops/doc/sqlops_admin.xml M modules/sqlops/sqlops.c M modules/sqlops/sqlops_db.c M modules/sqlops/sqlops_db.h M modules/sqlops/sqlops_impl.c M modules/sqlops/sqlops_impl.h M modules/sqlops/sqlops_parse.c M modules/sqlops/sqlops_parse.h Log Message: ----------- [sqlops] renaming from DBops to SQLops After all the module does only SQL ops, no noSQL ones Commit: 935b70b647aa85e0c1845c7c221f28c9ddbf5783 https://github.com/OpenSIPS/opensips/commit/935b70b647aa85e0c1845c7c221f28c9ddbf5783 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: R db/schema/opensips-dbops.xml A db/schema/opensips-sqlops.xml M db/schema/usr_preferences.xml R scripts/mysql/dbops-create.sql A scripts/mysql/sqlops-create.sql R scripts/oracle/dbops-create.sql A scripts/oracle/sqlops-create.sql R scripts/pi_http/dbops-mod R scripts/pi_http/dbops-table M scripts/pi_http/pi_framework.xml A scripts/pi_http/sqlops-mod A scripts/pi_http/sqlops-table R scripts/postgres/dbops-create.sql A scripts/postgres/sqlops-create.sql R scripts/sqlite/dbops-create.sql A scripts/sqlite/sqlops-create.sql Log Message: ----------- [sqlops] migrate DB stuff from DBops to SQLops Commit: 13cf206bc34d1b1f933272393427eb7940b8eef3 https://github.com/OpenSIPS/opensips/commit/13cf206bc34d1b1f933272393427eb7940b8eef3 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M doc/build-contrib.sh M doc/doxygen/opensips-doxygen M menuconfig/configs/opensips_loadbalancer.m4 M menuconfig/configs/opensips_trunking.m4 M modules/osp/doc/osp_admin.xml M modules/perl/doc/perl_samples.xml M packaging/debian/copyright M packaging/freebsd/Makefile M packaging/netbsd/PLIST M packaging/openbsd/pkg/PLIST M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-Prototype M packaging/solaris/mysql-Prototype M packaging/solaris/pgsql-Prototype M packaging/solaris/prototype M packaging/solaris/tls-Prototype M packaging/suse/opensips.spec.SuSE M usr_avp.h Log Message: ----------- [sqlops] migrate name from dbops to sqlops Commit: 183b41d904defdafb9b5d547911983359c309938 https://github.com/OpenSIPS/opensips/commit/183b41d904defdafb9b5d547911983359c309938 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/sqlops/sqlops_db.c Log Message: ----------- [sqlops] improve prepare statements support Log warning when the buffer for building query ID is not large enaugh; Also point to the modparam to adjust the buffer size For "select", take the "order by" col into consideration too, when building the query ID Commit: 6b2dbbc3100e4a12c0393298b8459c8a5bcdf9e4 https://github.com/OpenSIPS/opensips/commit/6b2dbbc3100e4a12c0393298b8459c8a5bcdf9e4 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M db/db_cap.h M modules/db_mysql/db_mysql.c Log Message: ----------- [db] added new DB_CAP_PREPARED_STMT capability to identify the db backends able to provide prepared statements. DB_MYSQL is for now the only condidate Commit: d79c4635c990f27d4169e4c76e1dc3edf759f91b https://github.com/OpenSIPS/opensips/commit/d79c4635c990f27d4169e4c76e1dc3edf759f91b Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/sqlops/sqlops_db.c Log Message: ----------- [sqlops] improve the prepared statements support II Use the new DB_CAP_PREPARED_STMT capability to test if the backend support statements and build the query ID only if so. Commit: 5409442363a68319aa2b0fc99878569180bb0e57 https://github.com/OpenSIPS/opensips/commit/5409442363a68319aa2b0fc99878569180bb0e57 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M doc/build-contrib.sh Log Message: ----------- Contributors: Provision recent module renames Commit: 63de77b9b3f180b6b80ade43cd0b39b737de8cac https://github.com/OpenSIPS/opensips/commit/63de77b9b3f180b6b80ade43cd0b39b737de8cac Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/httpd/httpd.c M modules/mi_datagram/mi_datagram.c M modules/mi_fifo/mi_fifo.c M modules/mi_html/mi_html.c M modules/mi_http/mi_http.c M modules/mi_xmlrpc_ng/mi_xmlrpc_http.c M modules/pi_http/pi_http.c Log Message: ----------- Fix several mod_destroy() prototypes Commit: 58759feafeac54b84ac5ec6630b61ecb439c4775 https://github.com/OpenSIPS/opensips/commit/58759feafeac54b84ac5ec6630b61ecb439c4775 Author: OpenSIPS Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/db_mysql/README M modules/db_mysql/doc/contributors.xml M modules/httpd/README M modules/httpd/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_html/README M modules/mi_html/doc/contributors.xml M modules/mi_http/README M modules/mi_http/doc/contributors.xml M modules/mi_xmlrpc_ng/README M modules/mi_xmlrpc_ng/doc/contributors.xml M modules/osp/README M modules/osp/doc/contributors.xml M modules/perl/README M modules/perl/doc/contributors.xml M modules/pi_http/README M modules/pi_http/doc/contributors.xml M modules/sqlops/README M modules/sqlops/doc/contributors.xml Log Message: ----------- Rebuild documentation Commit: 6089b74f79cecaa5893fcb3a2abccc9b060d1b66 https://github.com/OpenSIPS/opensips/commit/6089b74f79cecaa5893fcb3a2abccc9b060d1b66 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: do not check for pending when late Many thanks to Voxtronic for spotting this issue! Commit: 6bf4b7fcad6099507eaa25c8fcad67462a3f5f1d https://github.com/OpenSIPS/opensips/commit/6bf4b7fcad6099507eaa25c8fcad67462a3f5f1d Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M db/schema/dialog.xml M scripts/mysql/dialog-create.sql M scripts/oracle/dialog-create.sql M scripts/postgres/dialog-create.sql M scripts/sqlite/dialog-create.sql Log Message: ----------- [db] fix wrong size for mangled_from/to_uri columns in dialog table They are URIs, so let's use the URI len, not USER len :) Commit: 78bdec9eb1a868daf16fc1a8547b2d7c74e94096 https://github.com/OpenSIPS/opensips/commit/78bdec9eb1a868daf16fc1a8547b2d7c74e94096 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth/auth_mod.c M modules/auth/challenge.c M modules/auth/challenge.h A modules/auth/qop.h Log Message: ----------- auth: make fixup_qop reusable Commit: 4cb787cf0fb12f5c556883675632f846c81d3735 https://github.com/OpenSIPS/opensips/commit/4cb787cf0fb12f5c556883675632f846c81d3735 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M lib/digest_auth/digest_auth.h M parser/digest/digest.c M parser/digest/digest_parser.c M parser/digest/digest_parser.h Log Message: ----------- digest: add AKAv1 and AKAv2 parsers Commit: 523568073f49e78099e0b1889acb80556dabac70 https://github.com/OpenSIPS/opensips/commit/523568073f49e78099e0b1889acb80556dabac70 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth/api.c M modules/auth/api.h M modules/auth/auth_mod.c M modules/auth_aaa/authorize.c M modules/auth_db/authorize.c Log Message: ----------- auth: allow pre_auth to skip aditional checks Commit: ff74448d5fed11f294a2ce264b4956821a24031d https://github.com/OpenSIPS/opensips/commit/ff74448d5fed11f294a2ce264b4956821a24031d Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth/api.c M modules/auth/api.h M modules/auth/common.c Log Message: ----------- auth: expose send_resp function in API Commit: 46355f36755e0d56b79036e233e63772c803d8ec https://github.com/OpenSIPS/opensips/commit/46355f36755e0d56b79036e233e63772c803d8ec Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth/challenge.c M modules/auth/qop.h Log Message: ----------- auth: make qop parameter build available Commit: 639a4f18a8848486a14fa1c83f43c213cbd30f75 https://github.com/OpenSIPS/opensips/commit/639a4f18a8848486a14fa1c83f43c213cbd30f75 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: 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 Log Message: ----------- digest: add auts parameter parsing Commit: 24e26ca392ae2d6df01773cec2b62a0ec87855c7 https://github.com/OpenSIPS/opensips/commit/24e26ca392ae2d6df01773cec2b62a0ec87855c7 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M parser/digest/digest_parser.c M parser/digest/digest_parser.h Log Message: ----------- digest: print algorithm value Commit: bc6db7a686fe0a2c6bccd29ecfde486d4510b18c https://github.com/OpenSIPS/opensips/commit/bc6db7a686fe0a2c6bccd29ecfde486d4510b18c Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M str_list.h Log Message: ----------- str_list: provie support for adding str to list Commit: cf17530055d74bdba4c6de692dce13a1ee9d0052 https://github.com/OpenSIPS/opensips/commit/cf17530055d74bdba4c6de692dce13a1ee9d0052 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M lib/csv.c M lib/csv.h Log Message: ----------- csv: add support for printing a csv_record Commit: d5b8122f720d423b67480058d29f1f94408e3763 https://github.com/OpenSIPS/opensips/commit/d5b8122f720d423b67480058d29f1f94408e3763 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aaa_diameter/dm_impl.c M ut.h Log Message: ----------- ut: add hex2string decoding Commit: de16dda943576ae81fe0f64aec839a6ce061bdd4 https://github.com/OpenSIPS/opensips/commit/de16dda943576ae81fe0f64aec839a6ce061bdd4 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M lib/digest_auth/digest_auth.h Log Message: ----------- digest_auth: name parameters in headers Avoid compiler warnings Commit: dcc6bf063272d2429191fa8cc46cd20b5ab4ad72 https://github.com/OpenSIPS/opensips/commit/dcc6bf063272d2429191fa8cc46cd20b5ab4ad72 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M lib/digest_auth/dauth_calc.c M lib/digest_auth/digest_auth.c Log Message: ----------- digest_auth: add functions for AKA digest Commit: 18ca2935a2202eb6cc2a6d3e510e11a8a92ef4cd https://github.com/OpenSIPS/opensips/commit/18ca2935a2202eb6cc2a6d3e510e11a8a92ef4cd Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: A lib/cond.c A lib/cond.h Log Message: ----------- lib: add pthread cond implementation Commit: d9ef79d538a4cbb9efe182d73fc0724d916c5cc3 https://github.com/OpenSIPS/opensips/commit/d9ef79d538a4cbb9efe182d73fc0724d916c5cc3 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: A modules/auth_aka/Makefile 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 Log Message: ----------- auth_aka: add new AKA auth module Commit: aaa49accb78c583b4e0a5e9b010021073f306ce8 https://github.com/OpenSIPS/opensips/commit/aaa49accb78c583b4e0a5e9b010021073f306ce8 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 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: add support for timing out async queries Commit: 290700204cf756de8c620b987487688bf87b6a6d https://github.com/OpenSIPS/opensips/commit/290700204cf756de8c620b987487688bf87b6a6d Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/aka_av_mgm.h M modules/auth_aka/auth_aka.c Log Message: ----------- auth_aka: make count per algorithm, rather than for all Commit: ac6eed586ee9ea61078a61d43e437f2c2fc62edf https://github.com/OpenSIPS/opensips/commit/ac6eed586ee9ea61078a61d43e437f2c2fc62edf Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aaa_diameter/dm_impl.c Log Message: ----------- aaa_diameter: fix locking on transactions hash Commit: 78cbbd2f42e8e8f6e198854818e89033b2c05a29 https://github.com/OpenSIPS/opensips/commit/78cbbd2f42e8e8f6e198854818e89033b2c05a29 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/dm_impl.c Log Message: ----------- aaa_diameter: properly pass reply return code Commit: f7fb3c8bc83c5daf07b80bb99461d3f6d5f20c00 https://github.com/OpenSIPS/opensips/commit/f7fb3c8bc83c5daf07b80bb99461d3f6d5f20c00 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/aka_av_mgm.c M modules/auth_aka/auth_aka.c Log Message: ----------- auth_aka: fix algmask filtering Commit: 764b5baa38aabb28c9059282acf32a26ac9305bf https://github.com/OpenSIPS/opensips/commit/764b5baa38aabb28c9059282acf32a26ac9305bf Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/aka_av_mgm.c M modules/auth_aka/aka_av_mgm.h M modules/auth_aka/auth_aka.c M modules/auth_aka/auth_aka.h Log Message: ----------- auth_aka: provide API for AV management Commit: c526ee3f99f89ff8b00e2c84461a7853dff217fa https://github.com/OpenSIPS/opensips/commit/c526ee3f99f89ff8b00e2c84461a7853dff217fa Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/auth_aka.c Log Message: ----------- auth_aka: fix default QOP resolve Commit: e4b02414dbf72729754253c2f76a2899512fe5ce https://github.com/OpenSIPS/opensips/commit/e4b02414dbf72729754253c2f76a2899512fe5ce Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aaa_diameter/aaa_diameter.c A modules/aaa_diameter/diameter_api.h A modules/aaa_diameter/diameter_api_impl.h M modules/aaa_diameter/dm_impl.c M modules/aaa_diameter/dm_impl.h Log Message: ----------- aaa_diameter: provide internal API for diameter commands Commit: f79497c0e7f998a916c6a2f0071f8e2f59a6427c https://github.com/OpenSIPS/opensips/commit/f79497c0e7f998a916c6a2f0071f8e2f59a6427c Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/aka_av_mgm.c M modules/auth_aka/aka_av_mgm.h M modules/auth_aka/auth_aka.c M modules/auth_aka/auth_aka.h M modules/auth_aka/doc/auth_aka_admin.xml Log Message: ----------- auth_aka: add support for marking an AV as failure Commit: 079a1dc82040a24be8ad869747022f0bd1a7a4ca https://github.com/OpenSIPS/opensips/commit/079a1dc82040a24be8ad869747022f0bd1a7a4ca Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/auth_aka.c Log Message: ----------- auth_aka: prevent ref leaking during timeout Commit: 663e5193facf13fd8351c5ec00a62bbf09a7e275 https://github.com/OpenSIPS/opensips/commit/663e5193facf13fd8351c5ec00a62bbf09a7e275 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aaa_diameter/diameter_api.h M modules/aaa_diameter/diameter_api_impl.h M modules/aaa_diameter/dm_impl.c M modules/aaa_diameter/dm_impl.h Log Message: ----------- aaa_diameter: add parameter to reply callback Commit: d2fce6a52b238d332f967c561ed7274e0858478a https://github.com/OpenSIPS/opensips/commit/d2fce6a52b238d332f967c561ed7274e0858478a Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: A modules/aka_av_diameter/Makefile 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/example/aka_av_diameter.dictionary Log Message: ----------- aka_av_diameter: add new module Commit: 1effb0ffba2302308610f4875059572c5041c8d5 https://github.com/OpenSIPS/opensips/commit/1effb0ffba2302308610f4875059572c5041c8d5 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 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 M modules/auth_aka/doc/auth_aka_admin.xml Log Message: ----------- auth_aka: add authentication vectors expire Commit: cf03b0201b707f6680e9fe5bed11d3e51ecb9c18 https://github.com/OpenSIPS/opensips/commit/cf03b0201b707f6680e9fe5bed11d3e51ecb9c18 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/aka_av_mgm.c Log Message: ----------- auth_aka: release identity when there are no more AVs Commit: 6f4fd4ff2d2546d3659ed7469c50524d4d6d1a09 https://github.com/OpenSIPS/opensips/commit/6f4fd4ff2d2546d3659ed7469c50524d4d6d1a09 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aka_av_diameter/aka_av_diameter.c Log Message: ----------- aka_av_diameter: fix AAA dependency to aaa_diameter Commit: f9d38d1ed3c7569d89493fa0b9309990c9bc2155 https://github.com/OpenSIPS/opensips/commit/f9d38d1ed3c7569d89493fa0b9309990c9bc2155 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/aka_av_mgm.c M modules/auth_aka/auth_aka.h Log Message: ----------- auth_aka: properly manage AV timestamps Properly store the timestamps when the AV is created, and also store the value in case the AV is not used and it needs to be reverted. Commit: f64592ef4b9e6fd67960fc28b2a084f5382d88eb https://github.com/OpenSIPS/opensips/commit/f64592ef4b9e6fd67960fc28b2a084f5382d88eb Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/auth_aka.c Log Message: ----------- auth_aka: fix uninitilized variable Commit: 5ac5e301e6da1e3e33349b57edc64d97d7ab7dc1 https://github.com/OpenSIPS/opensips/commit/5ac5e301e6da1e3e33349b57edc64d97d7ab7dc1 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/aka_av_mgm.c Log Message: ----------- auth_aka: drop unused function Commit: 36157501d2bac662a0d4708ad00a4820fa28b744 https://github.com/OpenSIPS/opensips/commit/36157501d2bac662a0d4708ad00a4820fa28b744 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aaa_diameter/dm_impl.c Log Message: ----------- aaa_diameter: Fix locking issues when sending requests - avoid READ ops on the @msg pointer, after it's queued for sending (subject to race condition with the Diameter Peer process, which can free the memory before we read it) - lock the "reply_cond" variable *before* queueing the msg for sending (avoids race condition where the reply signal arrives *before* we even call pthread_cond_timedwait()) - rename "req" to "msg", as _dm_send_message() also originates Answers - normalize return code 1 (req sent, ignoring reply) to 0 (success) Commit: 628c056ee7f2824b96d84b9abc653907e3d08953 https://github.com/OpenSIPS/opensips/commit/628c056ee7f2824b96d84b9abc653907e3d08953 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/auth_aka/auth_aka.c Log Message: ----------- auth_aka: do not wait for more AVs than needed Commit: 502d894b82807705d00b52f10de1d4fd868b9f17 https://github.com/OpenSIPS/opensips/commit/502d894b82807705d00b52f10de1d4fd868b9f17 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aka_av_diameter/aka_av_diameter.c Log Message: ----------- aka_av_diameter: do not fail for more AVs Commit: b0256505a8299895ff168997f209e39352053133 https://github.com/OpenSIPS/opensips/commit/b0256505a8299895ff168997f209e39352053133 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aka_av_diameter/aka_av_diameter.c Log Message: ----------- aka_av_diameter: fix uninitilized variable Commit: c25ffda74fcdc9b75b8eefa36ad3b95289ddc4f6 https://github.com/OpenSIPS/opensips/commit/c25ffda74fcdc9b75b8eefa36ad3b95289ddc4f6 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/stir_shaken/stir_shaken.c M parser/msg_parser.h Log Message: ----------- [stir_shaken] fix using the right Identity hdr... Iterate all present Identity hdrs and pick the one with passport type "shaken". This allows the usage of Identity hdrs for both Stir-Shaken and Rich Call Data Commit: 144cabdb3f32e37cc602193a9b92639b736c6607 https://github.com/OpenSIPS/opensips/commit/144cabdb3f32e37cc602193a9b92639b736c6607 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: A modules/aka_av_diameter/doc/contributors.xml A modules/auth_aka/doc/contributors.xml Log Message: ----------- aka: add contributors file Commit: b5968bf83751df214b717bd9ae17ac71a8462de6 https://github.com/OpenSIPS/opensips/commit/b5968bf83751df214b717bd9ae17ac71a8462de6 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aaa_diameter/dm_impl.c Log Message: ----------- aaa_diameter: remove log Thank you Liviu Chircu for spotting it :) Commit: ed18d57e2fb764a8b6afb836058b10d70df0ee90 https://github.com/OpenSIPS/opensips/commit/ed18d57e2fb764a8b6afb836058b10d70df0ee90 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/stir_shaken/stir_shaken.c Log Message: ----------- stir_shaken: return -2 if ppt Identity header is not found Commit: dc0d6584d63f61654c2a272adfb28c07be1e97b2 https://github.com/OpenSIPS/opensips/commit/dc0d6584d63f61654c2a272adfb28c07be1e97b2 Author: OpenSIPS Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/doc/contributors.xml A modules/aka_av_diameter/README M modules/auth/README M modules/auth/doc/contributors.xml M modules/auth_aaa/README M modules/auth_aaa/doc/contributors.xml A modules/auth_aka/README M modules/auth_db/README M modules/auth_db/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml Log Message: ----------- Rebuild documentation Commit: 4e69c8c34df56ea6c520e24c478bf27e74dbd5e3 https://github.com/OpenSIPS/opensips/commit/4e69c8c34df56ea6c520e24c478bf27e74dbd5e3 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: A modules/http2d/Makefile A modules/http2d/http2d.c A modules/http2d/server.c A modules/http2d/server.h Log Message: ----------- http2d: Initial version New "http2d" module, providing an RFC 7540/9113 HTTP/2 server implementation, based on "nghttp2" library (https://nghttp2.org/). Commit: 53a126404990e3be01360a8b6c8dddf7e4115f46 https://github.com/OpenSIPS/opensips/commit/53a126404990e3be01360a8b6c8dddf7e4115f46 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: A modules/http2d/h2_evi.c A modules/http2d/h2_evi.h M modules/http2d/http2d.c M modules/http2d/server.c Log Message: ----------- http2d: Collect headers & body using cbs; Raise event Commit: b54a6d89d669f3fb2caaded3ed0d3636f3bc2cf4 https://github.com/OpenSIPS/opensips/commit/b54a6d89d669f3fb2caaded3ed0d3636f3bc2cf4 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M lib/cJSON.h M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/dm_impl.c M modules/http2d/h2_evi.c M modules/http2d/h2_evi.h M modules/http2d/http2d.c M modules/http2d/server.c M modules/http2d/server.h M sr_module.c Log Message: ----------- http2d: Add support for HTTP/2 responses in opensips.cfg ... via the new http2_send_response(code, [hdrs], [body]) function. Commit: 22de14d131b7cd28291243f363bb0ead08bac805 https://github.com/OpenSIPS/opensips/commit/22de14d131b7cd28291243f363bb0ead08bac805 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: A modules/http2d/doc/contributors.xml A modules/http2d/doc/http2d.xml A modules/http2d/doc/http2d_admin.xml M modules/http2d/h2_evi.c M modules/http2d/http2d.c Log Message: ----------- http2d: Add documentation, contributors; Adjust modparams Commit: 1ef17b2c25772d620a5488df3bfb35e5f264350a https://github.com/OpenSIPS/opensips/commit/1ef17b2c25772d620a5488df3bfb35e5f264350a Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/http2d/server.c Log Message: ----------- http2d: Adjust indentation & coding style Commit: 225fd1d5b8dd1b5dc04e12a19b79324288537808 https://github.com/OpenSIPS/opensips/commit/225fd1d5b8dd1b5dc04e12a19b79324288537808 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/http2d/server.c Log Message: ----------- http2d: Convert errx/warnx to LM_ functions Commit: b9762b9188188088b84b1877a75fba7e9ec4ff68 https://github.com/OpenSIPS/opensips/commit/b9762b9188188088b84b1877a75fba7e9ec4ff68 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/http2d/server.c Log Message: ----------- http2d: Convert fprintf() logs; Measure IPC wait time Commit: 2cddb6ebd3c764e5aae3d291e6e3657eb5e5668d https://github.com/OpenSIPS/opensips/commit/2cddb6ebd3c764e5aae3d291e6e3657eb5e5668d Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M Makefile.conf.template Log Message: ----------- http2d: Add to "exclude_modules" Commit: a6c0bf35f51eac255f5a7cdf9b0faa97d923b341 https://github.com/OpenSIPS/opensips/commit/a6c0bf35f51eac255f5a7cdf9b0faa97d923b341 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M packaging/debian/rules M packaging/redhat_fedora/opensips.spec M scripts/build/do_build.sh Log Message: ----------- http2d: Skip on Unit Tests build and DEB/RPM builds Commit: 273e6043f641cb14826132b36aad56739206b673 https://github.com/OpenSIPS/opensips/commit/273e6043f641cb14826132b36aad56739206b673 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M lib/reg/doc/lookup_flags.xml M modules/mid_registrar/doc/mid_registrar_admin.xml M modules/registrar/doc/registrar_admin.xml Log Message: ----------- registrar docs: Clarify that save/lookup flags are CSVs Commit: b530aa6075ca08d5bb7d8225983a244c79094066 https://github.com/OpenSIPS/opensips/commit/b530aa6075ca08d5bb7d8225983a244c79094066 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: 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 Log Message: ----------- event_rabbitmq: add timeout support Add RPC timeout support for any command sent to the rabbitmq server Commit: 73c6e9279cabdfe6d30aef0ce0532a86926bbda1 https://github.com/OpenSIPS/opensips/commit/73c6e9279cabdfe6d30aef0ce0532a86926bbda1 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/rabbitmq/doc/rabbitmq_admin.xml M modules/rabbitmq/rabbitmq.c M modules/rabbitmq/rmq_servers.c M modules/rabbitmq/rmq_servers.h Log Message: ----------- rabbitmq: don't block indefinitely on connect ported from fec5b51 Commit: 9c394e56a276fc27d17d52586c0745d2c971d241 https://github.com/OpenSIPS/opensips/commit/9c394e56a276fc27d17d52586c0745d2c971d241 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/rabbitmq/doc/rabbitmq_admin.xml M modules/rabbitmq/rabbitmq.c M modules/rabbitmq/rmq_servers.c M modules/rabbitmq/rmq_servers.h Log Message: ----------- event_rabbitmq: add timeout support Add RPC timeout support for any command sent to the rabbitmq server Commit: ee3af6bcf607c24d712598fd256bfbd1f8531cfc https://github.com/OpenSIPS/opensips/commit/ee3af6bcf607c24d712598fd256bfbd1f8531cfc Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M cfg.y Log Message: ----------- cfg: provide support for port range in sockets Commit: fa61e9b64b7c99bfdbf7f0da56a0e0bd36136816 https://github.com/OpenSIPS/opensips/commit/fa61e9b64b7c99bfdbf7f0da56a0e0bd36136816 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/drouting/drouting.c Log Message: ----------- [drouting] fixed weight based selection if the last element has weight 1, it will never be selected. This was instroduced with 48c051fc16f4d83bf176d1eefe1df642882b6b88. The fix is to actually follow the initial PR approach, which was correct. My attempt to improve the original PR actually broke stuff there :( Commit: 1e9d124ec576fe5a6238e79f7762ac10cfda356c https://github.com/OpenSIPS/opensips/commit/1e9d124ec576fe5a6238e79f7762ac10cfda356c Author: Shanee Vanstone Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/clusterer/clusterer.c M modules/clusterer/clusterer_mod.c M modules/clusterer/doc/clusterer_admin.xml M modules/clusterer/topology.c Log Message: ----------- [clusterer] Added enable_rerouting parameter When "enable_rerouting" is set to 0, packet will never be rerouted via other nodes. This is useful for situations where network issues are unlikely (LAN) or when only two nodes are present. Commit: 6df118b129da4b1eba9775df8fe613903b4aae1c https://github.com/OpenSIPS/opensips/commit/6df118b129da4b1eba9775df8fe613903b4aae1c Author: OpenSIPS Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/event_rabbitmq/README M modules/event_rabbitmq/doc/contributors.xml A modules/http2d/README M modules/http2d/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/rabbitmq/README M modules/rabbitmq/doc/contributors.xml M modules/registrar/README M modules/registrar/doc/contributors.xml Log Message: ----------- Rebuild documentation Commit: a33b204d876a9fb911aa976a65d3168cf278bee6 https://github.com/OpenSIPS/opensips/commit/a33b204d876a9fb911aa976a65d3168cf278bee6 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M cfg.lex M cfg.y M globals.c Log Message: ----------- Revert "[Core] Add core-option "reply_to_via"" This reverts commit d843fa68a0a0f1aa64b3127c52e6309435dc9aae. Commit: 8df20faf06841e8032a70ffc49dd8044ed178959 https://github.com/OpenSIPS/opensips/commit/8df20faf06841e8032a70ffc49dd8044ed178959 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/sl/sl_funcs.c Log Message: ----------- Revert "sl: If "reply_to_via" is set, send reply to IP/Port indicated in "Via"" This reverts commit 68f55e1d3a3084f09f1a8d1ec896ed74a35f8e41. Commit: 5ca41364b8c9e023c7ec968e461928ba484d17de https://github.com/OpenSIPS/opensips/commit/5ca41364b8c9e023c7ec968e461928ba484d17de Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/tm/t_lookup.c Log Message: ----------- Revert "tm: If "reply_to_via" is set, send reply to IP/Port indicated in "Via"" This reverts commit 7d9227b732fce6216f0eb7c0a371c4430a259e2b. Commit: e3b2c34fbb7781d21701b68585ab3c973e43fd06 https://github.com/OpenSIPS/opensips/commit/e3b2c34fbb7781d21701b68585ab3c973e43fd06 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/presence/utils_func.h Log Message: ----------- [presence] refine uandd_to_uri() changes Be sure we have at least one URI part (domain or user). Make more clear the TEL versus SIP handling Commit: fbf5e0bd6c03242c2cff71cd69eb0c06c91a2fb2 https://github.com/OpenSIPS/opensips/commit/fbf5e0bd6c03242c2cff71cd69eb0c06c91a2fb2 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M parser/parse_event.h Log Message: ----------- Fix identation Commit: ecb954378672fe8f5ac4a7b47c4203aa51b8044a https://github.com/OpenSIPS/opensips/commit/ecb954378672fe8f5ac4a7b47c4203aa51b8044a Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/presence/utils_func.c M modules/presence/utils_func.h M parser/parse_event.c M parser/parse_event.h Log Message: ----------- Merge branch 'carstenbock-presence_add_reginfo' Compare: https://github.com/OpenSIPS/opensips/compare/b7f471f7b106...ecb954378672 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 18 11:01:15 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 18 Apr 2024 04:01:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d7af85: presence_reginfo: Adding module for handling "reg"... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d7af8575dae66b031ebea601cec6ee397b392bd7 https://github.com/OpenSIPS/opensips/commit/d7af8575dae66b031ebea601cec6ee397b392bd7 Author: Carsten Bock Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: A modules/presence_reginfo/Makefile A modules/presence_reginfo/add_events.c A modules/presence_reginfo/add_events.h 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 Log Message: ----------- presence_reginfo: Adding module for handling "reg" events with "presence" Commit: 8ef1bf449af6bb6360a5b2382a2ffbf3b172aba0 https://github.com/OpenSIPS/opensips/commit/8ef1bf449af6bb6360a5b2382a2ffbf3b172aba0 Author: Bogdan Andrei IANCU Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: A modules/presence_reginfo/Makefile A modules/presence_reginfo/add_events.c A modules/presence_reginfo/add_events.h 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 Log Message: ----------- Merge pull request #3332 from carstenbock/presence_add_reginfo_module Presence: add "reginfo" module Compare: https://github.com/OpenSIPS/opensips/compare/ecb954378672...8ef1bf449af6 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 18 13:00:39 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 18 Apr 2024 06:00:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 39e8f9: Update ChangeLog for 3.4.5 Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 39e8f9257860ac6d87eeb71819437e619e9d2a67 https://github.com/OpenSIPS/opensips/commit/39e8f9257860ac6d87eeb71819437e619e9d2a67 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.4.5 Commit: ffdb1b4738be2afde2191bf8a9abe9ffa990fb70 https://github.com/OpenSIPS/opensips/commit/ffdb1b4738be2afde2191bf8a9abe9ffa990fb70 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.4.5 Compare: https://github.com/OpenSIPS/opensips/compare/f4921e3bf524...ffdb1b4738be To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 18 13:00:42 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 18 Apr 2024 06:00:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.4.5 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 Apr 18 13:00:47 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 18 Apr 2024 06:00:47 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 637ac1: Update ChangeLog for 3.2.18 Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 637ac1ed9e83da2f6b33bca975e1d21dceecb8b6 https://github.com/OpenSIPS/opensips/commit/637ac1ed9e83da2f6b33bca975e1d21dceecb8b6 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.2.18 Commit: 5ba2bf0cbb68931b4d795df89af32fc466d36289 https://github.com/OpenSIPS/opensips/commit/5ba2bf0cbb68931b4d795df89af32fc466d36289 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.2.18 Compare: https://github.com/OpenSIPS/opensips/compare/4cc2fce7c0a1...5ba2bf0cbb68 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 18 13:00:52 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 18 Apr 2024 06:00:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.18 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 Apr 18 13:02:19 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 18 Apr 2024 06:02:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 02d01a: pua_reginfo: New module for processing SUBSCRIBE f... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 02d01aa2e2e9cfe997bb810257cda60c3379f19e https://github.com/OpenSIPS/opensips/commit/02d01aa2e2e9cfe997bb810257cda60c3379f19e Author: Carsten Bock Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: A modules/pua_reginfo/Makefile 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 Log Message: ----------- pua_reginfo: New module for processing SUBSCRIBE for REG-Info messages, for remotely SUBSCRIBE regarding registration status and for sending PUBLISH upon updates. Commit: 9f0de9efebf27fd7504086c4a4ebd7e7c40cf6e0 https://github.com/OpenSIPS/opensips/commit/9f0de9efebf27fd7504086c4a4ebd7e7c40cf6e0 Author: Carsten Bock Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: M modules/pua/add_events.c M modules/pua/hash.h Log Message: ----------- pua: Add Events for reginfo Commit: 0d1a6d08a2c2d3bf1c4f852c2f9e4338b6665468 https://github.com/OpenSIPS/opensips/commit/0d1a6d08a2c2d3bf1c4f852c2f9e4338b6665468 Author: Bogdan Andrei IANCU Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/pua/add_events.c M modules/pua/hash.h A modules/pua_reginfo/Makefile 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 Log Message: ----------- Merge pull request #3333 from carstenbock/presence_add_pua_reginfo Presence add pua reginfo Compare: https://github.com/OpenSIPS/opensips/compare/8ef1bf449af6...0d1a6d08a2c2 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From liviu at opensips.org Thu Apr 18 13:14:59 2024 From: liviu at opensips.org (Liviu Chircu) Date: Thu, 18 Apr 2024 16:14:59 +0300 Subject: [OpenSIPS-Devel] [Minor Release] OpenSIPS 3.4.5 and 3.2.18 Minor Releases Message-ID: <1fa11025-9576-1110-e1d3-487efc42b219@opensips.org> Hi, everyone! A new round of stable minor releases is now out: *3.4.5 *and *3.2.18*, which include all fixes done in the past two months. Do make sure to schedule an update as soon as possible! Full changelogs: https://opensips.org/pub/opensips/3.4.5/ChangeLog https://opensips.org/pub/opensips/3.2.18/ChangeLog Please enjoy! OpenSIPS Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Thu Apr 18 14:42:56 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 18 Apr 2024 07:42:56 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 70b805: github/workflows: don't fail fast - allow other pl... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 70b805ed21929cdce904e4b9ebe23d03a21c2bb5 https://github.com/OpenSIPS/opensips/commit/70b805ed21929cdce904e4b9ebe23d03a21c2bb5 Author: Razvan Crainea Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M .github/workflows/main.yml M .github/workflows/multiarch.yml M .github/workflows/unittests.yml Log Message: ----------- github/workflows: don't fail fast - allow other platforms to run To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 18 15:57:04 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 18 Apr 2024 08:57:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7eee4a: pua_reginfo: Avoid clearing LIBS= flags during build Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7eee4aa1bad58c2b581c1410e84e0406d98c8b90 https://github.com/OpenSIPS/opensips/commit/7eee4aa1bad58c2b581c1410e84e0406d98c8b90 Author: Liviu Chircu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/pua_reginfo/Makefile Log Message: ----------- pua_reginfo: Avoid clearing LIBS= flags during build This breaks CI by clearing "-flto", which leads to unrecognizable ".o" files which the linker assumes to be bytecode (hint, hint: they are not). Thanks to Răzvan Crainea for helping troubleshoot this! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 18 16:24:31 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 18 Apr 2024 09:24:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 098835: Added presence_reginfo & pua_reginfo modules to th... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 098835cdc7ecd41a71c48174836db069ed3a7468 https://github.com/OpenSIPS/opensips/commit/098835cdc7ecd41a71c48174836db069ed3a7468 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M Makefile.conf.template Log Message: ----------- Added presence_reginfo & pua_reginfo modules to the list To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 18 17:09:15 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 18 Apr 2024 10:09:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0b03b7: [pua_reginfo] Fix docs syntax Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0b03b771d8bfe443c13ce1bdbbab0a4c7ec05fcd https://github.com/OpenSIPS/opensips/commit/0b03b771d8bfe443c13ce1bdbbab0a4c7ec05fcd Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/pua_reginfo/doc/pua_reginfo.xml M modules/pua_reginfo/doc/pua_reginfo_admin.xml Log Message: ----------- [pua_reginfo] Fix docs syntax Commit: 58c88e7cbecf0613708b8d1c04a9ee13b856cbd2 https://github.com/OpenSIPS/opensips/commit/58c88e7cbecf0613708b8d1c04a9ee13b856cbd2 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M modules/presence_reginfo/doc/presence_reginfo.xml M modules/presence_reginfo/doc/presence_reginfo_admin.xml Log Message: ----------- [presence_reginfo] fixed docs syntax Compare: https://github.com/OpenSIPS/opensips/compare/098835cdc7ec...58c88e7cbecf To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 18 17:24:38 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 18 Apr 2024 10:24:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6beb90: [pua/presence_reginfo] more in doc formating Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6beb906e57b09db7ffa6f5bae08e9186c6392388 https://github.com/OpenSIPS/opensips/commit/6beb906e57b09db7ffa6f5bae08e9186c6392388 Author: Bogdan-Andrei Iancu Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: A modules/presence_reginfo/README A modules/presence_reginfo/doc/contributors.xml M modules/presence_reginfo/doc/presence_reginfo.xml A modules/pua_reginfo/doc/contributors.xml M modules/pua_reginfo/doc/pua_reginfo.xml Log Message: ----------- [pua/presence_reginfo] more in doc formating To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Apr 19 15:59:08 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 19 Apr 2024 08:59:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 433218: tracer: set proper IP instead of FQDN for locally ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 433218a22d9b33fa346ffc418f0cd68cb99bab25 https://github.com/OpenSIPS/opensips/commit/433218a22d9b33fa346ffc418f0cd68cb99bab25 Author: Ovidiu Sas Date: 2024-04-11 (Thu, 11 Apr 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: set proper IP instead of FQDN for locally generated requests Commit: 2f7973a945dd31fabb3604134f7594e63a189cf4 https://github.com/OpenSIPS/opensips/commit/2f7973a945dd31fabb3604134f7594e63a189cf4 Author: Ovidiu Sas Date: 2024-04-12 (Fri, 12 Apr 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: set proper IP instead of FQDN for outgoing replies Commit: 0b9916c1bd5bb000cf93e761c79129409ecca615 https://github.com/OpenSIPS/opensips/commit/0b9916c1bd5bb000cf93e761c79129409ecca615 Author: Bogdan Andrei IANCU Date: 2024-04-19 (Fri, 19 Apr 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- Merge pull request #3364 from ovidiusas/master tracer: set proper IP instead of FQDN for locally generated requests and outgoing replies Compare: https://github.com/OpenSIPS/opensips/compare/6beb906e57b0...0b9916c1bd5b To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Apr 19 16:14:57 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 19 Apr 2024 09:14:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5b5ac2: Merge pull request #3364 from ovidiusas/master Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 5b5ac2768078e4cb068f2163fb09e9f310462821 https://github.com/OpenSIPS/opensips/commit/5b5ac2768078e4cb068f2163fb09e9f310462821 Author: Bogdan Andrei IANCU Date: 2024-04-19 (Fri, 19 Apr 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- Merge pull request #3364 from ovidiusas/master tracer: set proper IP instead of FQDN for locally generated requests and outgoing replies (cherry picked from commit 0b9916c1bd5bb000cf93e761c79129409ecca615) Commit: fc3609552a29aca2759514979684c1df81871325 https://github.com/OpenSIPS/opensips/commit/fc3609552a29aca2759514979684c1df81871325 Author: Bogdan-Andrei Iancu Date: 2024-04-19 (Fri, 19 Apr 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- [tracer] adapt the backport Compare: https://github.com/OpenSIPS/opensips/compare/ffdb1b4738be...fc3609552a29 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Apr 19 16:19:32 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 19 Apr 2024 09:19:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 31e1a6: Merge pull request #3364 from ovidiusas/master Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 31e1a6a490db4ef1846c7604f168187e2f9870b2 https://github.com/OpenSIPS/opensips/commit/31e1a6a490db4ef1846c7604f168187e2f9870b2 Author: Bogdan Andrei IANCU Date: 2024-04-19 (Fri, 19 Apr 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- Merge pull request #3364 from ovidiusas/master tracer: set proper IP instead of FQDN for locally generated requests and outgoing replies (cherry picked from commit 0b9916c1bd5bb000cf93e761c79129409ecca615) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Apr 20 20:38:07 2024 From: noreply at github.com (opensips-github) Date: Sat, 20 Apr 2024 13:38:07 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8bad0d: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 8bad0db150730aaf3ed3ef010332cebdfa43cce7 https://github.com/OpenSIPS/opensips/commit/8bad0db150730aaf3ed3ef010332cebdfa43cce7 Author: OpenSIPS Date: 2024-04-20 (Sat, 20 Apr 2024) Changed paths: M modules/tracer/README M modules/tracer/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 Apr 20 21:18:16 2024 From: noreply at github.com (opensips-github) Date: Sat, 20 Apr 2024 14:18:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b278b7: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: b278b74ae2b9251142dd44028fe01481ad1008b2 https://github.com/OpenSIPS/opensips/commit/b278b74ae2b9251142dd44028fe01481ad1008b2 Author: OpenSIPS Date: 2024-04-21 (Sun, 21 Apr 2024) Changed paths: M modules/tracer/README M modules/tracer/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 Apr 20 21:52:28 2024 From: noreply at github.com (opensips-github) Date: Sat, 20 Apr 2024 14:52:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9de45e: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9de45e002b1b3611bde2f873d085cc94344c2b3d https://github.com/OpenSIPS/opensips/commit/9de45e002b1b3611bde2f873d085cc94344c2b3d Author: OpenSIPS Date: 2024-04-21 (Sun, 21 Apr 2024) Changed paths: M modules/presence/README M modules/presence/doc/contributors.xml M modules/presence_reginfo/README M modules/presence_reginfo/doc/contributors.xml M modules/pua/README M modules/pua/doc/contributors.xml A modules/pua_reginfo/README M modules/pua_reginfo/doc/contributors.xml M modules/tracer/README M modules/tracer/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 bogdan at opensips.org Mon Apr 22 13:44:37 2024 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Mon, 22 Apr 2024 16:44:37 +0300 Subject: [OpenSIPS-Devel] OpenSIPS 3.5 release dates Message-ID: The upcoming OpenSIPS 3.5 beta release is scheduled for *9th of May*, with just days before the OpenSIPS Summit in Valencia. It focuses on #IMS (IP Multimedia Subsystem), mainly on CSCF components - a lot of development was done in the area and still work-in-progress. And, as usual, it will be the star of the Summit 2024 😉 https://www.opensips.org/Development/Opensips-3-5-Planning https://www.opensips.org/events/Summit-2024Valencia/ Best regards, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Mon Apr 22 15:37:05 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 22 Apr 2024 08:37:05 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8b96b7: [presence] fix federation with local HA combination Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8b96b70327ab80e14499edfabd6021d24acbc020 https://github.com/OpenSIPS/opensips/commit/8b96b70327ab80e14499edfabd6021d24acbc020 Author: Bogdan-Andrei Iancu Date: 2024-04-22 (Mon, 22 Apr 2024) Changed paths: M modules/presence/clustering.c M modules/presence/clustering.h M modules/presence/doc/presence_admin.xml M modules/presence/presence.c Log Message: ----------- [presence] fix federation with local HA combination Added a sharing tag to control which node (from the HA combination) is active in the federated cluster. See all the details here https://github.com/OpenSIPS/opensips/issues/2960 (this is fully backward compatible) Closes #2960 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Apr 22 15:51:01 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 22 Apr 2024 08:51:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 799da7: [presence] fix federation with local HA combination Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 799da7c2d516dbd435bd699f35bd6da9556c78eb https://github.com/OpenSIPS/opensips/commit/799da7c2d516dbd435bd699f35bd6da9556c78eb Author: Bogdan-Andrei Iancu Date: 2024-04-22 (Mon, 22 Apr 2024) Changed paths: M modules/presence/clustering.c M modules/presence/clustering.h M modules/presence/doc/presence_admin.xml M modules/presence/presence.c Log Message: ----------- [presence] fix federation with local HA combination Added a sharing tag to control which node (from the HA combination) is active in the federated cluster. See all the details here https://github.com/OpenSIPS/opensips/issues/2960 (this is fully backward compatible) Closes #2960 (cherry picked from commit 8b96b70327ab80e14499edfabd6021d24acbc020) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Apr 22 15:53:58 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 22 Apr 2024 08:53:58 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e65069: [presence] fix federation with local HA combination Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: e65069578f031ae5971e08d780f8b8c299185760 https://github.com/OpenSIPS/opensips/commit/e65069578f031ae5971e08d780f8b8c299185760 Author: Bogdan-Andrei Iancu Date: 2024-04-22 (Mon, 22 Apr 2024) Changed paths: M modules/presence/clustering.c M modules/presence/clustering.h M modules/presence/doc/presence_admin.xml M modules/presence/presence.c Log Message: ----------- [presence] fix federation with local HA combination Added a sharing tag to control which node (from the HA combination) is active in the federated cluster. See all the details here https://github.com/OpenSIPS/opensips/issues/2960 (this is fully backward compatible) Closes #2960 (cherry picked from commit 8b96b70327ab80e14499edfabd6021d24acbc020) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 23 03:29:02 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Apr 2024 20:29:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6fcfc7: tracer: do not trace dummy messages Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6fcfc706082c124809ed68186ce6299af884dccd https://github.com/OpenSIPS/opensips/commit/6fcfc706082c124809ed68186ce6299af884dccd Author: Razvan Crainea Date: 2024-04-23 (Tue, 23 Apr 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: do not trace dummy messages If a message is dummy, it should not be traced, as it is never actually sent to any participants. This fixes the errors dumped by the module when trying to trace a dummy (such as a locally generated BYE due to timeout) message that does not have a bind socket, erroneously logging `CRITICAL:tracer:proto2str: unsupported proto 0` To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 23 03:29:19 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 22 Apr 2024 20:29:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 79953d: tracer: do not trace dummy messages Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 79953d755a90152e5449592dbce47918f9f1f1ba https://github.com/OpenSIPS/opensips/commit/79953d755a90152e5449592dbce47918f9f1f1ba Author: Razvan Crainea Date: 2024-04-23 (Tue, 23 Apr 2024) Changed paths: M modules/tracer/tracer.c Log Message: ----------- tracer: do not trace dummy messages If a message is dummy, it should not be traced, as it is never actually sent to any participants. This fixes the errors dumped by the module when trying to trace a dummy (such as a locally generated BYE due to timeout) message that does not have a bind socket, erroneously logging `CRITICAL:tracer:proto2str: unsupported proto 0` (cherry picked from commit 6fcfc706082c124809ed68186ce6299af884dccd) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From bogdan at opensips.org Wed Apr 24 10:53:35 2024 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Wed, 24 Apr 2024 13:53:35 +0300 Subject: [OpenSIPS-Devel] OpenSIPS Summit 2024 - This is our content Message-ID: <95cbf0bc-20f4-403b-a892-61d8cb5e80ab@opensips.org> OpenSIPS Summit, 14-17 May, 2024, Valencia, Spain * 2 days of conference on SIP, VoIP, RTC and Open Source * 1 day of demos * 1 day of advanced training * 1 cozy dinner event * 1 bold catamaran sea trip For such a great content let's boost the opportunity with the *SUMMIT-24-LABOR-DAY* /50% discount code/ between *1-5 of May* - this is a truly great deal ! Register now ** -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Wed Apr 24 18:23:45 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 24 Apr 2024 11:23:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 09a7ea: [sql_cacher] fix computing the useful value size Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 09a7eafd11ae7a3d73937697f65e2adf0c27e3c5 https://github.com/OpenSIPS/opensips/commit/09a7eafd11ae7a3d73937697f65e2adf0c27e3c5 Author: Bogdan-Andrei Iancu Date: 2024-04-24 (Wed, 24 Apr 2024) Changed paths: M modules/sql_cacher/sql_cacher.c Log Message: ----------- [sql_cacher] fix computing the useful value size ...as the initial value may be overestimated if DOUBLE's are present Credits for reporting go to @ovidiusas To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Apr 24 18:59:03 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 24 Apr 2024 11:59:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6a8473: [proto_ws] fix mem leak when hdr parsing fails Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6a847364b5122d6abc76229c892fb8d48c24fac5 https://github.com/OpenSIPS/opensips/commit/6a847364b5122d6abc76229c892fb8d48c24fac5 Author: Bogdan-Andrei Iancu Date: 2024-04-24 (Wed, 24 Apr 2024) Changed paths: M modules/proto_ws/ws_handshake_common.h Log Message: ----------- [proto_ws] fix mem leak when hdr parsing fails Even if the hdr parsing failed (due to a bogus hdr), you still have to free whatever hdrs were already parsed ;) Reported by @11qeq11 Closes #3353 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Apr 24 19:00:46 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 24 Apr 2024 12:00:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 253ad4: [proto_ws] fix mem leak when hdr parsing fails Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 253ad43d3b69c667f4502ed7013a558c13c31823 https://github.com/OpenSIPS/opensips/commit/253ad43d3b69c667f4502ed7013a558c13c31823 Author: Bogdan-Andrei Iancu Date: 2024-04-24 (Wed, 24 Apr 2024) Changed paths: M modules/proto_ws/ws_handshake_common.h Log Message: ----------- [proto_ws] fix mem leak when hdr parsing fails Even if the hdr parsing failed (due to a bogus hdr), you still have to free whatever hdrs were already parsed ;) Reported by @11qeq11 Closes #3353 (cherry picked from commit 6a847364b5122d6abc76229c892fb8d48c24fac5) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed Apr 24 19:01:31 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 24 Apr 2024 12:01:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 702812: [proto_ws] fix mem leak when hdr parsing fails Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 702812fd53ba579e047308d3616ae6b7d797ac2d https://github.com/OpenSIPS/opensips/commit/702812fd53ba579e047308d3616ae6b7d797ac2d Author: Bogdan-Andrei Iancu Date: 2024-04-24 (Wed, 24 Apr 2024) Changed paths: M modules/proto_ws/ws_handshake_common.h Log Message: ----------- [proto_ws] fix mem leak when hdr parsing fails Even if the hdr parsing failed (due to a bogus hdr), you still have to free whatever hdrs were already parsed ;) Reported by @11qeq11 Closes #3353 (cherry picked from commit 6a847364b5122d6abc76229c892fb8d48c24fac5) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 25 06:30:19 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 24 Apr 2024 23:30:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0a24c2: Add remove() filtering by bflags Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0a24c258b0c8c5651b60b8004e0fb3e171df42eb https://github.com/OpenSIPS/opensips/commit/0a24c258b0c8c5651b60b8004e0fb3e171df42eb Author: Dudu Ben Moshe Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M modules/registrar/README M modules/registrar/doc/registrar_admin.xml M modules/registrar/reg_mod.c M modules/registrar/save.c M modules/registrar/save.h Log Message: ----------- Add remove() filtering by bflags Commit: 43726f8c1a5d70be3346433e95c214e679b4342a https://github.com/OpenSIPS/opensips/commit/43726f8c1a5d70be3346433e95c214e679b4342a Author: Bogdan Andrei IANCU Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M modules/registrar/README M modules/registrar/doc/registrar_admin.xml M modules/registrar/reg_mod.c M modules/registrar/save.c M modules/registrar/save.h Log Message: ----------- Merge pull request #3318 from vladpaiu/usrloc_remove_branch_filtering Add remove() filtering by bflags Compare: https://github.com/OpenSIPS/opensips/compare/6a847364b512...43726f8c1a5d To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 25 07:02:58 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 25 Apr 2024 00:02:58 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7fce69: [registrar] address issues on #3318 (bflag filteri... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7fce69b4429f806e3f91186ed86ae2765a517704 https://github.com/OpenSIPS/opensips/commit/7fce69b4429f806e3f91186ed86ae2765a517704 Author: Bogdan-Andrei Iancu Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M modules/registrar/doc/registrar_admin.xml M modules/registrar/reg_mod.c M modules/registrar/save.c M modules/registrar/save.h Log Message: ----------- [registrar] address issues on #3318 (bflag filtering for remove()) On top of 43726f8c1a5d70be3346433e95c214e679b4342a * be clear the param holds a single Branch Flag * use fixup to resolve the flag only once (suggested by @liviuchircu) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 25 12:08:44 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 25 Apr 2024 05:08:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 887f17: [registrar] removed old obsolete fixup function Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 887f17b6e076c89b845c81b6ed0741bd3c5177a7 https://github.com/OpenSIPS/opensips/commit/887f17b6e076c89b845c81b6ed0741bd3c5177a7 Author: Bogdan-Andrei Iancu Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M lib/reg/lookup.c Log Message: ----------- [registrar] removed old obsolete fixup function Commit: b7a8040711f5d801a361722d5ff5bce236ebdfb0 https://github.com/OpenSIPS/opensips/commit/b7a8040711f5d801a361722d5ff5bce236ebdfb0 Author: Bogdan-Andrei Iancu Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M lib/reg/lookup.c M lib/reg/lookup.h Log Message: ----------- [registrar] fix mem bug and mem leak in UA-regexp filter The compiled RE (for UA) is to be freed by the fixup-free function and not by the script function. Reported by @feiyingcheung Closes #3356 Compare: https://github.com/OpenSIPS/opensips/compare/7fce69b4429f...b7a8040711f5 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 25 12:11:10 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 25 Apr 2024 05:11:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f3912d: [registrar] removed old obsolete fixup function Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: f3912dc3466b7bb0a84f0f51d46ee4ad82a7c7f6 https://github.com/OpenSIPS/opensips/commit/f3912dc3466b7bb0a84f0f51d46ee4ad82a7c7f6 Author: Bogdan-Andrei Iancu Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M lib/reg/lookup.c Log Message: ----------- [registrar] removed old obsolete fixup function (cherry picked from commit 887f17b6e076c89b845c81b6ed0741bd3c5177a7) Commit: f8941cb77d3f6f26b626fbe92b728df5617ed561 https://github.com/OpenSIPS/opensips/commit/f8941cb77d3f6f26b626fbe92b728df5617ed561 Author: Bogdan-Andrei Iancu Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M lib/reg/lookup.c M lib/reg/lookup.h Log Message: ----------- [registrar] fix mem bug and mem leak in UA-regexp filter The compiled RE (for UA) is to be freed by the fixup-free function and not by the script function. Reported by @feiyingcheung Closes #3356 (cherry picked from commit b7a8040711f5d801a361722d5ff5bce236ebdfb0) Compare: https://github.com/OpenSIPS/opensips/compare/253ad43d3b69...f8941cb77d3f To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 25 13:22:00 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 25 Apr 2024 06:22:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a80ff8: [presence_callinfo] fix non-optional params for sc... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a80ff86657dc1bb31abb490f151b74317d99c1bd https://github.com/OpenSIPS/opensips/commit/a80ff86657dc1bb31abb490f151b74317d99c1bd Author: Bogdan-Andrei Iancu Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M modules/presence_callinfo/presence_callinfo.c Log Message: ----------- [presence_callinfo] fix non-optional params for sca_set_xxx_line() funcs The line parameter is supposed to be optional Reported by @NormB Closes #3361 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 25 13:23:01 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 25 Apr 2024 06:23:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] adf1f7: [presence_callinfo] fix non-optional params for sc... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: adf1f7907fe4136e9c974170e4905e905bfb034f https://github.com/OpenSIPS/opensips/commit/adf1f7907fe4136e9c974170e4905e905bfb034f Author: Bogdan-Andrei Iancu Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M modules/presence_callinfo/presence_callinfo.c Log Message: ----------- [presence_callinfo] fix non-optional params for sca_set_xxx_line() funcs The line parameter is supposed to be optional Reported by @NormB Closes #3361 (cherry picked from commit a80ff86657dc1bb31abb490f151b74317d99c1bd) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 25 13:23:19 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 25 Apr 2024 06:23:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6ccd85: [presence_callinfo] fix non-optional params for sc... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 6ccd853b06b1250b8a69ccdd0a1c077ad34ab5e1 https://github.com/OpenSIPS/opensips/commit/6ccd853b06b1250b8a69ccdd0a1c077ad34ab5e1 Author: Bogdan-Andrei Iancu Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M modules/presence_callinfo/presence_callinfo.c Log Message: ----------- [presence_callinfo] fix non-optional params for sca_set_xxx_line() funcs The line parameter is supposed to be optional Reported by @NormB Closes #3361 (cherry picked from commit a80ff86657dc1bb31abb490f151b74317d99c1bd) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 25 14:09:46 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 25 Apr 2024 07:09:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2a7c0c: cfg.y: fix socket specification without port Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2a7c0c69a033bd21ab7b8477aa1f1131c074e613 https://github.com/OpenSIPS/opensips/commit/2a7c0c69a033bd21ab7b8477aa1f1131c074e613 Author: Razvan Crainea Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M cfg.y Log Message: ----------- cfg.y: fix socket specification without port Complete b1ae0ec4f55873cd4f05cf0ae65182fced126e47 Close #3365 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Thu Apr 25 16:39:11 2024 From: noreply at github.com (Liviu Chircu) Date: Thu, 25 Apr 2024 09:39:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a86b7e: auth_aaa: Fix bad Digest-Qop AVP name with libfree... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a86b7e2cdde3924621d4cda5adb5bf83462ba544 https://github.com/OpenSIPS/opensips/commit/a86b7e2cdde3924621d4cda5adb5bf83462ba544 Author: Liviu Chircu Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M modules/auth_aaa/authaaa_mod.c Log Message: ----------- auth_aaa: Fix bad Digest-Qop AVP name with libfreeDiameter RADIUS and Diameter have different names for the QoP AVP, as they use "Digest-Qop" and "Digest-QoP", respectively. This patch fixes an issue where the libfreeDiameter cannot locate "Digest-Qop" in its dict. Credits to Ionuț Boangiu (ITSysCom) 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 Fri Apr 26 11:33:27 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 26 Apr 2024 04:33:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b8d57e: db/schema: fix dbtext dispatcher definition Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b8d57e0035e7e71e89ccc30470022a88beb99c71 https://github.com/OpenSIPS/opensips/commit/b8d57e0035e7e71e89ccc30470022a88beb99c71 Author: Ovidiu Sas Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M db/schema/dispatcher.xml Log Message: ----------- db/schema: fix dbtext dispatcher definition - allow null/empty values for priority and description fields Commit: 7930e854174f7b5690589ad6643ca8853e6eb3f5 https://github.com/OpenSIPS/opensips/commit/7930e854174f7b5690589ad6643ca8853e6eb3f5 Author: Bogdan Andrei IANCU Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M db/schema/dispatcher.xml Log Message: ----------- Merge pull request #3371 from ovidiusas/master db/schema: fix dbtext dispatcher definition Compare: https://github.com/OpenSIPS/opensips/compare/a86b7e2cdde3...7930e854174f To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Apr 26 12:08:54 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 26 Apr 2024 05:08:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6af903: [presence] fix evaluating shtag when cluster disabled Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6af90398171f8f872e68ffe52ee664a285ad6b6c https://github.com/OpenSIPS/opensips/commit/6af90398171f8f872e68ffe52ee664a285ad6b6c Author: Bogdan-Andrei Iancu Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M modules/presence/subscribe.c Log Message: ----------- [presence] fix evaluating shtag when cluster disabled Avoid evaluating sharing tags when the clustering support in presence module is disabled. Related to #3359 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Apr 26 12:10:13 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 26 Apr 2024 05:10:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2d82d2: [presence] fix evaluating shtag when cluster disabled Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 2d82d20eed7e0a58a87a0e7ffa0b6c626cb14368 https://github.com/OpenSIPS/opensips/commit/2d82d20eed7e0a58a87a0e7ffa0b6c626cb14368 Author: Bogdan-Andrei Iancu Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M modules/presence/subscribe.c Log Message: ----------- [presence] fix evaluating shtag when cluster disabled Avoid evaluating sharing tags when the clustering support in presence module is disabled. Related to #3359 (cherry picked from commit 6af90398171f8f872e68ffe52ee664a285ad6b6c) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Apr 26 12:10:45 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Fri, 26 Apr 2024 05:10:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c30eee: [presence] fix evaluating shtag when cluster disabled Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: c30eee9a6c6091d09b7c02484c408dcf0b30585a https://github.com/OpenSIPS/opensips/commit/c30eee9a6c6091d09b7c02484c408dcf0b30585a Author: Bogdan-Andrei Iancu Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M modules/presence/subscribe.c Log Message: ----------- [presence] fix evaluating shtag when cluster disabled Avoid evaluating sharing tags when the clustering support in presence module is disabled. Related to #3359 (cherry picked from commit 6af90398171f8f872e68ffe52ee664a285ad6b6c) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Apr 26 13:38:32 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 26 Apr 2024 06:38:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 999b8a: event_route: fix int interpretation in $param Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 999b8ac5d35f1e53af5cf854b3be2ef5936b2cd0 https://github.com/OpenSIPS/opensips/commit/999b8ac5d35f1e53af5cf854b3be2ef5936b2cd0 Author: Razvan Crainea Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M modules/event_route/event_route.c Log Message: ----------- event_route: fix int interpretation in $param Treat the integer as signed when building the $param value Many thanks to Norm Brandinger (@NormB on GitHub) for reporting it in #3367 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Apr 26 13:38:50 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 26 Apr 2024 06:38:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c36068: event_route: fix int interpretation in $param Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: c36068a2b71f9be3c75c6801ced5ab56e8bf1c02 https://github.com/OpenSIPS/opensips/commit/c36068a2b71f9be3c75c6801ced5ab56e8bf1c02 Author: Razvan Crainea Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M modules/event_route/event_route.c Log Message: ----------- event_route: fix int interpretation in $param Treat the integer as signed when building the $param value Many thanks to Norm Brandinger (@NormB on GitHub) for reporting it in #3367 (cherry picked from commit 999b8ac5d35f1e53af5cf854b3be2ef5936b2cd0) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Fri Apr 26 13:39:03 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 26 Apr 2024 06:39:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a6439c: event_route: fix int interpretation in $param Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: a6439cda5ceec403390b3c542d9fc50251b80cda https://github.com/OpenSIPS/opensips/commit/a6439cda5ceec403390b3c542d9fc50251b80cda Author: Razvan Crainea Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M modules/event_route/event_route.c Log Message: ----------- event_route: fix int interpretation in $param Treat the integer as signed when building the $param value Many thanks to Norm Brandinger (@NormB on GitHub) for reporting it in #3367 (cherry picked from commit 999b8ac5d35f1e53af5cf854b3be2ef5936b2cd0) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Sat Apr 27 20:38:24 2024 From: noreply at github.com (opensips-github) Date: Sat, 27 Apr 2024 13:38:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 441376: Rebuild documentation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 4413767a4251d514eb66ea9f43f7b9f2f2797aa9 https://github.com/OpenSIPS/opensips/commit/4413767a4251d514eb66ea9f43f7b9f2f2797aa9 Author: OpenSIPS Date: 2024-04-27 (Sat, 27 Apr 2024) Changed paths: M modules/event_route/README M modules/event_route/doc/contributors.xml M modules/presence/README M modules/presence/doc/contributors.xml M modules/presence_callinfo/README M modules/presence_callinfo/doc/contributors.xml M modules/proto_ws/README M modules/proto_ws/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 Apr 27 21:20:55 2024 From: noreply at github.com (opensips-github) Date: Sat, 27 Apr 2024 14:20:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9a503f: Rebuild documentation Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 9a503f35c799f464097ce4085d5f280fa6eadbf7 https://github.com/OpenSIPS/opensips/commit/9a503f35c799f464097ce4085d5f280fa6eadbf7 Author: OpenSIPS Date: 2024-04-28 (Sun, 28 Apr 2024) Changed paths: M modules/event_route/README M modules/event_route/doc/contributors.xml M modules/presence/README M modules/presence/doc/contributors.xml M modules/presence_callinfo/README M modules/presence_callinfo/doc/contributors.xml M modules/proto_ws/README M modules/proto_ws/doc/contributors.xml M modules/tracer/README M modules/tracer/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 Apr 27 21:56:03 2024 From: noreply at github.com (opensips-github) Date: Sat, 27 Apr 2024 14:56:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 65fdb1: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 65fdb1af152565e896e7658abfcaccf460cba7ff https://github.com/OpenSIPS/opensips/commit/65fdb1af152565e896e7658abfcaccf460cba7ff Author: OpenSIPS Date: 2024-04-28 (Sun, 28 Apr 2024) Changed paths: M modules/auth_aaa/README M modules/auth_aaa/doc/contributors.xml M modules/event_route/README M modules/event_route/doc/contributors.xml M modules/presence/README M modules/presence/doc/contributors.xml M modules/presence_callinfo/README M modules/presence_callinfo/doc/contributors.xml M modules/proto_ws/README M modules/proto_ws/doc/contributors.xml M modules/registrar/README M modules/registrar/doc/contributors.xml M modules/sql_cacher/README M modules/sql_cacher/doc/contributors.xml M modules/tracer/README M modules/tracer/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 Apr 29 14:34:54 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 29 Apr 2024 07:34:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 92b0dc: [pua] properly insert sh_tag into pua table Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 92b0dcfbdf75c456da2a66c607875ab60801df89 https://github.com/OpenSIPS/opensips/commit/92b0dcfbdf75c456da2a66c607875ab60801df89 Author: Bogdan-Andrei Iancu Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M modules/pua/pua.c Log Message: ----------- [pua] properly insert sh_tag into pua table Credits go to @NormB Fixes #3377 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Apr 29 15:00:45 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 29 Apr 2024 08:00:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 43dfdc: core: add bigint2str helper function Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 43dfdc8f694778641f36a993d4c6184a01ce5ba3 https://github.com/OpenSIPS/opensips/commit/43dfdc8f694778641f36a993d4c6184a01ce5ba3 Author: Ovidiu Sas Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M ut.h Log Message: ----------- core: add bigint2str helper function - convert bigint to string Commit: 8f680ac33c650523f93658a6415b1a38234fe81c https://github.com/OpenSIPS/opensips/commit/8f680ac33c650523f93658a6415b1a38234fe81c Author: Ovidiu Sas Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M modules/sqlops/sqlops.c M modules/sqlops/sqlops_db.c M modules/sqlops/sqlops_db.h Log Message: ----------- sqlops: new module parameter: bigint_to_str to control bigint output - allow bigint to be returned as string Commit: 304729cfc31b383aeba62c89808179119a29e93e https://github.com/OpenSIPS/opensips/commit/304729cfc31b383aeba62c89808179119a29e93e Author: Ovidiu Sas Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M modules/sqlops/doc/sqlops_admin.xml Log Message: ----------- sqlops: README: document bigint_to_str module parameter Commit: faeb93261879f3f0e3228eb6920d470419d46668 https://github.com/OpenSIPS/opensips/commit/faeb93261879f3f0e3228eb6920d470419d46668 Author: Bogdan Andrei IANCU Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M modules/sqlops/doc/sqlops_admin.xml M modules/sqlops/sqlops.c M modules/sqlops/sqlops_db.c M modules/sqlops/sqlops_db.h M ut.h Log Message: ----------- Merge pull request #3376 from ovidiusas/master sqlops: adding support for returning bigint in string format Compare: https://github.com/OpenSIPS/opensips/compare/92b0dcfbdf75...faeb93261879 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon Apr 29 18:09:47 2024 From: noreply at github.com (Liviu Chircu) Date: Mon, 29 Apr 2024 11:09:47 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 163f2f: Correct syntax Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 163f2fe3ee413874d7fe1a0c765b1221c6e603af https://github.com/OpenSIPS/opensips/commit/163f2fe3ee413874d7fe1a0c765b1221c6e603af Author: Norm Brandinger Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M modules/sqlops/sqlops.c Log Message: ----------- Correct syntax Commit: 812a3962a9816b93ada4058df044bc5d6c3c5c97 https://github.com/OpenSIPS/opensips/commit/812a3962a9816b93ada4058df044bc5d6c3c5c97 Author: Liviu Chircu Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M modules/sqlops/sqlops.c Log Message: ----------- Merge pull request #3382 from NormB/patch-1 Correct syntax Compare: https://github.com/OpenSIPS/opensips/compare/faeb93261879...812a3962a981 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 05:59:03 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 29 Apr 2024 22:59:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f019dd: [pua] properly insert sh_tag into pua table Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: f019ddc159e8f3a94ad011b30a53ab77a5a01f17 https://github.com/OpenSIPS/opensips/commit/f019ddc159e8f3a94ad011b30a53ab77a5a01f17 Author: Bogdan-Andrei Iancu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M modules/pua/pua.c Log Message: ----------- [pua] properly insert sh_tag into pua table Credits go to @NormB Fixes #3377 (cherry picked from commit 92b0dcfbdf75c456da2a66c607875ab60801df89) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 06:02:52 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 29 Apr 2024 23:02:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8630d5: [pua] properly insert sh_tag into pua table Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 8630d545891cbdf1db266c6906449effefff8be5 https://github.com/OpenSIPS/opensips/commit/8630d545891cbdf1db266c6906449effefff8be5 Author: Bogdan-Andrei Iancu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M modules/pua/pua.c Log Message: ----------- [pua] properly insert sh_tag into pua table Credits go to @NormB Fixes #3377 (cherry picked from commit 92b0dcfbdf75c456da2a66c607875ab60801df89) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 06:12:49 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 29 Apr 2024 23:12:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 15f522: sql_cacher: new module parameter: bigint_to_str to... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 15f52293863343fbcb51cef3d4aa0b44dbcb02f4 https://github.com/OpenSIPS/opensips/commit/15f52293863343fbcb51cef3d4aa0b44dbcb02f4 Author: Ovidiu Sas Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M modules/sql_cacher/sql_cacher.c M modules/sql_cacher/sql_cacher.h Log Message: ----------- sql_cacher: new module parameter: bigint_to_str to control bigint output - allow bigint to be returned as string Commit: b70249a94b6fcc17efddd22a3bb3ad7d1f40098d https://github.com/OpenSIPS/opensips/commit/b70249a94b6fcc17efddd22a3bb3ad7d1f40098d Author: Ovidiu Sas Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M modules/sql_cacher/doc/sql_cacher_admin.xml Log Message: ----------- sql_cacher: README: remove trailling empty spaces Commit: 43673c28292aed5382dd10de1be0dc7fb235197b https://github.com/OpenSIPS/opensips/commit/43673c28292aed5382dd10de1be0dc7fb235197b Author: Ovidiu Sas Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M modules/sql_cacher/doc/sql_cacher_admin.xml Log Message: ----------- sql_cacher: README: document bigint_to_str module parameter Commit: 320ef54c5f5788ce404cfb173619dd79a148f331 https://github.com/OpenSIPS/opensips/commit/320ef54c5f5788ce404cfb173619dd79a148f331 Author: Bogdan Andrei IANCU Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M modules/sql_cacher/doc/sql_cacher_admin.xml M modules/sql_cacher/sql_cacher.c M modules/sql_cacher/sql_cacher.h Log Message: ----------- Merge pull request #3381 from ovidiusas/master sql_cacher: adding support for returning bigint in string format Compare: https://github.com/OpenSIPS/opensips/compare/812a3962a981...320ef54c5f57 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 06:17:11 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 29 Apr 2024 23:17:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2b0c80: [sql_cacher] fix README format (on the bigint_to_s... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2b0c809a82dc275742a310d8a408944ffabeefd8 https://github.com/OpenSIPS/opensips/commit/2b0c809a82dc275742a310d8a408944ffabeefd8 Author: Bogdan-Andrei Iancu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M modules/sql_cacher/doc/sql_cacher_admin.xml Log Message: ----------- [sql_cacher] fix README format (on the bigint_to_str param) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 10:33:15 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 03:33:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b38b06: Fix the E_CORE_SHM_THRESHOLD event Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b38b06aa763d8c7457d5e87c28b2d5f6676c5798 https://github.com/OpenSIPS/opensips/commit/b38b06aa763d8c7457d5e87c28b2d5f6676c5798 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M mem/shm_mem.c Log Message: ----------- Fix the E_CORE_SHM_THRESHOLD event For some time now, this event has not been functional, due to init_shm_mallocs() being called *before* parsing the opensips.cfg, leading to un-initialized event holders and a quick-exit at runtime, including times when the event actually needs to be raised. Credits to Bogdan Iancu 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 Tue Apr 30 10:34:44 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 03:34:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a92e51: Fix the E_CORE_SHM_THRESHOLD event Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: a92e51397ef9a9957fbfa310d79747d258916ce9 https://github.com/OpenSIPS/opensips/commit/a92e51397ef9a9957fbfa310d79747d258916ce9 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M mem/shm_mem.c Log Message: ----------- Fix the E_CORE_SHM_THRESHOLD event For some time now, this event has not been functional, due to init_shm_mallocs() being called *before* parsing the opensips.cfg, leading to un-initialized event holders and a quick-exit at runtime, including times when the event actually needs to be raised. Credits to Bogdan Iancu for reporting this issue! (cherry picked from commit b38b06aa763d8c7457d5e87c28b2d5f6676c5798) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 10:34:45 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 03:34:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0eafd4: Fix the E_CORE_SHM_THRESHOLD event Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 0eafd4f7ffb8581722619c8a24c4d8935b9b491a https://github.com/OpenSIPS/opensips/commit/0eafd4f7ffb8581722619c8a24c4d8935b9b491a Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M mem/shm_mem.c Log Message: ----------- Fix the E_CORE_SHM_THRESHOLD event For some time now, this event has not been functional, due to init_shm_mallocs() being called *before* parsing the opensips.cfg, leading to un-initialized event holders and a quick-exit at runtime, including times when the event actually needs to be raised. Credits to Bogdan Iancu for reporting this issue! (cherry picked from commit b38b06aa763d8c7457d5e87c28b2d5f6676c5798) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 10:37:01 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 03:37:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 364deb: Fix the E_CORE_SHM_THRESHOLD event Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 364deb4d78c6b5adf00fdb4e877fc8621ffd4e52 https://github.com/OpenSIPS/opensips/commit/364deb4d78c6b5adf00fdb4e877fc8621ffd4e52 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M mem/shm_mem.c Log Message: ----------- Fix the E_CORE_SHM_THRESHOLD event For some time now, this event has not been functional, due to init_shm_mallocs() being called *before* parsing the opensips.cfg, leading to un-initialized event holders and a quick-exit at runtime, including times when the event actually needs to be raised. Credits to Bogdan Iancu for reporting this issue! (cherry picked from commit b38b06aa763d8c7457d5e87c28b2d5f6676c5798) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 10:54:33 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 03:54:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dbf794: Attempt to fix GitHub Workflow Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dbf794dccad5f2865f955e693c85a65bc5046237 https://github.com/OpenSIPS/opensips/commit/dbf794dccad5f2865f955e693c85a65bc5046237 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M scripts/build/apt_requirements.txt 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 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 12:08:48 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 05:08:48 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b8fdce: Fix a bunch of ARM32 printf() warnings (Ubuntu 22.04) Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b8fdce475d6c8b7a3df3b2ae1b6d7ec64a053d9c https://github.com/OpenSIPS/opensips/commit/b8fdce475d6c8b7a3df3b2ae1b6d7ec64a053d9c Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M lib/reg/ci.c M lib/reg/common.h Log Message: ----------- Fix a bunch of ARM32 printf() warnings (Ubuntu 22.04) Commit: d7fcd90432494b259b608d5397c6dd2bcdaa3f59 https://github.com/OpenSIPS/opensips/commit/d7fcd90432494b259b608d5397c6dd2bcdaa3f59 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: A scripts/build/apt_requirements.sh R scripts/build/apt_requirements.txt M scripts/build/install_depends.sh Log Message: ----------- Attempt #2 to fix GitHub Workflow Previous commit fixed 22.04 but broke 20.04, so this commit should make both work. Compare: https://github.com/OpenSIPS/opensips/compare/dbf794dccad5...d7fcd9043249 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 12:11:06 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 05:11:06 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 44c995: Fix package typo Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 44c995aae67d24f80161096a529ded398bd69c45 https://github.com/OpenSIPS/opensips/commit/44c995aae67d24f80161096a529ded398bd69c45 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M scripts/build/apt_requirements.sh Log Message: ----------- Fix package typo To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 12:14:29 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 05:14:29 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ecbb1e: Revert "github/workflows: don't fail fast - allow ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ecbb1e2de9f6703e8654228a3ed32fe63b8535e9 https://github.com/OpenSIPS/opensips/commit/ecbb1e2de9f6703e8654228a3ed32fe63b8535e9 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M .github/workflows/main.yml M .github/workflows/multiarch.yml M .github/workflows/unittests.yml Log Message: ----------- Revert "github/workflows: don't fail fast - allow other platforms to run" This reverts commit 70b805ed21929cdce904e4b9ebe23d03a21c2bb5. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 12:36:17 2024 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 30 Apr 2024 05:36:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9a2fc7: [dialog] relaxed the name of the dialog profiles Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9a2fc7ffa6a9c2f6d5f57c5c2e30278059ad3c0e https://github.com/OpenSIPS/opensips/commit/9a2fc7ffa6a9c2f6d5f57c5c2e30278059ad3c0e Author: Bogdan-Andrei Iancu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M modules/dialog/dlg_profile.c M modules/dialog/doc/dialog_admin.xml Log Message: ----------- [dialog] relaxed the name of the dialog profiles '-' and '_' are allowed (besides alphanum) in dialog profiles To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 12:36:52 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 05:36:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 761b84: github/workflows: Add exception for multi-arch Ubu... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 761b844e6804ccba2aa006a8d2efd873e2d54992 https://github.com/OpenSIPS/opensips/commit/761b844e6804ccba2aa006a8d2efd873e2d54992 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M scripts/build/apt_requirements.sh Log Message: ----------- github/workflows: Add exception for multi-arch Ubuntu 22.04 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 14:40:13 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 07:40:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 41a20d: Complete b8fdce475d (ARM32 warnings) Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 41a20d6deca2861e2dce6b06485b3e0347c8fb4c https://github.com/OpenSIPS/opensips/commit/41a20d6deca2861e2dce6b06485b3e0347c8fb4c Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M lib/reg/ci.c Log Message: ----------- Complete b8fdce475d (ARM32 warnings) Commit: 63c9eb2306d7989cd63e53e778317e11c8ed16b5 https://github.com/OpenSIPS/opensips/commit/63c9eb2306d7989cd63e53e778317e11c8ed16b5 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M scripts/build/apt_requirements.sh Log Message: ----------- github/workflows: Auto-detect available libodbc packages Compare: https://github.com/OpenSIPS/opensips/compare/761b844e6804...63c9eb2306d7 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 15:16:46 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 08:16:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3ab5a1: github/workflows: Move auto-detection post apt-update Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3ab5a1cfb6372a40032989fe5e9e4b36df80aa94 https://github.com/OpenSIPS/opensips/commit/3ab5a1cfb6372a40032989fe5e9e4b36df80aa94 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 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: Move auto-detection post apt-update To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 15:18:42 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 30 Apr 2024 08:18:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d82ab0: github/workflows: aggregate status of matrix jobs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d82ab0cd8fca6ff717734227aca265dba4df8aef https://github.com/OpenSIPS/opensips/commit/d82ab0cd8fca6ff717734227aca265dba4df8aef Author: Razvan Crainea Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M .github/workflows/main.yml Log Message: ----------- github/workflows: aggregate status of matrix jobs To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 15:25:24 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 30 Apr 2024 08:25:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 39fdc9: Reapply "github/workflows: don't fail fast - allow... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 39fdc98336a09cf6f2d7777f493a281e78e166aa https://github.com/OpenSIPS/opensips/commit/39fdc98336a09cf6f2d7777f493a281e78e166aa Author: Razvan Crainea Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M .github/workflows/main.yml M .github/workflows/multiarch.yml M .github/workflows/unittests.yml Log Message: ----------- Reapply "github/workflows: don't fail fast - allow other platforms to run" This reverts commit ecbb1e2de9f6703e8654228a3ed32fe63b8535e9. Commit: 6daabe7d028c2b87734492c481238fe125fad473 https://github.com/OpenSIPS/opensips/commit/6daabe7d028c2b87734492c481238fe125fad473 Author: Razvan Crainea Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M .github/workflows/multiarch.yml M .github/workflows/unittests.yml Log Message: ----------- github/workflows: aggregate multiarch and unittests Compare: https://github.com/OpenSIPS/opensips/compare/d82ab0cd8fca...6daabe7d028c To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 15:29:00 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 30 Apr 2024 08:29:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 567652: github/workflows: continue on fail to notify Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 567652f39a2ed7209053cdb78ed4c0cc8fe9835d https://github.com/OpenSIPS/opensips/commit/567652f39a2ed7209053cdb78ed4c0cc8fe9835d Author: Razvan Crainea Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M .github/workflows/main.yml M .github/workflows/multiarch.yml M .github/workflows/unittests.yml Log Message: ----------- github/workflows: continue on fail to notify To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 15:30:47 2024 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 30 Apr 2024 08:30:47 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1ad675: github/workflows: continue on error on job Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1ad6753da99bdc80ad8c2475fffeb350a9a1bcc8 https://github.com/OpenSIPS/opensips/commit/1ad6753da99bdc80ad8c2475fffeb350a9a1bcc8 Author: Razvan Crainea Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M .github/workflows/main.yml M .github/workflows/multiarch.yml M .github/workflows/unittests.yml Log Message: ----------- github/workflows: continue on error on job To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 15:33:34 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 08:33:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a09e75: github/workflows: Fix bash multi-line error Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a09e75e8610925f4737b57dbcb1a38ef79068a2e https://github.com/OpenSIPS/opensips/commit/a09e75e8610925f4737b57dbcb1a38ef79068a2e Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M scripts/build/apt_requirements_postupdate.sh Log Message: ----------- github/workflows: Fix bash multi-line error To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 15:41:45 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 08:41:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1e0ea1: github/workflows: Avoid fancy bash syntax Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1e0ea18a637553a4c4ab51fb95428f05c37ddd62 https://github.com/OpenSIPS/opensips/commit/1e0ea18a637553a4c4ab51fb95428f05c37ddd62 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M scripts/build/install_depends.sh Log Message: ----------- github/workflows: Avoid fancy bash syntax To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Apr 30 16:04:38 2024 From: noreply at github.com (Liviu Chircu) Date: Tue, 30 Apr 2024 09:04:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 61ba2c: b2b_entities: Fix ARM32 time_t warnings (Ubuntu 22... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 61ba2cc98cc63acca4774d153d6f66b5282831f0 https://github.com/OpenSIPS/opensips/commit/61ba2cc98cc63acca4774d153d6f66b5282831f0 Author: Liviu Chircu Date: 2024-04-30 (Tue, 30 Apr 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) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications