[SR-Users] Development is open for future release of v5.9.x series

2024-02-23 Thread Daniel-Constantin Mierla via sr-users
Hello, the branch 5.8 was created, therefore the master branch is open for adding new features, to be part of future release series v5.9.x (or whatever version is decided for next series). Any bug fix committed to master that applies to 5.8.x or older stable branches should be backported as

[SR-Users] Branch 5.8 has been created

2024-02-23 Thread Daniel-Constantin Mierla via sr-users
Hello, the branch 5.8 has been created, to be used for releasing v5.8.x series. To check out this branch, the following commands can be used:    git clone https://github.com/kamailio/kamailio kamailio-5.8    cd kamailio-5.8    git checkout -b 5.8 origin/5.8 Pushing commits in this branch:  

[SR-Users] Re: How to keep SIP messages small, possibly below fragmentation limit?

2024-02-23 Thread Henning Westerholt via sr-users
Hello, one really effective way is the topos module. If you can not use this, you could switch to compact sip header. This way you save some bytes per header-field. But this is something that needs to be supported from the user agent as well. You could remove not needed headers and SDP inside

[SR-Users] How to keep SIP messages small, possibly below fragmentation limit?

2024-02-23 Thread Benoît Panizzon via sr-users
Hi In the process of getting rid of our commercial B2Bua SBC and handling all clients directly via Kamailio... We have come across some (unfortunately many we have in use) CPE which have an issue with fragmented packets or which simply do not allocate enough memory to parse or create messages of

[SR-Users] Re: Roadmap to next major Kamailio release series v5.8.x

2024-02-23 Thread Daniel-Constantin Mierla via sr-users
Hello, quick note that later today I will create the branch 5.8, notification emails will be sent once done. Cheers, Daniel On 16.02.24 08:01, Daniel-Constantin Mierla wrote: > Hello, > > hopefully the devel version is now more stabilized after the freezing, > the new components being adjusted