User Tools

Site Tools


features:new-in-devel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
features:new-in-devel [2018/12/19 09:26]
linuxmaniac [secfilter]
features:new-in-devel [2019/07/06 14:54]
henningw [ims extensions]
Line 11: Line 11:
  
 ===== New Modules ===== ===== New Modules =====
 +
 +==== app_lua_sr ====
 +
 +Old **sr** module exported to Lua scripting.
 +
 +  * https://www.kamailio.org/docs/modules/devel/modules/app_lua_sr.html
 +
 +==== xhttp_prom ====
 +
 +Generates suitable metrics for a Prometheus monitoring platform, answering to Prometheus pull requests (HTTP requests to /metrics URL).
 +
 +  * https://www.kamailio.org/docs/modules/devel/modules/xhttp_prom.html
 +
 +==== kemix ====
 +
 +KEMI specific extensions.
 +
 +  * https://www.kamailio.org/docs/modules/devel/modules/kemix.html
  
 ==== rtp_media_server ==== ==== rtp_media_server ====
Line 25: Line 43:
 ===== New in Old Modules ===== ===== New in Old Modules =====
  
 +==== cnxcc ====
 +
 +Added a new param in the cnxcc_set_max_credit() function to set the connect cost of a call.
 +
 +  * https://www.kamailio.org/docs/modules/devel/modules/cnxcc.html#cnxcc.f.set_max_credit
 +
 +==== ims_ipsec_pcscf ====
 +
 +Add IPv6 support to the ims_ipsec_pcscf module. Additional support for multiple TCP connections was added.
 +
 +  * https://www.kamailio.org/docs/modules/devel/modules/ims_ipsec_pcscf.html
 +
 +==== ims_registrar_pcscf ====
 +
 +Add support for multiple TCP connections to the ims_registrar_pcscf module.
 +
 +  * https://www.kamailio.org/docs/modules/devel/modules/ims_registrar_pcscf.html
 +
 +==== ims_usrloc_pcscf ====
 +
 +Add support for multiple TCP connections to the ims_usrloc_pcscf module.
 +
 +  * https://www.kamailio.org/docs/modules/devel/modules/ims_usrloc_pcscf.html
 ===== New in Core ===== ===== New in Core =====
  
features/new-in-devel.txt ยท Last modified: 2020/11/05 12:25 by linuxmaniac