@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
@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
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
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:
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
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
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
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
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
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
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
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,
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) {
|
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
@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
15 matches
Mail list logo