[sr-dev] Re: [kamailio/kamailio] Redis TLS support missing in Docker image (libhiredis_ssl.so not found) (Issue #4401)

2025-09-27 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4401) Looks like I missed something during the build. I have retired and all is good ``` ~/packages/home/x86_64 $ LD_PRELOAD=/usr/sbin/kamailio ldd /usr/lib/kamailio/modules/ndb_redis.so /lib/ld-musl-x86_64.so.1 (0x7f5cd5544000) /us

[sr-dev] [kamailio/kamailio] implicit declaration of function 'parse_from_header' (Issue #4412)

2025-09-27 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4412) ``` [ 0%] Building C object src/CMakeFiles/kamailio.dir/core/parser/msg_parser.c.o cd /home/build/src/kamailio-316ea8925edd0c401c121e9dc0f21dde3a2c6598/build/src && /usr/bin/cc -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DARCH=\"x86_64\"

[sr-dev] [kamailio/kamailio] sms: stringop-overread (Issue #4413)

2025-09-27 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4413) ``` cd /home/build/src/kamailio-829dce8e9de586f1269be2f58f9a7f58cc81e2b1/build/src/modules/smsops && /usr/bin/cc -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DARCH=\"x86_64\" -DCC_GCC_LIKE_ASM -DCFG_DIR=\"/etc/kamailio/\" -DCOMPILER="\"gcc

[sr-dev] [kamailio/kamailio] deprecated-declarations: xmlMemoryDump (Issue #4411)

2025-09-27 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4411) ``` /home/build/src/kamailio-316ea8925edd0c401c121e9dc0f21dde3a2c6598/src/modules/pua_xmpp/xmpp2simple.c: In function 'pres_Xmpp2Sip': /home/build/src/kamailio-316ea8925edd0c401c121e9dc0f21dde3a2c6598/src/modules/pua_xmpp/xmpp2simple.c:120:

[sr-dev] Re: [kamailio/kamailio] Alpine3.22 does not have nats.so (Issue #4408)

2025-09-26 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4408) As options, you can create your own Docker images using the CentOS repo. Here is the present `nats` module. https://rpm.kamailio.org/centos/10/6.0/6.0.2/x86_64/Packages/k/ -- Reply to this email directly or view it on GitHub: https://github

[sr-dev] Re: [kamailio/kamailio] Alpine3.22 does not have nats.so (Issue #4408)

2025-09-26 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4408) Hello @sznoname I cannot help you package `nats.c` (due to limited time resources), but I can guide you on how to do it yourself. Please read aport tree description https://wiki.alpinelinux.org/wiki/Aports_tree Then you need to prepare the

[sr-dev] Re: [kamailio/kamailio] Redis TLS support missing in Docker image (libhiredis_ssl.so not found) (Issue #4401)

2025-09-25 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4401) I have compiled sources with 829dce8e9de586f1269be2f58f9a7f58cc81e2b1, and the issue is still here. Build logs at https://github.com/sergey-safarov/kamailio/actions/runs/18020681297/job/51277076279#step:8:67 hiredis-ssl is present in the syst

[sr-dev] Re: [kamailio/kamailio] Redis TLS support missing in Docker image (libhiredis_ssl.so not found) (Issue #4401)

2025-09-24 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4401) I have compiled sources with present libhiredis_ssl.so lib ``` root@nout:~# docker run -it ghcr.io/sergey-safarov/kamailio-builder:alpine-latest / $ ls -l /usr/lib/libhiredis_ssl.so lrwxrwxrwx 1 root root 23 Sep 24 09:07 /usr/lib/libhiredis_s

[sr-dev] [kamailio/kamailio] failed build on 32bit operation system (Issue #4403)

2025-09-22 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4403) ``` [ 0%] Building C object src/modules/acc/CMakeFiles/acc.dir/acc.c.o [ 0%] Building C object src/modules/alias_db/CMakeFiles/alias_db.dir/alias_db.c.o cd /home/build/kamailio/pkg/kamailio/alpine/src/kamailio-ab79a394eb1b9d1eedf575ff78a

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-09-22 Thread sergey-safarov via sr-dev
Closed #4333 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4333#event-19847782339 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] erlang: failed build on Alpine linux (Issue #4372)

2025-09-22 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4372) @henningw could you suggest who maintains the Erlang module? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4372#issuecomment-3320195263 You are receiving this because you are subscribed to

