]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 13.33.0
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Apr 2020 16:01:09 +0000 (11:01 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Apr 2020 16:01:09 +0000 (11:01 -0500)
CHANGES
doc/CHANGES-staging/func_volume.txt [deleted file]
doc/CHANGES-staging/res_rtp_asterisk_cli.txt [deleted file]
doc/CHANGES-staging/res_rtp_asterisk_show_settings_cli.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 430818fd851545d8562bbe5789bb916906f763e5..3b4857b83598f2c0ee3d3945b6991c5824e482ac 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- 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 (file)
index e73295b..0000000
+++ /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 (file)
index 7b5516d..0000000
+++ /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 (file)
index 4f636bb..0000000
+++ /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.