Release Summary

asterisk-certified/16.8-cert6

Date: 2021-02-18

<asteriskteam@digium.com>


Table of Contents

  1. Summary
  2. Contributors
  3. Closed Issues
  4. Other Changes
  5. 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:

The data in this summary reflects changes that have been made since the previous release, asterisk-certified/16.8-cert5.


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
1 Sean Bright
1 Kevin Harwell
1 Alexander Traud
1 Mauri de Souza Meneguzzo (3CPlus)
1 Gregory Massel
1 Alexander Traud
1 Edvin Vidmar
1 Alexander Traud

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_srtp

ASTERISK-29260: sRTP Replay Protection ignored; even tears down long calls
Reported by: Alexander Traud

Bug

Category: Resources/res_pjsip

ASTERISK-29196: res_pjsip: Segmentation fault
Reported by: Mauri de Souza Meneguzzo (3CPlus)

Category: Resources/res_pjsip_session

ASTERISK-29203: res_pjsip_t38: Crash when changing state
Reported by: Gregory Massel

Category: Resources/res_pjsip_t38

ASTERISK-29203: res_pjsip_t38: Crash when changing state
Reported by: Gregory Massel

Category: Resources/res_rtp_asterisk

ASTERISK-29205: res_rtp_asterisk: Asterisk crashes when making hold/unhold from webrtc client
Reported by: Edvin Vidmar

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
6b5306ecc5Joshua C. Colpres_pjsip_pidf_digium_body_supplement: Support Sangoma user agent.

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.

configs/samples/rtp.conf.sample                |   12 ++++++++++++
doc/CHANGES-staging/srtp_replay_protection.txt |    9 +++++++++
doc/UPGRADE-staging/srtp_replay_protection.txt |    9 +++++++++
res/res_pjsip_pidf_digium_body_supplement.c    |    8 +++++---
res/res_pjsip_session.c                        |    9 ++++++++-
res/res_pjsip_t38.c                            |    9 +++++++++
res/res_rtp_asterisk.c                         |   11 +++++++----
7 files changed, 59 insertions(+), 8 deletions(-)