Release Summary

asterisk-certified/13.8-cert3

Date: 2016-09-08

<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.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
6 George Joseph
3 Mark Michelson
1 Joshua Colp
1 Kevin Harwell
1 Corey Farrell
3 Mark Michelson
1 Etienne Lessard
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: Channels/chan_sip/General

ASTERISK-26272: chan_sip: File descriptors leak (UDP sockets)
Reported by: Etienne Lessard

Category: Contrib/General

ASTERISK-26183: alembic: error when using sqlalchemy version 1.1.0b2
Reported by: Kevin Harwell

Improvement

Category: Applications/app_confbridge

ASTERISK-26289: Announcer channels in ConfBridges cause inefficiencies
Reported by: Mark Michelson

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
6cec20200bgtjosephRelease summaries: Remove previous versions
9c0f0eef6egtjoseph.version: Update for certified/13.8-cert3
3923b114b9gtjoseph.lastclean: Update for certified/13.8-cert3
83362b5590gtjosephrealtime: Add database scripts for certified/13.8-cert3
b1e827d259gtjosephres_rtp_multicast: Fix SEGV in ast_multicast_rtp_create_options
b82f0b7722Joshua ColpRevert "ConfBridge: Rework announcer channel methodology"
f40c6874c6gtjosephres_pjsip: Add contact_user to endpoint

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.8-cert2-summary.html                                           |   66 -
asterisk-certified-13.8-cert2-summary.txt                                            |  199 ---
b/.version                                                                           |    2
b/CHANGES                                                                            |   16
b/apps/app_confbridge.c                                                              |  612 ++++++++--
b/apps/confbridge/conf_chan_announce.c                                               |   30
b/apps/confbridge/conf_state_multi_marked.c                                          |    9
b/apps/confbridge/include/confbridge.h                                               |   43
b/channels/chan_sip.c                                                                |   61
b/configs/samples/pjsip.conf.sample                                                  |    2
b/contrib/ast-db-manage/config/versions/4e2493ef32e6_add_contact_user_to_endpoint.py |   22
b/contrib/ast-db-manage/config/versions/581a4264e537_adding_extensions.py            |   10
b/contrib/realtime/mssql/mssql_config.sql                                            |   13
b/contrib/realtime/mysql/mysql_config.sql                                            |    9
b/contrib/realtime/oracle/oracle_config.sql                                          |   13
b/contrib/realtime/postgresql/postgresql_config.sql                                  |    9
b/include/asterisk/res_pjsip.h                                                       |    2
b/res/res_pjsip.c                                                                    |   26
18 files changed, 736 insertions(+), 408 deletions(-)