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

2025-03-11 Thread Boris Korzun via sr-dev
drTr0jan left a comment (kamailio/kamailio#4155) Also 69086114ad6eee016d1b7634f37c5ef31d4543e0 cherry-pick will be great! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4155#issuecomment-2713350580 You are receiving this because you are subscribed

[sr-dev] [kamailio/kamailio] sipt: KEMI support (PR #4172)

2025-03-10 Thread Boris Korzun via sr-dev
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files for mo

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

2025-03-10 Thread Boris Korzun via sr-dev
drTr0jan left a comment (kamailio/kamailio#4155) @miconda, why 1f3b45056caf298062c6fbe683660ac6c158331a and 41b2cba74a9fff204b2cc671670073d008b3c6b1 hasn't been cherry-picked to 6.0.1? Can you cherry-pick them to 6.0.2? -- Reply to this email directly or view it on GitHub: https://github.com/k

[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] 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] [kamailio/kamailio] Cmake: small bugfixes (lib/ims, dialplan, sctp) (PR #4155)

2025-02-23 Thread Boris Korzun via sr-dev
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files for mo

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

2025-02-11 Thread Boris Korzun via sr-dev
### Description There're `1xx_replies` metric in `sl` module. But the metric doesn't work. ### Troubleshooting There're no handle in `void update_sl_stats(int code)`. https://github.com/kamailio/kamailio/blob/f37940b9a113ab79611f851334af7f8fbb7b3f6a/src/modules/sl/sl_stats.c#L151-L153 ### Propo

[sr-dev] Re: [kamailio/kamailio] Fix Makefile.defs and influxdbc for build on FreeBSD (PR #4099)

2025-01-15 Thread Boris Korzun via sr-dev
> @drTr0jan: would you have time to test the cmake-based building system on > FreeBSD? I am not sure if anyone tried it yet, as I can't say if there are > many people using FreeBSD active in our development space. The plan is to > replace the old-Makefiles with cmake, some tutorials are availabl

[sr-dev] Re: [kamailio/kamailio] cmake: add FreeBSD support (PR #4104)

2025-01-14 Thread Boris Korzun via sr-dev
> Indeed we may have to alter some of the link stuff of `kamailio` and `kamcmd` > as noted by @drTr0jan for proper `FreeBSD` support. > > Regarding the > > https://github.com/kamailio/kamailio/blob/6b0b8cb84b7d0e965d50bdf0dfa5423004879f55/cmake/defs.cmake#L321 > > , it will probably go away and

[sr-dev] Re: [kamailio/kamailio] cmake: add FreeBSD support (PR #4104)

2025-01-14 Thread Boris Korzun via sr-dev
@drTr0jan commented on this pull request. > @@ -8,7 +8,7 @@ option(PROFILE "Enable profiling" OFF) add_library(common_compiler_flags INTERFACE) # Define the flags for the C compiler -if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") +if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|amd64") Yes, of cour

[sr-dev] Re: [kamailio/kamailio] cmake: add FreeBSD support (PR #4104)

2025-01-14 Thread Boris Korzun via sr-dev
> That is the default one used if none is provided. I think, the default value should be a `USE_SYSV_SEM` as in Makefiles.defs: https://github.com/kamailio/kamailio/blob/6b0b8cb84b7d0e965d50bdf0dfa5423004879f55/src/Makefile.defs#L2156-L2160 > If FreeBSD requires some other we can overwrite the va

[sr-dev] [kamailio/kamailio] cmake: add FreeBSD support (PR #4104)

2025-01-14 Thread Boris Korzun via sr-dev
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README files for mo

[sr-dev] Re: [kamailio/kamailio] Fix Makefile.defs and influxdbc for build on FreeBSD (PR #4099)

2025-01-10 Thread Boris Korzun via sr-dev
@miconda, I can't promise for the testing, but I'll try. I am a little familiar with CMake. You can open an issue for the testing and assign me. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4099#issuecomment-2584077379 You are receiving this bec

[sr-dev] [kamailio/kamailio] Fix Makefile.defs and influxdbc for build on FreeBSD (PR #4099)

2025-01-10 Thread Boris Korzun via sr-dev
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README files for mo