The git branch 5.7 has been created, to be used for releasing Kamailio v5.7.x series.

To check out this branch, the following commands can be used:

git clone https://github.com/kamailio/kamailio kamailio-5.7
cd kamailio-5.7
git checkout -b 5.7 origin/5.7

Pushing commits in this branch:

git push origin 5.7:5.7

Note that 5.7 is an official stable branch, so only bug fixes, missing kemi exports (discuss on sr-dev if not sure) or improvements to documentation or helper tools can be pushed to this branch.

As usual, if there is a bug fixed, commit and push first to master branch and then cherry pick to 5.7 branch:

git cherry-pick -x COMMITID

In few weeks, the first release from branch 5.7 will be out, respectively Kamailio v5.7.0.

Slowly Kamailio World Conference (June 5-7, 2023) is approaching – the event returns to Berlin, Germany. Most of the speakers and sessions are published, the schedule should be out soon, check the event website at:

Thanks for flying Kamailio!