[sr-dev] Re: [kamailio/kamailio] ndb_redis: Error when receiving 'MOVED' response from redis-cluster with TLS (Issue #3894)

2024-10-18 Thread github-actions[bot] via sr-dev
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3894#issuecomment-2423528331 You are receiving this because yo

[sr-dev] Re: [kamailio/kamailio] Kamailio hangs on get_profile_size method. (Issue #3947)

2024-10-18 Thread github-actions[bot] via sr-dev
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3947#issuecomment-2423528340 You are receiving this because yo

[sr-dev] git:master:62b4ee4a: app_python3s: refactor GIL and thread state handling

2024-10-18 Thread S-P Chan via sr-dev
Module: kamailio Branch: master Commit: 62b4ee4a0d0b62b35c8bdf67e5daf9cbe9a28499 URL: https://github.com/kamailio/kamailio/commit/62b4ee4a0d0b62b35c8bdf67e5daf9cbe9a28499 Author: S-P Chan Committer: S-P Chan Date: 2024-10-19T10:15:34+08:00 app_python3s: refactor GIL and thread state handling

[sr-dev] Re: [kamailio/kamailio] app_python3s: support for Free-Threading Python and clean-up (PR #3987)

2024-10-18 Thread space88man via sr-dev
Closed #3987. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3987#event-14728844355 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:c81b2b33: app_python3s: initial support for free-threading Python

2024-10-18 Thread S-P Chan via sr-dev
Module: kamailio Branch: master Commit: c81b2b3383c5900aba83672da024c812d8e6d89d URL: https://github.com/kamailio/kamailio/commit/c81b2b3383c5900aba83672da024c812d8e6d89d Author: S-P Chan Committer: S-P Chan Date: 2024-10-19T10:15:34+08:00 app_python3s: initial support for free-threading Pytho

[sr-dev] Re: [kamailio/kamailio] app_python3: support for Free-Threading Python and legacy clean-up (PR #3986)

2024-10-18 Thread space88man via sr-dev
Update: this PR has a larger "blast radius" as it removes legacy modules (Logger / Router / Core etc) No one on the user list has complained - we're assuming they are using KEMI functions. I will leave this up until end of October before merging. Since this is a breaking change it is good tha

[sr-dev] Re: [kamailio/kamailio] app_python3: support for Free-Threading Python and legacy clean-up (PR #3986)

2024-10-18 Thread space88man via sr-dev
@space88man pushed 4 commits. c29f6089b6d2c4c1421efa9eb8c6a5766add app_python3: removal of legacy modules a635f8e4b50005e50c09776eabbdfbcc20d344f5 app_python3: clean-up of early imports c5a07652225d6835fc6395bbf83ae507f6c44a80 app_python3: initial support for free-threading Python bad73e61

[sr-dev] Re: [kamailio/kamailio] app_python3s: support for Free-Threading Python and clean-up (PR #3987)

2024-10-18 Thread space88man via sr-dev
Closed as completed with https://github.com/kamailio/kamailio/commit/62b4ee4a0d0b62b35c8bdf67e5daf9cbe9a28499 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3987#issuecomment-2423481964 You are receiving this because you are subscribed to this thr

[sr-dev] Re: [kamailio/kamailio] Fixed segfault when using kazoo_query in kazoo mod (PR #4002)

2024-10-18 Thread Victor Seva via sr-dev
Commit message hasn't the format required by CONTRIBUTING guide -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4002#issuecomment-2422849179 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] [kamailio/kamailio] Fixed segfault when using kazoo_query in kazoo mod (PR #4002)

2024-10-18 Thread Remco van Vugt via sr-dev
A response to the amqp query caused a segfault in libc - Refactored parts of the code to be more readable and DRY - Split up functions for 3/4/5 arguments passed - Tested in 8.5.2 Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are sp

[sr-dev] [kamailio/kamailio] Module dispatcher: ds_is_active() return incorrect. (Issue #4001)

2024-10-18 Thread Minh Vũ via sr-dev
Kamailo 5.8 ### Description I use ```ds_is_active function()``` in ```dispatcher``` module. ``` $var(sip_url) = $sht(conf_fs=>$var(conf_id)); # sip:192.168.1.44:5060 if(ds_is_active("1", "$var(sip_url)")){ is allways run } ``` or ```ds_is_active("1", $var(sip_url))``` Debuggin

[sr-dev] topos module with storage "shm"

2024-10-18 Thread Stefan Mititelu via sr-dev
Hi, I am thinking of this idea to add shm storage for topos module. Main motivation for this is that if db backend is not available, there will be no store/load happening. Did anyone else thought of this or is doing something similar already? I see 2 milestones here: 1. Add code in topos to keep