[sr-dev] git:master:b5003620: core: keep listen socket even if advertise address does not resolve

2024-01-10 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: b50036200c5bc09fd2d412a18585b42d63763b27 URL: https://github.com/kamailio/kamailio/commit/b50036200c5bc09fd2d412a18585b42d63763b27 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-01-11T08:21:00+01:00 core: keep listen sock

[sr-dev] Re: [kamailio/kamailio] rtp_media_server module hard codes contact header to "rms" (Issue #3380)

2024-01-10 Thread github-actions[bot] via sr-dev
Closed #3380 as not planned. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3380#event-11450812854 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Dev

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

2024-01-10 Thread space88man via sr-dev
### Description During OpenSSL 1.1.1 integration it was necessary to use per-worker SSL_CTX —instantiated in `tls/tls_mod.c`. This is still required for OpenSSL 3.x integration. This is a retrospective root cause analysis of why this duplicated SSL_CTX is needed. Reproduction 1. Instead

[sr-dev] git:5.7:c5ed0e65: tls: historical code comment on repeating SSL_CTX per worker

2024-01-10 Thread S-P Chan via sr-dev
Module: kamailio Branch: 5.7 Commit: c5ed0e65b2530443b1367986dac2b3da111c0701 URL: https://github.com/kamailio/kamailio/commit/c5ed0e65b2530443b1367986dac2b3da111c0701 Author: S-P Chan Committer: S-P Chan Date: 2024-01-11T08:04:58+08:00 tls: historical code comment on repeating SSL_CTX per wor

[sr-dev] git:master:29007ada: tls: historical code comment on repeating SSL_CTX per worker

2024-01-10 Thread S-P Chan via sr-dev
Module: kamailio Branch: master Commit: 29007ada5bc9e07ede3cdbce285f04d1298c0612 URL: https://github.com/kamailio/kamailio/commit/29007ada5bc9e07ede3cdbce285f04d1298c0612 Author: S-P Chan Committer: S-P Chan Date: 2024-01-11T08:03:07+08:00 tls: historical code comment on repeating SSL_CTX per

[sr-dev] Re: [kamailio/kamailio] http_async_client: exit mod_init if tm is not loaded (PR #3706)

2024-01-10 Thread Дилян Палаузов via sr-dev
@dilyanpalauzov commented on this pull request. I think the line above LM_ERROR is bettet than LM_INFO. > @@ -295,7 +295,7 @@ static int mod_init(void) if(load_tm_api(&tmb) < 0) { LM_INFO("cannot load the TM-functions - async relay disabled\n"); - memset(&

[sr-dev] Re: [kamailio/kamailio] xlog: add kemi xlog_facility function (PR #3708)

2024-01-10 Thread Stefan Mititelu via sr-dev
@smititelu pushed 1 commit. 51bc40de2bebf4ca224b7eb61153837e5e221f6e xlog: add kemi xlog_facility function -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3708/files/1a8e3a6ab722f44583b7872d6266efd6d075592d..51bc40de2bebf4ca224b7eb61153837e5e221f6e You are receiving this because

[sr-dev] [kamailio/kamailio] xlog: add kemi xlog_facility function (PR #3708)

2024-01-10 Thread Stefan Mititelu via sr-dev