From: Asterisk Development Team Date: Tue, 22 Jun 2021 15:25:11 +0000 (-0500) Subject: Update for certified/16.8-cert9 X-Git-Tag: certified/16.8-cert9^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b991f2427bf1f4deb82985b051fc93ee408fda;p=thirdparty%2Fasterisk.git Update for certified/16.8-cert9 --- diff --git a/.version b/.version index 1ec0fac47e..2603ab97ce 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -certified/16.8-cert8 \ No newline at end of file +certified/16.8-cert9 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 4921b2f99d..d04aaed7dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2021-06-22 15:25 +0000 Asterisk Development Team + + * asterisk certified/16.8-cert9 Released. + +2021-06-21 06:31 +0000 [a3481f07f2] Joshua C. Colp + + * core: Don't play silence for Busy() and Congestion() applications. + + When using the Busy() and Congestion() applications the + function ast_safe_sleep is used by wait_for_hangup to safely + wait on the channel. This function may send silence if Asterisk + is configured to do so using the transmit_silence option. + + In a scenario where an answered channel dials a Local channel + either directly or through call forwarding and the Busy() + or Congestion() dialplan applications were executed with the + transmit_silence option enabled the busy or congestion + tone would not be heard. + + This is because inband generation of tones (such as busy + and congestion) is stopped when other audio is sent to + the channel they are being played to. In the given + scenario the transmit_silence option would result in + silence being sent to the channel, thus stopping the + inband generation. + + This change adds a variant of ast_safe_sleep which can be + used when silence should not be played to the channel. The + wait_for_hangup function has been updated to use this + resulting in the tones being generated as expected. + + ASTERISK-29485 + + Change-Id: I066bfc987a3ad6f0ccc88e0af4cd63f6a4729133 + 2021-03-25 17:43 +0000 Asterisk Development Team * asterisk certified/16.8-cert8 Released. diff --git a/asterisk-certified-16.8-cert8-summary.html b/asterisk-certified-16.8-cert8-summary.html deleted file mode 100644 index 0c5e368267..0000000000 --- a/asterisk-certified-16.8-cert8-summary.html +++ /dev/null @@ -1,32 +0,0 @@ -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 deleted file mode 100644 index ebfbfa04f2..0000000000 --- a/asterisk-certified-16.8-cert8-summary.txt +++ /dev/null @@ -1,140 +0,0 @@ - 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(-) diff --git a/asterisk-certified-16.8-cert9-summary.html b/asterisk-certified-16.8-cert9-summary.html new file mode 100644 index 0000000000..3fe804c1d8 --- /dev/null +++ b/asterisk-certified-16.8-cert9-summary.html @@ -0,0 +1,11 @@ +Release Summary - asterisk-certified/16.8-cert9

Release Summary

asterisk-certified/16.8-cert9

Date: 2021-06-22

<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 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-cert8.


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
1 Joshua C. Colp
1 Joshua C. Colp

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: Core/PBX

ASTERISK-29485: core: Inband generation of tones for Busy() and Congestion() may not occur
Reported by: Joshua C. Colp
    +
  • [a3481f07f2] Joshua C. Colp -- core: Don't play silence for Busy() and Congestion() applications.
  • +


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.

0 files changed

\ No newline at end of file diff --git a/asterisk-certified-16.8-cert9-summary.txt b/asterisk-certified-16.8-cert9-summary.txt new file mode 100644 index 0000000000..c672a2b9e3 --- /dev/null +++ b/asterisk-certified-16.8-cert9-summary.txt @@ -0,0 +1,82 @@ + Release Summary + + asterisk-certified/16.8-cert9 + + Date: 2021-06-22 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Closed Issues + 4. 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-cert8. + + ---------------------------------------------------------------------- + + 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 + 1 Joshua C. Colp 1 Joshua C. Colp + + ---------------------------------------------------------------------- + + 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: Core/PBX + + ASTERISK-29485: core: Inband generation of tones for Busy() and + Congestion() may not occur + Reported by: Joshua C. Colp + * [a3481f07f2] Joshua C. Colp -- core: Don't play silence for Busy() and + Congestion() applications. + + ---------------------------------------------------------------------- + + 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. + + 0 files changed