User Tools

Site Tools


features:new-in-devel

This is an old revision of the document!


Kamailio SIP Server (SER) - New Features in Devel Version

Current devel version will be numbered 5.3.0 and it is planned to be released in the autum 2019.

Previous devel, current stable, version was 5.2.x (released on November, 2018), see what was new in that release at:

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

New Modules

app_lua_sr

kemix

rtp_media_server

Embedded RTP and media processing functionalities for Kamailio, like playing media or bridging in a B2BUA manner. Includes support for different codecs (including Opus).

secfilter

Filters to allow/block using whitelists/blacklist based on user agents, IP addresses, countries, domains and users. SQL injection attacks prevention. Blacklist of destinations where the called number is not allowed.

xhttp_prom

Generates suitable metrics for a Prometheus monitoring platform, answering to Prometheus pull requests (HTTP requests to /metrics URL).

New in existing Modules

acc_json

Add support for leg_info fields to the acc_json module

cnxcc

Added a new param in the cnxcc_set_max_credit() function to set the connect cost of a call.

dialog

Add new rpc commands dlg.list_match and dlg.list_match_ctx to the dialog module. They will list dialogs matching the expression given via parameters

dispatcher

dialplan

Add reload_delta parameter to make the rate limit of maximum allowed dialplan reload configurable.

evrexec

Added rpc command evrexec.run to run an event_route: kamctl rpc evrexec.run evname [evdata]. First parameter is the event route name (or KEMI function), second parameter (optional, string) is an arbitrary data that becomes available inside the event route via $evr(data).

ims

Extend module functionality significantly, several new commands (e.g. #rooms, #add) were added. Internal refactoring and protocol extensions were done as well. For details have a look to the commit messages for this module.

ims_ipsec_pcscf

  • Add IPv6 support to the ims_ipsec_pcscf module. Set authentication algorithm for SA depending of parsed security-client info from REGISTER request message. For now, the supported algorithms are md5 and sha1, the default algorithm is sha1.
  • Additional initial TCP support and support for multiple TCP connections were added.

ims_registrar_pcscf

Add support for multiple TCP connections to the ims_registrar_pcscf module.

ims_usrloc_pcscf

Add support for multiple TCP connections to the ims_usrloc_pcscf module.

ims_isc

Add functionality to a add-on to third party registration in S-CSCF. The feature assumes two new flags in HSS database, where additional to the “Service Info XML” an “insertRegisterRequest” flag or an “insertRegisterResponse” flag can be set. These flags are sent with the SAR/SAA exchange to the S-CSCF. More information can be found in the commit message (99b2cfaf4151968a62) and the module documentation.

ims_usrloc_scscf

Add-on to third party registration in S-CSCF to the ims_usrloc_scscf module.

ims_registrar_scscf

Add-on to third party registration in S-CSCF to the ims_registrar_scscf module.

mqueue

pv

janssonrpcc

Add new parameter “keep_alive”, send periodic tcp keepalive packets to server in order to prevent connection from closing.

kex

New rpc command mod.mem_statsx, to print also the count of allocated chunks in summary.

presence

registrar

New parameter lookup_filter_mode to control what filters should be applied for lookup(…) operations. Filter values are specified via filed of xavp_cfg.

rr

Add new return value for preloaded route set to loose_route(). Now it is possible to detect from the script if a preloaded Route header was removed that pointed at the local proxy.

rls

rtpengine

sdpops

Added new sdp_get_ddress_family() function to extract the IP address family from the SDP body

siptrace

Add transaction and dialog level tracing to the module function sip_trace

sl

sqlops

Add a new parameter connect_mode, option to start even when connecting to db fails.

textops

Add a new function regex_substring(itext, regex, index, mcount, dpv). Return a substring extracted by matching with a regular expression and the index of matched token.

tls

tm

tmx

uac

  • New modparam reg_gc_interval, to define a value for garbage collection interval
  • The uac_replace_from/uac_replace_to function (with dialog storage option) will now also work properly after a restart from Kamailio, if dialog data is stored in a database.
  • The uac_replace_from/uac_replace_to function will now also properly store and restore the Display Name with the dialog storage option.

websocket

Added check mechanism based on tcp connection - type 3 (KEEPALIVE_MECHANISM_CONCHECK)

New in Core

Command line arguments

Adding support for long option names, to kamailio. This makes it easier to deploy Kamailio in dynamic environments like containers. Examples:

  • add domain aliases with –alias
  • set advertised address to listen sockets speficied with -l socket/advertise
  • set server id with –server-id
  • set a subst, substdef or substdefs preprocessor expression with –subst, –substdef or –substdefs

More information: https://www.kamailio.org/w/2019/05/kamailio-command-line-arguments/

Interpreter

Many extensions to the KEMI support in core and modules were added.

Parameters

Functions

  • New rpc command core.psa - to print attributes stored in process table, similar to core.psx, but also prints the rank and status fields

Memory Managers

Refactoring and unification of memory allocation error logging infrastructure. Completed in the core, major modules were migrated as well.

Architecture

  • Extend internal IPv4 and IPv6 parsing functions in the core.
  • Create Contacts header with path vector as Route header. When Kamailio is functioning as a registrar sends a 302 redirect, the registered contacts are sent inside the Contact header. If a contact as a path vector, that path should become a Route header in the INVITE (rfc 3327). This patch adds the path vector as a Route header parameter to the Contacts in the redirect so the receiving entity of the 302 can add the proper Route headers. This is a standard way to specify headers to be added to a request, see rfc3261 section 19.1.1.

kamailio.cfg

Tools

Added tool to generate code for KEMI modules to misc/tools/kemi/kemi-code-gen.py - can generate typedefs for functions and the large if-else blocks for variants of parameters.

kamcmd

kamctl

  • Added subcommand to print the server version using rpc command: kamctl srv version
  • Added subcommand to delete older expired records from database table: kamctl ul dbclean [<secs>]
  • Added acc initdb command to add additional columns needed with default kamailio.cfg and defined WITH_ACCDB for acc and missed_calls table.

kamdbctl

Added verification before database reinit, warn that drop command will indeed drop the database.

kamcli

features/new-in-devel.1562449476.txt.gz · Last modified: 2019/07/06 23:44 by henningw