[sr-dev] git:master:6478ac00: file_out: adjust syntax of examples to standard

2024-02-01 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 6478ac00e9bf1180092010b0df4656630d4550c2 URL: https://github.com/kamailio/kamailio/commit/6478ac00e9bf1180092010b0df4656630d4550c2 Author: Henning Westerholt Committer: Henning Westerholt Date: 2024-02-01T19:33:38Z file_out: adjust syntax of examples to

[sr-dev] git:master:a6892009: file_out: fix error in XML include for README

2024-02-01 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: a6892009361ceff1475b568a2317b5d8a7c889cc URL: https://github.com/kamailio/kamailio/commit/a6892009361ceff1475b568a2317b5d8a7c889cc Author: Henning Westerholt Committer: Henning Westerholt Date: 2024-02-01T19:25:12Z file_out: fix error in XML include for

[sr-dev] Re: [kamailio/kamailio] New module/file_out: Module to log custom strings to file (PR #3741)

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Adding a few more details, previous comment was done on mobile, typing there on the web form is not the easiest. I think that log_file would be a candidate for the name of a module that writes all the logs in a file, similar to log_custom that sends all the log to an udp target. Then having a m

[sr-dev] git:master:40b73521: rtpengine: optional ping parameter for rpc reload command

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 40b735216c610cae2da5b0758af31b1d3ade4731 URL: https://github.com/kamailio/kamailio/commit/40b735216c610cae2da5b0758af31b1d3ade4731 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-02-01T21:38:25+01:00 rtpengine: optional pi

[sr-dev] git:master:49bc5b26: rtpengine: new modparam to disable pinging rtpengines at startup

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 49bc5b266dad33e418e8895e9ed7ead46e254016 URL: https://github.com/kamailio/kamailio/commit/49bc5b266dad33e418e8895e9ed7ead46e254016 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-02-01T21:38:25+01:00 rtpengine: new modpara

[sr-dev] [kamailio/kamailio] db_unixodbc: MariaDB partition is a reserved word and not quoted (Issue #3742)

2024-02-01 Thread space88man via sr-dev
### Description partition is now a reserved word in MariaDB 10. the column name is correctly quoted with native libmysqlclient/libmariadb so works the column name is not quoted with unixodbc+(libmyodbc8|libmaodbc) and so fails ### Troubleshooting try unquoted insert -- fails unixodbc+libmaodbc

[sr-dev] Re: [kamailio/kamailio] [pua] reginfo_increase_version does nothing (Issue #3234)

2024-02-01 Thread github-actions[bot] via sr-dev
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3234#issuecomment-1922685515 You are receiving this because yo

[sr-dev] git:master:03e60c80: Makefile.groups: added file_out to extra group

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 03e60c809a0ac26b402bdf1154d6ec7b0476f26a URL: https://github.com/kamailio/kamailio/commit/03e60c809a0ac26b402bdf1154d6ec7b0476f26a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-02-02T07:35:48+01:00 Makefile.groups: added

[sr-dev] git:master:8c5e9758: Makefile.defs: version set to 5.8.0-dev3

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8c5e97589fc0fed121ee6e8ca4adbf9ec63ad2eb URL: https://github.com/kamailio/kamailio/commit/8c5e97589fc0fed121ee6e8ca4adbf9ec63ad2eb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-02-02T08:55:38+01:00 Makefile.defs: version

[sr-dev] git:master:b85471a7: Makefile.defs: version set to 5.8.0-pre0

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: b85471a7c28324fcb890961a1ad67810bfbb8ac4 URL: https://github.com/kamailio/kamailio/commit/b85471a7c28324fcb890961a1ad67810bfbb8ac4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-02-02T08:56:52+01:00 Makefile.defs: version

[sr-dev] Re: [kamailio/kamailio] 5.7 db modules: init libssl in a thread (PR #3740)

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Unfortunately adapting to work properly with changes brought by libssl3+ was not easy, but it might not be a simpler way for avoiding those random crashes. I really appreciate the time and effort @space88man spent on it. This backported PR is not doing any fundamental change, it just makes commo

[sr-dev] Re: [kamailio/kamailio] 5.7 db modules: init libssl in a thread (PR #3740)

2024-02-01 Thread Henning Westerholt via sr-dev
I of course also appreciate the work @space88man put here into that. Maybe I am wrong, but right now the db_* modules in stable branches are not using the pthread approach. My question was about if its really necessary to apply this pthread logic to the DB modules. If the db_* modules are not us

[sr-dev] Re: [kamailio/kamailio] 5.7 db modules: init libssl in a thread (PR #3740)

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Well, that's the problem actually, because the db module can use tls if, for example, connection to MySQL/MariaDB is done over TLS. That was reported for db_unixodbc when connecting to Microsoft SQL Server via TLS. Any other module that eventually ends up using libssl3 though chain of dependenci

[sr-dev] git:master:4efd1fc3: p_usrloc: Add new modparam 'preload'

2024-02-01 Thread Stefan-Cristian Mititelu via sr-dev
Module: kamailio Branch: master Commit: 4efd1fc33ceb5dc33b01020968b0d7281e902d1f URL: https://github.com/kamailio/kamailio/commit/4efd1fc33ceb5dc33b01020968b0d7281e902d1f Author: Stefan-Cristian Mititelu Committer: Stefan-Cristian Mititelu Date: 2024-02-01T14:00:17+02:00 p_usrloc: Add new modp

[sr-dev] Re: Freezing development for 5.8.x series

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Hello, short reply to refresh on freezing plan and bump the message at the top for everyone. Cheers, Daniel On 30.01.24 08:16, Daniel-Constantin Mierla wrote: > Hello, > > I propose to aim freezing the development for 5.8.x series at the end of > the 1st of February 2024 (Thursday). > > New feat

[sr-dev] git:master:f0ef9d29: Makefile.groups: added influxdbc module to extra group

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f0ef9d29e8736e7eb7e7e2c62485704d3506fbdd URL: https://github.com/kamailio/kamailio/commit/f0ef9d29e8736e7eb7e7e2c62485704d3506fbdd Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-02-01T13:49:17+01:00 Makefile.groups: added

[sr-dev] git:master:ff94b5a6: influxdbc: added functions to push string and double values

2024-02-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: ff94b5a691c525ed5687ad76bbf5436a8d877768 URL: https://github.com/kamailio/kamailio/commit/ff94b5a691c525ed5687ad76bbf5436a8d877768 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-02-01T13:49:17+01:00 influxdbc: added funct

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries ยป amd64,xenial #2588

2024-02-01 Thread kamailio--- via sr-dev
See Changes: -- [...truncated 1.44 MB...] Makefile.defs defs skipped Makefile.defs defs skipped gcc -fPIC -DPIC -funroll-loops -Wc

[sr-dev] [kamailio/kamailio] db modules: init libssl in a thread (PR #3739)

2024-02-01 Thread space88man via sr-dev
Pre-Submission Checklist