The Git branch 5.3 has been created, to be used for releasing v5.3.x series.

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

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

Pushing commits in this branch:

git push origin 5.3:5.3

Note that 5.3 is an official stable branch, so only bug fixes, missing kemi exports (to be discussed on sr-dev in case of ambiguity) or improvements to documentation or helper tools will be pushed to this branch.

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

Thanks for flying Kamailio!