[sr-dev] git:master:019a3f3e: dispatcher: set from-tag for keepalives

2025-08-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 019a3f3e6857255c00b6fcf4abdcdd48218f2ae7 URL: https://github.com/kamailio/kamailio/commit/019a3f3e6857255c00b6fcf4abdcdd48218f2ae7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-05T20:22:27+02:00 dispatcher: set from-t

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

2025-08-05 Thread Xenofon Karamanos via sr-dev
xkaraman left a comment (kamailio/kamailio#4333) >From 6738b9e64e04ba029e1c207c2dc76b10d8493df0 the `ppc64le` is aliased to >`ppc64`. If something fails or breaks please let me know! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4333#issuecomm

[sr-dev] git:master:6738b9e6: cmake: Alias ppc64le to ppc64

2025-08-05 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: 6738b9e64e04ba029e1c207c2dc76b10d8493df0 URL: https://github.com/kamailio/kamailio/commit/6738b9e64e04ba029e1c207c2dc76b10d8493df0 Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2025-08-05T13:02:50Z cmake: Alias ppc64le to ppc64 - Match Ma

[sr-dev] Kamailio - SIPDUMP doesn't capture the IP header information (ECN)

2025-08-05 Thread ilyass.ghijjou--- via sr-dev
I am using Kamailio as a proxy between a public and private network (tls and udp), i was wondering if there is a way to capture SIP messages along with their IP header metadata using SIPDUMP in Kamailio. For example, I would like to see the real DSCP value, which is set to zero by default (by SI

[sr-dev] [kamailio/kamailio] Not using advertised transport protocol when generating BYE Message. (Issue #4349)

2025-08-05 Thread Jonas Swiatek via sr-dev
jonastelzio created an issue (kamailio/kamailio#4349) ### Description Kamailio configured with the following listeners: ``` listen=udp:LOCAL_IP:5060 advertise DNS_HOST:5060 listen=tcp:LOCAL_IP:5060 advertise DNS_HOST:5060 listen=tcp:LOCAL_IP:5061 advertise tls:DNS_HOST:5061 ``` Notice `tls:` i

[sr-dev] git:master:ce12e8c9: modules: readme files regenerated - misctest ... [skip ci]

2025-08-05 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: ce12e8c9d49d7759986be72f18414f1ffbd3bf12 URL: https://github.com/kamailio/kamailio/commit/ce12e8c9d49d7759986be72f18414f1ffbd3bf12 Author: Kamailio Dev Committer: Kamailio Dev Date: 2025-08-05T13:16:10+02:00 modules: readme files regenerated - misctest .

[sr-dev] git:master:fb30d286: misctest: docs: Add missing function tags

2025-08-05 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: fb30d286fb688e254ee934322993441f1b36a3ff URL: https://github.com/kamailio/kamailio/commit/fb30d286fb688e254ee934322993441f1b36a3ff Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2025-08-05T11:02:21Z misctest: docs: Add missing function tags

[sr-dev] Re: [kamailio/kamailio] core: check and recover if broken circular list (PR #4346)

2025-08-05 Thread Stefan Mititelu via sr-dev
stefan-mititelu-idt left a comment (kamailio/kamailio#4346) Thanks for feedback! All makes sense. Did the following: 1. amend the initial commit with improvements for "next" and "prev" logging; diff in 1'st force-push, timer.c file 2. add 1 more core commit for timer_sanity_check coreparam, after

[sr-dev] Re: [kamailio/kamailio] core: check and recover if broken circular list (PR #4346)

2025-08-05 Thread Stefan Mititelu via sr-dev
@stefan-mititelu-idt pushed 2 commits. a329b20bb531c9ccc9e6800c37ec9708ede1af94 core: check and recover if broken circular list 8823ed936224faa442fb4cfba906af8d2a89f07d core: add timer_sanity_check coreparam -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4346/files/8904a8143b

[sr-dev] Re: [kamailio/kamailio] core: check and recover if broken circular list (PR #4346)

2025-08-05 Thread Stefan Mititelu via sr-dev
@stefan-mititelu-idt pushed 2 commits. 7c45f0f8cd146215c5c51453aa3eead3505ef935 core: check and recover if broken circular list 8904a8143b26d11aa0d15b7f8c7da18bdb252a23 core: add timer_sanity_check coreparam -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4346/files/a12749c125

[sr-dev] [kamailio/kamailio] tm: add NULL check for transaction uac (PR #4348)

2025-08-05 Thread Stefan Mititelu via sr-dev