Update for certified/16.8-cert8

This commit is contained in:
Asterisk Development Team
2021-03-25 12:43:52 -05:00
parent 8616ea0504
commit c3b6b056c4
6 changed files with 236 additions and 146 deletions

View File

@@ -1 +1 @@
certified/16.8-cert7
certified/16.8-cert8

View File

@@ -1,3 +1,66 @@
2021-03-25 17:43 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk certified/16.8-cert8 Released.
2021-03-25 12:40 +0000 [8616ea0504] Asterisk Development Team <asteriskteam@digium.com>
* Update CHANGES and UPGRADE.txt for certified/16.8-cert6
2021-03-18 11:14 +0000 [a41edfb46f] George Joseph <gjoseph@digium.com>
* res_pjsip_session: Make reschedule_reinvite check for NULL topologies
When the check for equal topologies was added to reschedule_reinvite()
it was assumed that both the pending and active media states would
actually have non-NULL topologies. We since discovered this isn't
the case.
We now only test for equal topologies if both media states have
non-NULL topologies. The logic had to be rearranged a bit to make
sure that we cloned the media states if their topologies were
non-NULL but weren't equal.
ASTERISK-29215
Change-Id: I61313cca7fc571144338aac826091791b87b6e17
2021-03-17 10:28 +0000 [8713492758] Joshua C. Colp <jcolp@sangoma.com>
* res_rtp_asterisk: Force resync on SSRC change.
When an SSRC change occurs the timestamps are likely
to change as well. As a result we need to reset the
timestamp mapping done in the calc_rxstamp function
so that they map properly from timestamp to real
time.
This previously occurred but due to packet
retransmission support the explicit setting
of the marker bit was not effective.
ASTERISK-29352
Change-Id: I2d4c8f93ea24abc1030196706de2d70facf05a5a
2021-03-09 18:35 +0000 [d1057ac427] Joshua C. Colp <jcolp@sangoma.com>
* channel: Fix crash in suppress API.
There exists an inconsistency with framehook usage
such that it is only on reads that the frame should
be freed, not on writes as well.
ASTERISK-29071
Change-Id: I5ef918ebe4debac8a469e8d43bf9d6b673e8e472
2021-03-03 12:44 +0000 [3875f7ac37] Joshua C. Colp <jcolp@sangoma.com>
* asterisk: Update copyright.
ASTERISK-29326
Change-Id: Ia95dbfb66e2d11ac4d1228444283bb2e4d77396a
2021-03-04 16:49 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk certified/16.8-cert7 Released.

View File

@@ -1,25 +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-cert7</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/16.8-cert7</h3><h3 align="center">Date: 2021-03-04</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="#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 has been made to address one or more security vulnerabilities that have been identified. A security advisory document has been published for each vulnerability that includes additional information. Users of versions of Asterisk that are affected are strongly encouraged to review the advisories and determine what action they should take to protect their systems from these issues.</p><p>Security Advisories:</p><ul>
<li><a href="http://downloads.asterisk.org/pub/security/AST-2021-006.html">AST-2021-006</a></li>
</ul><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/16.8-cert6.</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 C. Colp <jcolp@sangoma.com><br/>2 Ben Ford <bford@digium.com><br/></td><td width="33%"><td width="33%">1 Benjamin Keith Ford <bford@digium.com><br/>1 Gregory Massel <greg@csurf.co.za><br/>1 Alexei Gradinari <alex2grad@gmail.com><br/>1 Stefan Ruf <ruf.stefan@swm.de><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>Security</h3><h4>Category: Resources/res_pjsip_t38</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29305">ASTERISK-29305</a>: ASTERISK-29203 / AST-2021-002 -- Another scenario is causing a crash<br/>Reported by: Gregory Massel<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=b9fc07ca530a548080f637d335a68c9bc6ee8790">[b9fc07ca53]</a> Ben Ford -- AST-2021-006 - res_pjsip_t38.c: Check for session_media on reinvite.</li>
</ul><br><h3>Bug</h3><h4>Category: Applications/app_confbridge</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29071">ASTERISK-29071</a>: app_confbridge: Memory rises when jitterbuffer enabled and muting over AMI occurs<br/>Reported by: Stefan Ruf<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=54f4be115f64892583e6d47d9ac8488e10d17228">[54f4be115f]</a> Joshua C. Colp -- channel: Fix memory leak in suppress API.</li>
</ul><br><h4>Category: Core/Bridging</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29071">ASTERISK-29071</a>: app_confbridge: Memory rises when jitterbuffer enabled and muting over AMI occurs<br/>Reported by: Stefan Ruf<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=54f4be115f64892583e6d47d9ac8488e10d17228">[54f4be115f]</a> Joshua C. Colp -- channel: Fix memory leak in suppress API.</li>
</ul><br><h4>Category: Resources/res_pjsip_session</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28871">ASTERISK-28871</a>: res_pjsip_session: Unnecessary re-Invite on call answer<br/>Reported by: Alexei Gradinari<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=df34b007d90424b8b83b3754839150a1002a3d70">[df34b007d9]</a> Joshua C. Colp -- bridge: Don't try to match audio formats.</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29303">ASTERISK-29303</a>: pjsip: Re-invite occurs when it shouldn't<br/>Reported by: Benjamin Keith Ford<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=b12fcaaaf045c227679f18ee9b7c9b843eb72bc6">[b12fcaaaf0]</a> Ben Ford -- res_pjsip_session.c: Check topology on re-invite.</li>
</ul><br><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>bridges/bridge_native_rtp.c | 4 ++--
bridges/bridge_simple.c | 4 ++--
main/channel.c | 1 +
res/res_pjsip_session.c | 16 +++-------------
4 files changed, 8 insertions(+), 17 deletions(-)</pre><br></html>

