[sr-dev] Re: [kamailio/kamailio] tls: (historical) root cause analysis of per-worker SSL_CTX during OpenSSL 1.1.1 integration (Issue #3709)

2024-01-11 Thread space88man via sr-dev
The code is in `tls_domain.c` where `d->ctx` is an **array of SSL_CTX** instead of a single SSL_CTX. Each worker has a personal copy of the SSL_CTX and uses `d->ctx[process_no]` . In theory for each domain we could use a single SSL_CTX instead of duplicating it max_procs times, so this issue an

[sr-dev] Re: [kamailio/kamailio] rtpengine: Add support for codec-accept and codec-consume flags (PR #3710)

2024-01-11 Thread Henning Westerholt via sr-dev
Thanks, if there is a workaround there its of course not necessary to backport. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3710#issuecomment-1887564694 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] rtpengine: Add support for codec-accept and codec-consume flags (PR #3710)

2024-01-11 Thread Richard Fuchs via sr-dev
> Unfortunately it does not seems to work at least with "codec-accept=XXX": > kam02 rtpengine[570041]: WARNING: [jKOBctrRd-]: [core] Unknown dictionary key > encountered: 'codec-accept' Right, you have to use `codec-flag-...` (dash instead of equals) for this to work. -- Reply to this email d

[sr-dev] Re: [kamailio/kamailio] rtpengine: Add support for codec-accept and codec-consume flags (PR #3710)

2024-01-11 Thread Henning Westerholt via sr-dev
Unfortunately it does not seems to work at least with "codec-accept=XXX": kam02 rtpengine[570041]: WARNING: [jKOBctrRd-]: [core] Unknown dictionary key encountered: 'codec-accept' -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3710#issuecomment-1

[sr-dev] Re: [kamailio/kamailio] rtpengine: Add support for codec-accept and codec-consume flags (PR #3710)

2024-01-11 Thread Richard Fuchs via sr-dev
These flags should work without this patch, as they would just be put into the `flags` list of strings and rtpengine does parse them out of there. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3710#issuecomment-1887531455 You are receiving this b

[sr-dev] Re: [kamailio/kamailio] rtpengine: Add support for codec-accept and codec-consume flags (PR #3710)

2024-01-11 Thread Henning Westerholt via sr-dev
Thanks for the fast review and merge. I would like to cherry-pick this to 5.7 stable branch, as it should be available according to the module readme (at least codec-accept). If necessary I can also create a dedicated commit only for the codec-accept. -- Reply to this email directly or view it

[sr-dev] git:master:1671c964: modules: readme files regenerated - rtpengine ... [skip ci]

2024-01-11 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 1671c96462f76d902b4c331c2f51e99cd2e33af1 URL: https://github.com/kamailio/kamailio/commit/1671c96462f76d902b4c331c2f51e99cd2e33af1 Author: Kamailio Dev Committer: Kamailio Dev Date: 2024-01-11T17:17:12+01:00 modules: readme files regenerated - rtpengine

[sr-dev] Re: [Kamailio-Business] Roadmap to next major Kamailio release series v5.8.x

2024-01-11 Thread Henning Westerholt via sr-dev
Hello, early February as a freezing date sounds good to me, just to have one full month after the holiday season/vacation period to allow other people to finish eventual contributions. Cheers, Henning -- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://gilawa.com >

[sr-dev] Re: [kamailio/kamailio] tls: (historical) root cause analysis of per-worker SSL_CTX during OpenSSL 1.1.1 integration (Issue #3709)

2024-01-11 Thread Daniel-Constantin Mierla via sr-dev
Do you refer to the next code block? - https://github.com/kamailio/kamailio/blob/master/src/modules/tls/tls_mod.c#L451-L471 If yes, as I can see it, the `tls_fix_domains_cfg()` is executed for `rank == PROC_SIPINIT` when libssl is >=1.1.x, which means it is done only for the first SIP worker

[sr-dev] git:master:1aec0c13: rtpengine/docs: Add codec-consume docs

2024-01-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 1aec0c1397e4230e52f2b9427fdb32b10f649ecb URL: https://github.com/kamailio/kamailio/commit/1aec0c1397e4230e52f2b9427fdb32b10f649ecb Author: Xenofon Karamanos Committer: Victor Seva Date: 2024-01-11T17:04:07+01:00 rtpengine/docs: Add codec-consume docs --

[sr-dev] Re: [kamailio/kamailio] rtpengine: Add support for codec-accept and codec-consume flags (PR #3710)

2024-01-11 Thread Victor Seva via sr-dev
Merged #3710 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3710#event-11458613293 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developm

[sr-dev] git:master:a40d5b7d: rtpengine: Add support for codec-accept and codec-consume

2024-01-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: a40d5b7d65394606f2200a5932284b874e196063 URL: https://github.com/kamailio/kamailio/commit/a40d5b7d65394606f2200a5932284b874e196063 Author: Xenofon Karamanos Committer: Victor Seva Date: 2024-01-11T17:04:07+01:00 rtpengine: Add support for codec-accept an

[sr-dev] Re: [kamailio/kamailio] rtpengine: Add support for codec-accept and codec-consume flags (PR #3710)

2024-01-11 Thread Richard Fuchs via sr-dev
LGTM -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3710#issuecomment-1887427690 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing Lis

[sr-dev] Re: [kamailio/kamailio] UAC module :uac_reg_tm_callback(): got sip response 408 (Issue #3707)

2024-01-11 Thread Daniel-Constantin Mierla via sr-dev
For questions about using kamailio, you have to email to sr-us...@lists.kamailio.org list. This tracker is for reporting bugs in the C code. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3707#issuecomment-1887332655 You are receiving this beca

[sr-dev] Re: [kamailio/kamailio] UAC module :uac_reg_tm_callback(): got sip response 408 (Issue #3707)

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

[sr-dev] [kamailio/kamailio] Rtpengine fixes (PR #3710)

2024-01-11 Thread Xenofon Karamanos via sr-dev