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
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
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:
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 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
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: 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
@sergey-safarov
I pushed some commits that were for component based packaging for debian!
can you maybe confirm that it didn't changed something on your packaging and it
still works as expected? you can find the new changes in `cmake` branch!
--
Reply to this email directly or view it on Gi
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 -
@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
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: ___
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
### 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
@SouradeepBera pushed 1 commit.
2dc04f8964b34fdd39fe4b544e810c033bccf0e3 rtpengine: fix race condn assigning
same ip:port due to gencookie in parallel forks
--
View it on GitHub:
https://github.com/kamailio/kamailio/pull/4139/files/a4b11808fea587bf7efe4712a2d6162eb1b33914..2dc04f8964b34fdd39fe
- avoid parallel calls to gencookie from generating the same cookie for
rtpengine
Pre-Submission Checklist