User Tools

Site Tools


features:new-in-5.1.x

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
Last revision Both sides next revision
features:new-in-5.1.x [2017/12/08 08:28]
miconda [kamcmd]
features:new-in-5.1.x [2018/06/09 21:55]
mslehto typo, formatting
Line 12: Line 12:
 ==== acc_diameter ==== ==== acc_diameter ====
  
-  * split from acc module+  * accounting with a diameter server (split from acc module)
   * https://kamailio.org/docs/modules/devel/modules/acc_diameter.html   * https://kamailio.org/docs/modules/devel/modules/acc_diameter.html
  
 ==== app_sqlang ==== ==== app_sqlang ====
  
 +  * kemi interpreter for Squirrel scripting language
   * https://kamailio.org/docs/modules/devel/modules/app_sqlang.html   * https://kamailio.org/docs/modules/devel/modules/app_sqlang.html
  
 ==== call_obj ==== ==== call_obj ====
  
 +  * track active calls with integer ids
   * https://kamailio.org/docs/modules/devel/modules/call_obj.html   * https://kamailio.org/docs/modules/devel/modules/call_obj.html
  
 ==== evrexec ==== ==== evrexec ====
  
 +  * execute event routes at startup
   * https://kamailio.org/docs/modules/devel/modules/evrexec.html   * https://kamailio.org/docs/modules/devel/modules/evrexec.html
  
 ==== ims_diameter_server ==== ==== ims_diameter_server ====
  
 +  * diameter server implementation
   * https://kamailio.org/docs/modules/devel/modules/ims_diameter_server.html   * https://kamailio.org/docs/modules/devel/modules/ims_diameter_server.html
  
 ==== keepalive ==== ==== keepalive ====
  
 +  * perform keepalive checking against a set of sip addresses
   * https://kamailio.org/docs/modules/devel/modules/keepalive.html   * https://kamailio.org/docs/modules/devel/modules/keepalive.html
  
 ==== phonenum ==== ==== phonenum ====
  
 +  * phone number lookup module
   * https://kamailio.org/docs/modules/devel/modules/phonenum.html   * https://kamailio.org/docs/modules/devel/modules/phonenum.html
 +
 +==== sipdump ====
 +
 +  * write sip traffic and runtime metadata to files
 +  * https://kamailio.org/docs/modules/devel/modules/sipdump.html
  
 ==== topos_redis ==== ==== topos_redis ====
  
 +  * redis backend for topos module
   * https://kamailio.org/docs/modules/devel/modules/topos_redis.html   * https://kamailio.org/docs/modules/devel/modules/topos_redis.html
 +
 +===== KEMI Framework =====
 +
 +Most of the modules have the functions exported to KEMI framework. A tutorial is available at:
 +
 +  * http://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/
 +
 +This allows writing SIP routing logic in Lua, JavaScript, Python or Squirrel scripting.
  
 ===== New in Old Modules ===== ===== New in Old Modules =====
Line 88: Line 108:
   * added db_delim parameter - specify field delimiter   * added db_delim parameter - specify field delimiter
  
-==== db_postgress ====+==== db_postgres ====
  
   * implemented insert_update() API function   * implemented insert_update() API function
Line 123: Line 143:
 ==== dmq ==== ==== dmq ====
  
- * added option to use non-locking workers+  * added option to use non-locking workers
  
 ==== dmq_usrloc ==== ==== dmq_usrloc ====
Line 331: Line 351:
 ==== Interpreter ==== ==== Interpreter ====
  
 +  * hundreds of functions exported to kemi framework and are available to be executed from scripts running in embedded interpreters (Lua, Python, JavaScript and Squirrel)
 ==== Parameters ==== ==== Parameters ====
  
features/new-in-5.1.x.txt ยท Last modified: 2018/11/23 15:53 by miconda