Blog

Creating a Docker image based on another image

In this tutorial we will go over how to make changes to a running container while attached, then saving our progress. This will result in a new deployable image. Install the nginx server to your container and commit the changes. First attach to the running CentOS container, like we did in the last tutorial. docker […]
To access this post, you must purchase Hands-on Kamailio Deployment Course - Self Paced.

Running and Connecting to a Docker Container

Connect to your running container Now that we have a list of running containers, we can use this information to connect. When connecting to a container, you will have different types of interfaces depending on what software the container is running. Most base OS containers, such as Debian or CentOS, will give you a bash […]
To access this post, you must purchase Hands-on Kamailio Deployment Course - Self Paced.

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 […]
To access this post, you must purchase Hands-on Kamailio Deployment Course - Self Paced.

Load balancing traffic with Kamailio v4.1

Load balancing traffic with Kamailio Note: We assume you have Asterisk/Freeswitch setup to handle inbound traffic from Kamailio In part 3 of our Kamailio series we will explain how to load balance calls from users between several different media servers. For this part in the series we will use the “dispatcher” module. The dispatcher module provides […]
To access this post, you must purchase Hands-on Kamailio Deployment Course - Self Paced.