Table of Contents

Kamailio SIP Server (SER) - New Features in v4.1.x

First release in this series is numbered 4.1.0 , released on December 04, 2014.

Previous stable version was 4.0.x (released in March 2013), see what was new in that release at:

This is a draft of new features added for v.4.1.x, manually updated, thus not always synchronized with what is new in source code repository.

New Modules

app_java

auth_ephemeral

cnxcc

dnssec

gzcompress

ims_charging

mohqueue

rtpproxy-ng

sctp

sipt

stun

New in Old Modules

acc

app_lua

avpops

cdp

cfgutils

corex

db_mysql

db_postgres

debugger

dialog

dispatcher

htable

ipops

    	if(dns_query("test.com", "xyz"))
    	{
    		xlog("===== number of addresses: $dns(xyz=>count)\n");
    		xlog("===== ipv4 address found: $dns(xyz=>ipv4)\n");
    		xlog("===== ipv6 address found: $dns(xyz=>ipv6)\n");
    		$var(i) = 0;
    		while($var(i)<$dns(xyz=>count)) {
    			xlog("===== #[$var(i)] type ($dns(xyz=>addr[$var(i)])) addr [$dns(xyz=>addr[$var(i)])]\n");
    			$var(i) = $var(i) + 1;
    		}
    	}

memcached

misc_radius

mtree

nathelper

outbound

path

permissions

pike

presence

pv

registrar

rr

rtpproxy

sca

sdpops

sipcapture

siputils

snmpstats

textopsx

tls

tm

tmx

uac

usrloc

utils

websocket

xhttp

New in Core

Components

Makefile

kamailio.cfg

Tools

kamctl

    kamctl db smatch subscriber username test
    kamctl db nmatch subscriber id 123

kamdbctl