]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update for certified/16.8-cert3 certified/16.8-cert3
authorAsterisk Development Team <asteriskteam@digium.com>
Fri, 19 Jun 2020 17:47:29 +0000 (12:47 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 19 Jun 2020 17:47:29 +0000 (12:47 -0500)
.version
ChangeLog
asterisk-certified-16.8-cert2-summary.html [deleted file]
asterisk-certified-16.8-cert3-summary.html [new file with mode: 0644]
asterisk-certified-16.8-cert3-summary.txt [moved from asterisk-certified-16.8-cert2-summary.txt with 51% similarity]

index 344bf7c5458701011f15c97e0e79b66401709c3e..abf41d8eebaf80de81799c3302a762b956afa5f0 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-certified/16.8-cert2
\ No newline at end of file
+certified/16.8-cert3
\ No newline at end of file
index 6161909e0f466077f72dab24882d205785d8e5d1..a026c4a6d750c88f94927569522f26cda78f065c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+2020-06-19 17:47 +0000  Asterisk Development Team <asteriskteam@digium.com>
+
+       * asterisk certified/16.8-cert3 Released.
+
+2020-06-19 12:04 +0000 [ec8b3850d2]  Kevin Harwell <kharwell@digium.com>
+
+       * Revert "core_unreal / core_local: Add multistream and re-negotiation."
+
+         This reverts commit 2b5b9cd8e0b76f303d567187c4553a2a7edbc1ae.
+
+         Reason for revert: <INSERT REASONING HERE>
+
+         Change-Id: I37c31857c5f16715a2debb99e1d68a0202fd1186
+
+2020-06-17 03:58 +0000 [6777ec0340]  Joshua C. Colp <jcolp@sangoma.com>
+
+       * res_pjsip_session: Preserve label on incoming re-INVITE.
+
+         When a re-INVITE is received we create a new set of
+         streams that are then swapped in as the active streams.
+         We did not preserve the SDP label from the previous
+         streams, resulting in the label getting lost.
+
+         This change ensures that if an SDP label is present
+         on the previous stream then it is set on the new stream.
+
+         ASTERISK-28953
+
+         Change-Id: I9dd63b88b562fe96ce5c791a3dae5bcaca258445
+
+2020-06-03 11:47 +0000 [2b5b9cd8e0]  Joshua C. Colp <jcolp@sangoma.com>
+
+       * core_unreal / core_local: Add multistream and re-negotiation.
+
+         When requesting a Local channel the requested stream topology
+         or a converted stream topology will now be placed onto the
+         resulting channels.
+
+         Frames written in on streams will now also preserve the stream
+         identifier as they are queued on the opposite channel.
+
+         Finally when a stream topology change is requested it is
+         immediately accepted and reflected on both channels. Each
+         channel also receives a queued frame to indicate that the
+         topology has changed.
+
+         ASTERISK-28938
+
+         Change-Id: I4e9d94da5230d4bd046dc755651493fce1d87186
+
+2020-06-08 06:27 +0000 [744bfb049c]  Joshua C. Colp <jcolp@sangoma.com>
+
+       * res_rtp_asterisk: Don't assume setting retrans props means to enable.
+
+         The "value" passed in when setting an RTP property determines
+         whether it should be enabled or disabled. The RTP send and
+         receive retrans props did not examine this to know if the
+         buffers should be enabled. They assumed they always should be.
+
+         This change makes it so that the "value" passed in is
+         respected.
+
+         ASTERISK-28939
+
+         Change-Id: I9244cdbdc5fd065c7f6b02cbfa572bc55c7123dc
+
+2020-06-10 12:11 +0000 [53a3be1891]  Joshua C. Colp <jcolp@sangoma.com>
+
+       * bridge_softmix: Add additional old states for adding new source.
+
+         There are three states that an old stream can be in to allow
+         becoming a source stream in a new stream:
+
+         1. Removed
+         2. Inactive
+         3. Sendonly
+
+         This change adds the two missing ones, inactive and sendonly,
+         so if a stream transitions from those to a state where they are
+         providing video to Asterisk we properly re-negotiate the other
+         participants.
+
+         ASTERISK-28944
+
+         Change-Id: Id8256b9b254b403411586284bbaedbf50452de01
+
+2020-06-07 19:02 +0000 [0fe63c2f87]  George Joseph <gjoseph@digium.com>
+
+       * app_confbridge: Plug ref leak of bridge channel with send_events
+
+         When send_events is enabled for a user, we were leaking a reference
+         to the bridge channel in confbridge_manager.c:send_message().  This
+         also caused the bridge snapshot to not be destroyed.
+
+         Change-Id: I87a7ae9175e3cd29f6d6a8750e0ec5427bd98e97
+
+2020-06-03 12:06 +0000 [10dad4ea3a]  Kevin Harwell <kharwell@digium.com>
+
+       * Compiler fixes for gcc 10
+
+         This patch fixes a few compile warnings/errors that now occur when using gcc
+         10+.
+
+         Also, the Makefile.rules check to turn off partial inlining in gcc versions
+         greater or equal to 8.2.1 had a bug where it only it only checked against
+         versions with at least 3 numbers (ex: 8.2.1 vs 10). This patch now ensures
+         any version above the specified version is correctly compared.
+
+         Change-Id: I54718496eb0c3ce5bd6d427cd279a29e8d2825f9
+
 2020-04-30 18:43 +0000  Asterisk Development Team <asteriskteam@digium.com>
 
        * asterisk certified/16.8-cert2 Released.
diff --git a/asterisk-certified-16.8-cert2-summary.html b/asterisk-certified-16.8-cert2-summary.html
deleted file mode 100644 (file)
index 5cb2717..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><title>Release Summary - asterisk-certified/16.8-cert2</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/16.8-cert2</h3><h3 align="center">Date: 2020-04-30</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</h3><hr><h2 align="center">Table of Contents</h2><ol>
-<li><a href="#summary">Summary</a></li>
-<li><a href="#contributors">Contributors</a></li>
-<li><a href="#closed_issues">Closed Issues</a></li>
-<li><a href="#commits">Other Changes</a></li>
-<li><a href="#diffstat">Diffstat</a></li>
-</ol><hr><a name="summary"><h2 align="center">Summary</h2></a><center><a href="#top">[Back to Top]</a></center><p>This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.</p><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/16.8-cert1.</p><hr><a name="contributors"><h2 align="center">Contributors</h2></a><center><a href="#top">[Back to Top]</a></center><p>This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release.</p><table width="100%" border="0">
-<tr><th width="33%">Coders</th><th width="33%">Testers</th><th width="33%">Reporters</th></tr>
-<tr valign="top"><td width="33%">2 Joshua Colp <jcolp@sangoma.com><br/>2 Joshua C. Colp <jcolp@sangoma.com><br/>1 George Joseph <gjoseph@digium.com><br/>1 Alexander Traud <pabstraud@compuserve.com><br/></td><td width="33%"><td width="33%">1 Joshua C. Colp <jcolp@digium.com><br/>1 Joeran Vinzens <vinzens@sipgate.de><br/>1 Alexander Traud <pabstraud@compuserve.com><br/>1 Alexey Vasilyev <alexei.vasilyev@gmail.com><br/></td></tr>
-</table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>Bug</h3><h4>Category: Core/BuildSystem</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28824">ASTERISK-28824</a>: BuildSystem: Search for Python/C API when possibly needed only.<br/>Reported by: Alexander Traud<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=eeab038b015488b97e0763b771f3d6598d09df90">[eeab038b01]</a> Alexander Traud -- BuildSystem: Search for Python/C API when possibly needed only.</li>
-</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-27717">ASTERISK-27717</a>: [patch] BuildSystem: In NetBSD, the Python Programming Language is python-2.7.<br/>Reported by: Alexander Traud<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=eeab038b015488b97e0763b771f3d6598d09df90">[eeab038b01]</a> Alexander Traud -- BuildSystem: Search for Python/C API when possibly needed only.</li>
-</ul><br><h4>Category: Core/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28839">ASTERISK-28839</a>: Sporadic crashes with Segmentation fault<br/>Reported by: Joeran Vinzens<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=02188feb32b76efe4c99010fbd931fa556337f2d">[02188feb32]</a> Joshua C. Colp -- fax: Fix crashes in PJSIP re-negotiation scenarios.</li>
-</ul><br><h4>Category: Tests/testsuite</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-27717">ASTERISK-27717</a>: [patch] BuildSystem: In NetBSD, the Python Programming Language is python-2.7.<br/>Reported by: Alexander Traud<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=eeab038b015488b97e0763b771f3d6598d09df90">[eeab038b01]</a> Alexander Traud -- BuildSystem: Search for Python/C API when possibly needed only.</li>
-</ul><br><h4>Category: pjproject/pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28811">ASTERISK-28811</a>: Crash occurs when fax session switches from T.38 to audio<br/>Reported by: Alexey Vasilyev<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=02188feb32b76efe4c99010fbd931fa556337f2d">[02188feb32]</a> Joshua C. Colp -- fax: Fix crashes in PJSIP re-negotiation scenarios.</li>
-</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28859">ASTERISK-28859</a>: pjsip: Increase maximum candidate count<br/>Reported by: Joshua C. Colp<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=05671db0c33e58edc28edc9499898c595a3c6c66">[05671db0c3]</a> Joshua C. Colp -- pjsip: Increase maximum ICE candidate count.</li>
-</ul><br><hr><a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all changes that went into this release that did not reference a JIRA issue.</p><table width="100%" border="1">
-<tr><th>Revision</th><th>Author</th><th>Summary</th></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d3fae6d7a17572e8c8a6f78719fa006279155417">d3fae6d7a1</a></td><td>George Joseph</td><td>app_voicemail: Add workaround for a gcc 10 issue with -Wrestrict</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=40d379f59e12768e211622a9f322e3ebc1c2c336">40d379f59e</a></td><td>Joshua Colp</td><td>Revert "Revert "res_rtp_asterisk: Free payload when error on insertion to data buffer""</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=491f0bae7d50f536291ead070ffd24161b9497de">491f0bae7d</a></td><td>Joshua Colp</td><td>Revert "Revert "res_rtp_asterisk: Resolve loop when receive buffer is flushed""</td></tr>
-</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p><pre>apps/app_voicemail.c           |   13 +-
-configure                      |  198 ++++++++++++++++++++++++++++++++++++++++-
-configure.ac                   |   23 +++-
-contrib/scripts/install_prereq |   18 +--
-main/data_buffer.c             |    2
-res/res_pjsip_session.c        |   14 ++
-6 files changed, 242 insertions(+), 26 deletions(-)</pre><br></html>
\ No newline at end of file
diff --git a/asterisk-certified-16.8-cert3-summary.html b/asterisk-certified-16.8-cert3-summary.html
new file mode 100644 (file)
index 0000000..aaec4d4
--- /dev/null
@@ -0,0 +1,48 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><title>Release Summary - asterisk-certified/16.8-cert3</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/16.8-cert3</h3><h3 align="center">Date: 2020-06-19</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</h3><hr><h2 align="center">Table of Contents</h2><ol>
+<li><a href="#summary">Summary</a></li>
+<li><a href="#contributors">Contributors</a></li>
+<li><a href="#closed_issues">Closed Issues</a></li>
+<li><a href="#commits">Other Changes</a></li>
+<li><a href="#diffstat">Diffstat</a></li>
+</ol><hr><a name="summary"><h2 align="center">Summary</h2></a><center><a href="#top">[Back to Top]</a></center><p>This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.</p><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/16.8-cert2.</p><hr><a name="contributors"><h2 align="center">Contributors</h2></a><center><a href="#top">[Back to Top]</a></center><p>This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release.</p><table width="100%" border="0">
+<tr><th width="33%">Coders</th><th width="33%">Testers</th><th width="33%">Reporters</th></tr>
+<tr valign="top"><td width="33%">4 Joshua C. Colp <jcolp@sangoma.com><br/>2 Kevin Harwell <kharwell@digium.com><br/>1 George Joseph <gjoseph@digium.com><br/></td><td width="33%"><td width="33%">4 Joshua C. Colp <jcolp@digium.com><br/></td></tr>
+</table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>Bug</h3><h4>Category: Bridges/bridge_softmix</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28944">ASTERISK-28944</a>: bridge_softmix: Transitioning a stream from inactive -> sendrecv/sendonly doesn't re-negotiation<br/>Reported by: Joshua C. Colp<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=53a3be18911bfec6906d500d614a75c0605428cd">[53a3be1891]</a> Joshua C. Colp -- bridge_softmix: Add additional old states for adding new source.</li>
+</ul><br><h4>Category: Channels/chan_local</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28938">ASTERISK-28938</a>: core_unreal / core_local: Add support for multistream and re-negotiation<br/>Reported by: Joshua C. Colp<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=2b5b9cd8e0b76f303d567187c4553a2a7edbc1ae">[2b5b9cd8e0]</a> Joshua C. Colp -- core_unreal / core_local: Add multistream and re-negotiation.</li>
+</ul><br><h4>Category: Resources/res_pjsip_session</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28953">ASTERISK-28953</a>: res_pjsip_session: Preserve stream label<br/>Reported by: Joshua C. Colp<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6777ec03406e8b10c5bb8bce5bbb47a7f7f1bdbb">[6777ec0340]</a> Joshua C. Colp -- res_pjsip_session: Preserve label on incoming re-INVITE.</li>
+</ul><br><h4>Category: Resources/res_rtp_asterisk</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28939">ASTERISK-28939</a>: res_rtp_asterisk: Don't have send/receive buffers on non-WebRTC<br/>Reported by: Joshua C. Colp<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=744bfb049ca69e8cb95eaa6a323366881e381313">[744bfb049c]</a> Joshua C. Colp -- res_rtp_asterisk: Don't assume setting retrans props means to enable.</li>
+</ul><br><hr><a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all changes that went into this release that did not reference a JIRA issue.</p><table width="100%" border="1">
+<tr><th>Revision</th><th>Author</th><th>Summary</th></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ec8b3850d21d63c627e8f9d97c34b780c13d941a">ec8b3850d2</a></td><td>Kevin Harwell</td><td>Revert "core_unreal / core_local: Add multistream and re-negotiation."</td></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=0fe63c2f87b6fbd85838000d4927c9c4688560a2">0fe63c2f87</a></td><td>George Joseph</td><td>app_confbridge: Plug ref leak of bridge channel with send_events</td></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=10dad4ea3aaca419252b9bcc26489db3ef65ce6d">10dad4ea3a</a></td><td>Kevin Harwell</td><td>Compiler fixes for gcc 10</td></tr>
+</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p><pre>Makefile.rules                        |   19 ++++++++++---------
+addons/ooh323c/src/decode.c           |   10 +++++++---
+addons/ooh323c/src/ooSocket.c         |    2 +-
+addons/ooh323c/src/oochannels.c       |    2 +-
+apps/app_stack.c                      |   11 ++++++-----
+apps/app_voicemail.c                  |   28 ++++++++++++++++------------
+apps/confbridge/confbridge_manager.c  |    2 +-
+bridges/bridge_softmix.c              |    3 ++-
+include/asterisk/app.h                |    7 +++++--
+main/dns_srv.c                        |    6 ++++--
+main/http.c                           |    6 ++++--
+main/message.c                        |    2 +-
+main/pbx.c                            |    7 +++++--
+main/pbx_variables.c                  |    8 ++------
+main/stasis.c                         |   12 ++++++++----
+pbx/pbx_dundi.c                       |   15 +++++++--------
+res/parking/parking_bridge_features.c |   11 +++++++----
+res/res_pjsip_registrar.c             |   13 ++++++++-----
+res/res_pjsip_session.c               |   16 ++++++++++++++++
+res/res_rtp_asterisk.c                |   25 ++++++++++++++++++++++---
+tests/test_locale.c                   |   12 ++++++++----
+utils/astman.c                        |    2 +-
+utils/db1-ast/hash/ndbm.c             |    3 +--
+utils/extconf.c                       |   10 ++++++----
+utils/muted.c                         |    2 +-
+25 files changed, 150 insertions(+), 84 deletions(-)</pre><br></html>
\ No newline at end of file
similarity index 51%
rename from asterisk-certified-16.8-cert2-summary.txt
rename to asterisk-certified-16.8-cert3-summary.txt
index 3f83198a0c4a7ee9f36143aed6937a2e51a9c4e6..47bfcf88bd3f4f4c7a5b9042173befeccff62e89 100644 (file)
@@ -1,8 +1,8 @@
                                 Release Summary
 
-                         asterisk-certified/16.8-cert2
+                         asterisk-certified/16.8-cert3
 
-                                Date: 2020-04-30
+                                Date: 2020-06-19
 
                            <asteriskteam@digium.com>
 
@@ -32,7 +32,7 @@
    to this release series.
 
    The data in this summary reflects changes that have been made since the
-   previous release, asterisk-certified/16.8-cert1.
+   previous release, asterisk-certified/16.8-cert2.
 
      ----------------------------------------------------------------------
 
    this release.
 
    Coders                   Testers                  Reporters                
-   2 Joshua Colp                                     1 Joshua C. Colp         
-   2 Joshua C. Colp                                  1 Joeran Vinzens         
-   1 George Joseph                                   1 Alexander Traud        
-   1 Alexander Traud                                 1 Alexey Vasilyev        
+   4 Joshua C. Colp                                  4 Joshua C. Colp         
+   2 Kevin Harwell          
+   1 George Joseph          
 
      ----------------------------------------------------------------------
 
 
   Bug
 
-    Category: Core/BuildSystem
-
-   ASTERISK-28824: BuildSystem: Search for Python/C API when possibly needed
-   only.
-   Reported by: Alexander Traud
-     * [eeab038b01] Alexander Traud -- BuildSystem: Search for Python/C API
-       when possibly needed only.
-   ASTERISK-27717: [patch] BuildSystem: In NetBSD, the Python Programming
-   Language is python-2.7.
-   Reported by: Alexander Traud
-     * [eeab038b01] Alexander Traud -- BuildSystem: Search for Python/C API
-       when possibly needed only.
-
-    Category: Core/General
-
-   ASTERISK-28839: Sporadic crashes with Segmentation fault
-   Reported by: Joeran Vinzens
-     * [02188feb32] Joshua C. Colp -- fax: Fix crashes in PJSIP
-       re-negotiation scenarios.
-
-    Category: Tests/testsuite
-
-   ASTERISK-27717: [patch] BuildSystem: In NetBSD, the Python Programming
-   Language is python-2.7.
-   Reported by: Alexander Traud
-     * [eeab038b01] Alexander Traud -- BuildSystem: Search for Python/C API
-       when possibly needed only.
-
-    Category: pjproject/pjsip
-
-   ASTERISK-28811: Crash occurs when fax session switches from T.38 to audio
-   Reported by: Alexey Vasilyev
-     * [02188feb32] Joshua C. Colp -- fax: Fix crashes in PJSIP
-       re-negotiation scenarios.
-   ASTERISK-28859: pjsip: Increase maximum candidate count
+    Category: Bridges/bridge_softmix
+
+   ASTERISK-28944: bridge_softmix: Transitioning a stream from inactive ->
+   sendrecv/sendonly doesn't re-negotiation
+   Reported by: Joshua C. Colp
+     * [53a3be1891] Joshua C. Colp -- bridge_softmix: Add additional old
+       states for adding new source.
+
+    Category: Channels/chan_local
+
+   ASTERISK-28938: core_unreal / core_local: Add support for multistream and
+   re-negotiation
+   Reported by: Joshua C. Colp
+     * [2b5b9cd8e0] Joshua C. Colp -- core_unreal / core_local: Add
+       multistream and re-negotiation.
+
+    Category: Resources/res_pjsip_session
+
+   ASTERISK-28953: res_pjsip_session: Preserve stream label
+   Reported by: Joshua C. Colp
+     * [6777ec0340] Joshua C. Colp -- res_pjsip_session: Preserve label on
+       incoming re-INVITE.
+
+    Category: Resources/res_rtp_asterisk
+
+   ASTERISK-28939: res_rtp_asterisk: Don't have send/receive buffers on
+   non-WebRTC
    Reported by: Joshua C. Colp
-     * [05671db0c3] Joshua C. Colp -- pjsip: Increase maximum ICE candidate
-       count.
+     * [744bfb049c] Joshua C. Colp -- res_rtp_asterisk: Don't assume setting
+       retrans props means to enable.
 
      ----------------------------------------------------------------------
 
    +------------------------------------------------------------------------+
    | Revision   | Author        | Summary                                   |
    |------------+---------------+-------------------------------------------|
-   | d3fae6d7a1 | George Joseph | app_voicemail: Add workaround for a gcc   |
-   |            |               | 10 issue with -Wrestrict                  |
+   | ec8b3850d2 | Kevin Harwell | Revert "core_unreal / core_local: Add     |
+   |            |               | multistream and re-negotiation."          |
    |------------+---------------+-------------------------------------------|
-   |            |               | Revert "Revert "res_rtp_asterisk: Free    |
-   | 40d379f59e | Joshua Colp   | payload when error on insertion to data   |
-   |            |               | buffer""                                  |
+   | 0fe63c2f87 | George Joseph | app_confbridge: Plug ref leak of bridge   |
+   |            |               | channel with send_events                  |
    |------------+---------------+-------------------------------------------|
-   | 491f0bae7d | Joshua Colp   | Revert "Revert "res_rtp_asterisk: Resolve |
-   |            |               | loop when receive buffer is flushed""     |
+   | 10dad4ea3a | Kevin Harwell | Compiler fixes for gcc 10                 |
    +------------------------------------------------------------------------+
 
      ----------------------------------------------------------------------
    This is a summary of the changes to the source code that went into this
    release that was generated using the diffstat utility.
 
- apps/app_voicemail.c           |   13 +-
- configure                      |  198 ++++++++++++++++++++++++++++++++++++++++-
- configure.ac                   |   23 +++-
- contrib/scripts/install_prereq |   18 +--
- main/data_buffer.c             |    2
- res/res_pjsip_session.c        |   14 ++
- 6 files changed, 242 insertions(+), 26 deletions(-)
+ Makefile.rules                        |   19 ++++++++++---------
+ addons/ooh323c/src/decode.c           |   10 +++++++---
+ addons/ooh323c/src/ooSocket.c         |    2 +-
+ addons/ooh323c/src/oochannels.c       |    2 +-
+ apps/app_stack.c                      |   11 ++++++-----
+ apps/app_voicemail.c                  |   28 ++++++++++++++++------------
+ apps/confbridge/confbridge_manager.c  |    2 +-
+ bridges/bridge_softmix.c              |    3 ++-
+ include/asterisk/app.h                |    7 +++++--
+ main/dns_srv.c                        |    6 ++++--
+ main/http.c                           |    6 ++++--
+ main/message.c                        |    2 +-
+ main/pbx.c                            |    7 +++++--
+ main/pbx_variables.c                  |    8 ++------
+ main/stasis.c                         |   12 ++++++++----
+ pbx/pbx_dundi.c                       |   15 +++++++--------
+ res/parking/parking_bridge_features.c |   11 +++++++----
+ res/res_pjsip_registrar.c             |   13 ++++++++-----
+ res/res_pjsip_session.c               |   16 ++++++++++++++++
+ res/res_rtp_asterisk.c                |   25 ++++++++++++++++++++++---
+ tests/test_locale.c                   |   12 ++++++++----
+ utils/astman.c                        |    2 +-
+ utils/db1-ast/hash/ndbm.c             |    3 +--
+ utils/extconf.c                       |   10 ++++++----
+ utils/muted.c                         |    2 +-
+ 25 files changed, 150 insertions(+), 84 deletions(-)