[OpenSIPS-Devel] OpenSIPS 3.5.0 major release, beta version

2024-05-09 Thread Bogdan-Andrei Iancu

Hello there !!

It is that time of the year to do our iteration - one more year, one 
more evolution step, one more OpenSIPS major release.


So, we are all happy to announce the beta release of *OpenSIPS 3.5.0 
major version* - and this 3.5 version is all about IMS, about _AKA 
authentication_ support, about the _DIAMETER and HTTP/2 IMS interfaces_, 
about _IPSEC support_ and more. Besides IMS, the 3.5 comes with _Launch 
Darkly_ integration, with _Message Queue_ support, with advanced _SQL 
operations_ and many more.


But here is the shortest possible description 
<https://www.opensips.org/About/Version-Overview-3-5-0> of this release; 
and be aware that it's actually not so short as nothing is short about 
3.5 and IMS !


Please keep in mind that 3.5.0 is still a beta release, targeting mid 
July to become fully stable. So, we still have some testing ahead of us :)


Many thanks to our awesome community for contributing with ideas, code, 
patches, tests and reports!


Looking for downloading it? See the tarball 
<http://opensips.org/pub/opensips/3.5.0> or the GIT repo 
<https://github.com/OpenSIPS/opensips/tree/3.5>.


Enjoy it,

--
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
  https://www.siphub.com
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 60f352: [PI] remove duplicates for `usr_preferences` table

2024-05-09 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 60f352e05f0794abea6ddc658b392fabcb4e8826
  
https://github.com/OpenSIPS/opensips/commit/60f352e05f0794abea6ddc658b392fabcb4e8826
  Author: Bogdan-Andrei Iancu 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M scripts/pi_http/pi_framework.xml

  Log Message:
  ---
  [PI] remove duplicates for `usr_preferences` table

