Update CHANGES and UPGRADE.txt for 13.33.0

This commit is contained in:
Asterisk Development Team
2020-04-23 11:01:09 -05:00
parent f2d9d31ef5
commit 074d766fb3
4 changed files with 33 additions and 28 deletions

33
CHANGES
View File

@@ -12,6 +12,39 @@
===
==============================================================================
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.32.0 to Asterisk 13.33.0 ----------
------------------------------------------------------------------------------
func_volume
------------------
* Accept decimal number as argument.
res_rtp_asterisk
------------------
* This change include a new cli command 'rtp show settings'
The command display by general settings of rtp configuration. For this
point is added the fields: rtpstart, rtpend, dtmftimeout, rtpchecksum,
strictrtp, learning_min_sequential and icesupport.
* The blacklist mechanism in res_rtp_asterisk for ICE and STUN was converted to
an ACL mechanism.
As such six now options are now available:
ice_deny
ice_permit
ice_acl
stun_deny
stun_permit
stun_acl
These options have their obvious meanings as used elsewhere.
Backwards compatibility was maintained by adding {stun,ice}_blacklist as
aliases for {stun,ice}_deny.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.31.0 to Asterisk 13.32.0 ----------
------------------------------------------------------------------------------

View File

@@ -1,3 +0,0 @@
Subject: func_volume
Accept decimal number as argument.

View File

@@ -1,18 +0,0 @@
Subject: res_rtp_asterisk
The blacklist mechanism in res_rtp_asterisk for ICE and STUN was converted to
an ACL mechanism.
As such six now options are now available:
ice_deny
ice_permit
ice_acl
stun_deny
stun_permit
stun_acl
These options have their obvious meanings as used elsewhere.
Backwards compatibility was maintained by adding {stun,ice}_blacklist as
aliases for {stun,ice}_deny.

View File

@@ -1,7 +0,0 @@
Subject: res_rtp_asterisk
This change include a new cli command 'rtp show settings'
The command display by general settings of rtp configuration. For this
point is added the fields: rtpstart, rtpend, dtmftimeout, rtpchecksum,
strictrtp, learning_min_sequential and icesupport.