[sr-dev] git:master:4d2988a7: ndb_redis: print server spec lenght in error message

2024-07-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4d2988a79d992ed8f3ce4cffa6c387ef0425be94 URL: https://github.com/kamailio/kamailio/commit/4d2988a79d992ed8f3ce4cffa6c387ef0425be94 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-05T10:41:09+02:00 ndb_redis: print serve

[sr-dev] git:master:6f434afc: ndb_redis: larger size for buffers to create server specs on cluster redirect

2024-07-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 6f434afc414b7f5b66374a124138990f7a3dd1d1 URL: https://github.com/kamailio/kamailio/commit/6f434afc414b7f5b66374a124138990f7a3dd1d1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-05T11:47:34+02:00 ndb_redis: larger size

[sr-dev] Re: [kamailio/kamailio] ndb_redis: Error when receiving 'MOVED' response from redis-cluster with TLS (Issue #3894)

2024-07-05 Thread Daniel-Constantin Mierla via sr-dev
The local buffers used to build the new server spec after the MOVED were not large enough for the address returned. I increased the size, which should be now for any decently large server address. The commit is in master branch, it will be backported soon. I am closing this one, should there be

[sr-dev] Re: [kamailio/kamailio] ndb_redis: Error when receiving 'MOVED' response from redis-cluster with TLS (Issue #3894)

2024-07-05 Thread Daniel-Constantin Mierla via sr-dev
Closed #3894 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3894#event-13404172621 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-05 Thread Daniel-Constantin Mierla via sr-dev
The rpc commands do not have to be about dmq itself, but any other core or module parameter. Isn't there any rpc command executed to change Kamailio parameter values? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3905#issuecomment-2210616280 Y

[sr-dev] Re: [kamailio/kamailio] tcpops module event_route[tcp:closed] route block $conid is null (Issue #3767)

2024-07-05 Thread Daniel-Constantin Mierla via sr-dev
Should be fixed, as reported. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3767#issuecomment-2210675972 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER

[sr-dev] Re: [kamailio/kamailio] tcpops module event_route[tcp:closed] route block $conid is null (Issue #3767)

2024-07-05 Thread Daniel-Constantin Mierla via sr-dev
Closed #3767 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3767#event-13404773866 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] performance regression related to new TCP connection tracking feature with a high number of connections (Issue #3759)

2024-07-05 Thread Daniel-Constantin Mierla via sr-dev
The commit e3e6fd75bdd688acebf0ec8a1b7efa6fcada1de6 allows a way to disable the checks, if one wants to add further improvements, then PRs can be made. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3759#issuecomment-2210681821 You are receiving

[sr-dev] Re: [kamailio/kamailio] pkg: RPM packaging add kamailio-tls_wolfssl subpackage (PR #3592)

2024-07-05 Thread Gustavo Almeida via sr-dev
> I have tried to build a module on `CentOS 8 Stream` and got an error > > ``` > CC (gcc) [M auth_identity.so] auth_crypt.o > CC (gcc) [M auth_identity.so] auth_dynstr.o > LD (gcc) [M auth_identity.so] auth_identity.so > Makefile:65: sources = tls_util.c tls_domain.c

[sr-dev] Re: [kamailio/kamailio] performance regression related to new TCP connection tracking feature with a high number of connections (Issue #3759)

2024-07-05 Thread Daniel-Constantin Mierla via sr-dev
Closed #3759 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3759#event-13404816026 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] [kamailio/kamailio] Base58 not decoding correctly (Issue #3907)

2024-07-05 Thread duarterocha91 via sr-dev
### Description When doing base58 encoding and decoding there is some issue with the decoded string. Here is my code to ilustrate the issue : $var(Test) = "test_string"; $var(Test) = $(var(Test){s.encode.base58}); xerr("Test String encoded = STRING_BEGIN$var(Test)STRING

[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-05 Thread Benjamin via sr-dev
No. The Kamailio ist "just" doing it's job. But I will double check if we have RPC calls. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3905#issuecomment-2210777867 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-05 Thread Benjamin via sr-dev
We use the event_route[xhttp:request] to regurarly call jsonrpc_dispatch(). Every 5 minutes to get some data for monitoring. But nothing else. From the DMQ module we use dmq_handle_message() and dmq_is_from_node(). -- Reply to this email directly or view it on GitHub: https://github.com/kamaili

[sr-dev] Re: [kamailio/kamailio] ndb_redis: Error when receiving 'MOVED' response from redis-cluster with TLS (Issue #3894)

2024-07-05 Thread uv-2722 via sr-dev
Hello, Thank you for looking into this! I installed and tested the latest master branch, I am getting the below errors. I have verified that the host in the `MOVED` response is up, has the needed data and can connect to it from the system kamailio is running on. Kamailio is running with log lev

[sr-dev] Re: [kamailio/kamailio] db_redis: compile issues with TLS + redis-cluster (Issue #3893)

2024-07-05 Thread uv-2722 via sr-dev
Hello, Thank you for looking into this! I added the above snippet, this is the output: ``` > [kam 37/44] RUN make Q=0: > >