Table of Contents

Kamailio SIP Server - New Features in 5.2.0

Previous stable version was 5.1.x, see what was new in that release at:

This is a draft of new features added in this version, manually updated, thus not always synchronized with what is new in source code repository.

New Modules

acc_json

Generate accounting records in JSON format.

app_python3

KEMI interpreter implementation for Python3.

app_ruby

KEMI interpreter implementation for Ruby.

db_redis

Database APIv1 implementation with a REDIS backend.

ims_ipsec_pcscf

IMS IPSec implementation for P-CSCF systems.

pua_json

Presence User Agent implementation with JSON messages.

New in Old Modules

acc

app_lua

app_python

benchmark

cfg_rpc

corex

db_mongodb

db_mysql

db_postgres

dialog

dispatcher

dmq

htable

ims_diameter_server

ims_registrar_pcscf

ipops

json

jsonrpcs

kex

mtree

nathelper

ndb_redis

nsq

p_usrloc

permissions

phonenum

pipelimit

presence

pua_rpc

pv

rr

rtpengine

sanity

sdpops

sipcapture

    event_route[sipcapture:request] {
        if(src_ip==1.2.3.4) {
            sip_capture_forward("sip:2.3.4.5:5090");
            return 0;
        }
    }

sipt

smsops

stun

tcpops

textops

tls

tm

tmx

topos

uac

usrloc

New in Core

Interpreter

Parameters

Functions

Memory Managers

kamailio.cfg

Tools

kamctl

kamcli

Testing Framework