Using Docker to containerize Kamailio instanances
Category Archives: Kamailio
Kamailio Proxy-CSCF Pull
My first Pull / Merge in the Kamailio project was to fix the IMS P-CSCF config
Kamailio Bytes – http_client
Using Kamailio to send HTTP requests (POST & GET) to a HTTP server and store the result.
Kamailio Bytes – Multiple Kamailio Instances on a Single Box
Running multiple instances of Kamailio on the same server using init.d
Kamailio Bytes – SIP over TLS (SIPS)
Using Transport Layer Security (TLS) to protect SIP traffic from modification / manipulation and guarantee message authenticity.
Kamailio Bytes – Nightly Releases the Lazy Way
Using apt package manager to install nightly Kamailio builds
Kamailio Bytes – Ansible for Automating Deployments
Using Ansible to automate Kamailio deployments at scale
Things I wish I knew about setting up private VoLTE Networks
Lessons learned about setting up VoLTE / IMS Networks at small scale.
Kamailio Bytes – Python + SIP with KEMI
Using KEMI to handle Kamailio SIP Routing in Python
Kamailio Bytes – UAC for Remote User Registration to external SIP Server (Originating SIP REGISTER)
Using Kamailio’s UAC module to send outbound SIP REGISTER messages
Kamailio Bytes – KEMI Intro
Using KEMI to write routing logic using languages like Python, Ruby, Lua and JS
Kamailio Bytes – Configuring Diameter Peers with CDP
Introducing C Diameter Peer module in Kamailio to manage Diameter Peers, monitor their state and handle the connections.
Kamailio Bytes – Dispatcher States
AP, IX, IP & DX – The meaning of Dispatcher states in Kamailio’s Dispatcher module.
Kamailio Bytes – Rewriting SIP Headers (Caller ID Example)
Stateless Kamailio SIP proxy example for changing Caller ID values
Load Testing with SIPp
SIPp (a performance testing tool for SIP) to simulate many concurrent calls leading to many concurrent transcoding sessions.
Kamailio Bytes – Transaction Module
Some TM (Transaction Module) use cases in Kamailio
Transaction Stateful Proxy with Kamailio
Basic example of a Transaction Stateful SIP Proxy in Kamailio