Update for certified/16.8-cert5

changes/57/15357/1 certified/16.8-cert5
Asterisk Development Team 6 years ago
parent 81b48f2d10
commit 10b274d1ab

@ -1 +1 @@
certified/16.8-cert4
certified/16.8-cert5

@ -1,3 +1,49 @@
2020-11-05 21:06 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk certified/16.8-cert5 Released.
2020-10-19 17:21 +0000 [81b48f2d10] Kevin Harwell <kharwell@digium.com>
* AST-2020-001 - res_pjsip: Return dialog locked and referenced
pjproject returns the dialog locked and with a reference. However,
in Asterisk the method that handles this decrements the reference
and removes the lock prior to returning. This makes it possible,
under some circumstances, for another thread to free said dialog
before the thread that created it attempts to use it again. Of
course when the thread that created it tries to use a freed dialog
a crash can occur.
This patch makes it so Asterisk now returns the newly created
dialog both locked, and with an added reference. This allows the
caller to de-reference, and unlock the dialog when it is safe to
do so.
In the case of a new SIP Invite the lock, and reference are now
held for the entirety of the new invite handling process.
Otherwise it's possible for the dialog, or its dependent objects,
like the transaction, to disappear. For example if there is a TCP
transport error.
ASTERISK-29057 #close
Change-Id: I5ef645a47829596f402cf383dc02c629c618969e
2020-11-02 10:29 +0000 [6057050899] Ben Ford <bford@digium.com>
* AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit.
If Asterisk sends out an INVITE and receives a challenge with a
different nonce value each time, it will continuously send out INVITEs,
even if the call is hung up. The endpoint must be configured for
outbound authentication for this to occur. A limit has been set on
outbound INVITEs so that, once reached, Asterisk will stop sending
INVITEs and the transaction will terminate.
ASTERISK-29013
Change-Id: I2d001ca745b00ca8aa12030f2240cd72363b46f7
2020-11-05 17:58 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk certified/16.8-cert4 Released.

