Module: kamailio
Branch: master
Commit: fb7c4ec9a33d8147094aa664ce3c96b6c3cb7d35
URL:
https://github.com/kamailio/kamailio/commit/fb7c4ec9a33d8147094aa664ce3c96b6c3cb7d35
Author: S-P Chan
Committer: S-P Chan
Date: 2024-02-07T14:08:01+08:00
core/rthreads.h: fix missing returns
---
Modified: s
Module: kamailio
Branch: master
Commit: 1a2993ca370da35c34abae1cb44086492faa0ade
URL:
https://github.com/kamailio/kamailio/commit/1a2993ca370da35c34abae1cb44086492faa0ade
Author: S-P Chan
Committer: S-P Chan
Date: 2024-02-07T05:54:35+08:00
core/rthreads.h: fix missing return
---
Modified: sr
Module: kamailio
Branch: master
Commit: e52bc4ba41417362c79da1cd3d41b283aabc4eb8
URL:
https://github.com/kamailio/kamailio/commit/e52bc4ba41417362c79da1cd3d41b283aabc4eb8
Author: S-P Chan
Committer: S-P Chan
Date: 2024-02-07T05:49:14+08:00
Sample etc/kamailio.cfg: add tls_threads_mode to confi
Module: kamailio
Branch: master
Commit: aa15489f0a8de4a27197602d771fe02cf5745287
URL:
https://github.com/kamailio/kamailio/commit/aa15489f0a8de4a27197602d771fe02cf5745287
Author: S-P Chan
Committer: S-P Chan
Date: 2024-02-07T05:24:30+08:00
core/rthreads.h: use global ksr_tls_threads_mode to co
Closed #3745.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3745#event-1172474
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Development Mailing
### Description
Kamailio segfaults when KEMI functions are invoked from app_python script
### Troubleshooting
The same code was running ok with the 5.6 branch.
It seems that the function sr_apy_kemi_exec_func_ex has been re-written in 5.7
with the following main changes :
- The long IF/ELSE
> Looks like we were working in parallel
Done - please check
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3745#issuecomment-1929671704
You are receiving this because you are subscribed to this thread.
Message ID: ___
Reopened #3745.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3745#event-11718365336
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Development Mailin
Closed #3745.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3745#event-11718342668
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Development Mailing
@henning - so sorry tagged the wrong name.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3744#issuecomment-1929632822
You are receiving this because you commented.
Message ID: ___
Kamailio (SER) - Deve
Looks like we were working in parallel and I pushed a commit to add the global
parameter with the name `tls_threads_mode` (internal global variable
`ksr_tls_threads_mode`). I also replied to the email on sr-dev where you asked
for assistance on it. Maybe you can amend your code to use the global
Hello Richard,
I added the global parameter tls_threads_mode, I consider to reflect
better the purpose than the proposed enable_tls_threads. In the code it
is the global variable ksr_tls_threads_mode which is exposed via
core/globals.h -- you can see commit:
-
https://github.com/kamailio/kamail
Ah so sorry about that : I have a new DRAFT PR for master that implements
enable_tls_threads = 0|1|2
that disables threading when not essential
https://github.com/kamailio/kamailio/pull/3745
On Tue, 6 Feb 2024 at 21:21, Daniel-Constantin Mierla via sr-dev <
sr-dev@lists.kamailio.org> wrote:
> @