User Tools

Site Tools


features:new-in-5.2.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.2.x [2018/11/27 11:16]
miconda
features:new-in-5.2.x [2019/07/12 08:41]
henningw
Line 1: Line 1:
-====== Kamailio SIP Server (SER) - New Features in 5.2.0 ======+====== Kamailio SIP Server - New Features in 5.2.0 ======
  
 <fc #0000FF> <fc #0000FF>
Line 13: Line 13:
 ==== acc_json ==== ==== acc_json ====
  
 +Generate accounting records in JSON format.
  
   * https://www.kamailio.org/docs/modules/devel/modules/acc_json.html   * https://www.kamailio.org/docs/modules/devel/modules/acc_json.html
 +
 +==== app_python3 ====
 +
 +KEMI interpreter implementation for Python3.
 +
 +  * https://www.kamailio.org/docs/modules/devel/modules/app_python3.html
  
 ==== app_ruby ==== ==== app_ruby ====
  
 +KEMI interpreter implementation for Ruby.
  
   * https://www.kamailio.org/docs/modules/devel/modules/app_ruby.html   * https://www.kamailio.org/docs/modules/devel/modules/app_ruby.html
Line 23: Line 31:
 ==== db_redis ==== ==== db_redis ====
  
 +Database APIv1 implementation with a REDIS backend.
  
   * https://www.kamailio.org/docs/modules/devel/modules/db_redis.html   * https://www.kamailio.org/docs/modules/devel/modules/db_redis.html
 +
 +==== ims_ipsec_pcscf ====
 +
 +IMS IPSec implementation for P-CSCF systems.
 +
 +  * https://kamailio.org/docs/modules/devel/modules/ims_ipsec_pcscf.html
  
 ==== pua_json ==== ==== pua_json ====
  
 +Presence User Agent implementation with JSON messages.
  
   * https://www.kamailio.org/docs/modules/devel/modules/pua_json.html   * https://www.kamailio.org/docs/modules/devel/modules/pua_json.html
 +
  
 ===== New in Old Modules ===== ===== New in Old Modules =====
  
-===== acc =====+==== acc ====
  
   * use acc.time_mode to save cdrs in gmt time   * use acc.time_mode to save cdrs in gmt time
  
-===== app_lua =====+==== app_lua ====
  
   * LUAJIT variable to build agains LuaJIT compiler   * LUAJIT variable to build agains LuaJIT compiler
Line 130: Line 147:
 ==== dmq ==== ==== dmq ====
  
-  * improveD bus stability and reduce unnecessary state transfer+  * improved bus stability and reduce unnecessary state transfer
   * added 'pending' state for new, locally added nodes, until confirmed   * added 'pending' state for new, locally added nodes, until confirmed
   * continue to probe nodes marked as inactive/disabled   * continue to probe nodes marked as inactive/disabled
Line 285: Line 302:
   * added sip_capture_forward(uri)    * added sip_capture_forward(uri) 
     * forward the hep packet to another address     * forward the hep packet to another address
-    * the address has to bbe provided as parameter in sip uri format+    * the address has to be provided as parameter in sip uri format
     * the function should be used inside event_route[sipcapture:request]     * the function should be used inside event_route[sipcapture:request]
 <code c> <code c>
Line 421: Line 438:
   * kemi - added KSR.is_method_in("mflags")   * kemi - added KSR.is_method_in("mflags")
     * check if current method matches one listed in the flags     * check if current method matches one listed in the flags
-    * flags are: I (INVITE), A (ACK), B (BYE), C (CANCEL), R (REGISTER), +    * flags are: I (INVITE), A (ACK), B (BYE), C (CANCEL), R (REGISTER), P (PUBLISH), S (SUBSCRIBE), N (NOTIFY), O (OPTIONS)
-      P (PUBLISH), S (SUBSCRIBE), N (NOTIFY), O (OPTIONS)+
     * KSR.is_method_in("IABC")     * KSR.is_method_in("IABC")
   * kemi - renamed KSR.drop() to KSR.set_drop()   * kemi - renamed KSR.drop() to KSR.set_drop()
features/new-in-5.2.x.txt · Last modified: 2019/09/04 20:30 by henningw