From: Asterisk Development Team Date: Mon, 29 Jun 2020 09:03:57 +0000 (-0500) Subject: Update for certified/16.8-cert4-rc1 X-Git-Tag: certified/16.8-cert4-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aabb04054a92d531c2ed82832e6d155a297253d1;p=thirdparty%2Fasterisk.git Update for certified/16.8-cert4-rc1 --- diff --git a/.version b/.version index abf41d8eeb..4d75e1d9c2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -certified/16.8-cert3 \ No newline at end of file +certified/16.8-cert4-rc1 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index a026c4a6d7..c71465e26d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2020-06-29 09:03 +0000 Asterisk Development Team + + * asterisk certified/16.8-cert4-rc1 Released. + +2020-06-23 17:23 +0000 [2d7ae83990] Joshua Colp + + * Revert "Revert "core_unreal / core_local: Add multistream and re-negotiation."" + + This reverts commit ec8b3850d21d63c627e8f9d97c34b780c13d941a. + + Reason for revert: Time for this to return. + + Change-Id: I5858f279bd523c609830c09333902b5d7d048aaf + 2020-06-19 17:47 +0000 Asterisk Development Team * asterisk certified/16.8-cert3 Released. diff --git a/asterisk-certified-16.8-cert3-summary.html b/asterisk-certified-16.8-cert3-summary.html deleted file mode 100644 index aaec4d4ea8..0000000000 --- a/asterisk-certified-16.8-cert3-summary.html +++ /dev/null @@ -1,48 +0,0 @@ -Release Summary - asterisk-certified/16.8-cert3

Release Summary

asterisk-certified/16.8-cert3

Date: 2020-06-19

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


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
4 Joshua C. Colp
2 Kevin Harwell
1 George Joseph
4 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: 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
    -
  • [744bfb049c] Joshua C. Colp -- res_rtp_asterisk: Don't assume setting retrans props means to enable.
  • -


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
ec8b3850d2Kevin HarwellRevert "core_unreal / core_local: Add multistream and re-negotiation."
0fe63c2f87George Josephapp_confbridge: Plug ref leak of bridge channel with send_events
10dad4ea3aKevin HarwellCompiler fixes for gcc 10

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.

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(-)

\ No newline at end of file diff --git a/asterisk-certified-16.8-cert3-summary.txt b/asterisk-certified-16.8-cert3-summary.txt deleted file mode 100644 index 47bfcf88bd..0000000000 --- a/asterisk-certified-16.8-cert3-summary.txt +++ /dev/null @@ -1,154 +0,0 @@ - Release Summary - - asterisk-certified/16.8-cert3 - - Date: 2020-06-19 - - - - ---------------------------------------------------------------------- - - 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-cert2. - - ---------------------------------------------------------------------- - - 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 - 4 Joshua C. Colp 4 Joshua C. Colp - 2 Kevin Harwell - 1 George Joseph - - ---------------------------------------------------------------------- - - 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: 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 - * [744bfb049c] Joshua C. Colp -- res_rtp_asterisk: Don't assume setting - retrans props means to enable. - - ---------------------------------------------------------------------- - - 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 | - |------------+---------------+-------------------------------------------| - | ec8b3850d2 | Kevin Harwell | Revert "core_unreal / core_local: Add | - | | | multistream and re-negotiation." | - |------------+---------------+-------------------------------------------| - | 0fe63c2f87 | George Joseph | app_confbridge: Plug ref leak of bridge | - | | | channel with send_events | - |------------+---------------+-------------------------------------------| - | 10dad4ea3a | Kevin Harwell | Compiler fixes for gcc 10 | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - 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. - - 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(-) diff --git a/asterisk-certified-16.8-cert4-rc1-summary.html b/asterisk-certified-16.8-cert4-rc1-summary.html new file mode 100644 index 0000000000..4d629fba9b --- /dev/null +++ b/asterisk-certified-16.8-cert4-rc1-summary.html @@ -0,0 +1,15 @@ +Release Summary - asterisk-certified/16.8-cert4-rc1

Release Summary

asterisk-certified/16.8-cert4-rc1

Date: 2020-06-29

<asteriskteam@digium.com>


Table of Contents

    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Other Changes
  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-cert3.


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 Colp

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
2d7ae83990Joshua ColpRevert "Revert "core_unreal / core_local: Add multistream and re-negotiation.""

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.

include/asterisk/core_unreal.h |   19 +++++++
+main/core_local.c              |   98 ++++++++++++++++++++++++++++++++++++++---
+main/core_unreal.c             |   94 +++++++++++++++++++++++++++++++++++++++
+3 files changed, 206 insertions(+), 5 deletions(-)

\ No newline at end of file diff --git a/asterisk-certified-16.8-cert4-rc1-summary.txt b/asterisk-certified-16.8-cert4-rc1-summary.txt new file mode 100644 index 0000000000..dda7e15d33 --- /dev/null +++ b/asterisk-certified-16.8-cert4-rc1-summary.txt @@ -0,0 +1,82 @@ + Release Summary + + asterisk-certified/16.8-cert4-rc1 + + Date: 2020-06-29 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Other Changes + 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-cert3. + + ---------------------------------------------------------------------- + + 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 Colp + + ---------------------------------------------------------------------- + + 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 | + |------------+-------------+---------------------------------------------| + | 2d7ae83990 | Joshua Colp | Revert "Revert "core_unreal / core_local: | + | | | Add multistream and re-negotiation."" | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + 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. + + include/asterisk/core_unreal.h | 19 +++++++ + main/core_local.c | 98 ++++++++++++++++++++++++++++++++++++++--- + main/core_unreal.c | 94 +++++++++++++++++++++++++++++++++++++++ + 3 files changed, 206 insertions(+), 5 deletions(-)