-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,23 +15,28 @@ source code repository.* | |
|
||
### ims_qos_npn | ||
|
||
* https://www.kamailio.org/docs/modules/devel/modules/ims_qos_npn.html | ||
* enhanced version of IMS QoS implementatio | ||
Check failure on line 18 in docs/features/new-in-6.0.x.md
|
||
* [https://www.kamailio.org/docs/modules/devel/modules/ims_qos_npn.html](https://www.kamailio.org/docs/modules/devel/modules/ims_qos_npn.html) | ||
Check failure on line 19 in docs/features/new-in-6.0.x.md
|
||
|
||
### nghttp2 | ||
|
||
* https://www.kamailio.org/docs/modules/devel/modules/nghttp2.html | ||
* HTTP2 server module implementation | ||
Check failure on line 23 in docs/features/new-in-6.0.x.md
|
||
* [https://www.kamailio.org/docs/modules/devel/modules/nghttp2.html](https://www.kamailio.org/docs/modules/devel/modules/nghttp2.html) | ||
Check failure on line 24 in docs/features/new-in-6.0.x.md
|
||
|
||
### presence_dfks | ||
|
||
* https://www.kamailio.org/docs/modules/devel/modules/presence_dfks.html | ||
* presence support for Device FeatureKey Synchronization | ||
Check failure on line 28 in docs/features/new-in-6.0.x.md
|
||
* [https://www.kamailio.org/docs/modules/devel/modules/presence_dfks.html](https://www.kamailio.org/docs/modules/devel/modules/presence_dfks.html) | ||
Check failure on line 29 in docs/features/new-in-6.0.x.md
|
||
|
||
### pvtpl | ||
|
||
* https://www.kamailio.org/docs/modules/devel/modules/pvtpl.html | ||
* evaluation of template files with config variables | ||
Check failure on line 33 in docs/features/new-in-6.0.x.md
|
||
* [https://www.kamailio.org/docs/modules/devel/modules/pvtpl.html](https://www.kamailio.org/docs/modules/devel/modules/pvtpl.html) | ||
Check failure on line 34 in docs/features/new-in-6.0.x.md
|
||
|
||
### topos_htable | ||
|
||
* https://www.kamailio.org/docs/modules/devel/modules/topos_htable.html | ||
* htable storage for topology stripping (topos) module | ||
Check failure on line 38 in docs/features/new-in-6.0.x.md
|
||
* [https://www.kamailio.org/docs/modules/devel/modules/topos_htable.html](https://www.kamailio.org/docs/modules/devel/modules/topos_htable.html)ß | ||
Check failure on line 39 in docs/features/new-in-6.0.x.md
|
||
|
||
## New In Existing Modules | ||
|
||
|
@@ -63,7 +68,6 @@ source code repository.* | |
### corex | ||
|
||
- added dns_file modparam | ||
- algorithm DS_ALG_OVERLOAD set to 64 to be able to used as a flag | ||
- functions to manage iflags can get 0..63 parameter value | ||
- new function forward_uac() | ||
- added forward_uac_uri(vuri) function | ||
|
@@ -82,6 +86,7 @@ source code repository.* | |
|
||
### dispatcher | ||
|
||
- algorithm DS_ALG_OVERLOAD set to 64 to be able to used as a flag | ||
- 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 | ||
|
@@ -185,19 +190,19 @@ source code repository.* | |
|
||
### pv | ||
|
||
- $K(IP4) and $K(IP6) - support SDP style for address family | ||
- transformation to escape/unescape cr lf | ||
- added $sdp(m0:raw) - get all lines of the first m= stream | ||
- aliased $sdp(raw) to $sdp(body) | ||
- added $sdp(m0:b:AS), $sdp(m0:b:RR) and $sdp(m0:b:RS) | ||
- added $ctu - return contact header uri | ||
- added $cts - contact header star status | ||
- new transformation {s.rmhdws} | ||
- new transformation {s.rmhlws} | ||
- support all spaces separator for {s.select} | ||
- added xavp_xparams_explode(params, sep, xname) | ||
- `$K(IP4)` and `$K(IP6)` - support SDP style for address family | ||
- transformation to escape/unescape `cr` `lf` | ||
- added `$sdp(m0:raw)` - get all lines of the first m= stream | ||
- aliased `$sdp(raw)` to `$sdp(body)` | ||
- added `$sdp(m0:b:AS)`, `$sdp(m0:b:RR)` and `$sdp(m0:b:RS)` | ||
- added `$ctu` - return contact header uri | ||
- added `$cts` - contact header star status | ||
- new transformation `{s.rmhdws}` | ||
- new transformation `{s.rmhlws}` | ||
- support all spaces separator for `{s.select}` | ||
- added `xavp_xparams_explode(params, sep, xname)` | ||
- new variables for common escaped characters | ||
- several new $E... variables for punctuation signs | ||
- several new `$E...` variables for punctuation signs | ||
|
||
### rabbitmq | ||
|
||
|