[sr-dev] Re: [kamailio/kamailio] Cmake: small bugfixes (lib/ims, dialplan, sctp) (PR #4155)

2025-02-24 Thread Boris Korzun via sr-dev
@drTr0jan pushed 2 commits. eb918897d7efcd5b5f1e0cdecff2ea3d77235802 sctp: cmake - search for libsctp on linux only e1577208ffcbf2591354f31fe26bbf3851d85781 dialplan: cmake - add pcre2 -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4155/files/bd9e7dcf0be7d7525dad08a65e606cf2a

[sr-dev] Re: [kamailio/kamailio] Cmake: small bugfixes (lib/ims, dialplan, sctp) (PR #4155)

2025-02-24 Thread Boris Korzun via sr-dev
@drTr0jan commented on this pull request. > @@ -1,3 +1,9 @@ file(GLOB MODULE_SOURCES "*.c") add_library(${module_name} SHARED ${MODULE_SOURCES}) + +find_package(PkgConfig REQUIRED) +pkg_check_modules(PCRE2 REQUIRED IMPORTED_TARGET libpcre2-8) Yep, you're right! Fixed. Thx! -- Reply to thi

[sr-dev] [kamailio/kamailio] TOPOS removes via header when calling drop in event_route[topos:msg-outgoing] (Issue #4157)

2025-02-24 Thread Brandon Armstead via sr-dev
CrazyTux created an issue (kamailio/kamailio#4157) ### TOPOS removes via header ``` event_route[topos:msg-outgoing] { # Feature Flag is enabled ** problem occurs here ** if($sht(feature_flags=>kamailio-disable-internal-topos) == "true") { if(ds_is_from_list(KAM_SET_ID, 3, "sip:$snd

[sr-dev] Re: [kamailio/kamailio] SEGV in dialog module (PR #4151)

2025-02-24 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4151) Yes, it will be backported. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4151#issuecomment-2677718717 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] xmpp module causes crash in component mode with prosody (Issue #4154)

2025-02-24 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4154) The parameters look ok, the crash seems to be inside libexpat, maybe you can check that project and see if there are some known bugs for the version you have. The xmpp module was probably not used for very long time, it might be that it needs som

[sr-dev] Re: [kamailio/kamailio] Why can't set_body_multipart and append_body_part* functions be used from ONREPLY_ROUTE? (Issue #4149)

2025-02-24 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4149) It can be a matter of what the developer needed, so, if nobody else comments, you can do the changes locally, test and if all looks fine, then you can make a PR. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/ka

[sr-dev] git:master:f43c132d: sl: stats for 1xx replies

2025-02-24 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f43c132db9b1dc71f623d592fb46d487ba492c7d URL: https://github.com/kamailio/kamailio/commit/f43c132db9b1dc71f623d592fb46d487ba492c7d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-02-24T09:57:38+01:00 sl: stats for 1xx repl

[sr-dev] Re: [kamailio/kamailio] sl: doesn't handle 1xx_replies while metric exists (Issue #4144)

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

[sr-dev] Re: [kamailio/kamailio] sl: doesn't handle 1xx_replies while metric exists (Issue #4144)

2025-02-24 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4144) Thanks, I pushed a commit for it, to be backported. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4144#issuecomment-2677839331 You are receiving this because you are subscribed to this thread. Me

[sr-dev] Re: [kamailio/kamailio] xmpp module causes crash in component mode with prosody (Issue #4154)

2025-02-24 Thread Jan Rozhon via sr-dev
jrozhon left a comment (kamailio/kamailio#4154) thank you for your suggestion. will take a look -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4154#issuecomment-2677932972 You are receiving this because you are subscribed to this thread. Messag

[sr-dev] [kamailio/kamailio] fails to build from source(FTBFS) with GCC 15 (Issue #4156)

2025-02-24 Thread Victor Seva via sr-dev
linuxmaniac created an issue (kamailio/kamailio#4156) Forwarded from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096894 > The package fails to build in a test rebuild on at least amd64 with > gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The > severity of this report will be rai

[sr-dev] Re: [kamailio/kamailio] fails to build from source(FTBFS) with GCC 15 (Issue #4156)

2025-02-24 Thread Victor Seva via sr-dev
linuxmaniac left a comment (kamailio/kamailio#4156) ``` DUSE_FUTEX -DHAVE_SELECT -I/usr/include/libxml2 -DMOD_NAME='"pua"' -DMOD_NAMEID='pua' -c hash.c -o hash.o In file included from /usr/include/libbson-1.0/bson/bson-compat.h:35, from /usr/include/libbson-1.0/bson/bson.h:23,

[sr-dev] Re: [kamailio/kamailio] fails to build from source(FTBFS) with GCC 15 (Issue #4156)

2025-02-24 Thread Victor Seva via sr-dev
linuxmaniac left a comment (kamailio/kamailio#4156) ``` ims_dialog.c: In function ‘mod_init’: ims_dialog.c:573:27: error: passing argument 1 of ‘register_timer’ from incompatible pointer type [-Wincompatible-pointer-types] 573 | if(register_timer(print_all_dlgs, 0, 10) < 0) { |

[sr-dev] git:master:6cdbaa18: ims_dialog: right timer function prototype for print_all_dlgs()

2025-02-24 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 6cdbaa1815bdcadc467f36109c6e3a7d00c344f5 URL: https://github.com/kamailio/kamailio/commit/6cdbaa1815bdcadc467f36109c6e3a7d00c344f5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-02-24T12:30:26+01:00 ims_dialog: right time

[sr-dev] Re: [kamailio/kamailio] Cmake: small bugfixes (lib/ims, dialplan, sctp) (PR #4155)

2025-02-24 Thread Xenofon Karamanos via sr-dev
@xkaraman commented on this pull request. > @@ -1,3 +1,9 @@ file(GLOB MODULE_SOURCES "*.c") add_library(${module_name} SHARED ${MODULE_SOURCES}) + +find_package(PkgConfig REQUIRED) +pkg_check_modules(PCRE2 REQUIRED IMPORTED_TARGET libpcre2-8) Since we are using `IMPORTED_TARGET`, let's use