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
features:new-in-5.2.x [2018/11/27 13:32]
miconda [dmq]
features:new-in-5.2.x [2019/09/04 20:30] (current)
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 6: Line 6:
   * <fc #0000FF>http://www.kamailio.org/wiki/features/new-in-5.1.x</fc>   * <fc #0000FF>http://www.kamailio.org/wiki/features/new-in-5.1.x</fc>
  
-<fc #800000>//This is a draft of new features added in devel version, manually updated, thus not always synchronized with what is new in source code repository.//</fc>+<fc #800000>//This is a draft of new features added in this version, manually updated, thus not always synchronized with what is new in source code repository.//</fc>
  
  
Line 46: Line 46:
  
   * 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 301: 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 437: 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.1543321920.txt.gz · Last modified: 2018/11/27 13:32 by miconda