@ -1,93 +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/16.8-cert4</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/16.8-cert4</h3><h3 align="center">Date: 2020-11-05</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/16.8-cert3.</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%">16 George Joseph <gjoseph@digium.com><br/>6 Joshua C. Colp <jcolp@sangoma.com><br/>5 Asterisk Development Team <asteriskteam@digium.com><br/>1 Kevin Harwell <kharwell@digium.com><br/>1 cmaj <chris@penguinpbx.com><br/>1 Joshua Colp <jcolp@sangoma.com><br/>1 Ben Ford <bford@digium.com><br/></td><td width="33%"><td width="33%">2 George Joseph <gjoseph@digium.com><br/>2 Joshua C. Colp <jcolp@digium.com><br/>1 Ross Beer <ross.beer@voicehost.co.uk><br/>1 cmaj <chris@penguinpbx.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: Functions/func_version</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29021">ASTERISK-29021</a>: [patch] Fix VERSION(ASTERISK_VERSION_NUM) on certified versions<br/>Reported by: cmaj<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=4e9e5031329b5f47667480c53d210e4469a16c44">[4e9e503132]</a> cmaj -- Makefile: Fix certified version numbers</li>
</ul><br><h4>Category: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28965">ASTERISK-28965</a>: res_pjsip: Apply outbound proxy to static contacts on AOR<br/>Reported by: Joshua C. Colp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=5eec77b452e271c54a966797e88ac892e109cef0">[5eec77b452]</a> Joshua C. Colp -- res_pjsip: Apply AOR outbound proxy to static contacts.</li>
</ul><br><h4>Category: Resources/res_pjsip_session</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29014">ASTERISK-29014</a>: res_pjsip_session: Re-INVITE collisions aren't handled correctly<br/>Reported by: George Joseph<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=1620e94af5795408395ce216368acbbc1a43b71e">[1620e94af5]</a> George Joseph -- res_pjsip_session: Fix issue with COLP and 491</li>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=9e54db24b6b8d92189f92e879536224c859fab54">[9e54db24b6]</a> George Joseph -- res_pjsip_session: Handle multi-stream re-invites better</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29033">ASTERISK-29033</a>: res_pjsip_session: Aggressively terminates session on failed re-INVITE<br/>Reported by: Joshua C. Colp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=7b1ace90402695ead0bfc5284686d49e8761562d">[7b1ace9040]</a> Joshua C. Colp -- res_pjsip_session: Don't aggressively terminate on failed re-INVITE.</li>
</ul><br><h4>Category: Resources/res_rtp_asterisk</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29089">ASTERISK-29089</a>: RTP Ports not cleared after hangup<br/>Reported by: Ross Beer<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=3e54af3afbd04d70170ec3c4347da1f592db2992">[3e54af3afb]</a> Joshua C. Colp -- res_pjsip_session: Fix session reference leak.</li>
</ul><br><h3>Improvement</h3><h4>Category: Core/ManagerInterface</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28945">ASTERISK-28945</a>: AMI SendText - add Content-Type parameter<br/>Reported by: Kevin Harwell<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=5e58fc3939ce739a4f64fde34d7f6548bf6fa890">[5e58fc3939]</a> Kevin Harwell -- manager - Add Content-Type parameter to the SendText action</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=5e146dde8195d761a75fbb8fd13ef31f8829057e">5e146dde81</a></td><td>Asterisk Development Team</td><td>Update CHANGES and UPGRADE.txt for certified/16.8-cert4</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f777a0d87982e4f780099257e8157ec5341fb488">f777a0d879</a></td><td>Asterisk Development Team</td><td>Update for certified/16.8-cert4-rc4</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=0757a5113dd3facf3aa9ca954d77fb5233d657ad">0757a5113d</a></td><td>George Joseph</td><td>Revert "Revert "Revert "core_unreal / core_local: Add multistream and re-negotiation."""</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=cb9f1759fb996c99d5391135dd97db6f1e2d3387">cb9f1759fb</a></td><td>Asterisk Development Team</td><td>Update for certified/16.8-cert4-rc3</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d5df3b95c8c32c40e997bd455f0fbee3dd2719ee">d5df3b95c8</a></td><td>Joshua C. Colp</td><td>res_pjsip_session: Fix stream name memory leak.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f74ecc44982e6893a55056ee8cb61d52668bcd94">f74ecc4498</a></td><td>George Joseph</td><td>logger.h: Fix ast_trace to respect scope_level</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=251c9a18912f8b96e7ba7aa699f5267ddcf3140e">251c9a1891</a></td><td>George Joseph</td><td>bridge_softmix/sfu_topologies_on_join: Ignore topology change failures</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f67c58aa13ae0cbe6af838726f646534bd8e5c9b">f67c58aa13</a></td><td>George Joseph</td><td>debugging: Add enough to choke a mule</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c2701d80690931cb0a1c49902173046150368183">c2701d8069</a></td><td>Ben Ford</td><td>Bridging: Use a ref to bridge_channel's channel to prevent crash.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=fb78adce210bae296099a8e8a5df1f3918a39f54">fb78adce21</a></td><td>George Joseph</td><td>stream.c: Added 2 more debugging utils and added pos to stream string</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d942fe4837ad21f9d5ddd249343b70eb80559a7c">d942fe4837</a></td><td>George Joseph</td><td>scope_trace: Added debug messages and added additional macros</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=0430e1b3c3c5d58aa5a5f932b848a9d89198e958">0430e1b3c3</a></td><td>George Joseph</td><td>logger.c: Added a new log formatter called "plain"</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=950784a4460b4f6fc07e2ffa8b1c6a201b480567">950784a446</a></td><td>George Joseph</td><td>ast_coredumper: Fix issues with naming</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d189bf9ae593a3015e8801ffa80c54734c8162cf">d189bf9ae5</a></td><td>George Joseph</td><td>res_pjsip_session: Ensure reused streams have correct bundle group</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=b8bb63c82f3acc19e8eee6f5938772f3fb5620c6">b8bb63c82f</a></td><td>Joshua C. Colp</td><td>pjsip: Add timer refactor patch and timer 0 cancellation.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=8ebe4c772e41ccc6ae43ce4d22d09339bd2329fb">8ebe4c772e</a></td><td>George Joseph</td><td>Scope Trace: Make it easier to trace through synchronous tasks</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=8076ed59f0c8ae5c0f5ed2abdd6c309cfcd61540">8076ed59f0</a></td><td>George Joseph</td><td>scope_trace: Add/update utilities</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=9d3b01e87442f7c88f14cd812d67b4918e5abeb3">9d3b01e874</a></td><td>George Joseph</td><td>Scope Trace: Add some new tracing macros and an ast_str helper</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=360efdd94f7312970d1dde97b7e7fb3c8f58a6aa">360efdd94f</a></td><td>George Joseph</td><td>Scope Tracing: A new facility for tracing scope enter/exit</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=944d6913190cf79b74cf35927f5c7d05a0173635">944d691319</a></td><td>George Joseph</td><td>frame.c: Make debugging easier</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=017416381fdcb5d222de2c2f39b17672506b061b">017416381f</a></td><td>Asterisk Development Team</td><td>Update for certified/16.8-cert4-rc2</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=bd86f382ed56e54b82401aaf5002b0753bf2e960">bd86f382ed</a></td><td>Joshua C. Colp</td><td>websocket / pjsip: Increase maximum packet size.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=aabb04054a92d531c2ed82832e6d155a297253d1">aabb04054a</a></td><td>Asterisk Development Team</td><td>Update for certified/16.8-cert4-rc1</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=2d7ae83990ac155611115480668987e53dae6150">2d7ae83990</a></td><td>Joshua Colp</td><td>Revert "Revert "core_unreal / core_local: Add multistream and re-negotiation.""</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-16.8-cert3-summary.html | 48
asterisk-certified-16.8-cert3-summary.txt | 154
b/.version | 2
b/CHANGES | 22
b/ChangeLog | 602 +++
b/Makefile | 2
b/asterisk-certified-16.8-cert4-rc4-summary.html | 15
b/asterisk-certified-16.8-cert4-rc4-summary.txt | 83
b/bridges/bridge_softmix.c | 143
b/channels/chan_pjsip.c | 74
b/configs/samples/asterisk.conf.sample | 1
b/configs/samples/logger.conf.sample | 15
b/contrib/scripts/ast_coredumper | 4
b/include/asterisk/bridge_channel.h | 14
b/include/asterisk/format_cap.h | 11
b/include/asterisk/frame.h | 13
b/include/asterisk/logger.h | 426 ++
b/include/asterisk/manager.h | 2
b/include/asterisk/message.h | 18
b/include/asterisk/options.h | 4
b/include/asterisk/res_pjsip_session.h | 12
b/include/asterisk/stream.h | 117
b/include/asterisk/strings.h | 53
b/main/asterisk.c | 1
b/main/asterisk.exports.in | 1
b/main/bridge.c | 21
b/main/bridge_channel.c | 20
b/main/channel.c | 13
b/main/cli.c | 261 +
b/main/format_cap.c | 22
b/main/frame.c | 87
b/main/logger.c | 150
b/main/manager.c | 115
b/main/message.c | 26
b/main/options.c | 9
b/main/stream.c | 109
b/res/res_http_websocket.c | 32
b/res/res_pjsip/location.c | 25
b/res/res_pjsip_pubsub.c | 16
b/res/res_pjsip_session.c | 1809 ++++++++--
b/tests/test_scope_trace.c | 126
b/tests/test_strings.c | 39
b/third-party/pjproject/patches/0040-pjsip-timer-refactor.patch | 1148 ++++++
b/third-party/pjproject/patches/0041-pjlib_cancel_timer_0.patch | 39
44 files changed, 5220 insertions(+), 684 deletions(-)</pre><br></html>

@ -1,257 +0,0 @@
Release Summary
asterisk-certified/16.8-cert4
Date: 2020-11-05
<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/16.8-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.
Coders Testers Reporters
16 George Joseph 2 George Joseph
6 Joshua C. Colp 2 Joshua C. Colp
5 Asterisk Development Team 1 Ross Beer
1 Kevin Harwell 1 cmaj
1 cmaj 1 Kevin Harwell
1 Joshua Colp
1 Ben Ford
----------------------------------------------------------------------
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: Functions/func_version
ASTERISK-29021: [patch] Fix VERSION(ASTERISK_VERSION_NUM) on certified
versions
Reported by: cmaj
* [4e9e503132] cmaj -- Makefile: Fix certified version numbers
Category: Resources/res_pjsip
ASTERISK-28965: res_pjsip: Apply outbound proxy to static contacts on AOR
Reported by: Joshua C. Colp
* [5eec77b452] Joshua C. Colp -- res_pjsip: Apply AOR outbound proxy to
static contacts.
Category: Resources/res_pjsip_session
ASTERISK-29014: res_pjsip_session: Re-INVITE collisions aren't handled
correctly
Reported by: George Joseph
* [1620e94af5] George Joseph -- res_pjsip_session: Fix issue with COLP
and 491
* [9e54db24b6] George Joseph -- res_pjsip_session: Handle multi-stream
re-invites better
ASTERISK-29033: res_pjsip_session: Aggressively terminates session on
failed re-INVITE
Reported by: Joshua C. Colp
* [7b1ace9040] Joshua C. Colp -- res_pjsip_session: Don't aggressively
terminate on failed re-INVITE.
Category: Resources/res_rtp_asterisk
ASTERISK-29089: RTP Ports not cleared after hangup
Reported by: Ross Beer
* [3e54af3afb] Joshua C. Colp -- res_pjsip_session: Fix session
reference leak.
Improvement
Category: Core/ManagerInterface
ASTERISK-28945: AMI SendText - add Content-Type parameter
Reported by: Kevin Harwell
* [5e58fc3939] Kevin Harwell -- manager - Add Content-Type parameter to
the SendText action
----------------------------------------------------------------------
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 |
|------------+---------------+-------------------------------------------|
| | Asterisk | Update CHANGES and UPGRADE.txt for |
| 5e146dde81 | Development | certified/16.8-cert4 |
| | Team | |
|------------+---------------+-------------------------------------------|
| | Asterisk | |
| f777a0d879 | Development | Update for certified/16.8-cert4-rc4 |
| | Team | |
|------------+---------------+-------------------------------------------|
| | | Revert "Revert "Revert "core_unreal / |
| 0757a5113d | George Joseph | core_local: Add multistream and |
| | | re-negotiation.""" |
|------------+---------------+-------------------------------------------|
| | Asterisk | |
| cb9f1759fb | Development | Update for certified/16.8-cert4-rc3 |
| | Team | |
|------------+---------------+-------------------------------------------|
| d5df3b95c8 | Joshua C. | res_pjsip_session: Fix stream name memory |
| | Colp | leak. |
|------------+---------------+-------------------------------------------|
| f74ecc4498 | George Joseph | logger.h: Fix ast_trace to respect |
| | | scope_level |
|------------+---------------+-------------------------------------------|
| 251c9a1891 | George Joseph | bridge_softmix/sfu_topologies_on_join: |
| | | Ignore topology change failures |
|------------+---------------+-------------------------------------------|
| f67c58aa13 | George Joseph | debugging: Add enough to choke a mule |
|------------+---------------+-------------------------------------------|
| c2701d8069 | Ben Ford | Bridging: Use a ref to bridge_channel's |
| | | channel to prevent crash. |
|------------+---------------+-------------------------------------------|
| fb78adce21 | George Joseph | stream.c: Added 2 more debugging utils |
| | | and added pos to stream string |
|------------+---------------+-------------------------------------------|
| d942fe4837 | George Joseph | scope_trace: Added debug messages and |
| | | added additional macros |
|------------+---------------+-------------------------------------------|
| 0430e1b3c3 | George Joseph | logger.c: Added a new log formatter |
| | | called "plain" |
|------------+---------------+-------------------------------------------|
| 950784a446 | George Joseph | ast_coredumper: Fix issues with naming |
|------------+---------------+-------------------------------------------|
| d189bf9ae5 | George Joseph | res_pjsip_session: Ensure reused streams |
| | | have correct bundle group |
|------------+---------------+-------------------------------------------|
| b8bb63c82f | Joshua C. | pjsip: Add timer refactor patch and timer |
| | Colp | 0 cancellation. |
|------------+---------------+-------------------------------------------|
| 8ebe4c772e | George Joseph | Scope Trace: Make it easier to trace |
| | | through synchronous tasks |
|------------+---------------+-------------------------------------------|
| 8076ed59f0 | George Joseph | scope_trace: Add/update utilities |
|------------+---------------+-------------------------------------------|
| 9d3b01e874 | George Joseph | Scope Trace: Add some new tracing macros |
| | | and an ast_str helper |
|------------+---------------+-------------------------------------------|
| 360efdd94f | George Joseph | Scope Tracing: A new facility for tracing |
| | | scope enter/exit |
|------------+---------------+-------------------------------------------|
| 944d691319 | George Joseph | frame.c: Make debugging easier |
|------------+---------------+-------------------------------------------|
| | Asterisk | |
| 017416381f | Development | Update for certified/16.8-cert4-rc2 |
| | Team | |
|------------+---------------+-------------------------------------------|
| bd86f382ed | Joshua C. | websocket / pjsip: Increase maximum |
| | Colp | packet size. |
|------------+---------------+-------------------------------------------|
| | Asterisk | |
| aabb04054a | Development | Update for certified/16.8-cert4-rc1 |
| | Team | |
|------------+---------------+-------------------------------------------|
| 2d7ae83990 | Joshua Colp | Revert "Revert "core_unreal / core_local: |
| | | Add multistream and re-negotiation."" |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
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-16.8-cert3-summary.html | 48
asterisk-certified-16.8-cert3-summary.txt | 154
b/.version | 2
b/CHANGES | 22
b/ChangeLog | 602 +++
b/Makefile | 2
b/asterisk-certified-16.8-cert4-rc4-summary.html | 15
b/asterisk-certified-16.8-cert4-rc4-summary.txt | 83
b/bridges/bridge_softmix.c | 143
b/channels/chan_pjsip.c | 74
b/configs/samples/asterisk.conf.sample | 1
b/configs/samples/logger.conf.sample | 15
b/contrib/scripts/ast_coredumper | 4
b/include/asterisk/bridge_channel.h | 14
b/include/asterisk/format_cap.h | 11
b/include/asterisk/frame.h | 13
b/include/asterisk/logger.h | 426 ++
b/include/asterisk/manager.h | 2
b/include/asterisk/message.h | 18
b/include/asterisk/options.h | 4
b/include/asterisk/res_pjsip_session.h | 12
b/include/asterisk/stream.h | 117
b/include/asterisk/strings.h | 53
b/main/asterisk.c | 1
b/main/asterisk.exports.in | 1
b/main/bridge.c | 21
b/main/bridge_channel.c | 20
b/main/channel.c | 13
b/main/cli.c | 261 +
b/main/format_cap.c | 22
b/main/frame.c | 87
b/main/logger.c | 150
b/main/manager.c | 115
b/main/message.c | 26
b/main/options.c | 9
b/main/stream.c | 109
b/res/res_http_websocket.c | 32
b/res/res_pjsip/location.c | 25
b/res/res_pjsip_pubsub.c | 16
b/res/res_pjsip_session.c | 1809 ++++++++--
b/tests/test_scope_trace.c | 126
b/tests/test_strings.c | 39
b/third-party/pjproject/patches/0040-pjsip-timer-refactor.patch | 1148 ++++++
b/third-party/pjproject/patches/0041-pjlib_cancel_timer_0.patch | 39
44 files changed, 5220 insertions(+), 684 deletions(-)

