[sr-dev] Jenkins build is still unstable: kamailiodev-nightly-binaries » amd64,stretch #2540

2023-11-28 Thread kamailio--- via sr-dev
See ___ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) (Issue #3635)

2023-11-28 Thread space88man via sr-dev
Observation: most of these faults are in `tls_accept()` even before the `SSL *` object is shared and used by multiple workers (in the steady state) — this is strange as we normally associate OpenSSL “problems” with using `SSL *` in multiple processes. It seems to be related to (1) error handlin

[sr-dev] Re: [kamailio/kamailio] phonenum: cannot build on Fedora 39 (Issue #3659)

2023-11-28 Thread sergey-safarov via sr-dev
To fix the module build on the Fedora 39 required to make this change ```diff diff --git a/src/modules/phonenum/Makefile b/src/modules/phonenum/Makefile index f465226a97..16e21d902e 100644 --- a/src/modules/phonenum/Makefile +++ b/src/modules/phonenum/Makefile @@ -18,7 +18,7 @@ include ../../Makefi

[sr-dev] Re: [kamailio/kamailio] phonenum: cannot build on Fedora 39 (Issue #3659)

2023-11-28 Thread sergey-safarov via sr-dev
Created related issue https://github.com/abseil/abseil-cpp/issues/1578 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3659#issuecomment-1829987142 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] [kamailio/kamailio] phonenum: cannot build on Fedora 39 (Issue #3659)

2023-11-28 Thread sergey-safarov via sr-dev
``` LD (gcc) [M db_perlvdb.so] db_perlvdb.so CC (gcc) [M phonenum.so]phonenum_mod.o CC (gcc) [M phonenum.so]phonenum_pv.o Compiling cphonenumber.cpp g++ -std=c++11 -fPIC -DPIC -g -funroll-loops -Wcast-align -pthread -DKSR_PTHREAD_MUTEX_SHARED -Wall -Wno

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) (Issue #3635)

2023-11-28 Thread Daniel-Constantin Mierla via sr-dev
@6ecbl: can you install libssl/libcrypto debug symbols and retake the backtrace with gdb from the same core file? It should be a package available in your OS distro. More details are provided in that case that allow to track lines of the code that were executed from libssl and libcrypto. Is an

[sr-dev] git:master:2b27aba7: topos: use defined values for internal contact mode

2023-11-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 2b27aba7f4f396e4ebd894255abfa8ce20950313 URL: https://github.com/kamailio/kamailio/commit/2b27aba7f4f396e4ebd894255abfa8ce20950313 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-28T13:22:35+01:00 topos: use defined val

[sr-dev] git:master:1194f597: core: timer_proc don't execute timers on shutdown phase

2023-11-28 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 1194f59738e87fcbf0d61c95d1d481e5fbb46784 URL: https://github.com/kamailio/kamailio/commit/1194f59738e87fcbf0d61c95d1d481e5fbb46784 Author: Victor Seva Committer: Victor Seva Date: 2023-11-28T13:03:38+01:00 core: timer_proc don't execute timers on shutdow

[sr-dev] Re: [kamailio/kamailio] core: timer_proc don't execute timers on shutdown phase (PR #3649)

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

[sr-dev] Re: [kamailio/kamailio] core: timer_proc don't execute timers on shutdown phase (PR #3649)

2023-11-28 Thread Daniel-Constantin Mierla via sr-dev
Yes, thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3649#issuecomment-1829701321 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mai

[sr-dev] Re: [kamailio/kamailio] core: timer_proc don't execute timers on shutdown phase (PR #3649)

2023-11-28 Thread Victor Seva via sr-dev
@miconda do you think this can be merged? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3649#issuecomment-1829467353 You are receiving this because you are subscribed to this thread. Message ID: ___ Kam

[sr-dev] Re: [kamailio/kamailio] jansson_get not work when the key contain dot [.] charater (Issue #3658)

2023-11-28 Thread Daniel-Constantin Mierla via sr-dev
Indeed, as I looked at the code, jansson_get() treats the first parameter as json-path and `.` is a delimiter there. With the stable kamailio versions at this moment, up to 5.7.x, you can use json module which should work with field name, no json-path. Alternatively, you can use the an embedded

[sr-dev] Re: [kamailio/kamailio] jansson_get not work when the key contain dot [.] charater (Issue #3658)

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

[sr-dev] git:master:9117e5dd: modules: readme files regenerated - jansson ... [skip ci]

2023-11-28 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 9117e5ddbffe2a202d24eb39a509835f14090486 URL: https://github.com/kamailio/kamailio/commit/9117e5ddbffe2a202d24eb39a509835f14090486 Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-11-28T10:32:15+01:00 modules: readme files regenerated - jansson ..

[sr-dev] git:master:d7b76608: jansson: use key as field name for jansson_get_field()

2023-11-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: d7b76608595046001cab3ced06d29c1e9a84cb99 URL: https://github.com/kamailio/kamailio/commit/d7b76608595046001cab3ced06d29c1e9a84cb99 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-28T10:20:40+01:00 jansson: use key as fi

[sr-dev] git:master:3b47b566: jansson: rename parameter for janssonmod_get_field()

2023-11-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 3b47b566477baedf687635b2b3f0e2525987e709 URL: https://github.com/kamailio/kamailio/commit/3b47b566477baedf687635b2b3f0e2525987e709 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-28T10:20:41+01:00 jansson: rename parame

[sr-dev] git:master:48034ab6: jansson: added path evaluatian mode for helper functions

2023-11-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 48034ab61482f6b3d9e77ccfc9e0743c44ff4458 URL: https://github.com/kamailio/kamailio/commit/48034ab61482f6b3d9e77ccfc9e0743c44ff4458 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-28T10:20:40+01:00 jansson: added path ev

[sr-dev] git:master:9eeab439: jansson: docs updated for jansson_get_field()

2023-11-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9eeab4396d8ec57781244ab80c4a96539d7338ec URL: https://github.com/kamailio/kamailio/commit/9eeab4396d8ec57781244ab80c4a96539d7338ec Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-28T10:20:41+01:00 jansson: docs updated

[sr-dev] git:master:525dc452: jansson: reformat exported structures

2023-11-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 525dc4523ac411e1154c3ae8af1ec6f8678d1dbc URL: https://github.com/kamailio/kamailio/commit/525dc4523ac411e1154c3ae8af1ec6f8678d1dbc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-28T10:20:40+01:00 jansson: reformat expo

[sr-dev] Jenkins build is still unstable: kamailiodev-nightly-binaries » amd64,stretch #2539

2023-11-28 Thread kamailio--- via sr-dev
See ___ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr-dev-le...@lists.kamailio.org