[sr-dev] git:master:8794e509: core: tcp - set type for literals usef for time difference

2023-12-07 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8794e509b951658e055cc06374c0e2561debdde3 URL: https://github.com/kamailio/kamailio/commit/8794e509b951658e055cc06374c0e2561debdde3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-12-07T07:02:42+01:00 core: tcp - set type f

[sr-dev] git:master:890dc5f0: ims_charging: free local structure in case of errors

2023-12-07 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 890dc5f017084481cd2b0f0d759939393fa115bc URL: https://github.com/kamailio/kamailio/commit/890dc5f017084481cd2b0f0d759939393fa115bc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-12-07T08:21:22+01:00 ims_charging: free loc

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) (Issue #3635)

2023-12-07 Thread Henning Westerholt via sr-dev
Just a generic note, it seems that some projects like haproxy don't recomment openssl 3.x for production use anymore, due to similar issues and also multiple major performance regressions with a performance of 1/10 to 1/4 comparing to openssl 1.1.x [link](https://github.com/haproxy/wiki/wiki/SS

[sr-dev] Error during TLS handshake

2023-12-07 Thread Markus Bönke via sr-dev
Hello ng, I currently face an issue to forward a call via tls to a destination. The check with "openssl client -connect …" to the destination is successful and it returns a valid certificate. However if I forward the call via kamailio I see an TLS error: Alert (Level: Fatal, Description: Unkn

[sr-dev] git:master:964c21e1: pv_headers: rearrange module parameters

2023-12-07 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 964c21e16ab4da96d989c230ea18d95872257394 URL: https://github.com/kamailio/kamailio/commit/964c21e16ab4da96d989c230ea18d95872257394 Author: Victor Seva Committer: Victor Seva Date: 2023-12-07T12:28:02+01:00 pv_headers: rearrange module parameters * pvh_

[sr-dev] git:master:4b068f49: tls: rework init mode 1 to set PTHREAD_PROCESS_SHARED

2023-12-07 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4b068f49b618dca5fa85a1687bd9054c1d98ae6a URL: https://github.com/kamailio/kamailio/commit/4b068f49b618dca5fa85a1687bd9054c1d98ae6a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-12-07T13:07:09+01:00 tls: rework init mode

[sr-dev] Jenkins build is still unstable: kamailiodev-nightly-binaries » amd64,stretch #2546

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

[sr-dev] git:5.7:63e87491: tls: rework init mode 1 to set PTHREAD_PROCESS_SHARED

2023-12-07 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.7 Commit: 63e8749132257ef1f8c8d86ec78f6db2c699f1c8 URL: https://github.com/kamailio/kamailio/commit/63e8749132257ef1f8c8d86ec78f6db2c699f1c8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-12-07T13:32:04+01:00 tls: rework init mode 1 t

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) (Issue #3635)

2023-12-07 Thread Daniel-Constantin Mierla via sr-dev
Thanks for the note from haproxy about openssl 3.x, useful to know similar issues popped up elsewhere. Meanwhile, as I investigated a bit more earlier today with the help of one of the reporters here, I reworked the modparam `init_mode=1` to switch to pthread multi-process lock, before it was t

[sr-dev] Re: [kamailio/kamailio] sslv3 errors showing up with 'tls_method' set as 'TLSv1.2+' (Issue #3085)

2023-12-07 Thread Vinicius K. Ruoso via sr-dev
@beshoo not really. Did not had the chance to reproduce it myself, so I didn't figure out the kind of clients that were generating this kind of errors. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3085#issuecomment-1845300328 You are receiving

[sr-dev] [kamailio/kamailio] siptrace: add haproxy protocol support (Issue #3665)

2023-12-07 Thread sergey-safarov via sr-dev
When used `tcp_accept_haproxy=yes` and inbound connection from load-balancer received via IPv6 protocol and client real IPv4 then i can see error in the kamailio log ``` 28(723055) ERROR: {1 27 REGISTER 4fkReTbLC-} siptrace [siptrace_hep.c:94]: trace_send_hep3_duplicate(): interworking detected

[sr-dev] [kamailio/kamailio] when enabled haproxy protocol required use kamailio server haproxy IP (Issue #3666)

2023-12-07 Thread sergey-safarov via sr-dev
### Description I have enabled `tcp_accept_haproxy=yes`, inbound TCP connection received on IPv6 kamailio socket but client real IP is IPv4. When kamailio add `Record-Route` header then added IPv6 header and not added IPv4. Example ``` INVITE sip:x...@example.com SIP/2.0 Record-Route: Record-Rou

[sr-dev] [kamailio/kamailio] Redefine Advertised socket URI when used haproxy protocol (Issue #3667)

2023-12-07 Thread sergey-safarov via sr-dev
### Description When used haproxy protocol then from client perspetive TCP connection established to loadbalancer IP address. Real Kamailio listener may be IPv6 and expected to see `$RAut` value with IP of load balancer IP. Really I can see for first message from the client ``` sip:2600::6:45060;

[sr-dev] Re: [kamailio/kamailio] [OpenSSL] kamailio 5.7.1 as a webrtc server experiences random crashes (Issue #3563)

2023-12-07 Thread github-actions[bot] via sr-dev
Closed #3563 as not planned. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3563#event-11188865979 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Dev

[sr-dev] Re: [kamailio/kamailio] TOPOS callid masking (Issue #3606)

2023-12-07 Thread github-actions[bot] via sr-dev
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3606#issuecomment-1846467297 You are receiving this because yo

[sr-dev] Re: [kamailio/kamailio] [OpenSSL] kamailio 5.7.1 as a webrtc server experiences random crashes (Issue #3563)

2023-12-07 Thread Daniel-Constantin Mierla via sr-dev
I reworked the init_mode=1 yesterday, with commits pushed to git master and 5.7 branches. Try again with one of these latest versions. The crash is not related to websockets, but to tls, seems to be like in #3635 (/notexpired). -- Reply to this email directly or view it on GitHub: https://githu

[sr-dev] Re: [kamailio/kamailio] [OpenSSL] kamailio 5.7.1 as a webrtc server experiences random crashes (Issue #3563)

2023-12-07 Thread github-actions[bot] via sr-dev
Reopened #3563. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3563#event-11189689810 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mail