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/16 13:23]
henningw [dialog]
features:new-in-devel [2019/08/24 13:00]
henningw [uac]
Line 17: Line 17:
  
   * https://www.kamailio.org/docs/modules/devel/modules/app_lua_sr.html   * https://www.kamailio.org/docs/modules/devel/modules/app_lua_sr.html
 +
 +==== lost ====
 +
 +HELD (RFC6155) and LOST (RFC5222) location-based routing.
 +
 +  * https://www.kamailio.org/docs/modules/devel/modules/lost.html
  
 ==== kemix ==== ==== kemix ====
Line 50: Line 56:
  
   * 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 235: Line 248:
   * 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 246: Line 260:
   * New modparam reg_gc_interval, to define a value for garbage collection interval   * New modparam reg_gc_interval, to define a value for garbage collection interval
     * https://www.kamailio.org/docs/modules/devel/modules/uac.html#uac.p.reg_gc_interval     * https://www.kamailio.org/docs/modules/devel/modules/uac.html#uac.p.reg_gc_interval
 +  * New modparam default_socket, to define a default socket for sending registrations and requests out
 +    * https://www.kamailio.org/docs/modules/devel/modules/uac.html#uac.p.default_socket
 +  * Extension in uacreg table, to specify a socket per table entry
 +    * https://www.kamailio.org/docs/modules/5.2.x/modules/uac.html#idm551
   * 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 (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.   * The uac_replace_from/uac_replace_to function will now also properly store and restore the Display Name with the dialog storage option.
features/new-in-devel.txt ยท Last modified: 2020/11/05 12:25 by linuxmaniac