[sr-dev] Re: [kamailio/kamailio] Mem leak in smsops which leads to the udp receiver process leak memory continuously (Issue #3833)

2024-08-01 Thread github-actions[bot] via sr-dev
Closed #3833 as not planned. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3833#event-13734917908 You are receiving this because you commented. Message ID: ___ Kamailio (SER) - Development Mailing Lis

[sr-dev] Re: [kamailio/kamailio] siptrace: handle trace_to_database param at runtime (PR #3877)

2024-08-01 Thread Gustavo Almeida via sr-dev
> Somehow this got out of focus, but reviewing agan, I can't see how this is > working unless kamailio is started with: > > ``` > modparam("siptrace", "trace_to_database", 1) > ``` > > so every Kamailio worker process get the connection to database initialized > at startup. Then tracing to data

[sr-dev] Re: [kamailio/kamailio] core: local TCP socket is bound on listening address (PR #3925)

2024-08-01 Thread Ivanuschak Nikolay via sr-dev
@miconda regarding to this change ``` - *from = &si->su; + memcpy(*from, &si->su, sockaddru_len(si->su)); ``` This change is made within the function `find_listening_sock_info`. The function declaration looks as follows: ``` inline static int find_liste

[sr-dev] git:master:5b2e4d38: Makefile.defs: set -pthread flag always

2024-08-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 5b2e4d38ac3da8693044aa64c1d4e73595d061cf URL: https://github.com/kamailio/kamailio/commit/5b2e4d38ac3da8693044aa64c1d4e73595d061cf Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-01T12:28:01+02:00 Makefile.defs: set -pt