[sr-dev] Re: [kamailio/kamailio] failed build on 32bit operation system (Issue #4403)

2025-09-22 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4403) I have started QEMU for `x86` arch build, but the GitHub actions build is still able to detect a 64-bit CPU. For me looks like there are two options 1. Disable x86 build on GitHub actions. We know x86 works on Alpine GitLab runners. 2. Or up

[sr-dev] Re: [kamailio/kamailio] Redis TLS support missing in Docker image (libhiredis_ssl.so not found) (Issue #4401)

2025-09-21 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4401) I now work on refactoring the Alpine Docker image with CMake build. Let's wait until https://github.com/kamailio/kamailio/issues/4333 is finished. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/is

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-09-01 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) @xkaraman could you check the build logs for `6.0` branch. https://gitlab.alpinelinux.org/safarov/aports/-/pipelines/355815 It looks like the feature needs to be backported. -- Reply to this email directly or view it on GitHub: https://gith

[sr-dev] [kamailio/kamailio] tracing feature and logs (Issue #4380)

2025-08-28 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4380) ### Description In a complex system that contains many daemons (sip proxy, application, billing, database, HTTP API request to external systems) is important to trace call processing using the same ID (TRACE_ID). Most tracing tools use TR

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-27 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) Thanks @xkaraman All works as expected. Build logs at https://gitlab.alpinelinux.org/safarov/aports/-/pipelines/354662 Can it be merged into the `6.0` branch? This will allow release 6.0.3 using the CMake build. -- Reply to this email dir

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-21 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) I have checked which `armv7` CPU is available, and it looks like it is quite old. As an example, Qualcomm and Apple released such a CPU in 2012 or before. [Link](https://en.wikipedia.org/wiki/List_of_ARM_processors). https://github.com/user

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-21 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) We can create a patch for aport for now. This will allow compile sources until we troubleshoot this. @xkaraman could you drop here a change as a diff or patch? And I will add this to the aport. -- Reply to this email directly or view it

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-21 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) Please check https://gitlab.alpinelinux.org/safarov/aports/-/pipelines/353139 Here error for armv7 https://gitlab.alpinelinux.org/safarov/aports/-/jobs/1981624 -- Reply to this email directly or view it on GitHub: https://github.com/kamaili

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-21 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) I cannot evaluate what the correct option is. @henningw could you look? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4333#issuecomment-3209304982 You are receiving this because you are sub

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-20 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) Started build for 758af7cf202d3545bf2e68019dfadb0ea56219a3 commit Logs can be found at https://gitlab.alpinelinux.org/safarov/aports/-/pipelines/352923 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamai

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-20 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) @xkaraman could you look build logs at https://gitlab.alpinelinux.org/safarov/aports/-/pipelines/352861 "unknown architecture" error is still present https://gitlab.alpinelinux.org/safarov/aports/-/jobs/1980452 -- Reply to this email directl

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-20 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) Probably you are looking at these logs. https://github.com/kamailio/kamailio/issues/4333#issuecomment-3204400568 Special [armhf](https://gitlab.alpinelinux.org/safarov/aports/-/jobs/1977158) and [armv7](https://gitlab.alpinelinux.org/safarov

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-19 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) > 2. Are those the same v7 vs v8? I cannot answer this question. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4333#issuecomment-3204149784 You are receiving this because you are subscribe

[sr-dev] Re: [kamailio/kamailio] siptrace: core uac send request and $sel() used (Issue #4356)

2025-08-19 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4356) Full back trace attached at https://github.com/user-attachments/files/21671121/kamailio-bt-full.txt I have grep and stack look ``` safarov@nout:/tmp$ grep -P "^#" kamailio-bt-full.txt #0 memcpy (__od=0x7ffc101eb128, __os=0x0, __n=16) at /u

[sr-dev] Re: [kamailio/kamailio] erlang: failed build on Alpine linux (Issue #4372)

2025-08-19 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4372) Yes, I have the same error. ``` ~/kamailio/src/kamailio-3ca03821e6920fe57b15a0a46c22c6e9e9299aa3/src/modules/erlang $ doas apk add erlang28-dev (1/1) Installing erlang28-dev (28.0.2-r0) OK: 718 MiB in 236 packages ~/kamailio/src/kamailio-3ca0

[sr-dev] Re: [kamailio/kamailio] failed alpine docker image build (Issue #4241)

2025-08-19 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4241) Thanks @xkaraman. I have updated the `cmake` command, and the build started. Now I received the next error for `cmake --build build --target dbschema` ``` Processing uri_db for db_postgres cd /home/build/kamailio/src/kamailio-3ca03821e6920fe5

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-19 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) Please check https://gitlab.alpinelinux.org/safarov/aports/-/jobs/1979230 Here used `armv7` arch, master branch, commit 3ca03821e6920fe57b15a0a46c22c6e9e9299aa3. Error `unknown architecture` -- Reply to this email directly or view it on Git