The duplicate was a side effect of renaming avpops to sqlops



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] b99d7c: [dbschema] updated according to the latest `dispat...

2024-05-09 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b99d7c62a621263662d032b91e8fb758ec8a744b
  
https://github.com/OpenSIPS/opensips/commit/b99d7c62a621263662d032b91e8fb758ec8a744b
  Author: Bogdan-Andrei Iancu 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M scripts/db_berkeley/opensips/dispatcher
M scripts/dbtext/opensips/dispatcher
M scripts/mysql/dispatcher-create.sql
M scripts/oracle/dispatcher-create.sql
M scripts/postgres/dispatcher-create.sql
M scripts/sqlite/dispatcher-create.sql

  Log Message:
  ---
  [dbschema] updated according to the latest `dispatcher` format



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] afbdbd: [core] fix raising E_CORE_PROC_AUTO_SCALE

2024-05-08 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: afbdbdcf4fbcce78f6df1227642f7d2d529ab290
  
https://github.com/OpenSIPS/opensips/commit/afbdbdcf4fbcce78f6df1227642f7d2d529ab290
  Author: Bogdan-Andrei Iancu 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M pt_scaling.c

  Log Message:
  ---
  [core] fix raising E_CORE_PROC_AUTO_SCALE

The event is raised by the attendent process, which is not properly init for 
all event backends.
So better dispatch the event to the regular workers to be raised.



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 9f9e46: [sipmsgops] fixed section IDs in docs

2024-05-08 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9f9e4649bda894944b37c5c80bcaeaaab8cf84ca
  
https://github.com/OpenSIPS/opensips/commit/9f9e4649bda894944b37c5c80bcaeaaab8cf84ca
  Author: Bogdan-Andrei Iancu 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M modules/sipmsgops/doc/sipmsgops_admin.xml

  Log Message:
  ---
  [sipmsgops] fixed section IDs in docs



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 7a879a: Add sip2json pvar

2024-05-08 Thread Bogdan Andrei IANCU
 scripts/pi_http/avpops-table
M scripts/pi_http/pi_framework.xml
A scripts/pi_http/sqlops-mod
A scripts/pi_http/sqlops-table
R scripts/postgres/avpops-create.sql
M scripts/postgres/dialog-create.sql
A scripts/postgres/sqlops-create.sql
R scripts/sqlite/avpops-create.sql
M scripts/sqlite/dialog-create.sql
A scripts/sqlite/sqlops-create.sql
M sr_module.c
M str_list.h
M test/test_ut.c
M usr_avp.h
M ut.h

  Log Message:
  ---
  Merge branch 'OpenSIPS:master' into sip2json


  Commit: 043b7e09542e7c902c6b28e7366515dd673aad40
  
https://github.com/OpenSIPS/opensips/commit/043b7e09542e7c902c6b28e7366515dd673aad40
  Author: Bogdan Andrei IANCU 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M modules/sipmsgops/doc/sipmsgops_admin.xml
M modules/sipmsgops/sipmsgops.c

  Log Message:
  ---
  Merge pull request #3311 from vladpaiu/sip2json

Add sip2json pvar


Compare: 
https://github.com/OpenSIPS/opensips/compare/fa93ebbe65ab...043b7e09542e

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1248f8: tm: Add functionality to execute a route, whenever...

2024-05-08 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1248f80b976c29d10857c4fb3ce129a1740bde69
  
https://github.com/OpenSIPS/opensips/commit/1248f80b976c29d10857c4fb3ce129a1740bde69
  Author: Carsten Bock 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M modules/tm/doc/tm_admin.xml
M modules/tm/t_reply.c
M modules/tm/t_reply.h
M modules/tm/tm.c
M modules/tm/uac.c
M modules/tm/uac.h

  Log Message:
  ---
  tm: Add functionality to execute a route, whenever TM creates a request or 
reply


  Commit: fa93ebbe65ab3fabdfa58a1c34e6f13f48635368
  
https://github.com/OpenSIPS/opensips/commit/fa93ebbe65ab3fabdfa58a1c34e6f13f48635368
  Author: Bogdan-Andrei Iancu 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M modules/tm/doc/tm_admin.xml
M modules/tm/t_reply.c
M modules/tm/t_reply.h
M modules/tm/tm.c
M modules/tm/uac.c
M modules/tm/uac.h

  Log Message:
  ---
  [tm] Changes on the new `local_reply/request_route` mod params

Improve the names of the variables.
Improve docs with more details.
Make `local_reply_route` a generic route, not a onreply route (as it taints the 
concept of onreply routes)
Related to #3329
Complets 57b122f29e0872b221e40fba6f9e900362f8c2ce


Compare: 
https://github.com/OpenSIPS/opensips/compare/43477da50c67...fa93ebbe65ab

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 07e4fe: [proto_hep] avoid hard dependency to `tls_mgm`

2024-05-08 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 07e4febb39181c09feb67c980fbf816412ee6f8c
  
https://github.com/OpenSIPS/opensips/commit/07e4febb39181c09feb67c980fbf816412ee6f8c
  Author: Bogdan-Andrei Iancu 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M modules/proto_hep/doc/proto_hep_admin.xml
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] avoid hard dependency to `tls_mgm`

Load the tls_mgm module ONLY if a TLS HEP socket is defined



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 46db9d: [uac_registrant] tune the calculation of the timeo...

2024-05-07 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 46db9d93a96629bb480558947a0487ef3f255c01
  
https://github.com/OpenSIPS/opensips/commit/46db9d93a96629bb480558947a0487ef3f255c01
  Author: Bogdan-Andrei Iancu 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M modules/uac_registrant/registrant.c

  Log Message:
  ---
  [uac_registrant] tune the calculation of the timeout in error cases

Use the "expires" if the "failure_retry_interval" is not set
Completes #3270
Related to 570c853beb2b8fa24f65cf29d81917833d45acf8


  Commit: da52437b08e83c6f73af340fca20fd5738ce03d8
  
https://github.com/OpenSIPS/opensips/commit/da52437b08e83c6f73af340fca20fd5738ce03d8
  Author: Bogdan-Andrei Iancu 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M modules/uac_registrant/doc/uac_registrant_admin.xml

  Log Message:
  ---
  [uac_registrant] add `failure_retry_interval` to docs

Completes #3270
Related to 570c853beb2b8fa24f65cf29d81917833d45acf


  Commit: ca98f5778f73425d6e623c3aae93a3ceff79af37
  
https://github.com/OpenSIPS/opensips/commit/ca98f5778f73425d6e623c3aae93a3ceff79af37
  Author: Bogdan-Andrei Iancu 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M modules/uac_registrant/doc/uac_registrant_admin.xml
M modules/uac_registrant/registrant.c

  Log Message:
  ---
  [uac_registrant] added new reg_force_register MI command

to force the (re-)registration of a record (before its normal timeout/retry 
interval)


Compare: 
https://github.com/OpenSIPS/opensips/compare/570c853beb2b...ca98f5778f73

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] c3b135: uac_registrant: add "failure_retry_interval" modparam

2024-05-07 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c3b1356a1bf72272dfdae9cdaaf286901caeab0b
  
https://github.com/OpenSIPS/opensips/commit/c3b1356a1bf72272dfdae9cdaaf286901caeab0b
  Author: James Stanley 
  Date:   2023-12-23 (Sat, 23 Dec 2023)

  Changed paths:
M modules/uac_registrant/registrant.c

  Log Message:
  ---
  uac_registrant: add "failure_retry_interval" modparam


  Commit: 570c853beb2b8fa24f65cf29d81917833d45acf8
  
https://github.com/OpenSIPS/opensips/commit/570c853beb2b8fa24f65cf29d81917833d45acf8
  Author: Bogdan Andrei IANCU 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M modules/uac_registrant/registrant.c

  Log Message:
  ---
  Merge pull request #3270 from jes/jes/failure-retry-interval

uac_registrant: add "failure_retry_interval" modparam


Compare: 
https://github.com/OpenSIPS/opensips/compare/7ea63f394eb0...570c853beb2b

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 6f6bb1: Update notify.c to reduce noisy logs

2024-05-07 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 6f6bb1af4a2919cbb369a202f08efd5ad4f23d2f
  
https://github.com/OpenSIPS/opensips/commit/6f6bb1af4a2919cbb369a202f08efd5ad4f23d2f
  Author: Norm Brandinger 
  Date:   2024-05-02 (Thu, 02 May 2024)

  Changed paths:
M modules/presence/notify.c

  Log Message:
  ---
  Update notify.c to reduce noisy logs


  Commit: 7ea63f394eb0c739362ba0ba9ce6f5b9398f655f
  
https://github.com/OpenSIPS/opensips/commit/7ea63f394eb0c739362ba0ba9ce6f5b9398f655f
  Author: Bogdan Andrei IANCU 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M modules/presence/notify.c

  Log Message:
  ---
  Merge pull request #3384 from NormB/NormB-patch-2

Update notify.c to reduce noisy logs


Compare: 
https://github.com/OpenSIPS/opensips/compare/34520687b709...7ea63f394eb0

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 9a2fc7: [dialog] relaxed the name of the dialog profiles

2024-04-30 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 2b0c80: [sql_cacher] fix README format (on the bigint_to_s...

2024-04-30 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 15f522: sql_cacher: new module parameter: bigint_to_str to...

2024-04-30 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8630d5: [pua] properly insert sh_tag into pua table

2024-04-30 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] f019dd: [pua] properly insert sh_tag into pua table

2024-04-30 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 43dfdc: core: add bigint2str helper function

2024-04-29 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 92b0dc: [pua] properly insert sh_tag into pua table

2024-04-29 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] c30eee: [presence] fix evaluating shtag when cluster disabled

2024-04-26 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 2d82d2: [presence] fix evaluating shtag when cluster disabled

2024-04-26 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 6af903: [presence] fix evaluating shtag when cluster disabled

2024-04-26 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] b8d57e: db/schema: fix dbtext dispatcher definition

2024-04-26 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 6ccd85: [presence_callinfo] fix non-optional params for sc...

2024-04-25 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] adf1f7: [presence_callinfo] fix non-optional params for sc...

2024-04-25 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] a80ff8: [presence_callinfo] fix non-optional params for sc...

2024-04-25 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] f3912d: [registrar] removed old obsolete fixup function

2024-04-25 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 887f17: [registrar] removed old obsolete fixup function

2024-04-25 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 7fce69: [registrar] address issues on #3318 (bflag filteri...

2024-04-25 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0a24c2: Add remove() filtering by bflags

2024-04-25 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 702812: [proto_ws] fix mem leak when hdr parsing fails

2024-04-24 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 253ad4: [proto_ws] fix mem leak when hdr parsing fails

2024-04-24 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 6a8473: [proto_ws] fix mem leak when hdr parsing fails

2024-04-24 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 09a7ea: [sql_cacher] fix computing the useful value size

2024-04-24 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] OpenSIPS Summit 2024 - This is our content

2024-04-24 Thread Bogdan-Andrei Iancu


   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

<https://www.opensips.org/events/Summit-2024Valencia/>

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 <https://www.opensips.org/events/Summit-2024Valencia/#pricing>

**






    


--
Bogdan-Andrei Iancu
  OpenSIPS Founder and Developer
  http://www.opensips-solutions.com
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] e65069: [presence] fix federation with local HA combination

2024-04-22 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 799da7: [presence] fix federation with local HA combination

2024-04-22 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8b96b7: [presence] fix federation with local HA combination

2024-04-22 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] OpenSIPS 3.5 release dates

2024-04-22 Thread Bogdan-Andrei Iancu
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
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 31e1a6: Merge pull request #3364 from ovidiusas/master

2024-04-19 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 5b5ac2: Merge pull request #3364 from ovidiusas/master

2024-04-19 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 433218: tracer: set proper IP instead of FQDN for locally ...

2024-04-19 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 6beb90: [pua/presence_reginfo] more in doc formating

2024-04-18 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0b03b7: [pua_reginfo] Fix docs syntax

2024-04-18 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 098835: Added presence_reginfo & pua_reginfo modules to th...

2024-04-18 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 02d01a: pua_reginfo: New module for processing SUBSCRIBE f...

2024-04-18 Thread Bogdan Andrei IANCU
  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 # 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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] d7af85: presence_reginfo: Adding module for handling "reg"...

2024-04-18 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] d843fa: [Core] Add core-option "reply_to_via"

2024-04-18 Thread Bogdan Andrei IANCU
3906d9162a031a5ef9b6084006d0e4fd90d4d4
  
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/s

[OpenSIPS-Devel] [OpenSIPS/opensips] 744874: Removed the useless FL_FORCE_ACTIVE msg flag

2024-04-11 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1ab78f: [core] adds back the ability to reply to VIA (and ...

2024-04-11 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 3d880e: db_text: new parameter: buffer_size

2024-04-11 Thread Bogdan Andrei IANCU
  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

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] OpenSIPS Summit 2024 - Speaker's lineup

2024-04-04 Thread Bogdan-Andrei Iancu

<https://www.opensips.org/events/Summit-2024Valencia>


 OpenSIPS Summit


 May 14th - 17th, 2024

Valencia, Spain


*Speaker's lineup & Schedule
*

We bring here the list of speakers and papers 
<https://www.opensips.org/events/Summit-2024Valencia/#schedules> - great 
speakers presenting great topics to share experience and knowledge to a 
great audience. Explore here all the details...


<https://www.opensips.org/events/Summit-2024Valencia/#schedules>

*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 <https://www.opensips.org/events/Summit-2024Valencia/#pricing>

**



    

    
    


--
Bogdan-Andrei Iancu
  OpenSIPS Founder and Developer
  http://www.opensips-solutions.com
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1791be: [drouting] fixed weight based selection

2024-03-29 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1791be24fd3b4eb60564f7d57b894bcb671b42c2
  
https://github.com/OpenSIPS/opensips/commit/1791be24fd3b4eb60564f7d57b894bcb671b42c2
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-29 (Fri, 29 Mar 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 :(

(cherry picked from commit cdd84307a4b4cc08209111e96adef0df8b6ae3ea)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 073db8: [drouting] fixed weight based selection

2024-03-29 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 073db8237f7cfda49448b6a456e1293b176f3733
  
https://github.com/OpenSIPS/opensips/commit/073db8237f7cfda49448b6a456e1293b176f3733
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-29 (Fri, 29 Mar 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 :(

(cherry picked from commit cdd84307a4b4cc08209111e96adef0df8b6ae3ea)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 40f661: [drouting] fixed weight based selection

2024-03-29 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 40f661bba79791c24400bfb47cc35a7f67b2886a
  
https://github.com/OpenSIPS/opensips/commit/40f661bba79791c24400bfb47cc35a7f67b2886a
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-29 (Fri, 29 Mar 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 :(

(cherry picked from commit cdd84307a4b4cc08209111e96adef0df8b6ae3ea)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] cdd843: [drouting] fixed weight based selection

2024-03-29 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: cdd84307a4b4cc08209111e96adef0df8b6ae3ea
  
https://github.com/OpenSIPS/opensips/commit/cdd84307a4b4cc08209111e96adef0df8b6ae3ea
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-29 (Fri, 29 Mar 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 :(



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] If it's May, it's OpenSIPS Summit

2024-03-26 Thread Bogdan-Andrei Iancu


Spring is here and May is getting closer and closer - and we celebrate 
this OpenSIPS Summit vibe with the *summit-24-flash-sale* 50% discount 
code for all registrations between 28th 00:00 and 31th 23:59 GMT - we 
love March . This special offer is limited to 20 seats, so hurry up !


https://www.opensips.org/events/Summit-2024Valencia/#pricing

See you in Valencia!

--
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
  https://www.siphub.com
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 7b24df: [stir_shaken] fix using the right Identity hdr...

2024-03-20 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7b24df60bfdd9ec519fc34c7a9cba1dbedd38ce5
  
https://github.com/OpenSIPS/opensips/commit/7b24df60bfdd9ec519fc34c7a9cba1dbedd38ce5
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-20 (Wed, 20 Mar 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



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] a185c9: [db] fix wrong size for mangled_from/to_uri column...

2024-03-19 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a185c90b17940a6d75e5b8e8fa3c20e758ef2672
  
https://github.com/OpenSIPS/opensips/commit/a185c90b17940a6d75e5b8e8fa3c20e758ef2672
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-19 (Tue, 19 Mar 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 :)

(cherry picked from commit 18e7d8dbb56289e83531f51983f63e58f152ef3f)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] de6fcb: [db] fix wrong size for mangled_from/to_uri column...

2024-03-19 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: de6fcb66b3bbdc6d22b7db6ac4ac0f342fbeb47b
  
https://github.com/OpenSIPS/opensips/commit/de6fcb66b3bbdc6d22b7db6ac4ac0f342fbeb47b
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-19 (Tue, 19 Mar 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 :)

(cherry picked from commit 18e7d8dbb56289e83531f51983f63e58f152ef3f)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 18e7d8: [db] fix wrong size for mangled_from/to_uri column...

2024-03-19 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 18e7d8dbb56289e83531f51983f63e58f152ef3f
  
https://github.com/OpenSIPS/opensips/commit/18e7d8dbb56289e83531f51983f63e58f152ef3f
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-19 (Tue, 19 Mar 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 :)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [Blog] The SQL support, reloaded (in OpenSIPS 3.5)

2024-03-13 Thread Bogdan-Andrei Iancu


Born from the AVPops ashes, the SQLops module is here to provide JSON 
structured SQL querying capabilities, from script level, with prepared 
statements support and many other facilities and boosts . Read all 
about this


    https://blog.opensips.org/2024/03/13/the-sql-support-reloaded/

Enjoy,

--
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
  https://www.siphub.com


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0793d7: [sqlops] improve prepare statements support

2024-03-13 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0793d71878ee9bf41f25e3e1d653cfc4933b401b
  
https://github.com/OpenSIPS/opensips/commit/0793d71878ee9bf41f25e3e1d653cfc4933b401b
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-13 (Wed, 13 Mar 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: de922d293c217bb628bb602d74dc3fa198d4cc82
  
https://github.com/OpenSIPS/opensips/commit/de922d293c217bb628bb602d74dc3fa198d4cc82
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-13 (Wed, 13 Mar 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: 9ec3a02e3c49ce60e3fda59b10f05a8479fdd4c9
  
https://github.com/OpenSIPS/opensips/commit/9ec3a02e3c49ce60e3fda59b10f05a8479fdd4c9
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-13 (Wed, 13 Mar 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.


Compare: 
https://github.com/OpenSIPS/opensips/compare/71fd974fe6bc...9ec3a02e3c49

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 3a7cc6: [dbops] renamed to sqlops

2024-03-13 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 3a7cc6a12677eecffc19c651affe0c4851ef2a01
  
https://github.com/OpenSIPS/opensips/commit/3a7cc6a12677eecffc19c651affe0c4851ef2a01
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-13 (Wed, 13 Mar 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: 5d01414970814b353a29c376312fb2e024dfd198
  
https://github.com/OpenSIPS/opensips/commit/5d01414970814b353a29c376312fb2e024dfd198
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-13 (Wed, 13 Mar 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: 5053c580b9d9f0f261583ce27b754c42e0d5bef8
  
https://github.com/OpenSIPS/opensips/commit/5053c580b9d9f0f261583ce27b754c42e0d5bef8
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-13 (Wed, 13 Mar 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: 71fd974fe6bcf3c389335a3160f5bd8fc3e1f551
  
https://github.com/OpenSIPS/opensips/commit/71fd974fe6bcf3c389335a3160f5bd8fc3e1f551
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-13 (Wed, 13 Mar 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


Compare: 
https://github.com/OpenSIPS/opensips/compare/d15a7d8a8ec6...71fd974fe6bc

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] d15a7d: [dbops] fixed bogus condition on JSON handling

2024-03-12 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d15a7d8a8ec673d460324f434b951db7ececf0b4
  
https://github.com/OpenSIPS/opensips/commit/d15a7d8a8ec673d460324f434b951db7ececf0b4
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-12 (Tue, 12 Mar 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



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 254fa4: [dbops] fix +1 overreading during memcmp

2024-03-12 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 254fa4b967e2a72fbc6be833f19bf02a2ffd9004
  
https://github.com/OpenSIPS/opensips/commit/254fa4b967e2a72fbc6be833f19bf02a2ffd9004
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-12 (Tue, 12 Mar 2024)

  Changed paths:
M modules/dbops/dbops_db.c

  Log Message:
  ---
  [dbops] fix +1 overreading during memcmp

Reported by CI



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 4befbb: [dbops] remove obsolete flags from docs

2024-03-12 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4befbb436d27011c8bd05c48ece4a1961d4f0ef4
  
https://github.com/OpenSIPS/opensips/commit/4befbb436d27011c8bd05c48ece4a1961d4f0ef4
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-12 (Tue, 12 Mar 2024)

  Changed paths:
M modules/dbops/doc/dbops_admin.xml

  Log Message:
  ---
  [dbops] remove obsolete flags from docs


  Commit: 80c2ee12dfc7f754e48af51cec47dc26b8cf0d3a
  
https://github.com/OpenSIPS/opensips/commit/80c2ee12dfc7f754e48af51cec47dc26b8cf0d3a
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-12 (Tue, 12 Mar 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: 518c4f94d82b589f5645dfb8e92ad095f772730e
  
https://github.com/OpenSIPS/opensips/commit/518c4f94d82b589f5645dfb8e92ad095f772730e
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-12 (Tue, 12 Mar 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: 12b9ba4a8af0c9191d7567ebdce298fad9a8723c
  
https://github.com/OpenSIPS/opensips/commit/12b9ba4a8af0c9191d7567ebdce298fad9a8723c
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-12 (Tue, 12 Mar 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: 5b7d83d4399b718601ba01f6a95be44f6b9a2f03
  
https://github.com/OpenSIPS/opensips/commit/5b7d83d4399b718601ba01f6a95be44f6b9a2f03
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-12 (Tue, 12 Mar 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: 5efa82fcdee49c20377460b0ebfd94d1a73337ea
  
https://github.com/OpenSIPS/opensips/commit/5efa82fcdee49c20377460b0ebfd94d1a73337ea
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-12 (Tue, 12 Mar 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


Compare: 
https://github.com/OpenSIPS/opensips/compare/64fd8c7e97ed...5efa82fcdee4

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [Blog] Launch Darkly integration with OpenSIPS 3.5

2024-03-04 Thread Bogdan-Andrei Iancu

Hi all,

Starting version 3.5 (current devel), OpenSIPS offers integration with 
Launch Darkly service for in-cloud features flag support


https://blog.opensips.org/2024/03/04/launchdarkly-integration-with-opensips-3-5/

Enjoy,

--
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
  https://www.siphub.com


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] d5a7f5: [dbops] add db_query_one() function

2024-03-01 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d5a7f5d49f96bd07977c13bd19d6c95099c5480a
  
https://github.com/OpenSIPS/opensips/commit/d5a7f5d49f96bd07977c13bd19d6c95099c5480a
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
A modules/dbops/README
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] add db_query_one() function

that returns only the first row, may store in any kind of variable and set out 
var to NULL upon DB NULL



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 257190: [db] regenerated schema with DBops instead of AVPops

2024-02-29 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 2571904865720fdc875f08bdefe3d5820f185f44
  
https://github.com/OpenSIPS/opensips/commit/2571904865720fdc875f08bdefe3d5820f185f44
  Author: Bogdan-Andrei Iancu 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
R db/schema/opensips-avpops.xml
A db/schema/opensips-dbops.xml
R scripts/mysql/avpops-create.sql
A scripts/mysql/dbops-create.sql
R scripts/oracle/avpops-create.sql
A scripts/oracle/dbops-create.sql
R scripts/pi_http/avpops-mod
R scripts/pi_http/avpops-table
A scripts/pi_http/dbops-mod
A scripts/pi_http/dbops-table
M scripts/pi_http/pi_framework.xml
R scripts/postgres/avpops-create.sql
A scripts/postgres/dbops-create.sql
R scripts/sqlite/avpops-create.sql
A scripts/sqlite/dbops-create.sql

  Log Message:
  ---
  [db] regenerated schema with DBops instead of AVPops



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1083c0: [dispatcher] move destination into PROBING if send...

2024-02-29 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1083c0efd2ee3d3e4dda392f499e6ec4aa7df7fd
  
https://github.com/OpenSIPS/opensips/commit/1083c0efd2ee3d3e4dda392f499e6ec4aa7df7fd
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-29 (Thu, 29 Feb 2024)

  Changed paths:
M modules/dispatcher/dispatch.c

  Log Message:
  ---
  [dispatcher] move destination into PROBING if sending the probe failed

Fixes 3285



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 75b6cc: [db_postgres] fix the SSL control over the "use_tl...

2024-02-28 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 75b6cc54208c73d1b7226db57da332f8487a3474
  
https://github.com/OpenSIPS/opensips/commit/75b6cc54208c73d1b7226db57da332f8487a3474
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
M modules/db_postgres/doc/db_postgres_admin.xml
M modules/db_postgres/pg_con.c

  Log Message:
  ---
  [db_postgres] fix the SSL control over the "use_tls" parameter


  Commit: 6d6fb2b749c0a3220bc30a57949abd7121e413cc
  
https://github.com/OpenSIPS/opensips/commit/6d6fb2b749c0a3220bc30a57949abd7121e413cc
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-28 (Wed, 28 Feb 2024)

  Changed paths:
M modules/db_postgres/doc/db_postgres_admin.xml
M modules/db_postgres/pg_con.c

  Log Message:
  ---
  Merge pull request #3309 from bogdan-iancu/master

[db_postgres] fix the SSL control over the "use_tls" parameter


Compare: 
https://github.com/OpenSIPS/opensips/compare/c87a903518e2...6d6fb2b749c0

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] ee6ff9: Add generate_data_md5 param

2024-02-28 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: ee6ff95274ef393a8b9c91e9d93de03d9a930a20
  
https://github.com/OpenSIPS/opensips/commit/ee6ff95274ef393a8b9c91e9d93de03d9a930a20
  Author: Vlad Paiu 
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
M modules/drouting/README
M modules/drouting/doc/drouting_admin.xml
M modules/drouting/dr_load.c
M modules/drouting/dr_load.h
M modules/drouting/dr_partitions.h
M modules/drouting/drouting.c
M modules/drouting/routing.c
M modules/drouting/routing.h

  Log Message:
  ---
  Add generate_data_md5 param


  Commit: 97a1c98ac45d5f86c336f3c488666b31982cc586
  
https://github.com/OpenSIPS/opensips/commit/97a1c98ac45d5f86c336f3c488666b31982cc586
  Author: Vlad Paiu 
  Date:   2024-02-28 (Wed, 28 Feb 2024)

  Changed paths:
M modules/drouting/doc/drouting_admin.xml
M modules/drouting/drouting.c

  Log Message:
  ---
  Change param name to generate_data_checksum


  Commit: c87a903518e2dcb919e4592e6bf24aa5b0b61841
  
https://github.com/OpenSIPS/opensips/commit/c87a903518e2dcb919e4592e6bf24aa5b0b61841
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-28 (Wed, 28 Feb 2024)

  Changed paths:
M modules/drouting/README
M modules/drouting/doc/drouting_admin.xml
M modules/drouting/dr_load.c
M modules/drouting/dr_load.h
M modules/drouting/dr_partitions.h
M modules/drouting/drouting.c
M modules/drouting/routing.c
M modules/drouting/routing.h

  Log Message:
  ---
  Merge pull request #3313 from vladpaiu/drouting_data_hashing

Add generate_data_md5 param


Compare: 
https://github.com/OpenSIPS/opensips/compare/ca0006b10748...c87a903518e2

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] df2483: Add MI fetching of keys based on glob

2024-02-27 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: df24836d31217a88b201c9f82964041a85cdefdd
  
https://github.com/OpenSIPS/opensips/commit/df24836d31217a88b201c9f82964041a85cdefdd
  Author: Vlad Paiu 
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M modules/cachedb_local/README
M modules/cachedb_local/cachedb_local.c
M modules/cachedb_local/doc/cachedb_local_admin.xml

  Log Message:
  ---
  Add MI fetching of keys based on glob


  Commit: b29396566bb6fe92d0b0365cd4e1b7f8b0cd2526
  
https://github.com/OpenSIPS/opensips/commit/b29396566bb6fe92d0b0365cd4e1b7f8b0cd2526
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M modules/cachedb_local/README
M modules/cachedb_local/cachedb_local.c
M modules/cachedb_local/doc/cachedb_local_admin.xml

  Log Message:
  ---
  Merge pull request #3316 from vladpaiu/cachedb_local_bulk_mi_fetch

Add MI fetching of keys based on glob


Compare: 
https://github.com/OpenSIPS/opensips/compare/b65930612fdd...b29396566bb6

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] a3d83c: sql_cacher: handle double as str (just live avp_db...

2024-02-27 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a3d83c2ca26fd85110a3df15532d36fe2b95a380
  
https://github.com/OpenSIPS/opensips/commit/a3d83c2ca26fd85110a3df15532d36fe2b95a380
  Author: Ovidiu Sas 
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c

  Log Message:
  ---
  sql_cacher: handle double as str (just live avp_db_query)


  Commit: a5515f2a4d0f09e043fdb7e974bd657aca517416
  
https://github.com/OpenSIPS/opensips/commit/a5515f2a4d0f09e043fdb7e974bd657aca517416
  Author: Liviu Chircu 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M evi/evi_params.h
M modules/aaa_diameter/aaa_impl.c
M modules/aaa_diameter/aaa_impl.h

  Log Message:
  ---
  aaa_diameter: Fix some AVP typos; Add a few notices


  Commit: cdcc6ee77df8456f2f85a66dc5853650a09810c5
  
https://github.com/OpenSIPS/opensips/commit/cdcc6ee77df8456f2f85a66dc5853650a09810c5
  Author: Liviu Chircu 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M aaa/aaa.h
M modules/aaa_diameter/aaa_diameter.c
A modules/aaa_diameter/aaa_evi.c
A modules/aaa_diameter/aaa_evi.h
M modules/aaa_diameter/aaa_impl.c
M modules/aaa_diameter/aaa_impl.h
M modules/aaa_diameter/peer.c

  Log Message:
  ---
  aaa_diameter: Add Diameter server support

* add the E_DM_REQUEST event, for receiving arbitrary Diameter requests
* add the dm_send_reply() function, in order to reply back
to the sender


  Commit: 063403bdd3a156bd85fa30f25c9f3fd73d25e6d6
  
https://github.com/OpenSIPS/opensips/commit/063403bdd3a156bd85fa30f25c9f3fd73d25e6d6
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
R modules/avpops/Makefile
R modules/avpops/README
R modules/avpops/avpops.c
R modules/avpops/avpops_db.c
R modules/avpops/avpops_db.h
R modules/avpops/avpops_impl.c
R modules/avpops/avpops_impl.h
R modules/avpops/avpops_parse.c
R modules/avpops/avpops_parse.h
R modules/avpops/doc/avpops.xml
R modules/avpops/doc/avpops_admin.xml
R modules/avpops/doc/contributors.xml

  Log Message:
  ---
  [avpops] remove old avpops module

Replaced by dbops


  Commit: 8ed21bf188edd850d8a04a3d838eaa5f5e65a161
  
https://github.com/OpenSIPS/opensips/commit/8ed21bf188edd850d8a04a3d838eaa5f5e65a161
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c
M ut.h

  Log Message:
  ---
  [sql_cacher] be more consistent when calculating the size required by DOUBLE

Keep all the "size" estimation inside get_cdb_val_size()


  Commit: b65930612fddaad6a094170527b06e192f7d0951
  
https://github.com/OpenSIPS/opensips/commit/b65930612fddaad6a094170527b06e192f7d0951
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c
M ut.h

  Log Message:
  ---
  Merge branch 'ovidiusas-master'


Compare: 
https://github.com/OpenSIPS/opensips/compare/53983b13b86f...b65930612fdd

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 53983b: [dbops] fixed names of script functions

2024-02-27 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 53983b13b86f1c3e1876bcc433d8381023140e94
  
https://github.com/OpenSIPS/opensips/commit/53983b13b86f1c3e1876bcc433d8381023140e94
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M modules/dbops/dbops_db.c

  Log Message:
  ---
  [dbops] fixed names of script functions

they were renamed from avp_db_query() to db_query() during module migration 
from avpops to dbops



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] f6400d: [avpops] remove old avpops module

2024-02-27 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f6400d396914eab6f7be0df2cc9a81a23da9e0dc
  
https://github.com/OpenSIPS/opensips/commit/f6400d396914eab6f7be0df2cc9a81a23da9e0dc
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
R modules/avpops/Makefile
R modules/avpops/README
R modules/avpops/avpops.c
R modules/avpops/avpops_db.c
R modules/avpops/avpops_db.h
R modules/avpops/avpops_impl.c
R modules/avpops/avpops_impl.h
R modules/avpops/avpops_parse.c
R modules/avpops/avpops_parse.h
R modules/avpops/doc/avpops.xml
R modules/avpops/doc/avpops_admin.xml
R modules/avpops/doc/contributors.xml

  Log Message:
  ---
  [avpops] remove old avpops module

Replaced by dbops



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 3e9a52: [avpops] renamed as DBops

2024-02-25 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 3e9a52ecdc7b3f4f0ebccfd7877b30a2fe1457b8
  
https://github.com/OpenSIPS/opensips/commit/3e9a52ecdc7b3f4f0ebccfd7877b30a2fe1457b8
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
A modules/dbops/Makefile
A modules/dbops/dbops.c
A modules/dbops/dbops_db.c
A modules/dbops/dbops_db.h
A modules/dbops/dbops_impl.c
A modules/dbops/dbops_impl.h
A modules/dbops/dbops_parse.c
A modules/dbops/dbops_parse.h
A modules/dbops/doc/contributors.xml
A modules/dbops/doc/dbops.xml
A modules/dbops/doc/dbops_admin.xml

  Log Message:
  ---
  [avpops] renamed as DBops

Also rename some params and script functions to align to the purpose of the 
module


  Commit: 1185ccbd48aa718162c2c9aa9709af6eaf88aec2
  
https://github.com/OpenSIPS/opensips/commit/1185ccbd48aa718162c2c9aa9709af6eaf88aec2
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M db/schema/usr_preferences.xml
M doc/build-contrib.sh
M doc/doxygen/opensips-doxygen

  Log Message:
  ---
  [dbops] migrate name from avpops to dbops


  Commit: 1378ab1c93da02fc1db39a830093ba85b8f288b5
  
https://github.com/OpenSIPS/opensips/commit/1378ab1c93da02fc1db39a830093ba85b8f288b5
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M packaging/debian/copyright
M packaging/freebsd/Makefile
M packaging/netbsd/PLIST
M packaging/openbsd/pkg/PLIST
M packaging/redhat_fedora/opensips.spec
M packaging/solaris/base-Prototype
M packaging/solaris/mysql-Prototype
M packaging/solaris/pgsql-Prototype
M packaging/solaris/prototype
M packaging/solaris/tls-Prototype
M packaging/suse/opensips.spec.SuSE

  Log Message:
  ---
  [dbops] migrate name from avpops to dbops


  Commit: 61dc79eb2c0bce7b2b5de5ba98c663f148a68d67
  
https://github.com/OpenSIPS/opensips/commit/61dc79eb2c0bce7b2b5de5ba98c663f148a68d67
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M menuconfig/configs/opensips_loadbalancer.m4
M menuconfig/configs/opensips_trunking.m4

  Log Message:
  ---
  [dbops] migrate name from avpops to dbops


  Commit: 4881b95e5832458d34a554cb4b523764d09135b5
  
https://github.com/OpenSIPS/opensips/commit/4881b95e5832458d34a554cb4b523764d09135b5
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M modules/osp/doc/osp_admin.xml
M modules/perl/doc/perl_samples.xml
M usr_avp.h

  Log Message:
  ---
  [dbops] migrate name from avpops to dbops


Compare: 
https://github.com/OpenSIPS/opensips/compare/861ec38799cd...4881b95e5832

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 139cc6: Merge pull request #3306 from jes/getsockopt-warnings

2024-02-23 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 139cc6e92be58630d3732f41e166faada8f20ffa
  
https://github.com/OpenSIPS/opensips/commit/139cc6e92be58630d3732f41e166faada8f20ffa
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
M modules/tls_openssl/openssl_conn_ops.c
M modules/tls_wolfssl/wolfssl_conn_ops.c
M net/tcp_common.c

  Log Message:
  ---
  Merge pull request #3306 from jes/getsockopt-warnings

Getsockopt warnings

(cherry picked from commit be64db1383fc2d66cfb1d343474562d7b132c478)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 7ffc81: Merge pull request #3306 from jes/getsockopt-warnings

2024-02-23 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7ffc81238809981c036c6a9e22d8760c99b6308d
  
https://github.com/OpenSIPS/opensips/commit/7ffc81238809981c036c6a9e22d8760c99b6308d
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
M modules/tls_openssl/openssl_conn_ops.c
M modules/tls_wolfssl/wolfssl_conn_ops.c
M net/tcp_common.c

  Log Message:
  ---
  Merge pull request #3306 from jes/getsockopt-warnings

Getsockopt warnings

(cherry picked from commit be64db1383fc2d66cfb1d343474562d7b132c478)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] f241f9: Warn about getsockopt() errors

2024-02-23 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f241f98c133e4adbe42c010efe9775dd5977db84
  
https://github.com/OpenSIPS/opensips/commit/f241f98c133e4adbe42c010efe9775dd5977db84
  Author: James Stanley 
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
M modules/tls_openssl/openssl_conn_ops.c
M modules/tls_wolfssl/wolfssl_conn_ops.c
M net/tcp_common.c

  Log Message:
  ---
  Warn about getsockopt() errors


  Commit: be64db1383fc2d66cfb1d343474562d7b132c478
  
https://github.com/OpenSIPS/opensips/commit/be64db1383fc2d66cfb1d343474562d7b132c478
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
M modules/tls_openssl/openssl_conn_ops.c
M modules/tls_wolfssl/wolfssl_conn_ops.c
M net/tcp_common.c

  Log Message:
  ---
  Merge pull request #3306 from jes/getsockopt-warnings

Getsockopt warnings


Compare: 
https://github.com/OpenSIPS/opensips/compare/4bf32ad2e3e8...be64db1383fc

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] d2e2a6: Merge pull request #3308 from ovidiusas/master

2024-02-22 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d2e2a69d1276bdd59300ee866f7e53b4954e5052
  
https://github.com/OpenSIPS/opensips/commit/d2e2a69d1276bdd59300ee866f7e53b4954e5052
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
M ut.c
M ut.h

  Log Message:
  ---
  Merge pull request #3308 from ovidiusas/master

core: consistent usage of int2str_buf
(cherry picked from commit 358afd07328c10434a2575cee8ce977d42e7656c)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] efab99: core: consistent usage of int2str_buf

2024-02-22 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: efab99599741c37886f6e20cb7be4587e84c0a06
  
https://github.com/OpenSIPS/opensips/commit/efab99599741c37886f6e20cb7be4587e84c0a06
  Author: Ovidiu Sas 
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
M ut.c
M ut.h

  Log Message:
  ---
  core: consistent usage of int2str_buf


  Commit: 09d2fdc0907bcf6cef8b04d86ca962071635721b
  
https://github.com/OpenSIPS/opensips/commit/09d2fdc0907bcf6cef8b04d86ca962071635721b
  Author: Ovidiu Sas 
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
M ut.h

  Log Message:
  ---
  core: fix old-style function definition error


  Commit: 358afd07328c10434a2575cee8ce977d42e7656c
  
https://github.com/OpenSIPS/opensips/commit/358afd07328c10434a2575cee8ce977d42e7656c
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
M ut.c
M ut.h

  Log Message:
  ---
  Merge pull request #3308 from ovidiusas/master

core: consistent usage of int2str_buf


Compare: 
https://github.com/OpenSIPS/opensips/compare/4bf072d6338d...358afd07328c

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] c7e2c1: Merge pull request #3308 from ovidiusas/master

2024-02-22 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c7e2c163fc387ab187ddb129644578fc308eb231
  
https://github.com/OpenSIPS/opensips/commit/c7e2c163fc387ab187ddb129644578fc308eb231
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
M ut.c
M ut.h

  Log Message:
  ---
  Merge pull request #3308 from ovidiusas/master

core: consistent usage of int2str_buf
(cherry picked from commit 358afd07328c10434a2575cee8ce977d42e7656c)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] Access to GIT repo for Contributors

2024-02-21 Thread Bogdan-Andrei Iancu

Hi all,

This email is mainly for our Contributors group on GitHub, to announce 
the recent change on the GIT write permission. This was changed, so code 
changes can be pushed only via Pull Requests from now on.


Why? One of the most appreciate quality of the project is the code 
quality and consistence (as internal design, feature integration, etc). 
In order to push this to even higher standards, we thing a pro-active 
review of contributions is better and more efficient rather than a post 
commit one. This is also a way to improve the communication, the 
discussions and the brainstorming with the team of contributors, so we 
can maximize the value of their work.


Let's all keep up the good work here :) !

Best regards,

--
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
  https://www.siphub.com


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [Blog] IMS status in OpenSIPS 3.5

2024-02-20 Thread Bogdan-Andrei Iancu

Hi all,

With OpenSIPS 3.5 we embarked in an IMS journey .

What are the goals (and deliverables) and also the status of this 
journey, they are all summarized in this new blog post.


https://blog.opensips.org/2024/02/20/ims-status-in-opensips-3-5/

Enjoy,

--
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
  https://www.siphub.com


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] bcdffb: [docs] replace old avp functions in docs

2024-02-20 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: bcdffb9df4cedc54242b18643ee5be1e805884b8
  
https://github.com/OpenSIPS/opensips/commit/bcdffb9df4cedc54242b18643ee5be1e805884b8
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M modules/h350/doc/h350_admin.xml
M modules/osp/etc/sample-osp-opensips.cfg

  Log Message:
  ---
  [docs] replace old avp functions in docs


  Commit: fd19fbaf3eb9c83e28e5c4bfe03504ba5534fab5
  
https://github.com/OpenSIPS/opensips/commit/fd19fbaf3eb9c83e28e5c4bfe03504ba5534fab5
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M modules/avpops/avpops_impl.h
M modules/avpops/avpops_parse.c
M modules/avpops/avpops_parse.h

  Log Message:
  ---
  [avpops] code cleanup after removing old script functions


Compare: 
https://github.com/OpenSIPS/opensips/compare/cca6f15a29ae...fd19fbaf3eb9

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] a981f0: fix typos and syntax errors

2024-02-17 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a981f0b3cb1a4c0bf5b64a724e4d6d0024dfe767
  
https://github.com/OpenSIPS/opensips/commit/a981f0b3cb1a4c0bf5b64a724e4d6d0024dfe767
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-17 (Sat, 17 Feb 2024)

  Changed paths:
M core_cmds.c

  Log Message:
  ---
  fix typos and syntax errors

Related to c33aea7b5ae291cb83ade9c163d56e027608d0a1



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] c33aea: [avpops] moved avp_print() in core

2024-02-17 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c33aea7b5ae291cb83ade9c163d56e027608d0a1
  
https://github.com/OpenSIPS/opensips/commit/c33aea7b5ae291cb83ade9c163d56e027608d0a1
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-17 (Sat, 17 Feb 2024)

  Changed paths:
M core_cmds.c
M modules/avpops/avpops.c
M modules/avpops/avpops_impl.c
M modules/avpops/doc/avpops_admin.xml

  Log Message:
  ---
  [avpops] moved avp_print() in core


  Commit: 61a5e2bdc5fed3fd39d72b6c8ec18945e946b01b
  
https://github.com/OpenSIPS/opensips/commit/61a5e2bdc5fed3fd39d72b6c8ec18945e946b01b
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-17 (Sat, 17 Feb 2024)

  Changed paths:
M modules/avpops/avpops.c
M modules/avpops/avpops_impl.c
M modules/avpops/doc/avpops_admin.xml

  Log Message:
  ---
  [avpops] remove old avp_check() and avp_pushto() functions

their functionality can be achieved by simple scripting


  Commit: c52c9c782caaff421c88cd1d1df6fe2b7827a3f5
  
https://github.com/OpenSIPS/opensips/commit/c52c9c782caaff421c88cd1d1df6fe2b7827a3f5
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-17 (Sat, 17 Feb 2024)

  Changed paths:
M modules/avpops/avpops.c
M modules/avpops/avpops_impl.c
M modules/avpops/doc/avpops_admin.xml

  Log Message:
  ---
  [avpops] removed avp_copy() old function

its functinality may be achieved by scripting


  Commit: ec96a377845190b33630941372b9146dda296ff7
  
https://github.com/OpenSIPS/opensips/commit/ec96a377845190b33630941372b9146dda296ff7
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-17 (Sat, 17 Feb 2024)

  Changed paths:
M modules/avpops/avpops.c
M modules/avpops/avpops_impl.c
M modules/avpops/doc/avpops_admin.xml

  Log Message:
  ---
  [avpops] removed old avp_op() function

its functionality may be achieved by scripting


  Commit: 04f42d958f9e922bf3b0ff6ff2ab61ab0f187fbf
  
https://github.com/OpenSIPS/opensips/commit/04f42d958f9e922bf3b0ff6ff2ab61ab0f187fbf
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-17 (Sat, 17 Feb 2024)

  Changed paths:
M modules/avpops/avpops.c
M modules/avpops/avpops_impl.c
M modules/avpops/doc/avpops_admin.xml

  Log Message:
  ---
  [avpops] remove old avp_delete() function

can be replaced with:
 $avp(foo) = NULL;# delete latest avp
 $avp(foo) := NULL;   # delete all avps


  Commit: e84eb59ed10d001b8e5ab9b546c15e8e082485de
  
https://github.com/OpenSIPS/opensips/commit/e84eb59ed10d001b8e5ab9b546c15e8e082485de
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-17 (Sat, 17 Feb 2024)

  Changed paths:
M modules/avpops/avpops.c
M modules/avpops/doc/avpops_admin.xml

  Log Message:
  ---
  [avpops] remove old avp_subst() function

It can replaced with the more generic {re.subst} transformation


  Commit: 0972ad7bd93eca06d13524c420dea88bffcbe6c6
  
https://github.com/OpenSIPS/opensips/commit/0972ad7bd93eca06d13524c420dea88bffcbe6c6
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-17 (Sat, 17 Feb 2024)

  Changed paths:
M modules/avpops/avpops.c
M modules/avpops/avpops_impl.c
M modules/avpops/doc/avpops_admin.xml

  Log Message:
  ---
  [avpops] removed the old is_avp_set() function

it can be replaced with NULL testing in script


  Commit: 83d693785111864ac2f3af8acf0844a420bff310
  
https://github.com/OpenSIPS/opensips/commit/83d693785111864ac2f3af8acf0844a420bff310
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-17 (Sat, 17 Feb 2024)

  Changed paths:
M modules/avpops/avpops.c
M modules/avpops/avpops_impl.c
M modules/avpops/doc/avpops_admin.xml
M modules/cfgutils/cfgutils.c
M modules/cfgutils/doc/cfgutils_admin.xml

  Log Message:
  ---
  [avpsops & cfgutils] move avp_suffle to cfgutils as suffle_avps()


Compare: 
https://github.com/OpenSIPS/opensips/compare/fa3471e12e10...83d693785111

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 2b7488: Merge pull request #3262 from jes/jes/topology-hid...

2024-02-13 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 2b7488632bb36232ec3216d32b02087b159c33c2
  
https://github.com/OpenSIPS/opensips/commit/2b7488632bb36232ec3216d32b02087b159c33c2
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
M modules/topology_hiding/topo_hiding_logic.c

  Log Message:
  ---
  Merge pull request #3262 from jes/jes/topology-hiding-fix

topology_hiding: fix encoded Contact length calculation

(cherry picked from commit da20b2259fd3f96a7530bfd72753a8338e3c4212)



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0f46cd: Merge pull request #3262 from jes/jes/topology-hid...

2024-02-13 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0f46cdd7638f8cffcb801340f08f1261cd7f10c9
  
https://github.com/OpenSIPS/opensips/commit/0f46cdd7638f8cffcb801340f08f1261cd7f10c9
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
M modules/topology_hiding/topo_hiding_logic.c

  Log Message:
  ---
  Merge pull request #3262 from jes/jes/topology-hiding-fix

topology_hiding: fix encoded Contact length calculation

(cherry picked from commit da20b2259fd3f96a7530bfd72753a8338e3c4212)



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] ac1e2f: topology_hiding: fix encoded Contact length calcul...

2024-02-13 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: ac1e2f3d89210b623337d0e9477d7a19581aef00
  
https://github.com/OpenSIPS/opensips/commit/ac1e2f3d89210b623337d0e9477d7a19581aef00
  Author: James Stanley 
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
M modules/topology_hiding/topo_hiding_logic.c

  Log Message:
  ---
  topology_hiding: fix encoded Contact length calculation

This leads to segfaults (and probable vulnerabilities) when the allocated buffer
is not long enough to contain its contents.

This bug was introduced in
https://github.com/OpenSIPS/opensips/commit/e23be5d19a4865083971d17dc719a4d4d3436a24
presumably as a copy-and-paste mistake.


  Commit: da20b2259fd3f96a7530bfd72753a8338e3c4212
  
https://github.com/OpenSIPS/opensips/commit/da20b2259fd3f96a7530bfd72753a8338e3c4212
  Author: Bogdan Andrei IANCU 
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
M modules/topology_hiding/topo_hiding_logic.c

  Log Message:
  ---
  Merge pull request #3262 from jes/jes/topology-hiding-fix

topology_hiding: fix encoded Contact length calculation


Compare: 
https://github.com/OpenSIPS/opensips/compare/edf21b1b9957...da20b2259fd3

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 42a6d3: [b2b_logic] fix bogus documented prototype for b2b...

2024-02-02 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 42a6d32772383cc4372c26970d8b63c0fe9e9706
  
https://github.com/OpenSIPS/opensips/commit/42a6d32772383cc4372c26970d8b63c0fe9e9706
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M modules/b2b_logic/doc/b2b_logic_admin.xml

  Log Message:
  ---
  [b2b_logic] fix bogus documented prototype for b2b_init_request

(cherry picked from commit e5f0b5a2cff12e0cbce32d37eb116d489d2fdfc4)



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] e5f0b5: [b2b_logic] fix bogus documented prototype for b2b...

2024-02-02 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: e5f0b5a2cff12e0cbce32d37eb116d489d2fdfc4
  
https://github.com/OpenSIPS/opensips/commit/e5f0b5a2cff12e0cbce32d37eb116d489d2fdfc4
  Author: Bogdan-Andrei Iancu 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M modules/b2b_logic/doc/b2b_logic_admin.xml

  Log Message:
  ---
  [b2b_logic] fix bogus documented prototype for b2b_init_request



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 9527f7: [launch_darkly] skip it from github CI and deb/rpm...

2024-01-31 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9527f7b07e11f9937b1a5502ad444bf2411f82a9
  
https://github.com/OpenSIPS/opensips/commit/9527f7b07e11f9937b1a5502ad444bf2411f82a9
  Author: Bogdan-Andrei Iancu 
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
M packaging/debian/rules
M packaging/redhat_fedora/opensips.spec
M scripts/build/do_build.sh

  Log Message:
  ---
  [launch_darkly] skip it from github CI and deb/rpm builds



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 5ffd3b: Add new launch_darkly module

2024-01-31 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5ffd3bb413beeff73a3bcce77bb098731c88d644
  
https://github.com/OpenSIPS/opensips/commit/5ffd3bb413beeff73a3bcce77bb098731c88d644
  Author: Bogdan-Andrei Iancu 
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
M Makefile.conf.template
A modules/launch_darkly/Makefile
A modules/launch_darkly/doc/contributors.xml
A modules/launch_darkly/doc/launch_darkly.xml
A modules/launch_darkly/doc/launch_darkly_admin.xml
A modules/launch_darkly/launch_darkly.c
A modules/launch_darkly/ld_ops.c
A modules/launch_darkly/ld_ops.h

  Log Message:
  ---
  Add new launch_darkly module

This module implements support for the "Launch Darkly" feature management 
cloud. The module provide the conectivity to the cloud and the ability to query 
for feature flags.

The development of this module was sponsored by Five9 https://www.five9.com/


  Commit: 55c0b2e7d694ba017edb0a621b17935cb8795d7e
  
https://github.com/OpenSIPS/opensips/commit/55c0b2e7d694ba017edb0a621b17935cb8795d7e
  Author: Bogdan-Andrei Iancu 
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
M lib/cJSON.h

  Log Message:
  ---
  Force "os_" prefix for all cJSON functions from OpenSIPS core

This is needed to avoid any symbol colision with the CJSON public library - 
this library may end up linked by some OpenSIPS modules (like launch_darkly) 
and such conflict may raise when using such modules.


Compare: 
https://github.com/OpenSIPS/opensips/compare/b8bbf1440481...55c0b2e7d694

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 70b097: Merge pull request #3289 from purecloudlabs/hotfix...

2024-01-23 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 70b097554fe5d3ec4509bc89027867781cb3ef12
  
https://github.com/OpenSIPS/opensips/commit/70b097554fe5d3ec4509bc89027867781cb3ef12
  Author: Bogdan Andrei IANCU 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c

  Log Message:
  ---
  Merge pull request #3289 from 
purecloudlabs/hotfix/sql-cacher_load_entire_table_memory_leak

sql_cacher: fix SQL result leak when insert_in_cachedb fails

(cherry picked from commit 3bef4afe600054a52252ca5513ebce50daac2c3a)


  Commit: 9a9aac02de723a337c0a170bab1be9bc751361c3
  
https://github.com/OpenSIPS/opensips/commit/9a9aac02de723a337c0a170bab1be9bc751361c3
  Author: Bogdan-Andrei Iancu 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c

  Log Message:
  ---
  [sql_cacher] fix proper update on status/report upon quick exit

Be sure the SR info is properly updated (on the reload result) even when doing 
a quick return upon no records loaded

(cherry picked from commit 32539ef8b31f6aefff424219ebf90b4fede86058)


Compare: 
https://github.com/OpenSIPS/opensips/compare/43b2402fdf0d...9a9aac02de72

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8cca34: Merge pull request #3289 from purecloudlabs/hotfix...

2024-01-23 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8cca345ff6ab1e81522ffb59d75546024a593340
  
https://github.com/OpenSIPS/opensips/commit/8cca345ff6ab1e81522ffb59d75546024a593340
  Author: Bogdan Andrei IANCU 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c

  Log Message:
  ---
  Merge pull request #3289 from 
purecloudlabs/hotfix/sql-cacher_load_entire_table_memory_leak

sql_cacher: fix SQL result leak when insert_in_cachedb fails

(cherry picked from commit 3bef4afe600054a52252ca5513ebce50daac2c3a)


  Commit: c97e87d38953d9f594463566168896963f1db457
  
https://github.com/OpenSIPS/opensips/commit/c97e87d38953d9f594463566168896963f1db457
  Author: Bogdan-Andrei Iancu 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c

  Log Message:
  ---
  [sql_cacher] fix proper update on status/report upon quick exit

Be sure the SR info is properly updated (on the reload result) even when doing 
a quick return upon no records loaded

(cherry picked from commit 32539ef8b31f6aefff424219ebf90b4fede86058)


Compare: 
https://github.com/OpenSIPS/opensips/compare/1c8e55f05227...c97e87d38953

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 32539e: [sql_cacher] fix proper update on status/report up...

2024-01-23 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 32539ef8b31f6aefff424219ebf90b4fede86058
  
https://github.com/OpenSIPS/opensips/commit/32539ef8b31f6aefff424219ebf90b4fede86058
  Author: Bogdan-Andrei Iancu 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c

  Log Message:
  ---
  [sql_cacher] fix proper update on status/report upon quick exit

Be sure the SR info is properly updated (on the reload result) even when doing 
a quick return upon no records loaded



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] d373ab: sql_cacher: fix SQL result leak when insert_in_cac...

2024-01-23 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d373ab65ff0b44bf1da05040869b1cda7cff0f69
  
https://github.com/OpenSIPS/opensips/commit/d373ab65ff0b44bf1da05040869b1cda7cff0f69
  Author: Bence Szigeti 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c

  Log Message:
  ---
  sql_cacher: fix SQL result leak when insert_in_cachedb fails


  Commit: 3bef4afe600054a52252ca5513ebce50daac2c3a
  
https://github.com/OpenSIPS/opensips/commit/3bef4afe600054a52252ca5513ebce50daac2c3a
  Author: Bogdan Andrei IANCU 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c

  Log Message:
  ---
  Merge pull request #3289 from 
purecloudlabs/hotfix/sql-cacher_load_entire_table_memory_leak

sql_cacher: fix SQL result leak when insert_in_cachedb fails


Compare: 
https://github.com/OpenSIPS/opensips/compare/d3cc59ba6fe5...3bef4afe6000

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1904be: Merge pull request #3288 from purecloudlabs/hotfix...

2024-01-23 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1904bebf7502ce5ec123460404136c5547a50618
  
https://github.com/OpenSIPS/opensips/commit/1904bebf7502ce5ec123460404136c5547a50618
  Author: Bogdan Andrei IANCU 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c

  Log Message:
  ---
  Merge pull request #3288 from 
purecloudlabs/hotfix/sql_cacher_mi_reload_error_loglevel

sql_cacher: MI/timer initiated table reload error logged on different log level

(cherry picked from commit 4ddb507f19bb48654a1dd1f279d4092b301d17f2)


  Commit: 43b2402fdf0d18db462942b8c992bae2e05959cf
  
https://github.com/OpenSIPS/opensips/commit/43b2402fdf0d18db462942b8c992bae2e05959cf
  Author: Bogdan-Andrei Iancu 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
M modules/sql_cacher/sql_cacher.c

  Log Message:
  ---
  [sql_cacher] promote DBG to ERR to report failures

Similar to 4ddb507f19bb48654a1dd1f279d4092b301d17f2

(cherry picked from commit d3cc59ba6fe52e243acf2f9177583048f068e477)


Compare: 
https://github.com/OpenSIPS/opensips/compare/e1abbe682100...43b2402fdf0d

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


  1   2   3   4   5   6   7   8   9   10   >