From c3b6b056c44f920bad94d1dadda9a4bf579dd5e5 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 25 Mar 2021 12:43:52 -0500 Subject: [PATCH] Update for certified/16.8-cert8 --- .version | 2 +- ChangeLog | 63 ++++++++++ asterisk-certified-16.8-cert7-summary.html | 25 ---- asterisk-certified-16.8-cert7-summary.txt | 120 ------------------ asterisk-certified-16.8-cert8-summary.html | 32 +++++ asterisk-certified-16.8-cert8-summary.txt | 140 +++++++++++++++++++++ 6 files changed, 236 insertions(+), 146 deletions(-) delete mode 100644 asterisk-certified-16.8-cert7-summary.html delete mode 100644 asterisk-certified-16.8-cert7-summary.txt create mode 100644 asterisk-certified-16.8-cert8-summary.html create mode 100644 asterisk-certified-16.8-cert8-summary.txt diff --git a/.version b/.version index 9cfcbb348d..1ec0fac47e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -certified/16.8-cert7 \ No newline at end of file +certified/16.8-cert8 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 26e94d7660..4921b2f99d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2021-03-25 17:43 +0000 Asterisk Development Team + + * asterisk certified/16.8-cert8 Released. + +2021-03-25 12:40 +0000 [8616ea0504] Asterisk Development Team + + * Update CHANGES and UPGRADE.txt for certified/16.8-cert6 +2021-03-18 11:14 +0000 [a41edfb46f] George Joseph + + * 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 + + * 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 + + * 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 + + * asterisk: Update copyright. + + ASTERISK-29326 + + Change-Id: Ia95dbfb66e2d11ac4d1228444283bb2e4d77396a + 2021-03-04 16:49 +0000 Asterisk Development Team * asterisk certified/16.8-cert7 Released. diff --git a/asterisk-certified-16.8-cert7-summary.html b/asterisk-certified-16.8-cert7-summary.html deleted file mode 100644 index d67f3128ff..0000000000 --- a/asterisk-certified-16.8-cert7-summary.html +++ /dev/null @@ -1,25 +0,0 @@ -Release Summary - asterisk-certified/16.8-cert7

Release Summary

asterisk-certified/16.8-cert7

Date: 2021-03-04

<asteriskteam@digium.com>


Table of Contents

    -
  1. Summary
  2. -
  3. Contributors
  4. -
  5. Closed Issues
  6. -
  7. Diffstat
  8. -

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:

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.

- - -
CodersTestersReporters
2 Joshua C. Colp
2 Ben Ford
1 Benjamin Keith 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(-)

\ No newline at end of file diff --git a/asterisk-certified-16.8-cert7-summary.txt b/asterisk-certified-16.8-cert7-summary.txt deleted file mode 100644 index afcd0a2aa0..0000000000 --- a/asterisk-certified-16.8-cert7-summary.txt +++ /dev/null @@ -1,120 +0,0 @@ - Release Summary - - asterisk-certified/16.8-cert7 - - Date: 2021-03-04 - - - - ---------------------------------------------------------------------- - - 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(-) diff --git a/asterisk-certified-16.8-cert8-summary.html b/asterisk-certified-16.8-cert8-summary.html new file mode 100644 index 0000000000..0c5e368267 --- /dev/null +++ b/asterisk-certified-16.8-cert8-summary.html @@ -0,0 +1,32 @@ +Release Summary - asterisk-certified/16.8-cert8

Release Summary

asterisk-certified/16.8-cert8

Date: 2021-03-25

<asteriskteam@digium.com>


Table of Contents

    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Closed Issues
  6. +
  7. Other Changes
  8. +
  9. Diffstat
  10. +

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.

+ + +
CodersTestersReporters
3 Joshua C. Colp
1 Asterisk Development Team
1 George Joseph
2 Joshua C. Colp
1 sungtae kim
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.

+ + +
RevisionAuthorSummary
8616ea0504Asterisk Development TeamUpdate CHANGES and UPGRADE.txt for 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(-)

\ No newline at end of file diff --git a/asterisk-certified-16.8-cert8-summary.txt b/asterisk-certified-16.8-cert8-summary.txt new file mode 100644 index 0000000000..ebfbfa04f2 --- /dev/null +++ b/asterisk-certified-16.8-cert8-summary.txt @@ -0,0 +1,140 @@ + Release Summary + + asterisk-certified/16.8-cert8 + + Date: 2021-03-25 + + + + ---------------------------------------------------------------------- + + 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(-) -- 2.47.2