features:new-in-devel
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
features:new-in-devel [2019/07/06 19:36] – henningw | features:new-in-devel [2020/11/05 11:25] (current) – [New in existing Modules] linuxmaniac | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Kamailio SIP Server | + | ====== Kamailio SIP Server - New Features in Devel Version ====== |
- | **Current devel version will be numbered 5.3.0 and it is planned to be released | + | **Current devel version will be numbered 5.5.0 and it is planned to be released |
<fc #0000FF> | <fc #0000FF> | ||
- | **Previous devel, current stable, version was 5.2.x (released | + | **Previous devel, current stable, version was 5.4.x (released |
</fc> | </fc> | ||
- | * <fc # | + | * <fc # |
<fc # | <fc # | ||
Line 12: | Line 12: | ||
===== New Modules ===== | ===== New Modules ===== | ||
- | ==== app_lua_sr ==== | ||
- | |||
- | Old **sr** module exported to Lua scripting. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== xhttp_prom ==== | ||
- | |||
- | Generates suitable metrics for a Prometheus monitoring platform, answering to Prometheus pull requests (HTTP requests to /metrics URL). | ||
- | |||
- | * https:// | ||
- | |||
- | ==== kemix ==== | ||
- | |||
- | KEMI specific extensions. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== rtp_media_server ==== | ||
- | |||
- | Embedded RTP and media processing functionalities for Kamailio | ||
- | |||
- | * https:// | ||
- | |||
- | ==== secfilter ==== | ||
- | |||
- | Filters to allow/block using whitelists/ | ||
- | |||
- | * https:// | ||
===== New in existing Modules ===== | ===== New in existing Modules ===== | ||
- | ==== cnxcc ==== | + | ==== permissions |
- | + | ||
- | Added a new param in the cnxcc_set_max_credit() function to set the connect cost of a call. | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ==== dispatcher ==== | + | |
- | + | ||
- | Add a new rpc function to dispatcher module, add a new destination to in-memory dispatcher list. | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ==== dialplan ==== | + | |
- | + | ||
- | Add reload_delta parameter to the dialplan module. Make the rate limit of maximum allowed dialplan reload configurable. | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ==== uac ==== | + | |
- | + | ||
- | New modparam reg_gc_interval, | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | The uac_replace_from/ | + | |
- | + | ||
- | The uac_replace_from/ | + | |
+ | * RPC reload limit controlled via **reload_delta** module parameter | ||
==== registrar ==== | ==== registrar ==== | ||
- | |||
- | New parameter lookup_filter_mode for the registrar module to control what filters should be applied for lookup(...) operations. Filter values are specified via filed of xavp_cfg. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== presence ==== | ||
- | |||
- | A new rpc command updateWatchers were added to the presence module. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== siptrace ==== | ||
- | |||
- | Add transaction and dialog level tracing to the siptrace module function sip_trace. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== sdpops ==== | ||
- | |||
- | Added new sdp_get_ddress_family() function to the sdpops module to extract the IP address family from the SDP body | ||
- | |||
- | * https:// | ||
- | |||
- | ==== rr ==== | ||
- | |||
- | Add new return value for preloaded route set to loose_route() in rr module. Now it is possible to detect from the script if a preloaded Route header was removed that pointed at the local proxy. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== janssonrpcc ==== | ||
- | |||
- | Add new parameter " | ||
- | |||
- | * https:// | ||
- | |||
- | ==== tls ==== | ||
- | |||
- | Add support for unique identifier PVs and select to the TLS module: $tls_peer_subject_uid and $tls_my_subject_uid, | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ==== kex ==== | ||
- | |||
- | New rpc command mod.mem_statsx for the kex module, to print also the count of allocated chunks in summary. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== pv ==== | ||
- | |||
- | New pseudo-variable $rcv(key), available inside event_route[core: | ||
- | |||
- | * https:// | ||
- | |||
- | ==== 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 support for multiple TCP connections was added. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== ims_registrar_pcscf ==== | ||
- | |||
- | Add support for multiple TCP connections to the ims_registrar_pcscf module. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== ims_usrloc_pcscf ==== | ||
- | |||
- | Add support for multiple TCP connections to the ims_usrloc_pcscf module. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== 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 " | ||
- | |||
- | * https:// | ||
- | |||
- | ==== ims_usrloc_scscf ==== | ||
- | |||
- | Add-on to third party registration in S-CSCF to the ims_usrloc_scscf module. | ||
- | |||
- | * https:// | ||
- | |||
- | ==== ims_registrar_scscf ==== | ||
- | |||
- | Add-on to third party registration in S-CSCF to the ims_registrar_scscf module. | ||
- | |||
- | * https:// | ||
- | |||
===== New in Core ===== | ===== New in Core ===== | ||
==== Command line arguments ==== | ==== 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/ | ||
- | * set server id with --server-id | ||
- | * set a subst, substdef or substdefs preprocessor expression with --subst, --substdef or --substdefs | ||
- | |||
- | More information: | ||
==== Interpreter ==== | ==== Interpreter ==== | ||
==== Parameters ==== | ==== Parameters ==== | ||
- | |||
- | New global parameter bind_ipv6_link_local. If set to 1, try to bind also IPv6 link local addresses by discovering the scope of the interface. This apply for UDP socket for now, to be added for the other protocols. | ||
- | * https:// | ||
- | |||
- | Introduce new configuration parameter tcp_accept_haproxy parameter. When active, inbound TCP connections are expected to behave according to the HA PROXY protocol. Both the v1 (human-readable) and v2 (binary) versions of the protocol are supported. | ||
- | * https:// | ||
==== Functions ==== | ==== 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 ==== | ==== Memory Managers ==== | ||
- | Refactoring and unification of memory allocation error logging infrastructure. Completed in the core, major modules were migrated as well. | ||
==== Architecture ==== | ==== Architecture ==== | ||
- | |||
- | * Extend internal IPv4 and IPv6 parsing functions in the core | ||
==== kamailio.cfg ==== | ==== kamailio.cfg ==== | ||
Line 206: | Line 40: | ||
==== kamctl ==== | ==== kamctl ==== | ||
- | | + | |
+ | ==== kamdbctl ==== | ||
==== kamcli ==== | ==== kamcli ==== | ||
features/new-in-devel.1562441774.txt.gz · Last modified: 2019/07/06 19:36 by henningw