As of this writing, this guide will guarantee that you will have a successful Kamailio installation -- tried and tested. Please comment if this post needs to be updated. 😁 Setup YUM Repository: 1) Install wget so we can pull down the rpm. Code: yum install wget 2) Let’s download the yum repo file for our CentOS version and update the system so yum is aware of the new repository. Code: cd /etc/yum.repos.d/ Code: wget http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/CentOS_7/home:kamailio:v4.4.x-rpms.repo 3) Update system so yum is aware of the new repository. Code: yum update 4) You can look at the kamailio packages in the YUM repository by typing: Code: yum search kam Install Kamailio and Required Database Modules: 1) Install the following packages from the new repo. Code: sudo yum install -y kamailio kamailio-ldap kamailio-mysql kamailio-presence kamailio-postgres kamailio-debuginfo kamailio-xmpp kamailio-unixodbc kamailio-u...
Just sharing my two cents worth. :)