Hands-on Kamailio Deployment Course

The self-paced videos for this course are below. Thank you for purchasing the course! Enjoy -Mack Hendricks Section 1 – Intro: This video provides an overview of the course. The video mentions dSIPRouter.org, which is a UI built for Kamailio that makes it easier to install, configure and manage Kamailio. Section 2 – Kamailio Architecture: … Read more

To access this post, you must purchase Hands-on Kamailio Deployment Course – Self Paced.

dSIPRouter Media Server API v1

We are introducing a new API that will enable the provisioning of extensions within a backend media server. The API will provide an abstraction layer for provisioning different backend media servers. The first release will focus on FusionPBX. dSIPRouter has a concept of an Endpoint Group. An endpoint group can be mapped to a FusionPBX … Read more

Kamailio Quick Install Guide for v5.2.x – Debian 9

This article will provide step-by-step instructions on how to install Kamailio 5.2.x on Debian using apt packages. This article assumes you have a fresh install of Debian 9.x. Add Kamailio GPG Key Add Kamailio 5.2 repo Add the following lines to the file deb http://deb.kamailio.org/kamailio52 stretch maindeb-src http://deb.kamailio.org/kamailio52 stretch main Update the apt package manager … Read more

Kamailio Quick Install Guide for v4.4

Kamailio 4.4 on CentOS 6. Are you looking for the CentOS 7.x version?  It can be found here Setup YUM Repository Install wget so we can pull down the rpm. yum install wget Let’s download the yum repo file for our Cent OS version. cd /etc/yum.repos.d/ wget http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/CentOS_6/home:kamailio:v4.4.x-rpms.repo Update system so yum is aware of … Read more

Setting Up Your Kamailio Development Envionment

The purpose of this document is to explain how to install Kamailio and setup your development environment to make it easier to start configuring Kamailio to fit your requirements.  In this document I will explain how to install Kamailio on CentOS 6.6 and configuring VIM to make it easier to do development. Assumptions: MySQL is … Read more