--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><title>Release Summary - asterisk-certified/13.1-cert5</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/13.1-cert5</h3><h3 align="center">Date: 2016-04-14</h3><h3 align="center"><asteriskteam@digium.com></h3><hr><h2 align="center">Table of Contents</h2><ol>
+<li><a href="#summary">Summary</a></li>
+<li><a href="#contributors">Contributors</a></li>
+<li><a href="#closed_issues">Closed Issues</a></li>
+<li><a href="#commits">Other Changes</a></li>
+<li><a href="#diffstat">Diffstat</a></li>
+</ol><hr><a name="summary"><h2 align="center">Summary</h2></a><center><a href="#top">[Back to Top]</a></center><p>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.</p><p>Security Advisories:</p><ul>
+<li><a href="http://downloads.asterisk.org/pub/security/AST-2016-004,AST-2016-005.html">AST-2016-004,AST-2016-005</a></li>
+</ul><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/13.1-cert4.</p><hr><a name="contributors"><h2 align="center">Contributors</h2></a><center><a href="#top">[Back to Top]</a></center><p>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.</p><table width="100%" border="0">
+<tr><th width="33%">Coders</th><th width="33%">Testers</th><th width="33%">Reporters</th></tr>
+<tr valign="top"><td width="33%">5 Mark Michelson <mmichelson@digium.com><br/>4 Kevin Harwell <kharwell@digium.com><br/>2 Richard Mudgett <rmudgett@digium.com><br/>1 Joshua Colp <jcolp@digium.com><br/></td><td width="33%"><td width="33%">3 George Joseph <george.joseph@fairview5.com><br/>3 gtjoseph<br/>1 Robert McGilvray<br/>1 Robert McGilvray <rmcgilvr@globeop.com><br/>1 Richard Mudgett <rmudgett@digium.com><br/>1 Kevin Harwell <kharwell@digium.com><br/></td></tr>
+</table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>Bug</h3><h4>Category: Resources/res_ari</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-25882">ASTERISK-25882</a>: ARI: Crash can occur due to race condition when attempting to operate on a hung up channel (Part 2)<br/>Reported by: Richard Mudgett<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=67390813852716db981be4e55357c1cf9d15b7df">[6739081385]</a> Richard Mudgett -- res_stasis: Fix crash on a hanging up channel.</li>
+</ul><br><h4>Category: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-25796">ASTERISK-25796</a>: res_pjsip: DOS/Crash when TCP/TLS sockets exceed pjproject PJ_IOQUEUE_MAX_HANDLES<br/>Reported by: George Joseph<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=023d2936ba757e1bbcc6486e0c1e38ae38daf97f">[023d2936ba]</a> Mark Michelson -- res_pjsip_transport_management: Kill idle TCP connections.</li>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=0b1fe6b0ee8294333d9b03d11cf20f7ad32eca12">[0b1fe6b0ee]</a> Mark Michelson -- Rename res_pjsip_keepalive res_pjsip_transport_management</li>
+</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-25707">ASTERISK-25707</a>: Long contact URIs or hostnames can crash pjproject/Asterisk under certain conditions<br/>Reported by: George Joseph<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=e2e8699d003f6d97e7768daa3a7cb82cc7dbc5a6">[e2e8699d00]</a> Mark Michelson -- AST-2016-004: Fix crash on REGISTER with long URI.</li>
+</ul><br><h4>Category: Resources/res_pjsip_pubsub</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-25738">ASTERISK-25738</a>: res_pjsip_pubsub: Crash while executing OutboundSubscriptionDetail ami action<br/>Reported by: Kevin Harwell<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=b7b193a430b7cb963d5f9fa96534f1af086ca081">[b7b193a430]</a> Joshua Colp -- res_pjsip_pubsub: Move where the subscription is stored to after initialized.</li>
+</ul><br><h4>Category: Resources/res_pjsip_sdp_rtp</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-25854">ASTERISK-25854</a>: No audio after HOLD/RESUME - incorrect a=recvonly in SDP from Asterisk<br/>Reported by: Robert McGilvray<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=967bb9eaf76e06f55d313761b82e7e19df2a838a">[967bb9eaf7]</a> Mark Michelson -- res_pjsip: Handle deferred SDP hold/unhold properly.</li>
+</ul><br><h4>Category: Resources/res_stasis</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-25882">ASTERISK-25882</a>: ARI: Crash can occur due to race condition when attempting to operate on a hung up channel (Part 2)<br/>Reported by: Richard Mudgett<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=67390813852716db981be4e55357c1cf9d15b7df">[6739081385]</a> Richard Mudgett -- res_stasis: Fix crash on a hanging up channel.</li>
+</ul><br><hr><a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all changes that went into this release that did not reference a JIRA issue.</p><table width="100%" border="1">
+<tr><th>Revision</th><th>Author</th><th>Summary</th></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=9edfb2c1b82f6af4e3b681c3f5c1bad26d5c2d1d">9edfb2c1b8</a></td><td>Kevin Harwell</td><td>Release summaries: Remove previous versions</td></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ec42f1d5e61ee28bec08ad1343dac246eaf30624">ec42f1d5e6</a></td><td>Kevin Harwell</td><td>.version: Update for certified/13.1-cert5</td></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=5fca21d10526b8624ed08cb8c01de3951391ce59">5fca21d105</a></td><td>Kevin Harwell</td><td>.lastclean: Update for certified/13.1-cert5</td></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=445e8b9dfc547fca4c2dbda55fa060a5bde07a91">445e8b9dfc</a></td><td>Kevin Harwell</td><td>realtime: Add database scripts for certified/13.1-cert5</td></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=b66c7367ec7f45fe35203fc716723bed694851b7">b66c7367ec</a></td><td>Mark Michelson</td><td>transport management: Register thread with PJProject.</td></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=a06d6811b6e54240961896d60f7cdbfd7e767e18">a06d6811b6</a></td><td>Richard Mudgett</td><td>res_pjsip_send_to_voicemail.c: Allow either quoted or not send_to_vm reason.</td></tr>
+</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p><pre>asterisk-certified-13.1-cert4-summary.html | 30 -
+asterisk-certified-13.1-cert4-summary.txt | 127 -----
+b/.version | 2
+b/contrib/realtime/mssql/mssql_cdr.sql | 4
+b/contrib/realtime/mssql/mssql_config.sql | 98 ++++
+b/contrib/realtime/mssql/mssql_voicemail.sql | 10
+b/contrib/realtime/mysql/mysql_cdr.sql | 2
+b/contrib/realtime/mysql/mysql_config.sql | 72 +--
+b/contrib/realtime/mysql/mysql_voicemail.sql | 6
+b/contrib/realtime/oracle/oracle_cdr.sql | 10
+b/contrib/realtime/oracle/oracle_config.sql | 108 ++++-
+b/contrib/realtime/oracle/oracle_voicemail.sql | 16
+b/contrib/realtime/postgresql/postgresql_cdr.sql | 2
+b/contrib/realtime/postgresql/postgresql_config.sql | 110 +++--
+b/contrib/realtime/postgresql/postgresql_voicemail.sql | 6
+b/include/asterisk/res_pjproject.h | 96 ++++
+b/include/asterisk/vector.h | 55 ++
+b/res/res_pjproject.c | 256 +++++++++++
+b/res/res_pjproject.exports.in | 7
+b/res/res_pjsip/include/res_pjsip_private.h | 6
+b/res/res_pjsip/location.c | 51 ++
+b/res/res_pjsip_outbound_registration.c | 16
+b/res/res_pjsip_pubsub.c | 5
+b/res/res_pjsip_registrar.c | 29 +
+b/res/res_pjsip_send_to_voicemail.c | 13
+b/res/res_pjsip_session.c | 47 ++
+b/res/res_pjsip_transport_management.c | 365 +++++++++++++++++
+b/res/res_stasis.c | 3
+b/res/stasis/control.c | 18
+res/res_pjsip_keepalive.c | 267 ------------
+res/res_pjsip_log_forwarder.c | 125 -----
+31 files changed, 1285 insertions(+), 677 deletions(-)</pre><br></html>
\ No newline at end of file
--- /dev/null
+ Release Summary
+
+ asterisk-certified/13.1-cert5
+
+ Date: 2016-04-14
+
+ <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:
+
+ * AST-2016-004,AST-2016-005
+
+ The data in this summary reflects changes that have been made since the
+ previous release, asterisk-certified/13.1-cert4.
+
+ ----------------------------------------------------------------------
+
+ 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.
+
+ Coders Testers Reporters
+ 5 Mark Michelson 3 George Joseph
+ 4 Kevin Harwell 3 gtjoseph
+ 2 Richard Mudgett 1 Robert McGilvray
+ 1 Joshua Colp 1 Robert McGilvray
+ 1 Richard Mudgett
+ 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: Resources/res_ari
+
+ ASTERISK-25882: ARI: Crash can occur due to race condition when attempting
+ to operate on a hung up channel (Part 2)
+ Reported by: Richard Mudgett
+ * [6739081385] Richard Mudgett -- res_stasis: Fix crash on a hanging up
+ channel.
+
+ Category: Resources/res_pjsip
+
+ ASTERISK-25796: res_pjsip: DOS/Crash when TCP/TLS sockets exceed pjproject
+ PJ_IOQUEUE_MAX_HANDLES
+ Reported by: George Joseph
+ * [023d2936ba] Mark Michelson -- res_pjsip_transport_management: Kill
+ idle TCP connections.
+ * [0b1fe6b0ee] Mark Michelson -- Rename res_pjsip_keepalive
+ res_pjsip_transport_management
+ ASTERISK-25707: Long contact URIs or hostnames can crash
+ pjproject/Asterisk under certain conditions
+ Reported by: George Joseph
+ * [e2e8699d00] Mark Michelson -- AST-2016-004: Fix crash on REGISTER
+ with long URI.
+
+ Category: Resources/res_pjsip_pubsub
+
+ ASTERISK-25738: res_pjsip_pubsub: Crash while executing
+ OutboundSubscriptionDetail ami action
+ Reported by: Kevin Harwell
+ * [b7b193a430] Joshua Colp -- res_pjsip_pubsub: Move where the
+ subscription is stored to after initialized.
+
+ Category: Resources/res_pjsip_sdp_rtp
+
+ ASTERISK-25854: No audio after HOLD/RESUME - incorrect a=recvonly in SDP
+ from Asterisk
+ Reported by: Robert McGilvray
+ * [967bb9eaf7] Mark Michelson -- res_pjsip: Handle deferred SDP
+ hold/unhold properly.
+
+ Category: Resources/res_stasis
+
+ ASTERISK-25882: ARI: Crash can occur due to race condition when attempting
+ to operate on a hung up channel (Part 2)
+ Reported by: Richard Mudgett
+ * [6739081385] Richard Mudgett -- res_stasis: Fix crash on a hanging up
+ channel.
+
+ ----------------------------------------------------------------------
+
+ 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.
+
+ +------------------------------------------------------------------------+
+ | Revision | Author | Summary |
+ |------------+----------------+------------------------------------------|
+ | 9edfb2c1b8 | Kevin Harwell | Release summaries: Remove previous |
+ | | | versions |
+ |------------+----------------+------------------------------------------|
+ | ec42f1d5e6 | Kevin Harwell | .version: Update for |
+ | | | certified/13.1-cert5 |
+ |------------+----------------+------------------------------------------|
+ | 5fca21d105 | Kevin Harwell | .lastclean: Update for |
+ | | | certified/13.1-cert5 |
+ |------------+----------------+------------------------------------------|
+ | 445e8b9dfc | Kevin Harwell | realtime: Add database scripts for |
+ | | | certified/13.1-cert5 |
+ |------------+----------------+------------------------------------------|
+ | b66c7367ec | Mark Michelson | transport management: Register thread |
+ | | | with PJProject. |
+ |------------+----------------+------------------------------------------|
+ | a06d6811b6 | Richard | res_pjsip_send_to_voicemail.c: Allow |
+ | | Mudgett | either quoted or not send_to_vm reason. |
+ +------------------------------------------------------------------------+
+
+ ----------------------------------------------------------------------
+
+ 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.1-cert4-summary.html | 30 -
+ asterisk-certified-13.1-cert4-summary.txt | 127 -----
+ b/.version | 2
+ b/contrib/realtime/mssql/mssql_cdr.sql | 4
+ b/contrib/realtime/mssql/mssql_config.sql | 98 ++++
+ b/contrib/realtime/mssql/mssql_voicemail.sql | 10
+ b/contrib/realtime/mysql/mysql_cdr.sql | 2
+ b/contrib/realtime/mysql/mysql_config.sql | 72 +--
+ b/contrib/realtime/mysql/mysql_voicemail.sql | 6
+ b/contrib/realtime/oracle/oracle_cdr.sql | 10
+ b/contrib/realtime/oracle/oracle_config.sql | 108 ++++-
+ b/contrib/realtime/oracle/oracle_voicemail.sql | 16
+ b/contrib/realtime/postgresql/postgresql_cdr.sql | 2
+ b/contrib/realtime/postgresql/postgresql_config.sql | 110 +++--
+ b/contrib/realtime/postgresql/postgresql_voicemail.sql | 6
+ b/include/asterisk/res_pjproject.h | 96 ++++
+ b/include/asterisk/vector.h | 55 ++
+ b/res/res_pjproject.c | 256 +++++++++++
+ b/res/res_pjproject.exports.in | 7
+ b/res/res_pjsip/include/res_pjsip_private.h | 6
+ b/res/res_pjsip/location.c | 51 ++
+ b/res/res_pjsip_outbound_registration.c | 16
+ b/res/res_pjsip_pubsub.c | 5
+ b/res/res_pjsip_registrar.c | 29 +
+ b/res/res_pjsip_send_to_voicemail.c | 13
+ b/res/res_pjsip_session.c | 47 ++
+ b/res/res_pjsip_transport_management.c | 365 +++++++++++++++++
+ b/res/res_stasis.c | 3
+ b/res/stasis/control.c | 18
+ res/res_pjsip_keepalive.c | 267 ------------
+ res/res_pjsip_log_forwarder.c | 125 -----
+ 31 files changed, 1285 insertions(+), 677 deletions(-)