[sr-dev] Re: [kamailio/kamailio] failed alpine docker image build (Issue #4241)

2025-08-19 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4241) @xkaraman could you check this commit https://gitlab.alpinelinux.org/safarov/aports/-/commit/bc80020a6e5eb5e80035c1761b9bbef602f2e73d For now, I am updating the mainstream packaging config file. Later, I will push the same file to the Kamail

[sr-dev] Re: [kamailio/kamailio] failed alpine docker image build (Issue #4241)

2025-08-19 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4241) One more issue ``` >>> kamailio: Analyzing dependencies... WARNING: opening /home/buildozer/packages/main/x86_64/APKINDEX.tar.gz: No such file or directory ERROR: unable to select packages: .makedepends-kamailio-20250819.082913: masked

[sr-dev] Re: [kamailio/kamailio] failed alpine docker image build (Issue #4241)

2025-08-18 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4241) Yes, the module was linked dynamically. ``` ~ $ LD_PRELOAD=/usr/sbin/kamailio ldd /usr/lib/kamailio/modules/rabbitmq.so /lib/ld-musl-x86_64.so.1 (0x7f1274453000) /usr/sbin/kamailio => /usr/sbin/kamailio (0x7f1273f6d000)

[sr-dev] Re: [kamailio/kamailio] failed alpine docker image build (Issue #4241)

2025-08-18 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4241) @xkaraman thanks for clarification. Yes, when I add `rabbitmq-c-static` package, then sources can be compiled. And this rise another question. The `make` command uses dynamically linked `rabbitmq-c` library. Could `cmake` also use the same a

[sr-dev] Re: [kamailio/kamailio] h350: failed build on Alpine linux (Issue #4372)

2025-08-18 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4372) I think here is another reason, because this module was compiled using the `make` command. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4372#issuecomment-3197488378 You are receiving this

[sr-dev] [kamailio/kamailio] wolfssl: failed build on Alpine Linux (Issue #4374)

2025-08-18 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4374) During build used `wolfssl-dev-5.7.6-r0` ``` In file included from /home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/src/modules/tls_wolfssl/tls_config.c:29: /home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/src/modules/

[sr-dev] Re: [kamailio/kamailio] h350: failed build on Alpine linux (Issue #4372)

2025-08-18 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4372) @xkaraman, could you look? Probably missing dependency here. Will be fine to know what dependencies are needed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4372#issuecomment-3197374879 Yo

[sr-dev] [kamailio/kamailio] h350: failed build on Alpine linux (Issue #4372)

2025-08-18 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4372) ``` [ 24%] Building C object src/modules/h350/CMakeFiles/h350.dir/h350_exp_fn.c.o cd /home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/build/src/modules/h350 && /usr/bin/gcc -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DARCH=\"x86

[sr-dev] [kamailio/kamailio] dnssec: failed build on Alpine Linux (Issue #4371)

2025-08-18 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4371) ``` cd /home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/build/src/modules/dialog && /usr/bin/gcc -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DARCH=\"x86_64\" -DCC_GCC_LIKE_ASM -DCFG_DIR=\"/etc/kamailio/\" -DCOMPILER="\"gcc 14.2

[sr-dev] Re: [kamailio/kamailio] failed alpine docker image build (Issue #4241)

2025-08-18 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4241) Also, for some reason on Alpine Linux does not work ``` # cmake --build build --verbose --target dbschema Change Dir: '/home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/build' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /u

[sr-dev] Re: [kamailio/kamailio] failed alpine docker image build (Issue #4241)

2025-08-18 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4241) Could you look at this output for the build ``` -- Found ZSTD: /usr/lib/libzstd.so -- RdKafka not found... checking with pkg-config -- Checking for module 'rdkafka' -- Found rdkafka, version 2.6.1 -- Found OpenSSL: /usr/lib/libcrypto.so (fou

[sr-dev] [kamailio/kamailio] ims_icscf: incompatible-pointer-types build error (Issue #4370)

2025-08-17 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4370) ``` CC (cc) [M ims_icscf.so]cxdx_avp.o CC (cc) [M ims_icscf.so]cxdx_lir.o CC (cc) [M ims_icscf.so]cxdx_uar.o CC (cc) [M ims_icscf.so]db.o CC (cc) [M ims_icscf.so]