View File

@@ -1,120 +0,0 @@
Release Summary
asterisk-certified/16.8-cert7
Date: 2021-03-04
<asteriskteam@digium.com>
----------------------------------------------------------------------
Table of Contents
1. Summary
2. Contributors
3. Closed Issues
4. Diffstat
----------------------------------------------------------------------
Summary
[Back to Top]
This release has been made to address one or more security vulnerabilities
that have been identified. A security advisory document has been published
for each vulnerability that includes additional information. Users of
versions of Asterisk that are affected are strongly encouraged to review
the advisories and determine what action they should take to protect their
systems from these issues.
Security Advisories:
* AST-2021-006
The data in this summary reflects changes that have been made since the
previous release, asterisk-certified/16.8-cert6.
----------------------------------------------------------------------
Contributors
[Back to Top]
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.
Coders Testers Reporters
2 Joshua C. Colp 1 Benjamin Keith Ford
2 Ben Ford 1 Gregory Massel
1 Alexei Gradinari
1 Stefan Ruf
----------------------------------------------------------------------
Closed Issues
[Back to Top]
This is a list of all issues from the issue tracker that were closed by
changes that went into this release.
Security
Category: Resources/res_pjsip_t38
ASTERISK-29305: ASTERISK-29203 / AST-2021-002 -- Another scenario is
causing a crash
Reported by: Gregory Massel
* [b9fc07ca53] Ben Ford -- AST-2021-006 - res_pjsip_t38.c: Check for
session_media on reinvite.
Bug
Category: Applications/app_confbridge
ASTERISK-29071: app_confbridge: Memory rises when jitterbuffer enabled and
muting over AMI occurs
Reported by: Stefan Ruf
* [54f4be115f] Joshua C. Colp -- channel: Fix memory leak in suppress
API.
Category: Core/Bridging
ASTERISK-29071: app_confbridge: Memory rises when jitterbuffer enabled and
muting over AMI occurs
Reported by: Stefan Ruf
* [54f4be115f] Joshua C. Colp -- channel: Fix memory leak in suppress
API.
Category: Resources/res_pjsip_session
ASTERISK-28871: res_pjsip_session: Unnecessary re-Invite on call answer
Reported by: Alexei Gradinari
* [df34b007d9] Joshua C. Colp -- bridge: Don't try to match audio
formats.
ASTERISK-29303: pjsip: Re-invite occurs when it shouldn't
Reported by: Benjamin Keith Ford
* [b12fcaaaf0] Ben Ford -- res_pjsip_session.c: Check topology on
re-invite.
----------------------------------------------------------------------
Diffstat Results
[Back to Top]
This is a summary of the changes to the source code that went into this
release that was generated using the diffstat utility.
bridges/bridge_native_rtp.c | 4 ++--
bridges/bridge_simple.c | 4 ++--
main/channel.c | 1 +
res/res_pjsip_session.c | 16 +++-------------
4 files changed, 8 insertions(+), 17 deletions(-)

View File

