Release Summary

asterisk-certified/16.8-cert4

Date: 2020-11-05

<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-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
16 George Joseph
6 Joshua C. Colp
5 Asterisk Development Team
1 Kevin Harwell
1 cmaj
1 Joshua Colp
1 Ben Ford
2 George Joseph
2 Joshua C. Colp
1 Ross Beer
1 cmaj
1 Kevin Harwell

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: Functions/func_version

ASTERISK-29021: [patch] Fix VERSION(ASTERISK_VERSION_NUM) on certified versions
Reported by: cmaj

Category: Resources/res_pjsip

ASTERISK-28965: res_pjsip: Apply outbound proxy to static contacts on AOR
Reported by: Joshua C. Colp

Category: Resources/res_pjsip_session

ASTERISK-29014: res_pjsip_session: Re-INVITE collisions aren't handled correctly
Reported by: George JosephASTERISK-29033: res_pjsip_session: Aggressively terminates session on failed re-INVITE
Reported by: Joshua C. Colp

Category: Resources/res_rtp_asterisk

ASTERISK-29089: RTP Ports not cleared after hangup
Reported by: Ross Beer

Improvement

Category: Core/ManagerInterface

ASTERISK-28945: AMI SendText - add Content-Type parameter
Reported by: Kevin Harwell

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
5e146dde81Asterisk Development TeamUpdate CHANGES and UPGRADE.txt for certified/16.8-cert4
f777a0d879Asterisk Development TeamUpdate for certified/16.8-cert4-rc4
0757a5113dGeorge JosephRevert "Revert "Revert "core_unreal / core_local: Add multistream and re-negotiation."""
cb9f1759fbAsterisk Development TeamUpdate for certified/16.8-cert4-rc3
d5df3b95c8Joshua C. Colpres_pjsip_session: Fix stream name memory leak.
f74ecc4498George Josephlogger.h: Fix ast_trace to respect scope_level
251c9a1891George Josephbridge_softmix/sfu_topologies_on_join: Ignore topology change failures
f67c58aa13George Josephdebugging: Add enough to choke a mule
c2701d8069Ben FordBridging: Use a ref to bridge_channel's channel to prevent crash.
fb78adce21George Josephstream.c: Added 2 more debugging utils and added pos to stream string
d942fe4837George Josephscope_trace: Added debug messages and added additional macros
0430e1b3c3George Josephlogger.c: Added a new log formatter called "plain"
950784a446George Josephast_coredumper: Fix issues with naming
d189bf9ae5George Josephres_pjsip_session: Ensure reused streams have correct bundle group
b8bb63c82fJoshua C. Colppjsip: Add timer refactor patch and timer 0 cancellation.
8ebe4c772eGeorge JosephScope Trace: Make it easier to trace through synchronous tasks
8076ed59f0George Josephscope_trace: Add/update utilities
9d3b01e874George JosephScope Trace: Add some new tracing macros and an ast_str helper
360efdd94fGeorge JosephScope Tracing: A new facility for tracing scope enter/exit
944d691319George Josephframe.c: Make debugging easier
017416381fAsterisk Development TeamUpdate for certified/16.8-cert4-rc2
bd86f382edJoshua C. Colpwebsocket / pjsip: Increase maximum packet size.
aabb04054aAsterisk Development TeamUpdate for certified/16.8-cert4-rc1
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.

asterisk-certified-16.8-cert3-summary.html                      |   48
asterisk-certified-16.8-cert3-summary.txt                       |  154
b/.version                                                      |    2
b/CHANGES                                                       |   22
b/ChangeLog                                                     |  602 +++
b/Makefile                                                      |    2
b/asterisk-certified-16.8-cert4-rc4-summary.html                |   15
b/asterisk-certified-16.8-cert4-rc4-summary.txt                 |   83
b/bridges/bridge_softmix.c                                      |  143
b/channels/chan_pjsip.c                                         |   74
b/configs/samples/asterisk.conf.sample                          |    1
b/configs/samples/logger.conf.sample                            |   15
b/contrib/scripts/ast_coredumper                                |    4
b/include/asterisk/bridge_channel.h                             |   14
b/include/asterisk/format_cap.h                                 |   11
b/include/asterisk/frame.h                                      |   13
b/include/asterisk/logger.h                                     |  426 ++
b/include/asterisk/manager.h                                    |    2
b/include/asterisk/message.h                                    |   18
b/include/asterisk/options.h                                    |    4
b/include/asterisk/res_pjsip_session.h                          |   12
b/include/asterisk/stream.h                                     |  117
b/include/asterisk/strings.h                                    |   53
b/main/asterisk.c                                               |    1
b/main/asterisk.exports.in                                      |    1
b/main/bridge.c                                                 |   21
b/main/bridge_channel.c                                         |   20
b/main/channel.c                                                |   13
b/main/cli.c                                                    |  261 +
b/main/format_cap.c                                             |   22
b/main/frame.c                                                  |   87
b/main/logger.c                                                 |  150
b/main/manager.c                                                |  115
b/main/message.c                                                |   26
b/main/options.c                                                |    9
b/main/stream.c                                                 |  109
b/res/res_http_websocket.c                                      |   32
b/res/res_pjsip/location.c                                      |   25
b/res/res_pjsip_pubsub.c                                        |   16
b/res/res_pjsip_session.c                                       | 1809 ++++++++--
b/tests/test_scope_trace.c                                      |  126
b/tests/test_strings.c                                          |   39
b/third-party/pjproject/patches/0040-pjsip-timer-refactor.patch | 1148 ++++++
b/third-party/pjproject/patches/0041-pjlib_cancel_timer_0.patch |   39
44 files changed, 5220 insertions(+), 684 deletions(-)