Courtesy of the work done by Sergey Safarov, Kamailio project has now a new system for generating RPM packages for the most popular distributions using this type of package manager, respectively CentOS, RedHat, Fedora and OpenSUSE.

The builds are done for each new stable release, RPMs for old releases being kept in their own repository path, allowing to downgrade when necessary.

For latest Kamailio stable version, the 5.4.x release series, you can enable the repository with:

  • for RHEL 8, CentOS 8 and Fedora:
dnf -y install dnf-plugins-core
dnf config-manager --add-repo https://rpm.kamailio.org/centos/kamailio.repo
dnf install kamailio
  • for RHEL 6 and 7, CentOS 6 and 7:
yum -y install yum-utils
yum-config-manager --add-repo https://rpm.kamailio.org/centos/kamailio.repo
yum install kamailio

More details, including the information for using the repositories corresponding to older Kamailio releases, can be found at:

Special thanks to LOD.com for providing the server hosting the RPM repositories.

Thanks for flying Kamailio!