Skip to content

Commit

Permalink
features/new-in-5.8.x: updates with new stuff in several modules
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 5, 2024
1 parent d5be7a1 commit 80ed47d
Showing 1 changed file with 59 additions and 2 deletions.
61 changes: 59 additions & 2 deletions docs/features/new-in-5.8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,45 @@ source code repository.*

## New in existing Modules

### cfgt

- `skip_unknown` modparam
- `route_log` modparam

### db_redis

- added TLS support

### geoip2

- added function for distance

### imc

- added function to check if a room is active
- added function to check if a user is member of a chat room

### ipops

- create container items on demand for `srv` and `naptr` functions

### mqueue

- support for db_text storage

### msilo

- new function to allow specifying src/dst addresses
- modparams for callid and status columns
- option to store call-id and reuse it on delivery

### nats

- nats_publish allow reply parameter to be optional
### ndb_redis

- added TLS support

### p_usrloc

- added `use_domain_crc32` modparam
Expand All @@ -43,17 +82,31 @@ source code repository.*

- RPC reload limit controlled via **reload_delta** module parameter

### presence

- RPC command `publish_cache_sync` to sync from storage

### rabbitmq

- added amqps support

### registrar

- added `tcpconn_id` to `xavp_cfg`
- added `tcpconn_id` to `xavp_cfg`
- larger max size for user and domain building AoR

### rtpengine

- support receiving dtmf events from rtpengine and raise an event

### siptrace

- added `sip_trace_msg(dst, corlid, vmsg)`

### tls

- added rpc function to kill session by id
- support for libssl 3.x
- added rpc function to kill session by id

### topos

Expand All @@ -62,6 +115,8 @@ source code repository.*

## New in Core

- new log macros allowing to use local log levels per module

### Command line arguments

### Interpreter
Expand All @@ -84,6 +139,8 @@ source code repository.*

### kamctl

- added support for deleting a gateway or full setid in dispatcher

### kamdbctl

### kamcli
Expand Down

0 comments on commit 80ed47d

Please sign in to comment.