[sr-dev] Re: [kamailio/kamailio] pkg/kamailio: switched RPM packaging to use cmake (9a1b9d0)

2025-08-16 Thread sergey-safarov via sr-dev
I have pushed a commit https://github.com/kamailio/kamailio/commit/d9108421d5227d22110eedd2ebe97b7e61e8ac0a. If I understand properly, this change should be done -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/commit/9a1b9d08a112745663f37f0dfcbe86a7414

[sr-dev] git:master:7e357abd: github: added alma-10 and rocky-10 packaging

2025-08-16 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: 7e357abd051a968d0454b24e369b15bfb3a9dd55 URL: https://github.com/kamailio/kamailio/commit/7e357abd051a968d0454b24e369b15bfb3a9dd55 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-08-16T16:48:17+03:00 github: added alma-10 and rocky-10 packagi

[sr-dev] git:master:d9108421: pkg/kamailio: rpm packaging cleanup [skip ci]

2025-08-16 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: d9108421d5227d22110eedd2ebe97b7e61e8ac0a URL: https://github.com/kamailio/kamailio/commit/d9108421d5227d22110eedd2ebe97b7e61e8ac0a Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-08-16T18:11:50+03:00 pkg/kamailio: rpm packaging cleanup [skip

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-08-13 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) Master branch was compiled for For `ppc64le` and `s390x`. Testing for other arch. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4333#issuecomment-3183600877 You are receiving this because y

[sr-dev] [kamailio/kamailio] siptrace: core uac send request and $sel() used (Issue #4356)

2025-08-07 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4356) ### Description Kamailio core generated when `siptrace` module tries to relay a message generated by `uac` module. ### Troubleshooting Reproduction To reproduce the issue need to start Kamailio with the config file. ``` #!KAMAILIO

[sr-dev] [kamailio/kamailio] fedora: changed bin file location (Issue #4341)

2025-07-28 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4341) ### Description In modern dist `/usr/sbin` is symlinked to `/usr/bin`. Probably this needs some discussion. More info at https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin -- Reply to this email directly or view it on GitHub: htt

[sr-dev] Re: [kamailio/kamailio] tls_tracker: added module for tls encriptions key export (PR #4339)

2025-07-24 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4339) @xkaraman could you help me compile this module using cmake. I have added `tls_tracker` module to the module list for compilation and get an error ``` -- Found libphonenumber include directory: /usr/include -- Found libphonenumber library: /

[sr-dev] Re: [kamailio/kamailio] tls_tracker: added module for tls encriptions key export (PR #4339)

2025-07-24 Thread sergey-safarov via sr-dev
@sergey-safarov pushed 1 commit. 4e3483844e52703ec186eb7bf72cad39cc5b3ed6 http_client: use tls_tracker api if available -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4339/files/2b9680b11836486999edc2dab3f4dc564fa71796..4e3483844e52703ec186eb7bf72cad39cc5b3ed6 You are receivin

[sr-dev] Re: [kamailio/kamailio] tls_tracker: added module for tls encriptions key export (PR #4339)

2025-07-24 Thread sergey-safarov via sr-dev
@sergey-safarov pushed 1 commit. 2b9680b11836486999edc2dab3f4dc564fa71796 http_client: use tls_tracker api if available -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4339/files/c4327d0d7c7ad8169edfeead69b708e03bcd70f1..2b9680b11836486999edc2dab3f4dc564fa71796 You are receivin

[sr-dev] Re: [kamailio/kamailio] tls_tracker: added module for tls encriptions key export (PR #4339)

2025-07-24 Thread sergey-safarov via sr-dev
@sergey-safarov pushed 3 commits. 1a08dad95f06b89a1d9573262d945fe7096a34d2 tls_tracker: added module for TLS encryption key export d5a6b72f585edd05a569afa8f4fe64d9d0ca67ff tls_tracker: added sql database init files c4327d0d7c7ad8169edfeead69b708e03bcd70f1 tls: use tls_tracker api if available

[sr-dev] Re: [kamailio/kamailio] tls_tracker: added module for tls encriptions key export (PR #4339)

2025-07-24 Thread sergey-safarov via sr-dev
@sergey-safarov pushed 1 commit. f8e041a313abb515402f01dbb2b2083c63dbe1ba tls_tracker: added module for TLS encryption key export -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4339/files/03f43292f6e0ccd9957ff74ea3c44981f427cc17..f8e041a313abb515402f01dbb2b2083c63dbe1ba You ar

[sr-dev] [kamailio/kamailio] tls_tracker: added module for tls encriptions key export (PR #4339)

2025-07-24 Thread sergey-safarov 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] outbound + loose_route: new exit code when flow token does not exist (Issue #4315)

2025-07-24 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4315) I have updated the Kamailio configuration, and it is now working. config ``` listen=udp:127.0.0.1:5060 listen=tcp:127.0.0.1:5060 loadmodule "tm.so" loadmodule "pv.so" loadmodule "xlog.so" loadmodule "sl.so" loadmodule "siputils.so" loadmod

