[SR-Users] Re: Segfault on startup when using TLS in kamailio 5.7.4

2024-05-17 Thread Henning Westerholt via sr-users
Hello, In the releases after 5.7.2 there have been a lot of TLS related changes. There were necessary due to several critical memory corruption bugs due to implementation decisions from the OpenSSL team in version 3.x. These changes were somewhat larger as usually expected in minor releases,

[SR-Users] Assistance Needed to Resolve Duplicate Contact Headers in 200 OK Response

2024-05-17 Thread Juha Heinanen via sr-users
satyaprakash ch via sr-users writes: > We are receiving 2 to 3 contact headers in the 200 OK response of the > registration request. It appears that the `user_location` is updating > multiple contact headers for the same extension due to network > disconnections. Please suggest a solution to

[SR-Users] Re: Segfault on startup when using TLS in kamailio 5.7.4

2024-05-17 Thread stefanr--- via sr-users
For additional context: - Our Kamailio setup receives SIP messages from one endpoint over UDP and forwards them to another endpoint over TLS, with rtpengine for RTP proxying. - The issue only occurs on startup. E.g., after a VM reboot hosting our Kamailio container, after deploying an updated

[SR-Users] Re: $dlg_var() not implemented in ims_dialog module

2024-05-17 Thread Denys Pozniak via sr-users
Hello! >I leverage a lot htable, even when dialog is used. The call-id ($ci) is the same for all messages within the dialog and it can be used as a prefix: $sht(dlg=>$ci::xyz) The question may not be entirely within the scope of the topic, but how do you usually delete the htable after

[SR-Users] Segfault on startup when using TLS in kamailio 5.7.4

2024-05-17 Thread stefanr--- via sr-users
Hi there, We are encountering consistent segfaults after rebooting our Kamailio instance with incoming traffic, specifically when using Kamailio 5.7.4. We think this issue did not occur with version 5.7.2, so it seems to have been introduced in either 5.7.3 or 5.7.4. Due to team bandwidth

[SR-Users] Assistance Needed to Resolve Duplicate Contact Headers in 200 OK Response

2024-05-17 Thread satyaprakash ch via sr-users
Hi We are receiving 2 to 3 contact headers in the 200 OK response of the registration request. It appears that the `user_location` is updating multiple contact headers for the same extension due to network disconnections. Please suggest a solution to avoid duplicates in the `user_location`

[SR-Users] making HTTP Async request in stateless configuration

2024-05-17 Thread Sergio Charrua via sr-users
Hi all! Just wondering what would be you opinion on the following. We are integrating Kamailio as a stateless redirect server, using SIP 300 Multiple Choices response. The script requires that prior to the redirection, a HTTP request must be made. We thought about using HTTP Async Client to

[SR-Users] Re: Failover with dialog dmq while dialog state 2

2024-05-17 Thread Björn Klasen via sr-users
Hello Henning, unfortunately I'm not experienced in C-Programming. But an enhancement to DMQ would be cool anyway as I really like the concept behind this although I've testet it only in our Lab, so have no clue how good it works (DMQ for usrloc, htable and dialog) together in a high load

[SR-Users] Re: $dlg_var() not implemented in ims_dialog module

2024-05-17 Thread Daniel-Constantin Mierla via sr-users
Hello, On 17.05.24 08:39, Valentin Christoph via sr-users wrote: > > Dear all, > >   > > I would probably need to store some dialog scoped information in an > IMS environment, but the ims_dialog module does not implement the > $dlg_var() pseudo variable. > >   > > Do you know other, maybe better,

[SR-Users] $dlg_var() not implemented in ims_dialog module

2024-05-17 Thread Valentin Christoph via sr-users
Dear all, I would probably need to store some dialog scoped information in an IMS environment, but the ims_dialog module does not implement the $dlg_var() pseudo variable. Do you know other, maybe better, possibilities to store dialog scoped information in an IMS (CSCF) environment? Thank,