@@ -0,0 +1,32 @@
<!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-cert8</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/16.8-cert8</h3><h3 align="center">Date: 2021-03-25</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-cert7.</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%">3 Joshua C. Colp <jcolp@sangoma.com><br/>1 Asterisk Development Team <asteriskteam@digium.com><br/>1 George Joseph <gjoseph@digium.com><br/></td><td width="33%"><td width="33%">2 Joshua C. Colp <jcolp@digium.com><br/>1 sungtae kim <pchero21@gmail.com><br/>1 Stefan Ruf <ruf.stefan@swm.de><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: Applications/app_confbridge</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29071">ASTERISK-29071</a>: app_confbridge: Memory rises when jitterbuffer enabled and muting over AMI occurs<br/>Reported by: Stefan Ruf<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d1057ac4276aeea4f0c2129f41699b88e078b458">[d1057ac427]</a> Joshua C. Colp -- channel: Fix crash in suppress API.</li>
</ul><br><h4>Category: Core/Bridging</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29071">ASTERISK-29071</a>: app_confbridge: Memory rises when jitterbuffer enabled and muting over AMI occurs<br/>Reported by: Stefan Ruf<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d1057ac4276aeea4f0c2129f41699b88e078b458">[d1057ac427]</a> Joshua C. Colp -- channel: Fix crash in suppress API.</li>
</ul><br><h4>Category: Resources/res_pjsip_session</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29215">ASTERISK-29215</a>: res_pjsip_session: NULL active_media_state topology caused asterisk crash<br/>Reported by: sungtae kim<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=a41edfb46f826eedf62aff86667df6267d4734fd">[a41edfb46f]</a> George Joseph -- res_pjsip_session: Make reschedule_reinvite check for NULL topologies</li>
</ul><br><h4>Category: Resources/res_rtp_asterisk</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29352">ASTERISK-29352</a>: res_rtp_asterisk: Fix frame delivery time when SSRC changes<br/>Reported by: Joshua C. Colp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=871349275857c0d2e14da5c799a43b0d19fe8ad2">[8713492758]</a> Joshua C. Colp -- res_rtp_asterisk: Force resync on SSRC change.</li>
</ul><br><h3>Improvement</h3><h4>Category: Core/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29326">ASTERISK-29326</a>: asterisk: Update copyright/company<br/>Reported by: Joshua C. Colp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=3875f7ac37cebd3e7078d70974554e9337fd6309">[3875f7ac37]</a> Joshua C. Colp -- asterisk: Update copyright.</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=8616ea05044397df3f3f0ebff55210e1d8edbfd9">8616ea0504</a></td><td>Asterisk Development Team</td><td>Update CHANGES and UPGRADE.txt for certified/16.8-cert6</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>b/CHANGES | 14 +++
b/README.md | 8 +-
b/UPGRADE.txt | 14 +++
b/main/asterisk.c | 8 +-
b/main/channel.c | 4 -
b/res/res_pjsip_session.c | 28 ++++++-
b/res/res_rtp_asterisk.c | 92 +++++++++++++------------
doc/CHANGES-staging/srtp_replay_protection.txt | 9 --
doc/UPGRADE-staging/srtp_replay_protection.txt | 9 --
9 files changed, 112 insertions(+), 74 deletions(-)</pre><br></html>

View File

@@ -0,0 +1,140 @@
Release Summary
asterisk-certified/16.8-cert8
Date: 2021-03-25
<asteriskteam@digium.com>
----------------------------------------------------------------------
Table of Contents
1. Summary
2. Contributors
3. Closed Issues
4. Other Changes
5. Diffstat
----------------------------------------------------------------------
Summary
[Back to Top]
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.
The data in this summary reflects changes that have been made since the
previous release, asterisk-certified/16.8-cert7.
----------------------------------------------------------------------
Contributors
[Back to Top]
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.
Coders Testers Reporters
3 Joshua C. Colp 2 Joshua C. Colp
1 Asterisk Development Team 1 sungtae kim
1 George Joseph 1 Stefan Ruf
----------------------------------------------------------------------
Closed Issues
[Back to Top]
This is a list of all issues from the issue tracker that were closed by
changes that went into this release.
Bug
Category: Applications/app_confbridge
ASTERISK-29071: app_confbridge: Memory rises when jitterbuffer enabled and
muting over AMI occurs
Reported by: Stefan Ruf
* [d1057ac427] Joshua C. Colp -- channel: Fix crash in suppress API.
Category: Core/Bridging
ASTERISK-29071: app_confbridge: Memory rises when jitterbuffer enabled and
muting over AMI occurs
Reported by: Stefan Ruf
* [d1057ac427] Joshua C. Colp -- channel: Fix crash in suppress API.
Category: Resources/res_pjsip_session
ASTERISK-29215: res_pjsip_session: NULL active_media_state topology caused
asterisk crash
Reported by: sungtae kim
* [a41edfb46f] George Joseph -- res_pjsip_session: Make
reschedule_reinvite check for NULL topologies
Category: Resources/res_rtp_asterisk
ASTERISK-29352: res_rtp_asterisk: Fix frame delivery time when SSRC
changes
Reported by: Joshua C. Colp
* [8713492758] Joshua C. Colp -- res_rtp_asterisk: Force resync on SSRC
change.
Improvement
Category: Core/General
ASTERISK-29326: asterisk: Update copyright/company
Reported by: Joshua C. Colp
* [3875f7ac37] Joshua C. Colp -- asterisk: Update copyright.
----------------------------------------------------------------------
Commits Not Associated with an Issue
[Back to Top]
This is a list of all changes that went into this release that did not
reference a JIRA issue.
+------------------------------------------------------------------------+
| Revision | Author | Summary |
|------------+----------------------+------------------------------------|
| 8616ea0504 | Asterisk Development | Update CHANGES and UPGRADE.txt for |
| | Team | certified/16.8-cert6 |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
Diffstat Results
[Back to Top]
This is a summary of the changes to the source code that went into this
release that was generated using the diffstat utility.
b/CHANGES | 14 +++
b/README.md | 8 +-
b/UPGRADE.txt | 14 +++
b/main/asterisk.c | 8 +-
b/main/channel.c | 4 -
b/res/res_pjsip_session.c | 28 ++++++-
b/res/res_rtp_asterisk.c | 92 +++++++++++++------------
doc/CHANGES-staging/srtp_replay_protection.txt | 9 --
doc/UPGRADE-staging/srtp_replay_protection.txt | 9 --
9 files changed, 112 insertions(+), 74 deletions(-)