[sr-dev] Re: [kamailio/kamailio] Parse urn fix (PR #4336)

2025-07-23 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4336) @xkaraman @henningw thanks for the clarification. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4336#issuecomment-3109239006 You are receiving this because you are subscribed to this thread.

[sr-dev] Re: [kamailio/kamailio] Parse urn fix (PR #4336)

2025-07-23 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4336) As I know "urn" cannot contain `@` char. Here is [RFC link](https://www.rfc-editor.org/rfc/rfc5031.html#page-5) ``` service-URN = "URN:service:" service service = top-level *("." sub-service) top-level= let-dig [ *25le

[sr-dev] Re: [kamailio/kamailio] Parse urn fix (PR #4336)

2025-07-23 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4336) Do I understand properly that here should be "if equal urn schema go to error" ``` case '@': \ if(scheme != URN_SCH) {\ goto error_bad_char; \ } ``` --

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-07-22 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) @henningw, could you guide us with the question in the message above? For it is a notification, and can be left for this archs ``` ppc64le s390x arm/v7 arm/v6 riscv64 ``` -- Reply to this email directly or view it on GitHub: https://github.

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-07-22 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) I have tried ```diff --- a/cmake/defs.cmake +++ b/cmake/defs.cmake @@ -25,6 +25,8 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "i386|i486|i586|i686") set(TARGET_ARCH "i386") elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|amd64") set(TARGET_ARCH

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-07-22 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) I don't know what the correct answer is here. Could you check the Kamailio sources build logs for Alpine dists https://github.com/kamailio/kamailio/actions/runs/16435139788 Here used the old build approach ``` make cfg make ``` Sources compile

[sr-dev] Re: [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-07-19 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4333) Could you also check this archs support ``` s390x arm/v7 arm/v6 riscv64 386 ``` -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4333#issuecomment-3091970018 You are receiving this because you

[sr-dev] [kamailio/kamailio] cmake: build on ppc64le arch (Issue #4333)

2025-07-18 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4333) ### Description I want to compile Kamailio sources on `ppc64le` arch. During compilation, I see an error ```sh [ 0%] Building C object src/CMakeFiles/kamailio.dir/main.c.o In file included from /tmp/kamailio/src/core/parser/../mem/../lock

[sr-dev] [kamailio/kamailio] outbound + loose_route: new exit code when flow token does not exist (Issue #4315)

2025-07-11 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4315) ### Description Use case WebRTC client connected to Kaamilio Edge proxy. For network connectivity reasons, the flow token may no longer be valid. In this case, behavior should be described in the [RFC5626, 5.3.1 Processing Incoming Reques

[sr-dev] git:master:acbc2120: github: disabled alpine build for master branch commit [skip ci]

2025-07-05 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: acbc21200c4e19e3bdf626441f235014f0d43bae URL: https://github.com/kamailio/kamailio/commit/acbc21200c4e19e3bdf626441f235014f0d43bae Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-07-04T15:51:56+03:00 github: disabled alpine build for master b

[sr-dev] Re: [kamailio/kamailio] failed alpine docker image build (Issue #4241)

2025-07-03 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4241) Alpine Docker package now builds properly. However, the script still needs to be migrated to cmake. I'm limited in available time, so make this slowly. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamaili

[sr-dev] git:master:3e3cfc6b: github: alpine docker image, removed cleanup

2025-06-26 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: 3e3cfc6b113b3e9a7f1a3ac91897687fbb71f29a URL: https://github.com/kamailio/kamailio/commit/3e3cfc6b113b3e9a7f1a3ac91897687fbb71f29a Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-25T18:46:07+03:00 github: alpine docker image, removed clean

[sr-dev] git:master:76b6e3b9: github: added multiarch support for rpm generation [skip ci]

