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 [2019/07/07 00:11]
henningw [imc]
features:new-in-devel [2019/07/30 13:19]
henningw add tm and async changes
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 5.3.0 and it is planned to be released in the autum 2019**. **Current devel version will be numbered 5.3.0 and it is planned to be released in the autum 2019**.
Line 50: Line 50:
  
   * https://www.kamailio.org/docs/modules/devel/modules/acc_json.html   * https://www.kamailio.org/docs/modules/devel/modules/acc_json.html
 +
 +==== async ====
 +
 +New functionality to sleep for milli-seconds and also schedule a asynchronous route execution with milli-seconds delay
 +
 +  * https://kamailio.org/docs/modules/devel/modules/async.html#async.f.async_ms_sleep
 +  * https://kamailio.org/docs/modules/devel/modules/async.html#async.f.async_ms_route
  
 ==== cnxcc ==== ==== cnxcc ====
Line 64: Line 71:
   * https://www.kamailio.org/docs/modules/devel/modules/dialog.html#dlg.r.list_match_ctx   * https://www.kamailio.org/docs/modules/devel/modules/dialog.html#dlg.r.list_match_ctx
  
 +Add new parameter keep_proxy_rr to loop BYE through proxy. When in use, sending locally generated in-dialog requests will loop back to the proxy with a proper Record-Route header, including any parameters.
 +
 +  * https://kamailio.org/docs/modules/devel/modules/dialog.html#dialog.p.keep_proxy_rr
 ==== dispatcher ==== ==== dispatcher ====
  
Line 232: Line 242:
   * Add configuration parameter to add path and flags to redirected contacts.   * Add configuration parameter to add path and flags to redirected contacts.
     * https://www.kamailio.org/docs/modules/devel/modules/tm.html#tm.p.rich_redirect     * https://www.kamailio.org/docs/modules/devel/modules/tm.html#tm.p.rich_redirect
 +  * Removal of obselete delete_timer parameter - it was not used since a long time
  
 ==== tmx ==== ==== tmx ====
Line 273: Line 284:
   * 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.   * 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://www.kamailio.org/wiki/cookbooks/devel/core#bind_ipv6_link_local     * https://www.kamailio.org/wiki/cookbooks/devel/core#bind_ipv6_link_local
-  * 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.+  * Introduce new configuration parameter tcp_accept_haproxy parameter. When active, inbound TCP connections are expected to behave according to the HAProxy protocol. Both the v1 (human-readable) and v2 (binary) versions of the protocol are supported.
     * https://www.kamailio.org/wiki/cookbooks/devel/core#tcp_accept_haproxy     * https://www.kamailio.org/wiki/cookbooks/devel/core#tcp_accept_haproxy
   * Added latency_limit_cfg global parameter to print execution time for configuration script only if it exceeds this value. It is printed to latency_cfg_log level, another added parameter.   * Added latency_limit_cfg global parameter to print execution time for configuration script only if it exceeds this value. It is printed to latency_cfg_log level, another added parameter.
features/new-in-devel.txt ยท Last modified: 2020/11/05 12:25 by linuxmaniac