[sr-dev] Re: [kamailio/kamailio] xhttp_prom: new xhttp_prom_tags parameter (PR #4070)

2024-12-16 Thread Christian Berger via sr-dev
I will try to fix it ASAP which might take a while. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4070#issuecomment-2544889972 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] xhttp_prom: new xhttp_prom_tags parameter (PR #4070)

2024-12-16 Thread Victor Seva via sr-dev
@ChristianBergerSipgate you need to fix the formatting in the same commit. The tool checks commit by commit. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4070#issuecomment-2544858654 You are receiving this because you are subscribed to this thr

[sr-dev] git:master:4811a670: etc/kamailio.cfg: use dlgs to get dialog stats via rpc

2024-12-16 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4811a6706e7898049adea7b833caef61b587aff5 URL: https://github.com/kamailio/kamailio/commit/4811a6706e7898049adea7b833caef61b587aff5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-12-16T09:10:49+01:00 etc/kamailio.cfg: use

[sr-dev] git:master:76925238: etc/kamailio.cfg: example for udp_reciever_mode parameter

2024-12-16 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 76925238ada0368864da0da31f9b15e59315e7c4 URL: https://github.com/kamailio/kamailio/commit/76925238ada0368864da0da31f9b15e59315e7c4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-12-16T08:59:05+01:00 etc/kamailio.cfg: exam

[sr-dev] Re: [kamailio/kamailio] kamailio.cfg updates for v6.0.x series (Issue #4034)

2024-12-16 Thread Daniel-Constantin Mierla via sr-dev
Closed #4034 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4034#event-15666212837 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] kamailio.cfg updates for v6.0.x series (Issue #4034)

2024-12-16 Thread Daniel-Constantin Mierla via sr-dev
Default config updated. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4034#issuecomment-2544877642 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Developm

[sr-dev] [kamailio/kamailio] tls_wolfssl: crash qm_free / qm_debug_check_frag (Issue #4074)

2024-12-16 Thread Fred Posner via sr-dev
### Introduction First, I apologize for the lack of detail here. I am unable to get a core dump and as a production box, I was unable to run in debug mode. ### Description Using Kamailio 5.8.4 on Debian 12, every 60-80 minutes, the software would crash, blaming tls_wolfssl, such as: ``` 2024-

[sr-dev] git:master:e4116424: cmake: Generate docs with lynx

2024-12-16 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: e4116424065f3d3ee685960976239ae961212dc0 URL: https://github.com/kamailio/kamailio/commit/e4116424065f3d3ee685960976239ae961212dc0 Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2024-12-16T09:05:48Z cmake: Generate docs with lynx - Remove

[sr-dev] Re: [kamailio/kamailio] Advertise in listen directive still gives port in headers even though it's not set or set to 0 (Issue #3933)

2024-12-16 Thread Daniel-Constantin Mierla via sr-dev
There was a commit long time ago (abaf42a735b00af8cbfec90888d2ef3397e5040d) that should have fixed it for Via, just forgot to follow up here. If not, create a new issue, the code has been changed quite a lot since then. -- Reply to this email directly or view it on GitHub: https://github.com/ka

[sr-dev] Re: [kamailio/kamailio] Advertise in listen directive still gives port in headers even though it's not set or set to 0 (Issue #3933)

2024-12-16 Thread Daniel-Constantin Mierla via sr-dev
Closed #3933 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3933#event-15666942306 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] rtpengine: export subscribe operation functions (PR #4071)

2024-12-16 Thread Farzaneh Soltanzadeh via sr-dev
@Fr-Soltanzadeh pushed 1 commit. e8b5c175aa2c2dd6385e04ba9c69c99164a05ab3 rtpengine: export subscribe operation functions -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4071/files/300c68b06c768fab3d3171a1918068482653933d..e8b5c175aa2c2dd6385e04ba9c69c99164a05ab3 You are receiv

[sr-dev] Re: [kamailio/kamailio] rtpengine: export subscribe operation functions (PR #4071)

2024-12-16 Thread Richard Fuchs via sr-dev
@rfuchs commented on this pull request. Overall LGTM with some exceptions. As for style - I would prefer to retain the "subscribe" schema of naming the functions instead of "copy" - took me a while to understand that this refers to making a copy of the media stream. Also I think it may be wort

[sr-dev] Re: Freezing development for 6.0.x series

2024-12-16 Thread Daniel-Constantin Mierla via sr-dev
Hello, short notification that the freezing of development for v6.0.x series is planned for the end of the day today -- to be marked on the git tomorrow morning UTC, just in case someone in US/Americas still want to push some code. The existing pull requests can still be merged till the branch 6.

[sr-dev] [kamailio/kamailio] xhttp_prom: new xhttp_prom_tags paramete (PR #4073)

2024-12-16 Thread Christian Berger via sr-dev
- allows custom tags to be added to prometheus metrics - Addresses GH issue #4021