[sr-dev] Re: [kamailio/kamailio] p-charging-vector bug in siputils with force flag (Issue #3929)

2024-09-16 Thread Eik Rentzow via sr-dev
The bug was in the whole handling of the internal buffer for the P-Charging-Vector handler. One buffer for the original and the rewritten header, but handled in similar but different ways. Took some time to find that! I have added a new buffer when creating a new PCV header. The original buffer

[sr-dev] git:master:5746db1c: app_jsdt: add support for loong64

2024-09-16 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 5746db1c5a99eaeaf7f97d520232f014548c912d URL: https://github.com/kamailio/kamailio/commit/5746db1c5a99eaeaf7f97d520232f014548c912d Author: Victor Seva Committer: Victor Seva Date: 2024-09-16T19:39:09+02:00 app_jsdt: add support for loong64 From: liuxian

[sr-dev] Re: [kamailio/kamailio] app_jsdt: add support for loong64 arch (Issue #3976)

2024-09-16 Thread Victor Seva via sr-dev
Closed #3976 as completed via 5746db1c5a99eaeaf7f97d520232f014548c912d. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3976#event-14277223828 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] [kamailio/kamailio] app_jsdt: add support for loong64 arch (Issue #3976)

2024-09-16 Thread Victor Seva via sr-dev
>From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060901 It has a patch like: ``` diff -ruN kamailio-5.7.3-bk/src/modules/app_jsdt/duk_config.h kamailio-5.7.3/src/modules/app_jsdt/duk_config.h --- kamailio-5.7.3-bk/src/modules/app_jsdt/duk_config.h 2023-11-17 19:30:23.0 +0800 +++

[sr-dev] Re: [kamailio/kamailio] dialog: Remove dlg_flag docs (PR #3975)

2024-09-16 Thread Bastian Triller via sr-dev
> Hey @btriller, > > Good catch regarding the function comment. Thanks! > > Regarding the docs, I think it's best that the param `dlg_flag` stay but with > maybe a small description ie, `deprecated from version 6.x. See > dlg_manage()`. This would inform the users to look for the alternative an

[sr-dev] Re: [kamailio/kamailio] Service crashed for IMS VoLTE MT call (Issue #3973)

2024-09-16 Thread Henning Westerholt via sr-dev
Thanks for the report. Does the crash happened only once, or do you observe it frequently? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3973#issuecomment-2352966968 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] dialog: Remove dlg_flag docs (PR #3975)

2024-09-16 Thread Xenofon Karamanos via sr-dev
Hey @btriller, Good catch regarding the function comment. Thanks! Regarding the docs, I think it's best that the param `dlg_flag` stay but with maybe a small description ie, `deprecated from version 5.8.4. See dlg_manage()`. This would inform the users to look for the alternative and better op

[sr-dev] Re: [kamailio/kamailio] Build for el9 without legacy geoip (PR #3886)

2024-09-16 Thread Henning Westerholt via sr-dev
@sergey-safarov Any more comments on this PR after the latest improvements? If there are no more comments, it will be merged soon. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3886#issuecomment-2352922632 You are receiving this because you are s

[sr-dev] git:master:99710daa: core: proper condition for bind_ipv6_link_local modes

2024-09-16 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 99710daa8b05a0a37ef3bb35e2ffd723908037f4 URL: https://github.com/kamailio/kamailio/commit/99710daa8b05a0a37ef3bb35e2ffd723908037f4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-16T15:28:14+02:00 core: proper condition

[sr-dev] Re: [kamailio/kamailio] The tm.cancel function does not generate a “tm:local-request” event. (Issue #3831)

2024-09-16 Thread Henning Westerholt via sr-dev
Closed #3831 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3831#event-14273067492 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] The tm.cancel function does not generate a “tm:local-request” event. (Issue #3831)

2024-09-16 Thread Henning Westerholt via sr-dev
@JuanPascual2 a PR was merged that should fix the issue you reported, linked above. Maybe you can test and report back if your problem is solved. If not, please re-open this issue. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3831#issuecommen

[sr-dev] Re: [kamailio/kamailio] tm: Emit request event when tm.cancel is called (PR #3962)

2024-09-16 Thread Henning Westerholt via sr-dev
Merged #3962 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3962#event-14273053476 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developm

[sr-dev] git:master:faca8e7a: tm: Emit request event when cancel is called

2024-09-16 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: faca8e7a20255d90a4786fd4043005ead9dfc5df URL: https://github.com/kamailio/kamailio/commit/faca8e7a20255d90a4786fd4043005ead9dfc5df Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Henning Westerholt Date: 2024-09-16T15:21:5

[sr-dev] [kamailio/kamailio] dialog: Remove dlg_flag docs (PR #3975)

2024-09-16 Thread Bastian Triller via sr-dev
Related to #3961