Release Summary

asterisk-certified/13.18-cert4

Date: 2018-06-11

<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/13.18-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
3 Kevin Harwell
2 Richard Mudgett
2 George Joseph
1 Joshua Colp
2 Kevin Harwell
1 Bryan Walters
1 George Joseph
1 John
1 Alejandro Padilla

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

ASTERISK-27818: Username bruteforce is possible when using ACL with PJSIP
Reported by: John

Bug

Category: Applications/app_confbridge

ASTERISK-27755: ConfBridge: raise ConfbridgeTalking when put on hold and clear talking status
Reported by: Kevin Harwell

Category: Bridges/bridge_softmix

ASTERISK-27755: ConfBridge: raise ConfbridgeTalking when put on hold and clear talking status
Reported by: Kevin Harwell

Category: Channels/chan_pjsip

ASTERISK-27568: PJSIP: Crash during SIP attended transfer.
Reported by: Bryan Walters

Category: Channels/chan_sip/General

ASTERISK-24488: Wrong remote identity and target in dialog package XML in NOTIFY
Reported by: Alejandro Padilla

Category: Codecs/General

ASTERISK-27814: translate: interpolated frames are not passed through
Reported by: Kevin Harwell

Category: Core/Channels

ASTERISK-27743: Generic PLC doesn't work if the 2 codecs on a channel are equal
Reported by: George Joseph

Category: Core/General

ASTERISK-24488: Wrong remote identity and target in dialog package XML in NOTIFY
Reported by: Alejandro Padilla

Category: Resources/res_pjsip_refer

ASTERISK-27568: PJSIP: Crash during SIP attended transfer.
Reported by: Bryan Walters

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
d6f82bee60Kevin HarwellUpdate for certified/13.18-cert4
064a18ce36George Josephast_coredumper: Minor fixes

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-13.18-cert3-summary.html   |  747 ----------------------
asterisk-certified-13.18-cert3-summary.txt    |  866 --------------------------
b/.version                                    |    2
b/CHANGES                                     |   11
b/ChangeLog                                   |  122 +++
b/asterisk-certified-13.18-cert4-summary.html |   45 +
b/asterisk-certified-13.18-cert4-summary.txt  |  178 +++++
b/bridges/bridge_softmix.c                    |   48 +
b/channels/chan_sip.c                         |    3
b/configs/samples/codecs.conf.sample          |    9
b/contrib/scripts/ast_coredumper              |  169 +++--
b/formats/format_sln.c                        |    6
b/include/asterisk/options.h                  |    3
b/main/asterisk.c                             |    1
b/main/channel.c                              |   19
b/main/translate.c                            |   33
b/res/res_pjsip/pjsip_distributor.c           |   17
17 files changed, 612 insertions(+), 1667 deletions(-)