2025-06-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: 76b6e3b9733d0382348da1a80c3cdeecec44415e URL: https://github.com/kamailio/kamailio/commit/76b6e3b9733d0382348da1a80c3cdeecec44415e Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-22T20:50:02+03:00 github: added multiarch support for rpm ge

[sr-dev] git:6.0:b80dd574: pkg/kamailio: removed RHEL 6 and 7 if macros from RPM spec file

2025-06-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: b80dd57418fa1dad8a333f11f64f5a9df3e65332 URL: https://github.com/kamailio/kamailio/commit/b80dd57418fa1dad8a333f11f64f5a9df3e65332 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-22T19:30:46+03:00 pkg/kamailio: removed RHEL 6 and 7 if macros

[sr-dev] git:6.0:1c2ed9b6: github: added multiarch support for rpm generation [skip ci]

2025-06-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: 1c2ed9b6c1a4c82bb9fe8a98271bae3db3acee5b URL: https://github.com/kamailio/kamailio/commit/1c2ed9b6c1a4c82bb9fe8a98271bae3db3acee5b Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-22T20:53:06+03:00 github: added multiarch support for rpm gener

[sr-dev] git:6.0:1f305801: github: generate rpm packages

2025-06-22 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: 1f3058011f8f45f8d7ad2eb68294a9b9c6e82bcd URL: https://github.com/kamailio/kamailio/commit/1f3058011f8f45f8d7ad2eb68294a9b9c6e82bcd Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-22T20:28:27+03:00 github: generate rpm packages (cherry picked

[sr-dev] git:6.0:3bb3b4ef: pkg/kamailio: use radcli on RHEL based dist [skip ci]

2025-06-22 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: 3bb3b4ef8f38e944bbae94ccc51c25b3330d2faa URL: https://github.com/kamailio/kamailio/commit/3bb3b4ef8f38e944bbae94ccc51c25b3330d2faa Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-22T19:31:02+03:00 pkg/kamailio: use radcli on RHEL based dist [

[sr-dev] git:6.0:6d0c691c: pkg/kamailio: sipcapture remove

2025-06-22 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: 6d0c691c379a8798822c5672d3fd515eb01f5394 URL: https://github.com/kamailio/kamailio/commit/6d0c691c379a8798822c5672d3fd515eb01f5394 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-22T19:30:15+03:00 pkg/kamailio: sipcapture remove (cherry pick

[sr-dev] git:6.0:6edde708: pkg/kamailio: for dispatcher work required working DNS resolution daemon

2025-06-21 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: 6edde7080fd5f7fb6a547f6de5c5b7c104cb493a URL: https://github.com/kamailio/kamailio/commit/6edde7080fd5f7fb6a547f6de5c5b7c104cb493a Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-21T21:17:12+03:00 pkg/kamailio: for dispatcher work required wo

