Re: [sr-dev] [kamailio/kamailio] TLS module missing from 5.5 Debian repository (#2816)

2021-08-10 Thread Henning Westerholt
You probably also need to install the kamailio "tls" module debian package, please check that you have done this. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] tm: enhance fr/retr timers logging (#2818)

2021-08-10 Thread Luis Martin Gil
@miconda - FYI @league55 is from Zaleos' team -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2818#issuecomment-896005442___ Kamailio

[sr-dev] [kamailio/kamailio] tm: enhance fr/retr timers logging (#2818)

2021-08-10 Thread Maksym Rudenko
- Mention when FR timeout is reached, and which of FR timers expired - Log when starting FR/RETR timers - log when changing default timeouts to user-set values - log when resetting fr/retr timers on provisional replies !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed

Re: [sr-dev] [kamailio/kamailio] tm: enhance fr/retr timers logging (#2817)

2021-08-10 Thread Maksym Rudenko
Closed #2817. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2817#event-5134858706___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] tm: enhance fr/retr timers logging (#2817)

2021-08-10 Thread Maksym Rudenko
- Mention when FR timeout is reached, and which of FR timers expired - Log when starting FR/RETR timers - log when changing default timeouts to user set values - log when resetting fr/retr timers on provisional replies !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed

[sr-dev] [kamailio/kamailio] TLS module missing from 5.5 Debian repository (#2816)

2021-08-10 Thread Simone de Blasiis
### Description I've installed Kamailio 5.5 from the Debian 10 repository and added the WITH_TLS flag to default config file but Kamailio refuses to start. Looking at the logs I found out that the tls.so file in the modules folder is missing. I checked the docs and it seems that the package has

Re: [sr-dev] [kamailio/kamailio] TLSA Undefined Symbol __dlclose (#2815)

2021-08-10 Thread Tim Chubb
Unfortunatly the additional switches made no effect, i have however found a work around... If you set the `LIBSSL_STATIC_SRCLIB` to yes, and alter the path to where ubuntu stores the static libs from packages it compiles with no warnings and loads as expected. ``` # set to yes when wanting to

[sr-dev] git:master:d4d6fd43: ISSUE_TEMPLATE/bug_report.md: list lsb_release -a in comments for OS details

2021-08-10 Thread GitHub
Module: kamailio Branch: master Commit: d4d6fd431adb94f591e6035f2fa76eff8f728a8f URL: https://github.com/kamailio/kamailio/commit/d4d6fd431adb94f591e6035f2fa76eff8f728a8f Author: Daniel-Constantin Mierla Committer: GitHub Date: 2021-08-10T09:16:17+02:00 ISSUE_TEMPLATE/bug_report.md: list

Re: [sr-dev] [kamailio/kamailio] TLSA Undefined Symbol __dlclose (#2815)

2021-08-10 Thread Daniel-Constantin Mierla
On Debian 10 Buster works fine. I have no Ubunto 18.04 around, can you edit the Makefile in the module folder and add `-ldl` to the LIBS? Like: ``` LIBS += -l:libssl.a -l:libcrypto.a -l:libz.a -l:libdl.a -ldl ``` -- You are receiving this because you are subscribed to this thread. Reply to

[sr-dev] git:master:28c0e78f: pv: removed unused code in parsing paramlist transformation name

2021-08-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 28c0e78f8f866c971172d0cdc55cfd963a0d29be URL: https://github.com/kamailio/kamailio/commit/28c0e78f8f866c971172d0cdc55cfd963a0d29be Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-10T10:36:00+02:00 pv: removed unused

[sr-dev] git:master:52cb53b2: nathelper: better condition for no more params in handle_ruri_alias_mode()

2021-08-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 52cb53b29a5a624031a7d06504afecca7c25511e URL: https://github.com/kamailio/kamailio/commit/52cb53b29a5a624031a7d06504afecca7c25511e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-10T10:31:10+02:00 nathelper: better

[sr-dev] git:master:0046f35f: pv: added breaks in case of mismatching via var name

2021-08-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 0046f35f37a84afefe53c122dafa42876c69 URL: https://github.com/kamailio/kamailio/commit/0046f35f37a84afefe53c122dafa42876c69 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-10T10:11:16+02:00 pv: added breaks in

[sr-dev] git:master:4e5c1ddd: textopsx: kemi functions to get body line iterator value

2021-08-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4e5c1ddd996d60382fd6a2d549cb18e2a1657b0d URL: https://github.com/kamailio/kamailio/commit/4e5c1ddd996d60382fd6a2d549cb18e2a1657b0d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-09T20:54:32+02:00 textopsx: kemi