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
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
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
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
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
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
@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
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
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: _
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
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
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
12 matches
Mail list logo