Module: kamailio
Branch: master
Commit: 5f8adb625b6bae81ef44613d774106bf3a943bb0
URL:
https://github.com/kamailio/kamailio/commit/5f8adb625b6bae81ef44613d774106bf3a943bb0
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2025-02-04T08:05:28+01:00
msrp: send failure res
Module: kamailio
Branch: master
Commit: a086b23458f1019e9f3ac5d66ae6f19074ff543e
URL:
https://github.com/kamailio/kamailio/commit/a086b23458f1019e9f3ac5d66ae6f19074ff543e
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2025-02-04T19:35:52+01:00
core: ut.h - function
Module: kamailio
Branch: master
Commit: 88b96d717be2a66a9351c01c861408743be40fc4
URL:
https://github.com/kamailio/kamailio/commit/88b96d717be2a66a9351c01c861408743be40fc4
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2025-02-04T12:04:39+01:00
topos_htable: use the
Module: kamailio
Branch: master
Commit: 0aedee8cde7b67b531dabc8a7207b0df1cfdf6a9
URL:
https://github.com/kamailio/kamailio/commit/0aedee8cde7b67b531dabc8a7207b0df1cfdf6a9
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2025-02-05T08:21:39+01:00
msilo: use helper func
Closed #4085.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4085#event-16178578102
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio - Development Mailing List -
Is this to support multi threaded operation?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4139#issuecomment-2633673826
You are receiving this because you are subscribed to this thread.
Message ID: ___
@linuxmaniac
I have pushed some new commits in
https://github.com/kamailio/kamailio/tree/cmake. You should be able to install
now properly all files related to groups using the above noted comment:
> Provide all the groups in the configuration phase like you did before
> `-DMODULE_GROUP_NAME
As 6.0 has been released, what about merging this (with a possible adaption due
to the conflict shown) for git master now?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3978#issuecomment-2634821807
You are receiving this because you are subscribe
I have checked the commit history and have not found what is added and what
needs to be checked.
Can add commits links.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4085#issuecomment-2634965420
You are receiving this because you are subscribed t
As I commented at
https://github.com/kamailio/kamailio/pull/3886#issuecomment-2357669624 , I am
fine to skip packaging this module on newer distros, but not to remove it,
since it is still used by some older, however still in use, distros.
And I guess the packaging issue was sorted out
(https:
Sure here it is. https://github.com/kamailio/kamailio/tree/cmake
and the commit
60822e7756970a077c561ba3880052b002b45d51
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4085#issuecomment-2635031834
You are receiving this because you are subscribed
I guess this can be closed now? Or is there still something to be done
regarding the cmake styling.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4075#issuecomment-269632
You are receiving this because you are subscribed to this thread.
Me
I think this can be also now closed? Or is there still something open.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4052#issuecomment-2633345580
You are receiving this because you are subscribed to this thread.
Message ID:
### Description
BYE transactions keept increasing and were never freed.
Reproduction
1. Compile kamailio 5.8.5 and run it under no traffic, with default config
2. Connect 1 WSS client
3. Send INVITE with "Session-Expires" header from WSS client -> kamailio -> PBX
(e.g. asterisk)
4. Wait f
Looking forward to do a PR for this but wanted to ask:
For Solution 1, any idea if TM_DELAYED_REPLY is really needed for something?
Looks like very old code in "git blame"
For Solution 2, noticed that a 2'nd 477 is sent for the same BYE:
- first by tm module, before killing the transaction
- seco
- avoid parallel calls to gencookie from generating the same cookie for
rtpengine
Pre-Submission Checklist