Release Summary

asterisk-certified/13.8-cert1-rc3

Date: 2016-06-22

<asteriskteam@digium.com>


Table of Contents

  1. Summary
  2. Contributors
  3. Closed Issues
  4. Open Issues
  5. Other Changes
  6. 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/13.8-cert1-rc2.


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
12 Richard Mudgett
8 gtjoseph
4 Mark Michelson
2 Joshua Colp
1 Kevin Harwell
9 Richard Mudgett
8 Richard Mudgett
3 George Joseph
2 Ross Beer
2 Joshua Colp
1 B. Davis
1 Josh Colp
1 Scott Griepentrog
1 Ross Beer.
1 Scott Griepentrog
1 Mark Michelson

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: CDR/cdr_custom

ASTERISK-26054: Asterisk crashes (core dump)
Reported by: B. Davis

Category: Channels/chan_sip/Interoperability

ASTERISK-26030: call cut because of double Session-Expires header in re-invite after proxy authentication is required
Reported by: George Joseph

Category: Core/FileFormatInterface

ASTERISK-25998: file: Crash when using nativeformats
Reported by: Joshua Colp

Category: Core/UDPTL

ASTERISK-26034: T.38 passthrough problem behind firewall due to early nosignal packet
Reported by: George Joseph

Category: Resources/res_odbc

ASTERISK-26074: res_odbc: Deadlock within UnixODBC
Reported by: Ross Beer

Category: Resources/res_pjsip

ASTERISK-25885: res_pjsip: Race condition between adding contact and automatic expiration
Reported by: Joshua Colp

Category: Resources/res_pjsip_pubsub

ASTERISK-26099: res_pjsip_pubsub: Crash when sending request due to server timeout
Reported by: Ross Beer

Category: Resources/res_pjsip_registrar

ASTERISK-25885: res_pjsip: Race condition between adding contact and automatic expiration
Reported by: Joshua Colp

Category: pjproject/pjsip

ASTERISK-26089: Invalid security events during boot using PJSIP Realtime
Reported by: Scott Griepentrog

Improvement

Category: Core/Sorcery

ASTERISK-26088: Investigate heavy memory utilization by res_pjsip_pubsub
Reported by: Richard Mudgett

Category: Core/Stasis

ASTERISK-26088: Investigate heavy memory utilization by res_pjsip_pubsub
Reported by: Richard Mudgett

Category: Resources/res_pjsip

ASTERISK-26088: Investigate heavy memory utilization by res_pjsip_pubsub
Reported by: Richard Mudgett

Category: Resources/res_pjsip_pubsub

ASTERISK-26088: Investigate heavy memory utilization by res_pjsip_pubsub
Reported by: Richard Mudgett

Category: Resources/res_pjsip_registrar

ASTERISK-26088: Investigate heavy memory utilization by res_pjsip_pubsub
Reported by: Richard Mudgett

Open Issues

[Back to Top]

This is a list of all open issues from the issue tracker that were referenced by changes that went into this release.

Bug

Category: Resources/res_pjsip

ASTERISK-26004: res_pjsip: The transport/method parameter is ignored
Reported by: George Joseph

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
4df81def29Mark MichelsonRelease summaries: Remove previous versions
286d58affcMark Michelson.version: Update for certified/13.8-cert1-rc3
8b7fe94df7Mark Michelson.lastclean: Update for certified/13.8-cert1-rc3
0449fd2e1eMark Michelsonrealtime: Add database scripts for certified/13.8-cert1-rc3
a6610fbe2fgtjosephbuild: Fix ast_sockaddr initialization to be more portable
d9ab222edcRichard Mudgettres_rtp_multicast.c: Fix warning message typo.
39329a9e66Richard Mudgettchan_rtp: Backport changes from master.
6d45341963Richard Mudgettchan_rtp.c: Copy file from chan_multicast_rtp.c
880d502141gtjosephlock: Add named lock capability
aab8bc5d31gtjosephpjproject_bundled: Move to pjproject 2.5

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-cert1-rc2-summary.html                                                  |   88 -
asterisk-certified-13.8-cert1-rc2-summary.txt                                                   |  256 ----
b/.version                                                                                      |    2
b/CHANGES                                                                                       |   41
b/channels/chan_multicast_rtp.c                                                                 |    7
b/channels/chan_rtp.c                                                                           |  415 +++++++
b/channels/chan_sip.c                                                                           |   11
b/configs/samples/res_odbc.conf.sample                                                          |    5
b/configure                                                                                     |  124 ++
b/configure.ac                                                                                  |    3
b/include/asterisk/_private.h                                                                   |    1
b/include/asterisk/autoconfig.h.in                                                              |    3
b/include/asterisk/multicast_rtp.h                                                              |   58 +
b/include/asterisk/named_locks.h                                                                |  105 ++
b/include/asterisk/res_pjsip.h                                                                  |   54 +
b/include/asterisk/res_pjsip_session.h                                                          |    3
b/include/asterisk/sorcery.h                                                                    |   14
b/include/asterisk/stasis.h                                                                     |   14
b/include/asterisk/stasis_message_router.h                                                      |   14
b/include/asterisk/taskprocessor.h                                                              |   23
b/main/asterisk.c                                                                               |    5
b/main/cdr.c                                                                                    |    3
b/main/cel.c                                                                                    |    3
b/main/file.c                                                                                   |   24
b/main/manager.c                                                                                |    3
b/main/named_locks.c                                                                            |  142 ++
b/main/sorcery.c                                                                                |   14
b/main/stasis.c                                                                                 |   12
b/main/stasis_message_router.c                                                                  |   12
b/main/taskprocessor.c                                                                          |  172 ++-
b/main/udptl.c                                                                                  |   12
b/res/res_odbc.c                                                                                |  232 +++-
b/res/res_pjsip/config_transport.c                                                              |    4
b/res/res_pjsip/location.c                                                                      |   47
b/res/res_pjsip/pjsip_distributor.c                                                             |  197 +++
b/res/res_pjsip/pjsip_options.c                                                                 |    3
b/res/res_pjsip_authenticator_digest.c                                                          |    5
b/res/res_pjsip_pubsub.c                                                                        |  522 ++++++----
b/res/res_pjsip_registrar.c                                                                     |  352 ++----
b/res/res_pjsip_registrar_expire.c                                                              |   67 +
b/res/res_pjsip_session.c                                                                       |   30
b/res/res_rtp_multicast.c                                                                       |  189 +++
b/res/res_rtp_multicast.exports.in                                                              |    6
b/tests/test_named_lock.c                                                                       |  151 ++
b/tests/test_netsock2.c                                                                         |    6
b/third-party/pjproject/configure.m4                                                            |    1
b/third-party/pjproject/patches/0001-evsub-Add-APIs-to-add-decrement-an-event-subscriptio.patch |   73 +
b/third-party/pjproject/patches/0001-sip_transport_tcp-tls-Set-factory-on-transports-crea.patch |   22
third-party/pjproject/patches/0001-2.4.5-fix-for-tls-async-ops.patch                            |  224 ----
third-party/pjproject/patches/0001-Bump-tcp-tls-and-transaction-log-levels-from-1-to-3.patch    |   70 -
third-party/pjproject/patches/0001-ioqueue-Enable-epoll-in-aconfigure.ac.patch                  |   80 -
third-party/pjproject/patches/0001-sip_transport-Search-for-transport-even-if-listener-.patch   |  114 --
52 files changed, 2617 insertions(+), 1421 deletions(-)