This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
features:new-in-devel [2016/01/22 12:29] miconda [cfgt] |
features:new-in-devel [2019/12/11 12:32] (current) linuxmaniac [registrar] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Kamailio SIP Server (SER) - New Features in Devel Version ====== | + | ====== Kamailio SIP Server - New Features in Devel Version ====== |
- | **Current devel version will be numbered 4.4.0 and it is planned to be released during 2015**. | + | **Current devel version will be numbered 5.3.0 and it is planned to be released in the autum 2019**. |
<fc #0000FF> | <fc #0000FF> | ||
- | **Previous devel version was 4.3.x (released on June, 2015), see what was new in that release at:** | + | **Previous devel, current stable, version was 5.3.x (released on October, 2019), see what was new in that release at:** |
</fc> | </fc> | ||
- | * <fc #0000FF>http://www.kamailio.org/wiki/features/new-in-4.3.x</fc> | + | * <fc #0000FF>http://www.kamailio.org/wiki/features/new-in-5.3.x</fc> |
<fc #800000>//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.//</fc> | <fc #800000>//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.//</fc> | ||
Line 12: | Line 12: | ||
===== New Modules ===== | ===== New Modules ===== | ||
- | ==== cfgt ==== | + | ==== pv_headers ==== |
- | * reports config execution for unit test evaluation | + | Manage headers using $xavp to keep the desired final value. |
- | * http://kamailio.org/docs/modules/devel/modules/cfgt.html | + | |
- | ==== crypto ==== | + | * https://www.kamailio.org/docs/modules/devel/modules/pv_headers.html |
+ | ===== New in existing Modules ===== | ||
- | * cryptographic functions for use in config file | + | ==== cfgt ==== |
- | * http://kamailio.org/docs/modules/devel/modules/crypto.html | + | |
- | ==== curl ==== | + | |
- | * http queries using curl library | + | Added new **cfgt.list** and **cfgt.clean** RPC commands |
- | * http://kamailio.org/docs/modules/devel/modules/curl.html | + | |
- | ==== log_custom ==== | + | |
- | * send log messages to custom backend | + | * https://www.kamailio.org/docs/modules/devel/modules/cfgt.html#cfgt.r.list |
- | * http://kamailio.org/docs/modules/devel/modules/log_custom.html | + | * https://www.kamailio.org/docs/modules/devel/modules/cfgt.html#cfgt.r.clean |
- | ==== log_systemd ==== | + | ==== registrar ==== |
- | * send log messages to systemd journal | + | Added **path** value to xavp_rcd location record |
- | * http://kamailio.org/docs/modules/devel/modules/log_systemd.html | + | |
- | ==== smsops ==== | + | |
- | * sms operations for sip messages | + | * https://www.kamailio.org/docs/modules/devel/modules/registrar.html#registrar.p.xavp_rcd |
- | * http://kamailio.org/docs/modules/devel/modules/smsops.html | + | |
- | ===== New in Old Modules ===== | + | |
- | ==== acc ==== | + | Added **xavp_rcd_mask** parameter to control what values to skip |
- | * new **acc_prepare_always** parameter to allow preparation of the request no matter if the acc_prepare_flag is set at the moment of the transaction creation. See [[http://lists.sip-router.org/pipermail/sr-users/2015-July/089191.html|sr-user discussion]] | + | * https://www.kamailio.org/docs/modules/devel/modules/registrar.html#registrar.p.xavp_rcd_mask |
+ | ===== New in Core ===== | ||
- | ==== htable ==== | + | ==== Command line arguments ==== |
- | * improved error message when loading from database | + | ==== Interpreter ==== |
- | ==== pv ==== | + | ==== Parameters ==== |
- | * **pv_var_to_xavp** script function to copy $var values to $xavp | + | ==== Functions ==== |
- | ==== registrar ==== | + | ==== Memory Managers ==== |
- | * add **contact** and **recieved** values to xavp_rcd | + | ==== Architecture ==== |
- | * set xavp_rcd on registered() | + | |
- | ==== sipcapture ==== | + | |
- | * insert From URI domain, To URI domain and request URI domain to database | + | ==== kamailio.cfg ==== |
- | ==== stt ==== | + | ===== Tools ===== |
- | * add **refresher** parameter in order to follow RFC 4028 | + | ==== kamcmd ==== |
- | ===== New in Core ===== | + | |
+ | ==== kamctl ==== | ||
- | ===== Tools ===== | + | ==== kamdbctl ==== |
+ | |||
+ | ==== kamcli ==== | ||