[sr-dev] Re: [kamailio/kamailio] core: fixed wrong network interface selection. (PR #3490)

2023-06-23 Thread Ivanuschak Nikolay
@ivanuschak commented on this pull request. > @@ -2864,6 +2864,16 @@ int main(int argc, char** argv) fprintf(stderr, "failed to initialize list addresses\n"); goto error; } + for(struct socket_info* si=udp_listen; si; si=si->next){ +

[sr-dev] Re: [kamailio/kamailio] core: fixed wrong network interface selection. (PR #3490)

2023-06-23 Thread Ivanuschak Nikolay
Yes, you're correct the `tcp_source_ipv4` and `tcp_source_ipv6` are set by config parser. My commit replaces this logic. This replacing is not correct, since these vars are configurable from the config file. I'll remove the logic for TCP. But I don't see similar logic for UDP, i.e. there is no

[sr-dev] Re: [kamailio/kamailio] core: fixed wrong network interface selection. (PR #3490)

2023-06-23 Thread Daniel-Constantin Mierla
@miconda commented on this pull request. > @@ -2864,6 +2864,16 @@ int main(int argc, char** argv) fprintf(stderr, "failed to initialize list addresses\n"); goto error; } + for(struct socket_info* si=udp_listen; si; si=si->next){ +

[sr-dev] Re: [kamailio/kamailio] core: fixed wrong network interface selection. (PR #3490)

2023-06-23 Thread Daniel-Constantin Mierla
The `tcp_source_ipv4` and `tcp_source_ipv6` are set by config parser: - https://github.com/kamailio/kamailio/blob/master/src/core/cfg.y#L1203-L1222 Your commit likely is overwriting them. -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] core: fixed wrong network interface selection. (PR #3490)

2023-06-23 Thread Ivanuschak Nikolay
_tcp_set_src_addr()_/_udp_set_src_addr()_ function calls have been moved to the _main()_ after _fix_all_socket_list()_ invocation. This place is where service is being initiated and not yet entered into the main loop. _udp_source_ipv6_/_tcp_source_ipv6_/_udp_source_ipv4_/_tcp_source_ipv4_ are

[sr-dev] Re: [kamailio/kamailio] core: fixed wrong network interface selection. (PR #3490)

2023-06-23 Thread Ivanuschak Nikolay
@ivanuschak pushed 1 commit. 6323eb264c0d9cee7f1a6fc028bd7453b26f5cc8 core: fixed wrong network interface selection. -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3490/files/8d5804162022c38fbf93aa35a703294c3bc08b0f..6323eb264c0d9cee7f1a6fc028bd7453b26f5cc8 You are receiving

[sr-dev] Re: [kamailio/kamailio] tlsa + OpenSSL 3.0.x: multiple unpredictable shm corruption (Issue #3222)

2023-06-23 Thread Victor Seva
@space88man can you please try master now? We introduced some changes related to openssl 3.0 recently -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3222#issuecomment-1603835735 You are receiving this because you are subscribed to this thread.

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-23 Thread juha-h
Closed #3484 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#event-9614691197 You are receiving this because you commented. Message ID: ___ Kamailio (SER) - Development Mailing List

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-23 Thread juha-h
Yes, all warnings are now gone. Thanks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#issuecomment-1603835571 You are receiving this because you commented. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] OpenSSL 3.0 deprecated API (Issue #3011)

2023-06-23 Thread Victor Seva
Closed #3011 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3011#event-9614679871 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] Segmentation fault on kamailio git master - TLS with libssl 3.0 (Issue #3259)

2023-06-23 Thread Victor Seva
@admin-toneca can you please try master now? We introduced some changes related to openssl 3.0 recently -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3259#issuecomment-1603831324 You are receiving this because you are subscribed to this

[sr-dev] Re: [kamailio/kamailio] kamcmd.c: memory leak (Issue #3478)

2023-06-23 Thread Victor Seva
Closed #3478 as completed via badc81cb427ba5aaf03ca26e4c2654d58ee08588. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3478#event-9614450854 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:master:badc81cb: utils/kamcmd: fix memory leak

2023-06-23 Thread Victor Seva
Module: kamailio Branch: master Commit: badc81cb427ba5aaf03ca26e4c2654d58ee08588 URL: https://github.com/kamailio/kamailio/commit/badc81cb427ba5aaf03ca26e4c2654d58ee08588 Author: Victor Seva Committer: Victor Seva Date: 2023-06-23T09:07:07+02:00 utils/kamcmd: fix memory leak fixes #3478 ---

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-23 Thread Victor Seva
@juha-h it should be fine now in master and 5.7 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#issuecomment-1603767413 You are receiving this because you commented. Message ID: ___ Kamailio (SER)

[sr-dev] git:5.7:2bd813b0: http_client: fix depecration of CURLOPT_REDIR_PROTOCOLS

2023-06-23 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: 2bd813b0c4c1b942ee634eca5e68a025be9fab8e URL: https://github.com/kamailio/kamailio/commit/2bd813b0c4c1b942ee634eca5e68a025be9fab8e Author: Daniel-Constantin Mierla Committer: Victor Seva Date: 2023-06-23T08:54:57+02:00 http_client: fix depecration of

[sr-dev] git:5.7:ff0e0d7a: tls: fix build for openssl < 1.1.1

2023-06-23 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: ff0e0d7aafa3905526599e604ff91542529a5b32 URL: https://github.com/kamailio/kamailio/commit/ff0e0d7aafa3905526599e604ff91542529a5b32 Author: Victor Seva Committer: Victor Seva Date: 2023-06-23T08:45:43+02:00 tls: fix build for openssl < 1.1.1

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-23 Thread juha-h
Here is diff to get rid of the curl warning: ``` *** /usr/src/orig/kamailio/src/modules/http_client/functions.c 2023-06-21 13:15:29.682303834 +0300 --- src/opensipg-sip-proxy/src/modules/http_client/functions.c 2023-06-23 09:00:14.403813698 +0300 *** *** 162,168

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries ยป amd64,stretch #2439

2023-06-23 Thread kamailio
See ___ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr-dev-le...@lists.kamailio.org