]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 16.6.0-rc2
authorAsterisk Development Team <asteriskteam@digium.com>
Wed, 25 Sep 2019 17:53:26 +0000 (12:53 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 25 Sep 2019 17:53:26 +0000 (12:53 -0500)
CHANGES
doc/CHANGES-staging/func_jitterbuffer_video.txt [deleted file]
doc/CHANGES-staging/h265-passthrough.txt [deleted file]
doc/CHANGES-staging/taskprocessor-reset-stats.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 0b65a5b92f046e33be13da7937d8e8674217d730..d6548e638f923aa9a0a3ffc6357e30df616a1f6f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 16.0 to Asterisk 16.6.0-rc2 ----------
+------------------------------------------------------------------------------
+
+Core
+------------------
+ * H.265/HEVC is now a supported video codec and it can be used by
+   specifying "h265" in the allow line.
+   Please note however, that handling of the additional SDP parameters
+   described in RFC 7798 section 7.2 is not yet supported.
+
+func_jitterbuffer
+------------------
+ * The JITTERBUFFER dialplan function now has an option to enable video synchronization
+   support. When enabled and used with a compatible channel driver (chan_sip, chan_pjsip)
+   the video is buffered according to the size of the audio jitterbuffer and is
+   synchronized to the audio.
+
+taskprocessor.c
+------------------
+ * Added two new CLI commands to reset stats for taskprocessors. You can
+   reset stats for a single, specific taskprocessor ('core reset
+   taskprocessor <taskprocessor>'), or you can reset all taskprocessors
+   ('core reset taskprocessors'). These commands will reset the counter for
+   the number of tasks processed as well as the max queue size.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 16.5.0 to Asterisk 16.6.0 ------------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/func_jitterbuffer_video.txt b/doc/CHANGES-staging/func_jitterbuffer_video.txt
deleted file mode 100644 (file)
index 02f9b0b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: func_jitterbuffer
-
-The JITTERBUFFER dialplan function now has an option to enable video synchronization
-support. When enabled and used with a compatible channel driver (chan_sip, chan_pjsip)
-the video is buffered according to the size of the audio jitterbuffer and is
-synchronized to the audio.
diff --git a/doc/CHANGES-staging/h265-passthrough.txt b/doc/CHANGES-staging/h265-passthrough.txt
deleted file mode 100644 (file)
index b2c449a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: Core
-
-H.265/HEVC is now a supported video codec and it can be used by
-specifying "h265" in the allow line.
-Please note however, that handling of the additional SDP parameters
-described in RFC 7798 section 7.2 is not yet supported.
diff --git a/doc/CHANGES-staging/taskprocessor-reset-stats.txt b/doc/CHANGES-staging/taskprocessor-reset-stats.txt
deleted file mode 100644 (file)
index b5ebb86..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: taskprocessor.c
-
-Added two new CLI commands to reset stats for taskprocessors. You can
-reset stats for a single, specific taskprocessor ('core reset
-taskprocessor <taskprocessor>'), or you can reset all taskprocessors
-('core reset taskprocessors'). These commands will reset the counter for
-the number of tasks processed as well as the max queue size.