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

2024-02-28 Thread Henning Westerholt via sr-dev
Hello Richard, thank you, really helpful. Regarding the cdp module, we could provide some access to a test setup. A colleague will contact you about that. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com From: Richa

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

2024-02-28 Thread Richard Chan via sr-dev
Typo in the gdb breakpoints in the earlier email : they should use the function $_any_caller_is (not $_caller_is) # STEP 2 # this breakpoint detects if OpenSSL 3 initializes the thread-local err_thread_local # in process#0.thread#1 — this causes shared memory contention gdb> breakpoint CRYPTO_THRE

[sr-dev] git:master:17bdbd34: ims_usrloc: make matching of username in contact conditional

2024-02-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 17bdbd34b1038de936f14c1a41ce55f571e6402a URL: https://github.com/kamailio/kamailio/commit/17bdbd34b1038de936f14c1a41ce55f571e6402a Author: herlesupreeth Committer: Daniel-Constantin Mierla Date: 2024-02-28T17:24:15+01:00 ims_usrloc: make matching of user

[sr-dev] Re: [kamailio/kamailio] Fixes related to contact updation and searching in P-CSCF modules (PR #3771)

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

[sr-dev] Re: [kamailio/kamailio] Fixes related to contact updation and searching in P-CSCF modules (PR #3771)

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

[sr-dev] git:master:4fb8accc: ims_registrar_pcscf: update registered state to pending registration if contact exists

2024-02-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4fb8accc6747ad56fec3dc84d70cb2b8bbd7316e URL: https://github.com/kamailio/kamailio/commit/4fb8accc6747ad56fec3dc84d70cb2b8bbd7316e Author: herlesupreeth Committer: Daniel-Constantin Mierla Date: 2024-02-28T17:24:15+01:00 ims_registrar_pcscf: update regis

[sr-dev] Re: [kamailio/kamailio] ndb_reids module in event_route[tcp:closed] route block error: "no redis context for server" (Issue #3768)

2024-02-28 Thread Daniel-Constantin Mierla via sr-dev
The tcp_read.c code does not cover all cases when the connection can be closed, only when that happens during reading operations. But not on lifetime expiration and some other events -- that was the reason to move the execution of the event route for closed event in the tcp-main, because it is t