From: Asterisk Development Team Date: Thu, 23 Apr 2020 16:01:09 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 13.33.0 X-Git-Tag: 13.33.0-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=074d766fb3862aa0c39cf0adba7b1b7a8452464d;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 13.33.0 --- diff --git a/CHANGES b/CHANGES index 430818fd85..3b4857b835 100644 --- a/CHANGES +++ b/CHANGES @@ -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 ---------- ------------------------------------------------------------------------------ diff --git a/doc/CHANGES-staging/func_volume.txt b/doc/CHANGES-staging/func_volume.txt deleted file mode 100644 index e73295b99a..0000000000 --- a/doc/CHANGES-staging/func_volume.txt +++ /dev/null @@ -1,3 +0,0 @@ -Subject: func_volume - -Accept decimal number as argument. diff --git a/doc/CHANGES-staging/res_rtp_asterisk_cli.txt b/doc/CHANGES-staging/res_rtp_asterisk_cli.txt deleted file mode 100644 index 7b5516d06c..0000000000 --- a/doc/CHANGES-staging/res_rtp_asterisk_cli.txt +++ /dev/null @@ -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. diff --git a/doc/CHANGES-staging/res_rtp_asterisk_show_settings_cli.txt b/doc/CHANGES-staging/res_rtp_asterisk_show_settings_cli.txt deleted file mode 100644 index 4f636bbe42..0000000000 --- a/doc/CHANGES-staging/res_rtp_asterisk_show_settings_cli.txt +++ /dev/null @@ -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.