[sr-dev] Re: [kamailio/kamailio] rtpengine: make myseqn more random (Issue #4281)

2025-06-18 Thread Christian Berger via sr-dev
ChristianBergerSipgate left a comment (kamailio/kamailio#4281) Cool, but we were able to work around the issue with server_id and testing new releases currently is a bit hard for us. However I've looked over the code and it looks good. Thank you very much! -- Reply to this email directly or vi

[sr-dev] Re: [kamailio/kamailio] rtpengine: make myseqn more random (Issue #4281)

2025-06-18 Thread Christian Berger via sr-dev
Closed #4281 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4281#event-18211732376 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] [kamailio/kamailio] rtpengine: make myseqn more random (Issue #4281)

2025-06-11 Thread Christian Berger via sr-dev
ChristianBergerSipgate created an issue (kamailio/kamailio#4281) ### Description The rtpengine module uses a `cookie` field in the Protocol controlling rtpengines. This field needs to be unique, and is derived from the `server_id` field set in the Kamailio, the `pid` as well as the value of a v

[sr-dev] Re: [kamailio/kamailio] WSS-connections show up as in $tls_version and $tls_cypher_info (Issue #4167)

2025-03-17 Thread Christian Berger via sr-dev
ChristianBergerSipgate left a comment (kamailio/kamailio#4167) Thanks, We are looking into it, but this will take a while as our build process is not optimized for patches. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4167#issuecomment-272941

[sr-dev] [kamailio/kamailio] path: add_path_received() appends transport=ws instead of transport=wss (Issue #4168)

2025-03-07 Thread Christian Berger via sr-dev
ChristianBergerSipgate created an issue (kamailio/kamailio#4168) We think we have found a potential bug in the path module. When we call `add_path_received()` we get the following for WSS connections: `Path: ` We think there should be a `transport%3Dwss` appended instead of ws. We have looked

[sr-dev] [kamailio/kamailio] WSS-connections show up as in $tls_version and $tls_cypher_info (Issue #4167)

2025-03-07 Thread Christian Berger via sr-dev
ChristianBergerSipgate created an issue (kamailio/kamailio#4167) Hi, we have found a potential bug. The pseudo variables return null for WSS connections. Example config: `xlog("L_INFO", " REGISTER: TLS or WSS detected: fU=$fU tls_version=$tls_version tls_cipher_info=$tls_cipher_info ua=$ua\n")

[sr-dev] [kamailio/kamailio] dispatcher: weight documentation and workaround for limitations (PR #4158)

2025-02-26 Thread Christian Berger via sr-dev
- describe limitation of weight parameter - describe a potential workaround against those limitations Pre-Submission Checklist