]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update for certified/13.21-cert6 certified/13.21-cert6
authorAsterisk Development Team <asteriskteam@digium.com>
Mon, 23 Dec 2019 16:55:19 +0000 (11:55 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 23 Dec 2019 16:55:19 +0000 (11:55 -0500)
.version
ChangeLog
asterisk-certified-13.21-cert5-summary.html [deleted file]
asterisk-certified-13.21-cert5-summary.txt [deleted file]
asterisk-certified-13.21-cert6-summary.html [new file with mode: 0644]
asterisk-certified-13.21-cert6-summary.txt [new file with mode: 0644]

index c539777505c3f4d264103858c66101b3a8721775..294d2daf50ee1a491b20d8370c78b740fcb4585d 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-certified/13.21-cert5
\ No newline at end of file
+certified/13.21-cert6
\ No newline at end of file
index 93d688411434d724424d27176adfb9fc7aa62bcb..3cbe666253c8deaac19fb071d0bb921b140854ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2019-12-23 16:55 +0000  Asterisk Development Team <asteriskteam@digium.com>
+
+       * asterisk certified/13.21-cert6 Released.
+
+2019-11-22 10:39 +0000 [c59bc91f77]  Thomas Arimont (license 5525)
+
+       * channel.c: Resolve issue with receiving SIP INFO packets for DTMF
+
+         The problem is essentially the same as in ASTERISK~28245. Besides
+         the direct media scenario we have an additional scenario where a
+         special client is involved. This device mutes audio by default in
+         transmit direction (no rtp frames) and activates audio only by a
+         foot switch. In this situation dtmf input (pin for conferences,
+         transfer features codes , etc) using SIP INFO mode is not
+         understood properly especially when SIP INFO messages are sent
+         quickly.
+
+         This patch ensures that SIP INFO frames are properly queued and
+         processed in the above scenario. The patch also corrects situations
+         where successive dtmf events are received quicker than the
+         signalled event duration (plus minimum gap/pause) allows, i.e. DTMF
+         events have to be buffered in the ast channel read queue and
+         emulation has to be processed asynchronously at slower speed.
+
+         Reported by: Thomas Arimont
+         patches:
+           trigger_dtmf_emulation.patch submitted by Thomas Arimont (license 5525)
+
+         Change-Id: I309bf61dd065c9978c8e48f5b9a936ab47de64c2
+
+2019-11-25 06:55 +0000 [8807f80ac9]  Joshua Colp <jcolp@digium.com>
+
+       * parking: Fall back to parker channel name even if it matches parkee.
+
+         ASTERISK-28631
+
+         Change-Id: Ia74d084799fbb9bee3403e30d2391aacd46243cc
+
+2019-11-22 09:31 +0000 [395b224447]  Ben Ford <bford@digium.com>
+
+       * Add directories and README files for staging changes.
+
+         While doing a release, problems were encountered running the
+         process-staging-changes script. These directories and the README.md
+         files were missing from the certified branches. Adding them in to be in
+         line with the other branches.
+
+         Also fixing the .gitreview file to point to the correct branch.
+
+         Change-Id: Ia9e2ecce31ef35838da5f3166aac321b577d16c2
+
 2019-11-21 21:29 +0000  Asterisk Development Team <asteriskteam@digium.com>
 
        * asterisk certified/13.21-cert5 Released.
diff --git a/asterisk-certified-13.21-cert5-summary.html b/asterisk-certified-13.21-cert5-summary.html
deleted file mode 100644 (file)
index 2243c1e..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<!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.21-cert5</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/13.21-cert5</h3><h3 align="center">Date: 2019-11-21</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</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-2019-006,AST-2019-007,AST-2019-008.html">AST-2019-006,AST-2019-007,AST-2019-008</a></li>
-</ul><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/13.21-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%">6 George Joseph <gjoseph@digium.com><br/>3 Joshua Colp <jcolp@digium.com><br/>2 Kevin Harwell <kharwell@digium.com><br/>2 Ben Ford <bford@digium.com><br/>1 Asterisk Development Team <asteriskteam@digium.com><br/></td><td width="33%"><td width="33%">3 Joshua C. Colp <jcolp@digium.com><br/>1 Eliel Sardañons <eliels@gmail.com><br/>1 Salah Ahmed <txrubel@gmail.com><br/>1 Eliel Sardañons<br/>1 Salah Ahmed<br/>1 Cyril Ramière <cyril.ramiere@ino.global><br/>1 Andrey  V. T. <avt1203@gmail.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>Security</h3><h4>Category: Channels/chan_sip/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28589">ASTERISK-28589</a>: chan_sip: Depending on configuration an INVITE can alter Addr of a peer<br/>Reported by: Andrey  V. T.<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=5be4005fba891184ee2323ca82cd1520d924d293">[5be4005fba]</a> Ben Ford -- chan_sip.c: Prevent address change on unauthenticated SIP request.</li>
-</ul><br><h4>Category: Core/ManagerInterface</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28580">ASTERISK-28580</a>: Bypass SYSTEM write permission in manager action allows system commands execution<br/>Reported by: Eliel Sardañons<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=32e599f16a87263bb59954fa31ad8449d7a7900a">[32e599f16a]</a> George Joseph -- manager.c:  Prevent the Originate action from running the Originate app</li>
-</ul><br><h3>Bug</h3><h4>Category: Channels/chan_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28538">ASTERISK-28538</a>: chan_pjsip: Deadlock on fax detection<br/>Reported by: Joshua C. Colp<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=dfd7a3474ba2c07c29c498c06bd67ff175c97fd2">[dfd7a3474b]</a> Joshua Colp -- chan_pjsip: Relock correct channel during "fax" redirect.</li>
-</ul><br><h4>Category: General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28523">ASTERISK-28523</a>: Asterisk 16.5.0 Memory leak<br/>Reported by: Cyril Ramière<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=e7c44355a634dde9646443476d82de6f627a5aef">[e7c44355a6]</a> Kevin Harwell -- res_sorcery_memory_cache: stale item update leak</li>
-</ul><br><h4>Category: Resources/res_parking</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28616">ASTERISK-28616</a>: parking: Deadlock when multi call parking<br/>Reported by: Joshua C. Colp<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=144f7f4c7ed1b8b988a2e11dddb86376f71c0002">[144f7f4c7e]</a> Joshua Colp -- parking: Fix case where we can't get the parker.</li>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=a88f1150e8bd1a249f165080d910c6af22bb31ca">[a88f1150e8]</a> Joshua Colp -- parking: Use channel snapshot instead of channel.</li>
-</ul><br><h4>Category: Resources/res_pjsip_t38</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28612">ASTERISK-28612</a>: res_pjsip_t38: crash on reinvite with zero port and no c= line<br/>Reported by: Salah Ahmed<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=20535ecac0566ecf46c39a123cc802ba9e621d9d">[20535ecac0]</a> Ben Ford -- res_pjsip_session.c: Check for port of zero on incoming SDP.</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=171fa026d12f8f0d7e37b625c3c6a548ceb35de9">171fa026d1</a></td><td>Asterisk Development Team</td><td>Update CHANGES and UPGRADE.txt for 13.21-cert5</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=e604f532ecaa7dcfa9a93c49eb15bf119b268039">e604f532ec</a></td><td>Kevin Harwell</td><td>res_pjsip_pubsub: change warning to debug</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=794c7030aef1e8b60de5d0900b3e71f9c972d04d">794c7030ae</a></td><td>George Joseph</td><td>CI: Escape backslashes in printenv/sort/tr</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c177b3566b4fd896d5719e63d5d60e1a47bd5294">c177b3566b</a></td><td>George Joseph</td><td>CI:  Add "throttle" label and "skip_gate" capability</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f789016ff57e22dc56dfd9dfee3930cd550dbf6d">f789016ff5</a></td><td>George Joseph</td><td>CI:  Make node labels job-specific</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=1e9a9e4dca149d6b17b6565e74ad73c03289a287">1e9a9e4dca</a></td><td>George Joseph</td><td>.gitreview:  Update defaultbranch for certified</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ea02f587a8cd7b8db899b04e41f64d2bda73a84b">ea02f587a8</a></td><td>George Joseph</td><td>CI:  Don't enable non-core modules in Certified branches</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>.gitreview                             |    2
-UPGRADE.txt                            |   10 +
-channels/chan_pjsip.c                  |   38 ++++--
-channels/chan_sip.c                    |   28 ++--
-main/manager.c                         |    1
-res/parking/parking_bridge.c           |   33 +++--
-res/res_pjsip_pubsub.c                 |    2
-res/res_pjsip_session.c                |    7 +
-res/res_sorcery_memory_cache.c         |    1
-tests/CI/buildAsterisk.sh              |  185 ++++++++++++++++++++++++---------
-tests/CI/gateTestGroups.json           |    9 +
-tests/CI/gates.jenkinsfile             |  126 ++++++++++++++--------
-tests/CI/installAsterisk.sh            |    5
-tests/CI/periodic-dailyTestGroups.json |    8 +
-tests/CI/periodics-daily.jenkinsfile   |   67 +++++++++--
-tests/CI/ref_debug.jenkinsfile         |   44 +++++--
-tests/CI/runTestsuite.sh               |   16 +-
-tests/CI/runUnittests.sh               |  100 ++++++++++++++---
-tests/CI/setupRealtime.sh              |  162 +++++++++++++++++++---------
-tests/CI/teardownRealtime.sh           |    8 +
-tests/CI/unittests.jenkinsfile         |   87 ++++++++++-----
-21 files changed, 672 insertions(+), 267 deletions(-)</pre><br></html>
\ No newline at end of file
diff --git a/asterisk-certified-13.21-cert5-summary.txt b/asterisk-certified-13.21-cert5-summary.txt
deleted file mode 100644 (file)
index 5f47fc3..0000000
+++ /dev/null
@@ -1,186 +0,0 @@
-                                Release Summary
-
-                         asterisk-certified/13.21-cert5
-
-                                Date: 2019-11-21
-
-                           <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-2019-006,AST-2019-007,AST-2019-008
-
-   The data in this summary reflects changes that have been made since the
-   previous release, asterisk-certified/13.21-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                
-   6 George Joseph                                   3 Joshua C. Colp         
-   3 Joshua Colp                                     1 Eliel Sardañons       
-   2 Kevin Harwell                                   1 Salah Ahmed            
-   2 Ben Ford                                        1 Eliel Sardañons       
-   1 Asterisk Development Team                       1 Salah Ahmed            
-                                                     1 Cyril Ramière         
-                                                     1 Andrey V. T.           
-
-     ----------------------------------------------------------------------
-
-                                 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: Channels/chan_sip/General
-
-   ASTERISK-28589: chan_sip: Depending on configuration an INVITE can alter
-   Addr of a peer
-   Reported by: Andrey V. T.
-     * [5be4005fba] Ben Ford -- chan_sip.c: Prevent address change on
-       unauthenticated SIP request.
-
-    Category: Core/ManagerInterface
-
-   ASTERISK-28580: Bypass SYSTEM write permission in manager action allows
-   system commands execution
-   Reported by: Eliel Sardañons
-     * [32e599f16a] George Joseph -- manager.c: Prevent the Originate action
-       from running the Originate app
-
-  Bug
-
-    Category: Channels/chan_pjsip
-
-   ASTERISK-28538: chan_pjsip: Deadlock on fax detection
-   Reported by: Joshua C. Colp
-     * [dfd7a3474b] Joshua Colp -- chan_pjsip: Relock correct channel during
-       "fax" redirect.
-
-    Category: General
-
-   ASTERISK-28523: Asterisk 16.5.0 Memory leak
-   Reported by: Cyril Ramière
-     * [e7c44355a6] Kevin Harwell -- res_sorcery_memory_cache: stale item
-       update leak
-
-    Category: Resources/res_parking
-
-   ASTERISK-28616: parking: Deadlock when multi call parking
-   Reported by: Joshua C. Colp
-     * [144f7f4c7e] Joshua Colp -- parking: Fix case where we can't get the
-       parker.
-     * [a88f1150e8] Joshua Colp -- parking: Use channel snapshot instead of
-       channel.
-
-    Category: Resources/res_pjsip_t38
-
-   ASTERISK-28612: res_pjsip_t38: crash on reinvite with zero port and no c=
-   line
-   Reported by: Salah Ahmed
-     * [20535ecac0] Ben Ford -- res_pjsip_session.c: Check for port of zero
-       on incoming SDP.
-
-     ----------------------------------------------------------------------
-
-                      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                            |
-   |------------+----------------------+------------------------------------|
-   | 171fa026d1 | Asterisk Development | Update CHANGES and UPGRADE.txt for |
-   |            | Team                 | 13.21-cert5                        |
-   |------------+----------------------+------------------------------------|
-   | e604f532ec | Kevin Harwell        | res_pjsip_pubsub: change warning   |
-   |            |                      | to debug                           |
-   |------------+----------------------+------------------------------------|
-   | 794c7030ae | George Joseph        | CI: Escape backslashes in          |
-   |            |                      | printenv/sort/tr                   |
-   |------------+----------------------+------------------------------------|
-   | c177b3566b | George Joseph        | CI: Add "throttle" label and       |
-   |            |                      | "skip_gate" capability             |
-   |------------+----------------------+------------------------------------|
-   | f789016ff5 | George Joseph        | CI: Make node labels job-specific  |
-   |------------+----------------------+------------------------------------|
-   | 1e9a9e4dca | George Joseph        | .gitreview: Update defaultbranch   |
-   |            |                      | for certified                      |
-   |------------+----------------------+------------------------------------|
-   | ea02f587a8 | George Joseph        | CI: Don't enable non-core modules  |
-   |            |                      | in Certified branches              |
-   +------------------------------------------------------------------------+
-
-     ----------------------------------------------------------------------
-
-                                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.
-
- .gitreview                             |    2
- UPGRADE.txt                            |   10 +
- channels/chan_pjsip.c                  |   38 ++++--
- channels/chan_sip.c                    |   28 ++--
- main/manager.c                         |    1
- res/parking/parking_bridge.c           |   33 +++--
- res/res_pjsip_pubsub.c                 |    2
- res/res_pjsip_session.c                |    7 +
- res/res_sorcery_memory_cache.c         |    1
- tests/CI/buildAsterisk.sh              |  185 ++++++++++++++++++++++++---------
- tests/CI/gateTestGroups.json           |    9 +
- tests/CI/gates.jenkinsfile             |  126 ++++++++++++++--------
- tests/CI/installAsterisk.sh            |    5
- tests/CI/periodic-dailyTestGroups.json |    8 +
- tests/CI/periodics-daily.jenkinsfile   |   67 +++++++++--
- tests/CI/ref_debug.jenkinsfile         |   44 +++++--
- tests/CI/runTestsuite.sh               |   16 +-
- tests/CI/runUnittests.sh               |  100 ++++++++++++++---
- tests/CI/setupRealtime.sh              |  162 +++++++++++++++++++---------
- tests/CI/teardownRealtime.sh           |    8 +
- tests/CI/unittests.jenkinsfile         |   87 ++++++++++-----
- 21 files changed, 672 insertions(+), 267 deletions(-)
diff --git a/asterisk-certified-13.21-cert6-summary.html b/asterisk-certified-13.21-cert6-summary.html
new file mode 100644 (file)
index 0000000..74a4980
--- /dev/null
@@ -0,0 +1,21 @@
+<!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.21-cert6</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/13.21-cert6</h3><h3 align="center">Date: 2019-12-23</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</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 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.</p><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/13.21-cert5.</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%">1 Thomas Arimont (license 5525)<br/>1 Ben Ford <bford@digium.com><br/>1 Joshua Colp <jcolp@digium.com><br/></td><td width="33%"><td width="33%">1 Ross Beer <ross.beer@voicehost.co.uk><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_parking</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28631">ASTERISK-28631</a>: res_parking: Doesn't park when parkee and parker are the same<br/>Reported by: Ross Beer<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=8807f80ac91f8cd742e045f16af8af359e82902d">[8807f80ac9]</a> Joshua Colp -- parking: Fall back to parker channel name even if it matches parkee.</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=c59bc91f77956d620bb1370180713145df5a67e8">c59bc91f77</a></td><td>Thomas Arimont</td><td>channel.c: Resolve issue with receiving SIP INFO packets for DTMF</td></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=395b22444761a4e2705fe816fabb4dbc3ee01d23">395b224447</a></td><td>Ben Ford</td><td>Add directories and README files for staging changes.</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>.gitreview                    |    2
+doc/CHANGES-staging/README.md |   37 ++++++++++++++
+doc/UPGRADE-staging/README.md |   36 ++++++++++++++
+main/channel.c                |  105 ++++++++++++++++++++++++++++++++++++++++--
+res/parking/parking_bridge.c  |   13 +++--
+5 files changed, 185 insertions(+), 8 deletions(-)</pre><br></html>
\ No newline at end of file
diff --git a/asterisk-certified-13.21-cert6-summary.txt b/asterisk-certified-13.21-cert6-summary.txt
new file mode 100644 (file)
index 0000000..f5d702a
--- /dev/null
@@ -0,0 +1,109 @@
+                                Release Summary
+
+                         asterisk-certified/13.21-cert6
+
+                                Date: 2019-12-23
+
+                           <asteriskteam@digium.com>
+
+     ----------------------------------------------------------------------
+
+                               Table of Contents
+
+    1. Summary
+    2. Contributors
+    3. Closed Issues
+    4. Other Changes
+    5. 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.21-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.
+
+   Coders                          Testers             Reporters              
+   1 Thomas Arimont (license 5525)                     1 Ross Beer            
+   1 Ben Ford                      
+   1 Joshua Colp                   
+
+     ----------------------------------------------------------------------
+
+                                 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_parking
+
+   ASTERISK-28631: res_parking: Doesn't park when parkee and parker are the
+   same
+   Reported by: Ross Beer
+     * [8807f80ac9] Joshua Colp -- parking: Fall back to parker channel name
+       even if it matches parkee.
+
+     ----------------------------------------------------------------------
+
+                      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                                  |
+   |------------+----------------+------------------------------------------|
+   | c59bc91f77 | Thomas Arimont | channel.c: Resolve issue with receiving  |
+   |            |                | SIP INFO packets for DTMF                |
+   |------------+----------------+------------------------------------------|
+   | 395b224447 | Ben Ford       | Add directories and README files for     |
+   |            |                | staging changes.                         |
+   +------------------------------------------------------------------------+
+
+     ----------------------------------------------------------------------
+
+                                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.
+
+ .gitreview                    |    2
+ doc/CHANGES-staging/README.md |   37 ++++++++++++++
+ doc/UPGRADE-staging/README.md |   36 ++++++++++++++
+ main/channel.c                |  105 ++++++++++++++++++++++++++++++++++++++++--
+ res/parking/parking_bridge.c  |   13 +++--
+ 5 files changed, 185 insertions(+), 8 deletions(-)