Categories
Kamailio Linux Security VoIP

Kamailio 101 – Part 8 – Security in Practice

Putting security into practice in Kamailio to authenticate INVITE and REGISTER traffic by source IP and Challenge / Response in the Auth header.

Categories
Kamailio Linux VoIP

Kamailio 101 – Part 7 – Security in Theory

General overview of AAA, traffic validation and SIP security.

Categories
Kamailio Linux VoIP

Kamailio 101 – Part 6 – Reusing Code

Using Boilerplate Kamailio code to speed up the development process.

Categories
Kamailio Linux VoIP

Kamailio 101 – Part 5- First Call

Making our first call between two registered endpoints on Kamailio.

Categories
Kamailio Linux VoIP

Kamailio 101 – Part 4 – SIP Registrar

Setting up Kamailio as a SIP registrar to handle REGISTER messages.

Categories
Kamailio Linux VoIP

Kamailio 101 – Part 3 – Routing Blocks & Structure

How to use routing blocks and structure your code in Kamailio.

Categories
Kamailio Linux VoIP

Kamailio 101 – Part 2 – Installation & First Run

Installing Kamailio on Ubuntu, basic rules for wring config files and we respond to SIP messages!

Categories
Kamailio Linux VoIP

Kamailio 101 – Part 1 – Introduction

Introducing Kamailio SIP Server & explaining it’s uses.

Categories
Kamailio Linux VoIP

RTPengine – Installation & Configuration

Installation & basic configuration of the Sipwise NGCP rtpengine

Categories
Kamailio Linux VoIP

Kamailio Bytes – MySQL Database Backend for Module Config

Many Kamailio modules require, or have additional functionality, when you’re using a database backend. There’s a few options, but for this tutorial we’ll use a MySQL database backend. To begin with we’ll install MySQL & Kamailio, apt-get install kamailio* mysql-server Next we’ll want to configure the file called kamctlrc in which we’ll add our database […]