[sr-dev] [kamailio/kamailio] ims_dialog: Support for db storage (Issue #3602)

2023-10-11 Thread mtryfoss via sr-dev
### Description I've been looking at the ims_dialog module and notice that the documentation states that db storage is not yet supported. According to the source code that only partial true. Not sure if it's residues from the other dialog module, or some unfinished work. After some initial

[sr-dev] Re: [kamailio/kamailio] cdp: Disable TLS support for openssl versions older than 1.1.0 (PR #3601)

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3601#issuecomment-1757460050 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:8d84c621: cdp: Disable TLS support for openssl versions older than 1.1.0

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8d84c6210fa7071d3ea96f219d486cc1b41dc119 URL: https://github.com/kamailio/kamailio/commit/8d84c6210fa7071d3ea96f219d486cc1b41dc119 Author: Morten Tryfoss Committer: Daniel-Constantin Mierla Date: 2023-10-11T13:19:04+02:00 cdp: Disable TLS support for

[sr-dev] Re: [kamailio/kamailio] cdp: Not possible to load module with older openssl version than 1.1.0 (Issue #3600)

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
PR merged, thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3600#issuecomment-1757460367 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:4045f3d7: cdp: changed format

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4045f3d7c0302ae47f0d6c2160160767d56826eb URL: https://github.com/kamailio/kamailio/commit/4045f3d7c0302ae47f0d6c2160160767d56826eb Author: Morten Tryfoss Committer: Daniel-Constantin Mierla Date: 2023-10-11T13:19:04+02:00 cdp: changed format ---

[sr-dev] Re: [kamailio/kamailio] cdp: Not possible to load module with older openssl version than 1.1.0 (Issue #3600)

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Closed #3600 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3600#event-10617177427 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] cdp: Disable TLS support for openssl versions older than 1.1.0 (PR #3601)

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Merged #3601 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3601#event-10617172014 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] cdp: Disable TLS support for openssl versions older than 1.1.0 (PR #3601)

2023-10-11 Thread mtryfoss via sr-dev
I fixed the errors report by check-format in a new commit, but it stills seems to be marked as failed because of the first one. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3601#issuecomment-1757450838 You are receiving this because you are

[sr-dev] git:master:54c18ebb: core: mem/shm - wrapper marcro to check if xsetfunc is implemented

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 54c18ebb4b471af95aa403a81d4a37b71c9c4a14 URL: https://github.com/kamailio/kamailio/commit/54c18ebb4b471af95aa403a81d4a37b71c9c4a14 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-11T13:11:04+02:00 core: mem/shm -

[sr-dev] Kamailio Developers Meeting, Nov 7-8, 2023, in Dusseldorf

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Hello, Kamailio SIP Server project is organizing another meeting of its developers and community members during November 7-8, 2023, hosted again by sipgate.de in Dusseldorf, Germany. The event is intended to facilitate the interaction between Kamailio developers and contributors in order to

[sr-dev] Re: [kamailio/kamailio] cdp: Disable TLS support for openssl versions older than 1.1.0 (PR #3601)

2023-10-11 Thread mtryfoss via sr-dev
@mtryfoss pushed 1 commit. 841d774dc1670987a6610ae1fe8f70b7b045f5d2 cdp: changed format -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3601/files/6bd5c508bb536efb516a608ffbcbd11f8e6dba89..841d774dc1670987a6610ae1fe8f70b7b045f5d2 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] cdp: Not possible to load module with older openssl version than 1.1.0 (Issue #3600)

2023-10-11 Thread mtryfoss via sr-dev
PR created. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3600#issuecomment-1757373110 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development

[sr-dev] [kamailio/kamailio] cdp: Disable TLS support for openssl versions older than 1.1.0 (PR #3601)

2023-10-11 Thread mtryfoss via sr-dev
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] Re: [kamailio/kamailio] cdp: Not possible to load module with older openssl version than 1.1.1 (Issue #3600)

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Supporting older version of libssl is an overhead that should be avoided, because those versions are out of maintenance. Enabling tls in cdp only if libssl is a supported version at this moment would be good, if you can make a PR for it would be great of course. -- Reply to this email

[sr-dev] Re: [kamailio/kamailio] 503(service unavailable) (Issue #3599)

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
Closed #3599 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3599#event-10616244032 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] 503(service unavailable) (Issue #3599)

2023-10-11 Thread Daniel-Constantin Mierla via sr-dev
This looks like a question about using/tuning Kamailio, not a report of a bug in the C code. Look at core cookbook, maybe tuning some of the tcp parameters help. For further discussions, address it to sr-us...@lists.kamailio.org mailing list. -- Reply to this email directly or view it on

[sr-dev] git:master:d1d14f9b: pkg/docker: submodule update [skip ci]

2023-10-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: d1d14f9b832401f8282b4e6ade9cfe7ea1751e6a URL: https://github.com/kamailio/kamailio/commit/d1d14f9b832401f8282b4e6ade9cfe7ea1751e6a Author: Victor Seva Committer: Victor Seva Date: 2023-10-11T11:23:38+02:00 pkg/docker: submodule update [skip ci] ---

[sr-dev] [kamailio/kamailio] cdp: Not possible to load module with older openssl version than 1.1.1 (Issue #3600)

2023-10-11 Thread mtryfoss via sr-dev
### Description After adding TLS support to the CDP module, it's no longer possible to load on systems running a version of openssl older than 1.1.1. Reproduction Run on system with openssl older than 1.1.1. Log Messages ``` ERROR: [core/sr_module.c:599]: ksr_load_module():