[sr-dev] Re: [kamailio/kamailio] [Websocket] websocket:closed event sometimes is not fired (Issue #3950)

2025-06-21 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#3950) Please try to revert abe60832de46796a1395a75a67753c1a12a1ec0a I have the same issue, and in my local build, this commit was reverted to address this issue. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/ka

[sr-dev] Re: [kamailio/kamailio] extra bytes should be ignored when Content-Length header present (Issue #4290)

2025-06-21 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4290) Let me rephrase the issue description. Please start Kamailio with the config file ``` route{ forward(); } ``` And send an OPTIONS message using the command ``` cat options-extra.txt | nc -u 192.168.1.1 5060 ``` Where a private IP addre

[sr-dev] Re: [kamailio/kamailio] extra bytes should be ignored when Content-Length header present (Issue #4290)

2025-06-21 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4290) In the sanity module documentation, I can see > content length - (128) - checks if the size of the body matches the value > from the Content-Length header. Technically, the SIP message body is equal `Content-Length` header value. Here is t

[sr-dev] git:6.0:d4159f45: pkg/kamailio: updated alpine build rules

2025-06-21 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: d4159f45972bad6151649d190f4e6c35c3259e5f URL: https://github.com/kamailio/kamailio/commit/d4159f45972bad6151649d190f4e6c35c3259e5f Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-21T17:21:54+03:00 pkg/kamailio: updated alpine build rules (ch

[sr-dev] git:6.0:7022d949: pkg/docker: submodule update

2025-06-21 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: 7022d9493d4db047d5fa2d67e589c05f43aec5e9 URL: https://github.com/kamailio/kamailio/commit/7022d9493d4db047d5fa2d67e589c05f43aec5e9 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-21T16:59:26+03:00 pkg/docker: submodule update --- Modified:

[sr-dev] git:6.0:26bd6104: github: refactored alpine docker image generation

2025-06-21 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: 26bd61047c446eb509691765ad3fa60292a0b25d URL: https://github.com/kamailio/kamailio/commit/26bd61047c446eb509691765ad3fa60292a0b25d Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-21T17:00:04+03:00 github: refactored alpine docker image genera

[sr-dev] git:6.0:4e221917: pkg/kamailio/alpine: add missing dependency for jwt module [skip ci]

2025-06-21 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: 6.0 Commit: 4e221917fc18463e8a7a1a5f6db13e8da6785ed0 URL: https://github.com/kamailio/kamailio/commit/4e221917fc18463e8a7a1a5f6db13e8da6785ed0 Author: Victor Seva Committer: Sergey Safarov Date: 2025-06-21T21:17:31+03:00 pkg/kamailio/alpine: add missing dependency for

[sr-dev] [kamailio/kamailio] extra bytes should be ignored when Content-Length header present (Issue #4290)

2025-06-20 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4290) ### Description According to [RFC3261](https://www.ietf.org/rfc/rfc3261.html#section-18.3) Section 18.3 ``` In the case of message-oriented transports (such as UDP), if the message has a Content-Length header field, the message body i

[sr-dev] Re: [kamailio/kamailio] aaaa (2698244)

2025-06-20 Thread sergey-safarov via sr-dev
Hello @miconda By mistake, I pushed my private branch to the Kamailio repo and immediately sent a message to the dev maillist to force revert to the correct commit. For some reason, it hasn't happened. yes, Daiel I understand this should not happen. -- Reply to this email directly or view it

[sr-dev] Re: [kamailio/kamailio] jwt module - support for libjwt3 (Issue #4264)

2025-06-13 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4264) Thanks @miconda for clarification. For now, we can disable this module on modern dists and enable it back when the new `jwt` module is ready. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/

[sr-dev] [kamailio/kamailio] github actions packages cleanup troubleshooting (Issue #4282)

2025-06-12 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4282) I have refactored `alpine` image generation. This GitHub action works in a personal repository, but cannot clean up untagged images from the "kamailio" account. Example https://github.com/kamailio/kamailio/actions/runs/15605254192/job/439

[sr-dev] git:master:de4e3677: github: refactored alpine docker image generation

2025-06-12 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: de4e36779ec0d01e4ba749318677e29472de5b55 URL: https://github.com/kamailio/kamailio/commit/de4e36779ec0d01e4ba749318677e29472de5b55 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-12T11:13:32+03:00 github: refactored alpine docker image gen

[sr-dev] git:master:aa7b2460: pkg/kamailio: for dispatcher work required working DNS resolution daemon

2025-06-12 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: aa7b2460ff0d8085ddc8ae9232a9fea0fe0db5f8 URL: https://github.com/kamailio/kamailio/commit/aa7b2460ff0d8085ddc8ae9232a9fea0fe0db5f8 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-12T11:13:13+03:00 pkg/kamailio: for dispatcher work required

[sr-dev] git:master:9ddd70a4: pkg/kamailio: updated alpine build rules

2025-06-12 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: 9ddd70a45168c618a3ef2356689890daee8c8415 URL: https://github.com/kamailio/kamailio/commit/9ddd70a45168c618a3ef2356689890daee8c8415 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-12T11:13:28+03:00 pkg/kamailio: updated alpine build rules

[sr-dev] git:master:56028960: pkg/docker: submodule update

2025-06-12 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: 560289608494d2c16d52ce2855f99b651a08e924 URL: https://github.com/kamailio/kamailio/commit/560289608494d2c16d52ce2855f99b651a08e924 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-06-12T11:13:23+03:00 pkg/docker: submodule update --- Modifie

[sr-dev] Re: [kamailio/kamailio] dispatcher: fixed memory leak when avp is indirectly used (PR #4258)

2025-06-09 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4258) Looks like no memory leak now. Should we close this PR and the related issue? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4258#issuecomment-2955855340 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] dispatcher: fixed memory leak when avp is indirectly used (PR #4258)

2025-06-08 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4258) No crush now, but memory leak still there -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4258#issuecomment-2954074109 You are receiving this because you are subscribed to this thread. Messag