@ -0,0 +1,22 @@
<!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/16.8-cert5</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/16.8-cert5</h3><h3 align="center">Date: 2020-11-05</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="#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-2020-001,AST-2020-002.html">AST-2020-001,AST-2020-002</a></li>
</ul><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/16.8-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%">1 Kevin Harwell <kharwell@digium.com><br/>1 Ben Ford <bford@digium.com><br/></td><td width="33%"><td width="33%">1 Sandro Gauci <sandro@enablesecurity.com><br/>1 Sebastian Damm <damm@sipgate.de><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: pjproject/pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29057">ASTERISK-29057</a>: pjsip: Crash on call rejection during high load<br/>Reported by: Sandro Gauci<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=81b48f2d104506bc9e77ef36942d70056b4f8138">[81b48f2d10]</a> Kevin Harwell -- AST-2020-001 - res_pjsip: Return dialog locked and referenced</li>
</ul><br><h3>Bug</h3><h4>Category: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29013">ASTERISK-29013</a>: res_pjsip: Asterisk doesn't stop sending invites (with auth) on 407 replies<br/>Reported by: Sebastian Damm<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6057050899a97913e7bb638cfc320822d2a7eb92">[6057050899]</a> Ben Ford -- AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit.</li>
</ul><br><h4>Category: Resources/res_pjsip_authenticator_digest</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29013">ASTERISK-29013</a>: res_pjsip: Asterisk doesn't stop sending invites (with auth) on 407 replies<br/>Reported by: Sebastian Damm<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6057050899a97913e7bb638cfc320822d2a7eb92">[6057050899]</a> Ben Ford -- AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit.</li>
</ul><br><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>include/asterisk/res_pjsip.h | 46 ++++++++++++
include/asterisk/res_pjsip_session.h | 4 -
res/res_pjsip.c | 51 +++++++++++---
res/res_pjsip_pubsub.c | 10 ++
res/res_pjsip_session.c | 125 +++++++++++++++++++++++++++++++++--
5 files changed, 218 insertions(+), 18 deletions(-)</pre><br></html>

