<p>Christian Savinovich has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/12976">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Revert "Update CHANGES and UPGRADE.txt for 16.6.0-rc2"<br><br>This reverts commit a0844a9b9bbe313c524bca82550e7ec1ed2fe928.<br><br>Correcting/reverting accidental<br>upgrade on release process.<br><br>Change-Id: I08746eda578effa6e64054690fad48a17d2f42e7<br>---<br>M CHANGES<br>A doc/CHANGES-staging/func_jitterbuffer_video.txt<br>A doc/CHANGES-staging/h265-passthrough.txt<br>A doc/CHANGES-staging/taskprocessor-reset-stats.txt<br>4 files changed, 19 insertions(+), 26 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/76/12976/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CHANGES b/CHANGES</span><br><span>index d6548e6..0b65a5b 100644</span><br><span>--- a/CHANGES</span><br><span>+++ b/CHANGES</span><br><span>@@ -13,32 +13,6 @@</span><br><span> ==============================================================================</span><br><span> </span><br><span> ------------------------------------------------------------------------------</span><br><span>---- Functionality changes from Asterisk 16.0 to Asterisk 16.6.0-rc2 ----------</span><br><span>-------------------------------------------------------------------------------</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-Core</span><br><span>-------------------</span><br><span style="color: hsl(0, 100%, 40%);">- * H.265/HEVC is now a supported video codec and it can be used by</span><br><span style="color: hsl(0, 100%, 40%);">-   specifying "h265" in the allow line.</span><br><span style="color: hsl(0, 100%, 40%);">-   Please note however, that handling of the additional SDP parameters</span><br><span style="color: hsl(0, 100%, 40%);">-   described in RFC 7798 section 7.2 is not yet supported.</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-func_jitterbuffer</span><br><span>-------------------</span><br><span style="color: hsl(0, 100%, 40%);">- * The JITTERBUFFER dialplan function now has an option to enable video synchronization</span><br><span style="color: hsl(0, 100%, 40%);">-   support. When enabled and used with a compatible channel driver (chan_sip, chan_pjsip)</span><br><span style="color: hsl(0, 100%, 40%);">-   the video is buffered according to the size of the audio jitterbuffer and is</span><br><span style="color: hsl(0, 100%, 40%);">-   synchronized to the audio.</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-taskprocessor.c</span><br><span>-------------------</span><br><span style="color: hsl(0, 100%, 40%);">- * Added two new CLI commands to reset stats for taskprocessors. You can</span><br><span style="color: hsl(0, 100%, 40%);">-   reset stats for a single, specific taskprocessor ('core reset</span><br><span style="color: hsl(0, 100%, 40%);">-   taskprocessor <taskprocessor>'), or you can reset all taskprocessors</span><br><span style="color: hsl(0, 100%, 40%);">-   ('core reset taskprocessors'). These commands will reset the counter for</span><br><span style="color: hsl(0, 100%, 40%);">-   the number of tasks processed as well as the max queue size.</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span>-------------------------------------------------------------------------------</span><br><span> --- Functionality changes from Asterisk 16.5.0 to Asterisk 16.6.0 ------------</span><br><span> ------------------------------------------------------------------------------</span><br><span> </span><br><span>diff --git a/doc/CHANGES-staging/func_jitterbuffer_video.txt b/doc/CHANGES-staging/func_jitterbuffer_video.txt</span><br><span>new file mode 100644</span><br><span>index 0000000..02f9b0b</span><br><span>--- /dev/null</span><br><span>+++ b/doc/CHANGES-staging/func_jitterbuffer_video.txt</span><br><span>@@ -0,0 +1,6 @@</span><br><span style="color: hsl(120, 100%, 40%);">+Subject: func_jitterbuffer</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+The JITTERBUFFER dialplan function now has an option to enable video synchronization</span><br><span style="color: hsl(120, 100%, 40%);">+support. When enabled and used with a compatible channel driver (chan_sip, chan_pjsip)</span><br><span style="color: hsl(120, 100%, 40%);">+the video is buffered according to the size of the audio jitterbuffer and is</span><br><span style="color: hsl(120, 100%, 40%);">+synchronized to the audio.</span><br><span>diff --git a/doc/CHANGES-staging/h265-passthrough.txt b/doc/CHANGES-staging/h265-passthrough.txt</span><br><span>new file mode 100644</span><br><span>index 0000000..b2c449a</span><br><span>--- /dev/null</span><br><span>+++ b/doc/CHANGES-staging/h265-passthrough.txt</span><br><span>@@ -0,0 +1,6 @@</span><br><span style="color: hsl(120, 100%, 40%);">+Subject: Core</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+H.265/HEVC is now a supported video codec and it can be used by</span><br><span style="color: hsl(120, 100%, 40%);">+specifying "h265" in the allow line.</span><br><span style="color: hsl(120, 100%, 40%);">+Please note however, that handling of the additional SDP parameters</span><br><span style="color: hsl(120, 100%, 40%);">+described in RFC 7798 section 7.2 is not yet supported.</span><br><span>diff --git a/doc/CHANGES-staging/taskprocessor-reset-stats.txt b/doc/CHANGES-staging/taskprocessor-reset-stats.txt</span><br><span>new file mode 100644</span><br><span>index 0000000..b5ebb86</span><br><span>--- /dev/null</span><br><span>+++ b/doc/CHANGES-staging/taskprocessor-reset-stats.txt</span><br><span>@@ -0,0 +1,7 @@</span><br><span style="color: hsl(120, 100%, 40%);">+Subject: taskprocessor.c</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+Added two new CLI commands to reset stats for taskprocessors. You can</span><br><span style="color: hsl(120, 100%, 40%);">+reset stats for a single, specific taskprocessor ('core reset</span><br><span style="color: hsl(120, 100%, 40%);">+taskprocessor <taskprocessor>'), or you can reset all taskprocessors</span><br><span style="color: hsl(120, 100%, 40%);">+('core reset taskprocessors'). These commands will reset the counter for</span><br><span style="color: hsl(120, 100%, 40%);">+the number of tasks processed as well as the max queue size.</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/12976">change 12976</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/12976"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: I08746eda578effa6e64054690fad48a17d2f42e7 </div>
<div style="display:none"> Gerrit-Change-Number: 12976 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Christian Savinovich <csavinovich@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>