[sr-dev] Re: [kamailio/kamailio] dispatcher: fixed memory leak when avp is indirectly used (PR #4258)

2025-06-07 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4258) I have tested curent master and see crash ``` (gdb) bt #0 0xb9356274 in raise () from /lib64/libc.so.6 #1 0xb9340a2c in abort () from /lib64/libc.so.6 #2 0xb934fba0 in __assert_fail_base () from /lib64/libc.so.6 #3

[sr-dev] Re: [kamailio/kamailio] memory leak in avp cleanup (Issue #4257)

2025-06-06 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4257) @henningw, yes I will test. Please give me some time. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4257#issuecomment-2949537389 You are receiving this because you are subscribed to this t

[sr-dev] Re: [kamailio/kamailio] Missing two way audio when using Yealink. Kamilio + rtpengine + freeswitch/fusionpbx (Issue #4270)

2025-05-30 Thread Sergey Safarov via sr-dev
Can you record PCAP on Kamailio and RTPengine nodes for the same test call. When we can see network packets to/from the caller and the callee, it will be much easy to define what need to check. On Fri, May 30, 2025 at 11:41 AM jaspreet-eltropy via sr-dev < sr-dev@lists.kamailio.org> wrote: > *jas

[sr-dev] [kamailio/kamailio] alpine: failed build after libjwt-dev upgrade (Issue #4264)

2025-05-27 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4264) On `alpine:edge` upgraded `libjwt-dev` from `1.17.2-r0` to `3.2.1-r0` and on now present this error in the build log. ``` make[2]: --libs: No such file or directory make[2]: --libs: No such file or directory CC (cc) [M jwt.so]

[sr-dev] Re: [kamailio/kamailio] failed alpine docker image build (Issue #4241)

2025-05-24 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4241) > Quick question regarding make apk and abuild -r `make apk` - download kamailio sources, evaluate `sha256` and injecting into `abuild` scripts. https://github.com/kamailio/kamailio/blob/master/pkg/kamailio/Makefile#L30-L36 `abuild -r` - tr

[sr-dev] git:master:9a1b9d08: pkg/kamailio: switched RPM packaging to use cmake

2025-05-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: 9a1b9d08a112745663f37f0dfcbe86a741486da3 URL: https://github.com/kamailio/kamailio/commit/9a1b9d08a112745663f37f0dfcbe86a741486da3 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-05-23T18:47:42+03:00 pkg/kamailio: switched RPM packaging to us

[sr-dev] git:master:701d07df: pkg/kamailio: removed RHEL 6 and 7 if macros from RPM spec file

2025-05-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: 701d07df14d0d66125ff0ff3adec3ce424929472 URL: https://github.com/kamailio/kamailio/commit/701d07df14d0d66125ff0ff3adec3ce424929472 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-05-23T10:46:18+03:00 pkg/kamailio: removed RHEL 6 and 7 if macr

[sr-dev] git:master:c2fc8090: pkg/kamailio: use radcli on RHEL based dist [skip ci]

2025-05-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: c2fc809059e0c70aa4324f5727666989ee8aff05 URL: https://github.com/kamailio/kamailio/commit/c2fc809059e0c70aa4324f5727666989ee8aff05 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-05-23T11:04:14+03:00 pkg/kamailio: use radcli on RHEL based dis

[sr-dev] git:master:a7c4d400: pkg/kamailio: sipcapture remove

2025-05-23 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: a7c4d4003dced50b3f6cbc7c9c6235e6bf894334 URL: https://github.com/kamailio/kamailio/commit/a7c4d4003dced50b3f6cbc7c9c6235e6bf894334 Author: Sergey Safarov Committer: Sergey Safarov Date: 2025-05-23T10:18:56+03:00 pkg/kamailio: sipcapture remove --- Modi

[sr-dev] [kamailio/kamailio] memory leak in avp cleanup (Issue #4257)

2025-05-23 Thread sergey-safarov via sr-dev
sergey-safarov created an issue (kamailio/kamailio#4257) ### Description We found a memory leak in the AVP cleanup ### Troubleshooting Reproduction To reproduce, you need to start Kaamilio 5.8 branch with the config ``` listen=127.0.0.1:5060 tcp_send_timeout=3 loadmodule "xlog.so" loadm

[sr-dev] Re: [kamailio/kamailio] cmake: do not packaged postgres files (Issue #4255)

2025-05-23 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4255) Thanks, all good. Closing. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4255#issuecomment-2904915782 You are receiving this because you are subscribed to this thread. Message ID:

  1   2   3   4   >