@ -0,0 +1,107 @@
Release Summary
asterisk-certified/16.8-cert5
Date: 2020-11-05
<asteriskteam@digium.com>
----------------------------------------------------------------------
Table of Contents
1. Summary
2. Contributors
3. Closed Issues
4. 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-2020-001,AST-2020-002
The data in this summary reflects changes that have been made since the
previous release, asterisk-certified/16.8-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
1 Kevin Harwell 1 Sandro Gauci
1 Ben Ford 1 Sebastian Damm
----------------------------------------------------------------------
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: pjproject/pjsip
ASTERISK-29057: pjsip: Crash on call rejection during high load
Reported by: Sandro Gauci
* [81b48f2d10] Kevin Harwell -- AST-2020-001 - res_pjsip: Return dialog
locked and referenced
Bug
Category: Resources/res_pjsip
ASTERISK-29013: res_pjsip: Asterisk doesn't stop sending invites (with
auth) on 407 replies
Reported by: Sebastian Damm
* [6057050899] Ben Ford -- AST-2020-002 - res_pjsip: Stop sending
INVITEs after challenge limit.
Category: Resources/res_pjsip_authenticator_digest
ASTERISK-29013: res_pjsip: Asterisk doesn't stop sending invites (with
auth) on 407 replies
Reported by: Sebastian Damm
* [6057050899] Ben Ford -- AST-2020-002 - res_pjsip: Stop sending
INVITEs after challenge limit.
----------------------------------------------------------------------
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.
include/asterisk/res_pjsip.h | 46 ++++++++++++
include/asterisk/res_pjsip_session.h | 4 -
res/res_pjsip.c | 51 +++++++++++---
res/res_pjsip_pubsub.c | 10 ++
res/res_pjsip_session.c | 125 +++++++++++++++++++++++++++++++++--
5 files changed, 218 insertions(+), 18 deletions(-)
Loading…
Cancel
Save