Skip to content

Commit

Permalink
features/new-in-6.0.x.md: more content for v6.0.x series
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 28, 2025
1 parent 008a4d8 commit fcf02cc
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion docs/features/new-in-6.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ source code repository.*

- initial support for free-threading Python

### async

- exported async_tkv_emit() function
- added parameter mode

### auth

- new function auth_algorithm(...) to dynamically override algorithm
Expand All @@ -62,6 +67,7 @@ source code repository.*
- functions to manage iflags can get 0..63 parameter value
- new function forward_uac()
- added forward_uac_uri(vuri) function
- added $atkv(name) variable

### db_sqlite

Expand All @@ -70,12 +76,21 @@ source code repository.*
### dialog

- dropped support for dlg_flag parameter
- added dlg_mode parameter
- new function dlg_set_state(newstate) - set the state for a dialog
- added dlg_update_state() function

### dispatcher

- new set of attributes for overload control (oc)-based routing (RFC7339)
- new flag 32 to not send ping to destination
- new rpc command dispatcher.oclist
- more fields to $dsg(...) related to overload control
- function to fetch by group id and uri

### gcrypt

- exported api for aes128 functions

### htable

Expand All @@ -91,6 +106,12 @@ source code repository.*
- added http_client_response_headers_set(mode)
- added http_client_response_headers_clear()

### ims_auth

- added Milenage, AES-128 (Rijndael) and auth_vector local generation
- new av_mode parameter
- function to set ims auth data

### ims_qos

- added trust_bottom_via parameter
Expand Down Expand Up @@ -150,6 +171,14 @@ source code repository.*

- added `natnum` property, containing the nationally formatted number, to pv

### presence:

- continue on one notify sending failure

### pua

- support as-feature-event

### pua_dialoginfo

- **use_uuid** optional parameter to generate pres_id using libuuid via uuid module
Expand Down Expand Up @@ -181,6 +210,8 @@ source code repository.*
- added param write_sdp_pv_mode
- add "active" field to rtpengine.show as alternate of "disabled"
- disable aggressive redetection by default
- added timer to ping rtpengine instances
- export subscribe operation functions

### sca

Expand Down Expand Up @@ -225,6 +256,7 @@ source code repository.*
### sqlops

- added log_buf_size param for logging raw queries
- new connect mode to limit the amount of connections

### tcpops

Expand Down Expand Up @@ -263,11 +295,17 @@ source code repository.*

- added reload_delta parameter
- added field for cseq number for $uac_req(...)
- exported two new functions for remote UAC registering/unregistering and rpc for registering

### xhttp_prom

- export pkg stats
- new uptime statistic
- new uptime statistics
- new xhttp_prom_tags parameter

### xlog

- evaluate prefix for kemi functions

## Archived Modules

Expand Down Expand Up @@ -309,6 +347,13 @@ series 5.8.x.
- allow '/' in database URL passwords
- added other 4xx reply error count stats
- replaced INT_PARAM => PARAM_INT
- added fixup-free functions to many exported functions by modules
- this enable using variables for their parameters
- added event_route[core:modinit-before]
- main - init async type-key-value framework
- tcp - emit async tkv event for read error
- new parameter to define async_tkv_gname
- parameter to set async_tkv_evcb

### Command line arguments

Expand All @@ -328,6 +373,10 @@ series 5.8.x.

### kamailio.cfg

- use dlgs to get dialog stats via rpc
- example for udp_reciever_mode parameter
- do record route for REFER

## Tools

### kamcmd
Expand Down

0 comments on commit fcf02cc

Please sign in to comment.