Update for 16.17.0

This commit is contained in:
Asterisk Development Team
2021-03-25 12:30:04 -05:00
parent 7022e06955
commit 77ea4d0b26
6 changed files with 788 additions and 117 deletions

View File

@@ -1 +1 @@
16.17.0-rc2
16.17.0

View File

@@ -1,3 +1,7 @@
2021-03-25 17:30 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk 16.17.0 Released.
2021-03-22 15:38 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk 16.17.0-rc2 Released.

View File

@@ -1,14 +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-16.17.0-rc2</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-16.17.0-rc2</h3><h3 align="center">Date: 2021-03-22</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="#open_issues">Open 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 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-16.17.0-rc1.</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 Joshua C. Colp <jcolp@sangoma.com><br/>1 George Joseph <gjoseph@digium.com><br/></td><td width="33%"><td width="33%">1 sungtae kim <pchero21@gmail.com><br/>1 Matthias Hensler <mh@relaix.net><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: Channels/chan_local</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29035">ASTERISK-29035</a>: chan_local: Multistream support breaks T.38 faxing<br/>Reported by: Matthias Hensler<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=093a4444d5758769d82f5f512653b55a29f88ab9">[093a4444d5]</a> Joshua C. Colp -- core_unreal: Fix deadlock with T.38 control frames.</li>
</ul><br><hr><a name="open_issues"><h2 align="center">Open Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all open issues from the issue tracker that were referenced by changes that went into this release.</p><h3>Bug</h3><h4>Category: Resources/res_pjsip_session</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29215">ASTERISK-29215</a>: res_pjsip_session: NULL active_media_state topology caused asterisk crash<br/>Reported by: sungtae kim<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6a31b988e783f4f5f711e308ad0c1fa7f363ed25">[6a31b988e7]</a> George Joseph -- res_pjsip_session: Make reschedule_reinvite check for NULL topologies</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>0 files changed</pre><br></html>

View File

@@ -1,102 +0,0 @@
Release Summary
asterisk-16.17.0-rc2
Date: 2021-03-22
<asteriskteam@digium.com>
----------------------------------------------------------------------
Table of Contents
1. Summary
2. Contributors
3. Closed Issues
4. Open Issues
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-16.17.0-rc1.
----------------------------------------------------------------------
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 Joshua C. Colp 1 sungtae kim
1 George Joseph 1 Matthias Hensler
----------------------------------------------------------------------
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_local
ASTERISK-29035: chan_local: Multistream support breaks T.38 faxing
Reported by: Matthias Hensler
* [093a4444d5] Joshua C. Colp -- core_unreal: Fix deadlock with T.38
control frames.
----------------------------------------------------------------------
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_session
ASTERISK-29215: res_pjsip_session: NULL active_media_state topology caused
asterisk crash
Reported by: sungtae kim
* [6a31b988e7] George Joseph -- res_pjsip_session: Make
reschedule_reinvite check for NULL topologies
----------------------------------------------------------------------
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.
0 files changed

View File

@@ -0,0 +1,200 @@
<!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-16.17.0</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-16.17.0</h3><h3 align="center">Date: 2021-03-25</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-16.16.0.</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%">11 Alexander Traud <pabstraud@compuserve.com><br/>9 Joshua C. Colp <jcolp@sangoma.com><br/>8 Sean Bright <sean.bright@gmail.com><br/>6 Jaco Kroon <jaco@uls.co.za><br/>5 George Joseph <gjoseph@digium.com><br/>4 Ben Ford <bford@digium.com><br/>3 Kevin Harwell <kharwell@sangoma.com><br/>3 Asterisk Development Team <asteriskteam@digium.com><br/>3 Ivan Poddubnyi <ivan.poddubny@gmail.com><br/>3 Boris P. Korzun <drtr0jan@yandex.ru><br/>1 Salah Ahmed <sahmed@voxbone.com><br/>1 Dan Cropp <dan@amtelco.com><br/>1 Holger Hans Peter Freyther <holger@moiji-mobile.com><br/>1 Nico Kooijman <nk@voclarion.nl><br/>1 Alexei Gradinari <alex2grad@gmail.com><br/>1 Torrey Searle <tsearle@voxbone.com><br/>1 Robert Cripps <rcripps@voxbone.com><br/>1 Sebastien Duthil <sduthil@wazo.community><br/>1 Mark Petersen <bugs.digium.com@zombie.dk><br/></td><td width="33%">1 Mark Petersen<br/></td><td width="33%">6 Alexander Traud <pabstraud@compuserve.com><br/>3 Boris P. Korzun <drtr0jan@yandex.ru><br/>3 Joshua C. Colp <jcolp@digium.com><br/>2 Matthias Hensler <mh@relaix.net><br/>2 Stefan Ruf <ruf.stefan@swm.de><br/>2 Sebastian Damm <sdamm@pascom.net><br/>2 Gregory Massel <greg@csurf.co.za><br/>1 Rusty Newton <rnewton@digium.com><br/>1 Jacek Konieczny <jkonieczny@eggsoft.pl><br/>1 Alexei Gradinari <alex2grad@gmail.com><br/>1 Ivan Poddubny <ivan.poddubny@gmail.com><br/>1 Boolah <boolah@mailvoid.net><br/>1 Jaco Kroon <jaco@uls.co.za><br/>1 Edvin Vidmar <edvinvidmar@hotmail.com><br/>1 Sébastien Duthil <sduthil@wazo.community><br/>1 Jean Aunis - Prescom <jean.aunis@prescom.fr><br/>1 sungtae kim <pchero21@gmail.com><br/>1 Benjamin Keith Ford <bford@digium.com><br/>1 Salah Ahmed <txrubel@gmail.com><br/>1 Mauri de Souza Meneguzzo (3CPlus) <mauri.nunes@fluxoti.com><br/>1 N A<br/>1 N A <mail@interlinked.x10host.com><br/>1 Jacek Konieczny<br/>1 IAMJames_ <jamesys@gmail.com><br/>1 Mark Petersen <bugs.digium.com@zombie.dk><br/>1 Dan Cropp <dan@amtelco.com><br/>1 Ivan Poddubny<br/>1 Vitezslav Novy <a1@vnovy.net><br/>1 Mark Petersen<br/>1 Michael Maier <m1278468@mailbox.org><br/>1 George Joseph <gjoseph@digium.com><br/>1 Alexander Traud<br/>1 Brian Paboojian <brian@nthonet.com><br/>1 Dan Cropp<br/>1 Robert Cripps <rcripps@voxbone.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: Resources/res_pjsip_t38</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29305">ASTERISK-29305</a>: ASTERISK-29203 / AST-2021-002 -- Another scenario is causing a crash<br/>Reported by: Gregory Massel<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=b409fa1fff6effa50778d078f7acf0006282f804">[b409fa1fff]</a> Ben Ford -- AST-2021-006 - res_pjsip_t38.c: Check for session_media on reinvite.</li>
</ul><br><h4>Category: Resources/res_srtp</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29260">ASTERISK-29260</a>: sRTP Replay Protection ignored; even tears down long calls<br/>Reported by: Alexander Traud<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c98de279b2f08bf9b6887fef6ffb8d728c5c32f2">[c98de279b2]</a> Alexander Traud -- rtp: Enable srtp replay protection</li>
</ul><br><h4>Category: pjproject/pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29227">ASTERISK-29227</a>: res_pjsip_diversion: sending multiple 181 responses causes memory corruption and crash<br/>Reported by: Ivan Poddubny<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=872c1786e6a3397b9041d462a33070645d55db3e">[872c1786e6]</a> Ivan Poddubnyi -- res_pjsip_diversion: Fix adding more than one histinfo to Supported</li>
</ul><br><h3>Bug</h3><h4>Category: Applications/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29287">ASTERISK-29287</a>: app.h: C++ compatibility broken<br/>Reported by: Jean Aunis - Prescom<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=a63c7883b4806d20400b68cac3e9298e0672c998">[a63c7883b4]</a> Jaco Kroon -- app.h: Restore C++ compatibility for macro AST_DECLARE_APP_ARGS</li>
</ul><br><h4>Category: Applications/app_confbridge</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29071">ASTERISK-29071</a>: app_confbridge: Memory rises when jitterbuffer enabled and muting over AMI occurs<br/>Reported by: Stefan Ruf<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ceb8404667069bb2cb106395da513cd7b05db643">[ceb8404667]</a> Joshua C. Colp -- channel: Fix crash in suppress API.</li>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c81c4f3ae289a245389a79cbed6b935b63d8e2bd">[c81c4f3ae2]</a> Joshua C. Colp -- channel: Fix memory leak in suppress API.</li>
</ul><br><h4>Category: Applications/app_dial</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29329">ASTERISK-29329</a>: app_dial: DTMF to 'D' option gets duplicated if there are multiple progress events<br/>Reported by: N A<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=dcfcf7d70a9f806f89bc677e115708f2107a8025">[dcfcf7d70a]</a> Sean Bright -- app_dial.c: Only send DTMF on first progress event.</li>
</ul><br><h4>Category: Applications/app_page</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-16799">ASTERISK-16799</a>: Callee declined when 'beep' audio file does not exist<br/>Reported by: IAMJames_<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=860486785757887b9057693f5f0b87fbaa7b2b7c">[8604867857]</a> Sean Bright -- app_page.c: Don't fail to Page if beep sound file is missing</li>
</ul><br><h4>Category: Applications/app_queue</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28369">ASTERISK-28369</a>: app_queue: Member device state "invalid" when second call is ringing and hint is used<br/>Reported by: Boolah <ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c63ab5580ccb31128170a800ed50f154051a8718">[c63ab5580c]</a> Ivan Poddubnyi -- app_queue: Fix conversion of complex extension states into device states</li>
</ul><br><h4>Category: Channels/chan_local</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29035">ASTERISK-29035</a>: chan_local: Multistream support breaks T.38 faxing<br/>Reported by: Matthias Hensler<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=093a4444d5758769d82f5f512653b55a29f88ab9">[093a4444d5]</a> Joshua C. Colp -- core_unreal: Fix deadlock with T.38 control frames.</li>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=215550ed4ba31225a79414bcbaf9da431f4e1260">[215550ed4b]</a> Ben Ford -- core_unreal: Fix T.38 faxing when using local channels.</li>
</ul><br><h4>Category: Channels/chan_sip/CodecHandling</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29280">ASTERISK-29280</a>: chan_sip: Allow peers without audio (text+video).<br/>Reported by: Alexander Traud<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=2bcec10db8d5b78c85a1303179025d314fc6c4ab">[2bcec10db8]</a> Alexander Traud -- chan_sip: Allow [peer] without audio (text+video).</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29265">ASTERISK-29265</a>: chan_sip: Allow text+video media streams, again.<br/>Reported by: Alexander Traud<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=4a341f288d12f2fb4f7b1ed229f4180196fa1a66">[4a341f288d]</a> Alexander Traud -- chan_sip: Set up calls without audio (text+video), again.</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29258">ASTERISK-29258</a>: chan_sip: Audio stream rejected, Other stream present: Invalid SDP.<br/>Reported by: Alexander Traud<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=7dc0cded8609ec55eb278dd492490888ea9d10ba">[7dc0cded86]</a> Alexander Traud -- chan_sip: SDP: Reject audio streams correctly.</li>
</ul><br><h4>Category: Core/Bridging</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29071">ASTERISK-29071</a>: app_confbridge: Memory rises when jitterbuffer enabled and muting over AMI occurs<br/>Reported by: Stefan Ruf<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ceb8404667069bb2cb106395da513cd7b05db643">[ceb8404667]</a> Joshua C. Colp -- channel: Fix crash in suppress API.</li>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c81c4f3ae289a245389a79cbed6b935b63d8e2bd">[c81c4f3ae2]</a> Joshua C. Colp -- channel: Fix memory leak in suppress API.</li>
</ul><br><h4>Category: Core/Channels</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29259">ASTERISK-29259</a>: channel: Allow text+video media streams, again.<br/>Reported by: Alexander Traud<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=8a2f0fbbd1ce25ca7d090cd4f41bd800a62e35de">[8a2f0fbbd1]</a> Alexander Traud -- channel: Set up calls without audio (text+video), again.</li>
</ul><br><h4>Category: Core/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29306">ASTERISK-29306</a>: strings: Incorrect use of __attribute__((pure)) in ast_str_to_lower definition<br/>Reported by: Vitezslav Novy<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=08b94d5837aba4850cc8fee513c518551e905ef0">[08b94d5837]</a> Sean Bright -- strings.h: ast_str_to_upper() and _to_lower() are not pure.</li>
</ul><br><h4>Category: Core/Internationalization</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29297">ASTERISK-29297</a>: say: Y2021 problem Asterisk cannot say year 2021 in Dutch<br/>Reported by: Jacek Konieczny<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=980cc0d36428b3080a06518e0db22cd55636f8b7">[980cc0d364]</a> Nico Kooijman -- main: With Dutch language year after 2020 is not spoken in say.c</li>
</ul><br><h4>Category: Documentation</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-24434">ASTERISK-24434</a>: Fix differing usage of assignment operators in modules.conf<br/>Reported by: Rusty Newton<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=526917bf616323f7b1c3e0cc01963f160f6529f8">[526917bf61]</a> Sean Bright -- modules.conf: Fix differing usage of assignment operators.</li>
</ul><br><h4>Category: Resources/res_config_pgsql</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29293">ASTERISK-29293</a>: res_config_pgsql: Limit realtime_pgsql() to return one (no more) record<br/>Reported by: Boris P. Korzun<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=3096dcee15dcf7b0bb961ce80eeebd4e17cdd3db">[3096dcee15]</a> Boris P. Korzun -- res_config_pgsql: Limit realtime_pgsql() to return one (no more) record.</li>
</ul><br><h4>Category: Resources/res_fax</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29312">ASTERISK-29312</a>: res_fax: asterisk fails to publish the Stasis and ReceiveFax status messages if the remote Station ID contains invalid UTF-8 characters<br/>Reported by: Alexei Gradinari<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d7eaf44501641a4dc783ffe183f2fc61693b7fb9">[d7eaf44501]</a> Alexei Gradinari -- res_fax: validate the remote/local Station ID for UTF-8 format</li>
</ul><br><h4>Category: Resources/res_odbc</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29311">ASTERISK-29311</a>: res_odbc_transaction sets forcecommit default value based on isolation level instead of forcecommit<br/>Reported by: Jaco Kroon<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=9a1cf7fb77e939593f160a412cd76edb9fd4cce6">[9a1cf7fb77]</a> Jaco Kroon -- res_odbc_transaction: correctly initialise forcecommit value from DSN.</li>
</ul><br><h4>Category: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29196">ASTERISK-29196</a>: res_pjsip: Segmentation fault<br/>Reported by: Mauri de Souza Meneguzzo (3CPlus)<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=5a4531782caa20bfc563269cfdf9eb64d64ae322">[5a4531782c]</a> Joshua C. Colp -- pjsip: Make modify_local_offer2 tolerate previous failed SDP.</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29261">ASTERISK-29261</a>: res_pjsip: user=phone validation fail for isup numbers containing *#<br/>Reported by: Mark Petersen<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=97400d063dea272cabfe31a628f5cb3ac2e9df24">[97400d063d]</a> Mark Petersen -- res/res_pjsip.c: allow user=phone when number contain *#</li>
</ul><br><h4>Category: Resources/res_pjsip_nat</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29235">ASTERISK-29235</a>: res_pjsip_nat: Contact is rewritten on REGISTER responses with external_signaling_address<br/>Reported by: Brian Paboojian<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d65041ebea0d54b5306419866a08e6e171fb444d">[d65041ebea]</a> Joshua C. Colp -- res_pjsip_nat: Don't rewrite Contact on REGISTER responses.</li>
</ul><br><h4>Category: Resources/res_pjsip_refer</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29313">ASTERISK-29313</a>: res_pjsip_refer: Segfault in progress notify<br/>Reported by: George Joseph<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=1c1d4b2c68422e30d90177fb09b66f96afcfd01b">[1c1d4b2c68]</a> George Joseph -- res_pjsip_refer: Refactor progress locking and serialization</li>
</ul><br><h4>Category: Resources/res_pjsip_registrar</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29235">ASTERISK-29235</a>: res_pjsip_nat: Contact is rewritten on REGISTER responses with external_signaling_address<br/>Reported by: Brian Paboojian<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d65041ebea0d54b5306419866a08e6e171fb444d">[d65041ebea]</a> Joshua C. Colp -- res_pjsip_nat: Don't rewrite Contact on REGISTER responses.</li>
</ul><br><h4>Category: Resources/res_pjsip_sdp_rtp</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29105">ASTERISK-29105</a>: chan_pjsip: 180 Ringing with SDP not changed into progress<br/>Reported by: Sebastian Damm<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=4ceb07434c636e69993fe23e4b52e3ff41f683b7">[4ceb07434c]</a> Holger Hans Peter Freyther -- pjsip: Generate progress (once) when receiving a 180 with a SDP</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28452">ASTERISK-28452</a>: pjsip: <sess-version> of SDP is not incremented though SDP may be changed on reinvite without SDP offer<br/>Reported by: Michael Maier<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=7acb6e2194026da7ed8e1ef59cdf4e953a37bf67">[7acb6e2194]</a> Joshua C. Colp -- res_pjsip_session: Always produce offer on re-INVITE without SDP.</li>
</ul><br><h4>Category: Resources/res_pjsip_session</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29215">ASTERISK-29215</a>: res_pjsip_session: NULL active_media_state topology caused asterisk crash<br/>Reported by: sungtae kim<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6a31b988e783f4f5f711e308ad0c1fa7f363ed25">[6a31b988e7]</a> George Joseph -- res_pjsip_session: Make reschedule_reinvite check for NULL topologies</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29303">ASTERISK-29303</a>: pjsip: Re-invite occurs when it shouldn't<br/>Reported by: Benjamin Keith Ford<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=88461a23bb4241f3a7fb8b11964c546c8f756154">[88461a23bb]</a> Ben Ford -- res_pjsip_session.c: Check topology on re-invite.</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29203">ASTERISK-29203</a>: res_pjsip_t38: Crash when changing state<br/>Reported by: Gregory Massel<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=5699eb7b0f19805f8f096ff03c032f5195581626">[5699eb7b0f]</a> Kevin Harwell -- AST-2021-002: Remote crash possible when negotiating T.38</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29220">ASTERISK-29220</a>: After T38 reinvite response of 488 a subsequent G711 reinvite is not processed correctly. Instead the previous T38 session media is used<br/>Reported by: Robert Cripps<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ff037a135cc7501215268a2da8689541baf4e40c">[ff037a135c]</a> Robert Cripps -- res/res_pjsip_session.c: Check that media type matches in</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29248">ASTERISK-29248</a>: res_pjsip_session: res sometimes uninitialized reported by compiler Clang.<br/>Reported by: Alexander Traud<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=3b1cab26a523b64f64c9a1b4c9ae414f4d4b7f91">[3b1cab26a5]</a> Alexander Traud -- res_pjsip_session: Avoid sometimes-uninitialized warning with Clang.</li>
</ul><br><h4>Category: Resources/res_pjsip_t38</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29203">ASTERISK-29203</a>: res_pjsip_t38: Crash when changing state<br/>Reported by: Gregory Massel<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=5699eb7b0f19805f8f096ff03c032f5195581626">[5699eb7b0f]</a> Kevin Harwell -- AST-2021-002: Remote crash possible when negotiating T.38</li>
</ul><br><h4>Category: Resources/res_rtp_asterisk</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29300">ASTERISK-29300</a>: res_rtp_asterisk: When native local bridging the remote SSRC becomes permanent<br/>Reported by: Sebastian Damm<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=b90ecc6b31f37f2a21b96982e2b12dd683ecbd05">[b90ecc6b31]</a> Torrey Searle -- res/res_rtp_asterisk: generate new SSRC on native bridge end</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29266">ASTERISK-29266</a>: ICE Role conflict with an unauthorized session<br/>Reported by: Salah Ahmed<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6c065088be1005fa483fed02f7c7811de55c7497">[6c065088be]</a> Salah Ahmed -- res_rtp_asterisk: Check remote ICE reset and reset local ice attrb</li>
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29205">ASTERISK-29205</a>: res_rtp_asterisk: Asterisk crashes when making hold/unhold from webrtc client<br/>Reported by: Edvin Vidmar<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=76125bec4adacbcca16affa9365c2fd0f472930c">[76125bec4a]</a> Sean Bright -- res_rtp_asterisk.c: Fix signed mismatch that leads to overflow</li>
</ul><br><h4>Category: pjproject/pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28452">ASTERISK-28452</a>: pjsip: <sess-version> of SDP is not incremented though SDP may be changed on reinvite without SDP offer<br/>Reported by: Michael Maier<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=7acb6e2194026da7ed8e1ef59cdf4e953a37bf67">[7acb6e2194]</a> Joshua C. Colp -- res_pjsip_session: Always produce offer on re-INVITE without SDP.</li>
</ul><br><h3>Improvement</h3><h4>Category: Applications/app_mixmonitor</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29244">ASTERISK-29244</a>: Add MixMonitorStart / Stop / Mute AMI events<br/>Reported by: Sébastien Duthil<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=435d68be9725d2d72b1e1158beb2e09b95bd7764">[435d68be97]</a> Sebastien Duthil -- app_mixmonitor: Add AMI events MixMonitorStart, -Stop and -Mute.</li>
</ul><br><h4>Category: Applications/app_transfer</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29252">ASTERISK-29252</a>: TRANSFERSTATUSPROTOCOL variable to report Transfer (REFER) failure SIP code<br/>Reported by: Dan Cropp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=a5364ac69bfd89d14675ea38f4db830b8804e742">[a5364ac69b]</a> Dan Cropp -- chan_pjsip, app_transfer: Add TRANSFERSTATUSPROTOCOL variable</li>
</ul><br><h4>Category: Channels/chan_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29252">ASTERISK-29252</a>: TRANSFERSTATUSPROTOCOL variable to report Transfer (REFER) failure SIP code<br/>Reported by: Dan Cropp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=a5364ac69bfd89d14675ea38f4db830b8804e742">[a5364ac69b]</a> Dan Cropp -- chan_pjsip, app_transfer: Add TRANSFERSTATUSPROTOCOL variable</li>
</ul><br><h4>Category: Core/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29326">ASTERISK-29326</a>: asterisk: Update copyright/company<br/>Reported by: Joshua C. Colp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=4083aa65460925043060224b83dcd81724a3fb6c">[4083aa6546]</a> Joshua C. Colp -- asterisk: Update copyright.</li>
</ul><br><h4>Category: Core/Sorcery</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29321">ASTERISK-29321</a>: sorcery: Add support for more intelligent reloading.<br/>Reported by: Joshua C. Colp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=11b53aecc8d6665821f46805a9e5f9ef46ada85b">[11b53aecc8]</a> Joshua C. Colp -- sorcery: Add support for more intelligent reloading.</li>
</ul><br><h4>Category: Formats/format_wav</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29275">ASTERISK-29275</a>: Support of MIME-type for wav16<br/>Reported by: Boris P. Korzun<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f996c7a48fd73b0ef326fe65019f4a95b210b194">[f996c7a48f]</a> Boris P. Korzun -- format_wav: Support of MIME-type for wav16</li>
</ul><br><h4>Category: Resources/res_musiconhold</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29262">ASTERISK-29262</a>: Support of various URL-schemes by MoH<br/>Reported by: Boris P. Korzun<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=e78239e6f5ecd3463cae9f7fce0431df10642abc">[e78239e6f5]</a> Boris P. Korzun -- res_musiconhold: Add support of various URL-schemes by MoH.</li>
</ul><br><h4>Category: Resources/res_pjsip_registrar</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29325">ASTERISK-29325</a>: res_pjsip_registrar: Include source IP address and port in log messages<br/>Reported by: Joshua C. Colp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=13b1ee8aa5aaa8de6f8e1ce250a937f2ee1ba5e8">[13b1ee8aa5]</a> Joshua C. Colp -- res_pjsip_registrar: Include source IP and port in log messages.</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=7022e069555c787a4ef27656f0391531d6fe832f">7022e06955</a></td><td>Asterisk Development Team</td><td>Update for 16.17.0-rc2</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=e3b0ea02cad1098e29687b2f04462c0cfc4a342f">e3b0ea02ca</a></td><td>Asterisk Development Team</td><td>Update for 16.17.0-rc1</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ec8b030bd72c78acfeed7a2bc712b5b4c530e6c3">ec8b030bd7</a></td><td>Kevin Harwell</td><td>manager: Increase the non breaking AMI version number</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=fb17a416415d25422ef427473659d13dbcd78c3c">fb17a41641</a></td><td>Asterisk Development Team</td><td>Update CHANGES and UPGRADE.txt for 16.17.0</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=59129bfab8b73256abab73dce8caf3738773737b">59129bfab8</a></td><td>Jaco Kroon</td><td>func_callerid+res_agi: Fix compile errors related to -Werror=zero-length-bounds</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=fce875cf46abc121350e4658858a94104f835063">fce875cf46</a></td><td>Jaco Kroon</td><td>app.h: Fix -Werror=zero-length-bounds compile errors in dev mode.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f8751758152f030d12504ab83f35e86002dacebd">f875175815</a></td><td>Alexander Traud</td><td>res_format_attr_*: Parameter Names are Case-Insensitive.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=10c0d9e711038d4eee10fd36a6899922132324fe">10c0d9e711</a></td><td>Alexander Traud</td><td>chan_iax2: System Header strings is included via asterisk.h/compat.h.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=1fc4ab38b860b3d526a0eaa40aaea6a2b7881538">1fc4ab38b8</a></td><td>Sean Bright</td><td>res_musiconhold.c: Plug ref leak caused by ao2_replace() misuse.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=90a456e6d2d51c5a4799e00f0cc2fd59d3274b17">90a456e6d2</a></td><td>George Joseph</td><td>res_pjsip_refer: Move the progress dlg release to a serializer</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=fcf1bec363ae27c7b2b1eb141ad713c9b8f4d11e">fcf1bec363</a></td><td>Alexander Traud</td><td>res_format_attr_h263: Generate valid SDP fmtp for H.263+.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=11fa7f6e0c9fb32967d19741e4ecbe3da36ea1b8">11fa7f6e0c</a></td><td>Kevin Harwell</td><td>res_rtp_asterisk: Add packet subtype during RTCP debug when relevant</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=99666117be32160b522cb04ffb30637c11d5e8c2">99666117be</a></td><td>Alexander Traud</td><td>chan_sip: Filter pass-through audio/video formats away, again.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d847f7e8f8736e5f51fd11df2992fac87131c1d8">d847f7e8f8</a></td><td>Jaco Kroon</td><td>func_odbc: Introduce minargs config and expose ARGC in addition to ARGn.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=3be7de5b117d7d940c7c9d01d54cd1c65861a2f6">3be7de5b11</a></td><td>George Joseph</td><td>res_pjsip_refer: Always serialize calls to refer_progress_notify</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=10c2e1749b764f4a225e857b1478c13a1b04f328">10c2e1749b</a></td><td>George Joseph</td><td>chan_iax2.c: Require secret and auth method if encryption is enabled</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=62ca911d29686787d125c9f693e80b2311b21d5f">62ca911d29</a></td><td>Sean Bright</td><td>app_read: Release tone zone reference on early return.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=0a5141f2f3c01f32b6306bf7426492d678088af7">0a5141f2f3</a></td><td>Ivan Poddubnyi</td><td>main/frame: Add missing control frame names to ast_frame_subclass2str</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=aa03d07a085d32dbc6b482aaa5215f539f60d771">aa03d07a08</a></td><td>Jaco Kroon</td><td>AC_HEADER_STDC causes a compile failure with autoconf 2.70</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6915106cc1765acf31a9a9b409cd8193628f59fb">6915106cc1</a></td><td>Alexander Traud</td><td>pjsip_scheduler: Fix pjsip show scheduled_tasks like for compiler Clang.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=0520f8320cedb3e646ca25f6e657c56a5651ab1c">0520f8320c</a></td><td>Ben Ford</td><td>chan_pjsip.c: Add parameters to frame in indicate.</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=2c533dc76f8042c5017927b7dadc7920272eca45">2c533dc76f</a></td><td>Sean Bright</td><td>res_pjsip_pubsub: Fix truncation of persisted SUBSCRIBE packet</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-16.16.0-summary.html | 158 -----
asterisk-16.16.0-summary.txt | 486 ----------------
b/.version | 2
b/CHANGES | 53 +
b/ChangeLog | 896 ++++++++++++++++++++++++++++++-
b/README.md | 8
b/UPGRADE.txt | 14
b/apps/app_dial.c | 14
b/apps/app_mixmonitor.c | 75 ++
b/apps/app_page.c | 13
b/apps/app_queue.c | 6
b/apps/app_read.c | 3
b/apps/app_transfer.c | 24
b/asterisk-16.17.0-rc2-summary.html | 14
b/asterisk-16.17.0-rc2-summary.txt | 102 +++
b/channels/chan_iax2.c | 40 +
b/channels/chan_pjsip.c | 41 +
b/channels/chan_sip.c | 60 --
b/configs/samples/func_odbc.conf.sample | 11
b/configs/samples/iax.conf.sample | 9
b/configs/samples/modules.conf.sample | 16
b/configs/samples/rtp.conf.sample | 12
b/configs/samples/stasis.conf.sample | 2
b/configure | 116 ----
b/configure.ac | 5
b/formats/format_wav.c | 3
b/funcs/func_callerid.c | 146 ++---
b/funcs/func_odbc.c | 31 +
b/include/asterisk/app.h | 7
b/include/asterisk/channel.h | 12
b/include/asterisk/core_unreal.h | 2
b/include/asterisk/manager.h | 2
b/include/asterisk/sorcery.h | 22
b/include/asterisk/stasis_channels.h | 26
b/include/asterisk/strings.h | 4
b/main/asterisk.c | 8
b/main/channel.c | 45 +
b/main/core_unreal.c | 92 +++
b/main/frame.c | 9
b/main/manager_channels.c | 56 +
b/main/say.c | 4
b/main/sorcery.c | 17
b/main/stasis.c | 3
b/main/stasis_channels.c | 9
b/main/translate.c | 24
b/res/res_agi.c | 6
b/res/res_config_pgsql.c | 32 -
b/res/res_fax.c | 12
b/res/res_format_attr_celt.c | 14
b/res/res_format_attr_h263.c | 141 ++++
b/res/res_format_attr_ilbc.c | 12
b/res/res_format_attr_opus.c | 31 -
b/res/res_format_attr_silk.c | 17
b/res/res_format_attr_siren14.c | 13
b/res/res_format_attr_siren7.c | 13
b/res/res_format_attr_vp8.c | 12
b/res/res_musiconhold.c | 10
b/res/res_odbc_transaction.c | 5
b/res/res_pjsip.c | 2
b/res/res_pjsip/pjsip_scheduler.c | 2
b/res/res_pjsip_diversion.c | 14
b/res/res_pjsip_endpoint_identifier_ip.c | 3
b/res/res_pjsip_nat.c | 24
b/res/res_pjsip_outbound_registration.c | 12
b/res/res_pjsip_path.c | 12
b/res/res_pjsip_pubsub.c | 2
b/res/res_pjsip_refer.c | 163 +++--
b/res/res_pjsip_registrar.c | 21
b/res/res_pjsip_sdp_rtp.c | 42 +
b/res/res_pjsip_session.c | 197 ++++--
b/res/res_pjsip_t38.c | 9
b/res/res_rtp_asterisk.c | 75 ++
b/res/res_sorcery_config.c | 12
73 files changed, 2429 insertions(+), 1181 deletions(-)</pre><br></html>

View File

@@ -0,0 +1,583 @@
Release Summary
asterisk-16.17.0
Date: 2021-03-25
<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-16.16.0.
----------------------------------------------------------------------
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
11 Alexander Traud 1 Mark Petersen 6 Alexander Traud
9 Joshua C. Colp 3 Boris P. Korzun
8 Sean Bright 3 Joshua C. Colp
6 Jaco Kroon 2 Matthias Hensler
5 George Joseph 2 Stefan Ruf
4 Ben Ford 2 Sebastian Damm
3 Kevin Harwell 2 Gregory Massel
3 Asterisk Development Team 1 Rusty Newton
3 Ivan Poddubnyi 1 Jacek Konieczny
3 Boris P. Korzun 1 Alexei Gradinari
1 Salah Ahmed 1 Ivan Poddubny
1 Dan Cropp 1 Boolah
1 Holger Hans Peter Freyther 1 Jaco Kroon
1 Nico Kooijman 1 Edvin Vidmar
1 Alexei Gradinari 1 Sébastien Duthil
1 Torrey Searle 1 Jean Aunis - Prescom
1 Robert Cripps 1 sungtae kim
1 Sebastien Duthil 1 Benjamin Keith Ford
1 Mark Petersen 1 Salah Ahmed
1 Mauri de Souza Meneguzzo
(3CPlus)
1 N A
1 N A
1 Jacek Konieczny
1 IAMJames_
1 Mark Petersen
1 Dan Cropp
1 Ivan Poddubny
1 Vitezslav Novy
1 Mark Petersen
1 Michael Maier
1 George Joseph
1 Alexander Traud
1 Brian Paboojian
1 Dan Cropp
1 Robert Cripps
----------------------------------------------------------------------
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: Resources/res_pjsip_t38
ASTERISK-29305: ASTERISK-29203 / AST-2021-002 -- Another scenario is
causing a crash
Reported by: Gregory Massel
* [b409fa1fff] Ben Ford -- AST-2021-006 - res_pjsip_t38.c: Check for
session_media on reinvite.
Category: Resources/res_srtp
ASTERISK-29260: sRTP Replay Protection ignored; even tears down long calls
Reported by: Alexander Traud
* [c98de279b2] Alexander Traud -- rtp: Enable srtp replay protection
Category: pjproject/pjsip
ASTERISK-29227: res_pjsip_diversion: sending multiple 181 responses causes
memory corruption and crash
Reported by: Ivan Poddubny
* [872c1786e6] Ivan Poddubnyi -- res_pjsip_diversion: Fix adding more
than one histinfo to Supported
Bug
Category: Applications/General
ASTERISK-29287: app.h: C++ compatibility broken
Reported by: Jean Aunis - Prescom
* [a63c7883b4] Jaco Kroon -- app.h: Restore C++ compatibility for macro
AST_DECLARE_APP_ARGS
Category: Applications/app_confbridge
ASTERISK-29071: app_confbridge: Memory rises when jitterbuffer enabled and
muting over AMI occurs
Reported by: Stefan Ruf
* [ceb8404667] Joshua C. Colp -- channel: Fix crash in suppress API.
* [c81c4f3ae2] Joshua C. Colp -- channel: Fix memory leak in suppress
API.
Category: Applications/app_dial
ASTERISK-29329: app_dial: DTMF to 'D' option gets duplicated if there are
multiple progress events
Reported by: N A
* [dcfcf7d70a] Sean Bright -- app_dial.c: Only send DTMF on first
progress event.
Category: Applications/app_page
ASTERISK-16799: Callee declined when 'beep' audio file does not exist
Reported by: IAMJames_
* [8604867857] Sean Bright -- app_page.c: Don't fail to Page if beep
sound file is missing
Category: Applications/app_queue
ASTERISK-28369: app_queue: Member device state "invalid" when second call
is ringing and hint is used
Reported by: Boolah
* [c63ab5580c] Ivan Poddubnyi -- app_queue: Fix conversion of complex
extension states into device states
Category: Channels/chan_local
ASTERISK-29035: chan_local: Multistream support breaks T.38 faxing
Reported by: Matthias Hensler
* [093a4444d5] Joshua C. Colp -- core_unreal: Fix deadlock with T.38
control frames.
* [215550ed4b] Ben Ford -- core_unreal: Fix T.38 faxing when using local
channels.
Category: Channels/chan_sip/CodecHandling
ASTERISK-29280: chan_sip: Allow peers without audio (text+video).
Reported by: Alexander Traud
* [2bcec10db8] Alexander Traud -- chan_sip: Allow [peer] without audio
(text+video).
ASTERISK-29265: chan_sip: Allow text+video media streams, again.
Reported by: Alexander Traud
* [4a341f288d] Alexander Traud -- chan_sip: Set up calls without audio
(text+video), again.
ASTERISK-29258: chan_sip: Audio stream rejected, Other stream present:
Invalid SDP.
Reported by: Alexander Traud
* [7dc0cded86] Alexander Traud -- chan_sip: SDP: Reject audio streams
correctly.
Category: Core/Bridging
ASTERISK-29071: app_confbridge: Memory rises when jitterbuffer enabled and
muting over AMI occurs
Reported by: Stefan Ruf
* [ceb8404667] Joshua C. Colp -- channel: Fix crash in suppress API.
* [c81c4f3ae2] Joshua C. Colp -- channel: Fix memory leak in suppress
API.
Category: Core/Channels
ASTERISK-29259: channel: Allow text+video media streams, again.
Reported by: Alexander Traud
* [8a2f0fbbd1] Alexander Traud -- channel: Set up calls without audio
(text+video), again.
Category: Core/General
ASTERISK-29306: strings: Incorrect use of __attribute__((pure)) in
ast_str_to_lower definition
Reported by: Vitezslav Novy
* [08b94d5837] Sean Bright -- strings.h: ast_str_to_upper() and
_to_lower() are not pure.
Category: Core/Internationalization
ASTERISK-29297: say: Y2021 problem Asterisk cannot say year 2021 in
Dutch
Reported by: Jacek Konieczny
* [980cc0d364] Nico Kooijman -- main: With Dutch language year after
2020 is not spoken in say.c
Category: Documentation
ASTERISK-24434: Fix differing usage of assignment operators in
modules.conf
Reported by: Rusty Newton
* [526917bf61] Sean Bright -- modules.conf: Fix differing usage of
assignment operators.
Category: Resources/res_config_pgsql
ASTERISK-29293: res_config_pgsql: Limit realtime_pgsql() to return one (no
more) record
Reported by: Boris P. Korzun
* [3096dcee15] Boris P. Korzun -- res_config_pgsql: Limit
realtime_pgsql() to return one (no more) record.
Category: Resources/res_fax
ASTERISK-29312: res_fax: asterisk fails to publish the Stasis and
ReceiveFax status messages if the remote Station ID contains invalid UTF-8
characters
Reported by: Alexei Gradinari
* [d7eaf44501] Alexei Gradinari -- res_fax: validate the remote/local
Station ID for UTF-8 format
Category: Resources/res_odbc
ASTERISK-29311: res_odbc_transaction sets forcecommit default value based
on isolation level instead of forcecommit
Reported by: Jaco Kroon
* [9a1cf7fb77] Jaco Kroon -- res_odbc_transaction: correctly initialise
forcecommit value from DSN.
Category: Resources/res_pjsip
ASTERISK-29196: res_pjsip: Segmentation fault
Reported by: Mauri de Souza Meneguzzo (3CPlus)
* [5a4531782c] Joshua C. Colp -- pjsip: Make modify_local_offer2
tolerate previous failed SDP.
ASTERISK-29261: res_pjsip: user=phone validation fail for isup numbers
containing *#
Reported by: Mark Petersen
* [97400d063d] Mark Petersen -- res/res_pjsip.c: allow user=phone when
number contain *#
Category: Resources/res_pjsip_nat
ASTERISK-29235: res_pjsip_nat: Contact is rewritten on REGISTER responses
with external_signaling_address
Reported by: Brian Paboojian
* [d65041ebea] Joshua C. Colp -- res_pjsip_nat: Don't rewrite Contact on
REGISTER responses.
Category: Resources/res_pjsip_refer
ASTERISK-29313: res_pjsip_refer: Segfault in progress notify
Reported by: George Joseph
* [1c1d4b2c68] George Joseph -- res_pjsip_refer: Refactor progress
locking and serialization
Category: Resources/res_pjsip_registrar
ASTERISK-29235: res_pjsip_nat: Contact is rewritten on REGISTER responses
with external_signaling_address
Reported by: Brian Paboojian
* [d65041ebea] Joshua C. Colp -- res_pjsip_nat: Don't rewrite Contact on
REGISTER responses.
Category: Resources/res_pjsip_sdp_rtp
ASTERISK-29105: chan_pjsip: 180 Ringing with SDP not changed into progress
Reported by: Sebastian Damm
* [4ceb07434c] Holger Hans Peter Freyther -- pjsip: Generate progress
(once) when receiving a 180 with a SDP
ASTERISK-28452: pjsip: of SDP is not incremented though SDP may be changed
on reinvite without SDP offer
Reported by: Michael Maier
* [7acb6e2194] Joshua C. Colp -- res_pjsip_session: Always produce offer
on re-INVITE without SDP.
Category: Resources/res_pjsip_session
ASTERISK-29215: res_pjsip_session: NULL active_media_state topology caused
asterisk crash
Reported by: sungtae kim
* [6a31b988e7] George Joseph -- res_pjsip_session: Make
reschedule_reinvite check for NULL topologies
ASTERISK-29303: pjsip: Re-invite occurs when it shouldn't
Reported by: Benjamin Keith Ford
* [88461a23bb] Ben Ford -- res_pjsip_session.c: Check topology on
re-invite.
ASTERISK-29203: res_pjsip_t38: Crash when changing state
Reported by: Gregory Massel
* [5699eb7b0f] Kevin Harwell -- AST-2021-002: Remote crash possible when
negotiating T.38
ASTERISK-29220: After T38 reinvite response of 488 a subsequent G711
reinvite is not processed correctly. Instead the previous T38 session
media is used
Reported by: Robert Cripps
* [ff037a135c] Robert Cripps -- res/res_pjsip_session.c: Check that
media type matches in
ASTERISK-29248: res_pjsip_session: res sometimes uninitialized reported by
compiler Clang.
Reported by: Alexander Traud
* [3b1cab26a5] Alexander Traud -- res_pjsip_session: Avoid
sometimes-uninitialized warning with Clang.
Category: Resources/res_pjsip_t38
ASTERISK-29203: res_pjsip_t38: Crash when changing state
Reported by: Gregory Massel
* [5699eb7b0f] Kevin Harwell -- AST-2021-002: Remote crash possible when
negotiating T.38
Category: Resources/res_rtp_asterisk
ASTERISK-29300: res_rtp_asterisk: When native local bridging the remote
SSRC becomes permanent
Reported by: Sebastian Damm
* [b90ecc6b31] Torrey Searle -- res/res_rtp_asterisk: generate new SSRC
on native bridge end
ASTERISK-29266: ICE Role conflict with an unauthorized session
Reported by: Salah Ahmed
* [6c065088be] Salah Ahmed -- res_rtp_asterisk: Check remote ICE reset
and reset local ice attrb
ASTERISK-29205: res_rtp_asterisk: Asterisk crashes when making hold/unhold
from webrtc client
Reported by: Edvin Vidmar
* [76125bec4a] Sean Bright -- res_rtp_asterisk.c: Fix signed mismatch
that leads to overflow
Category: pjproject/pjsip
ASTERISK-28452: pjsip: of SDP is not incremented though SDP may be changed
on reinvite without SDP offer
Reported by: Michael Maier
* [7acb6e2194] Joshua C. Colp -- res_pjsip_session: Always produce offer
on re-INVITE without SDP.
Improvement
Category: Applications/app_mixmonitor
ASTERISK-29244: Add MixMonitorStart / Stop / Mute AMI events
Reported by: Sébastien Duthil
* [435d68be97] Sebastien Duthil -- app_mixmonitor: Add AMI events
MixMonitorStart, -Stop and -Mute.
Category: Applications/app_transfer
ASTERISK-29252: TRANSFERSTATUSPROTOCOL variable to report Transfer (REFER)
failure SIP code
Reported by: Dan Cropp
* [a5364ac69b] Dan Cropp -- chan_pjsip, app_transfer: Add
TRANSFERSTATUSPROTOCOL variable
Category: Channels/chan_pjsip
ASTERISK-29252: TRANSFERSTATUSPROTOCOL variable to report Transfer (REFER)
failure SIP code
Reported by: Dan Cropp
* [a5364ac69b] Dan Cropp -- chan_pjsip, app_transfer: Add
TRANSFERSTATUSPROTOCOL variable
Category: Core/General
ASTERISK-29326: asterisk: Update copyright/company
Reported by: Joshua C. Colp
* [4083aa6546] Joshua C. Colp -- asterisk: Update copyright.
Category: Core/Sorcery
ASTERISK-29321: sorcery: Add support for more intelligent reloading.
Reported by: Joshua C. Colp
* [11b53aecc8] Joshua C. Colp -- sorcery: Add support for more
intelligent reloading.
Category: Formats/format_wav
ASTERISK-29275: Support of MIME-type for wav16
Reported by: Boris P. Korzun
* [f996c7a48f] Boris P. Korzun -- format_wav: Support of MIME-type for
wav16
Category: Resources/res_musiconhold
ASTERISK-29262: Support of various URL-schemes by MoH
Reported by: Boris P. Korzun
* [e78239e6f5] Boris P. Korzun -- res_musiconhold: Add support of
various URL-schemes by MoH.
Category: Resources/res_pjsip_registrar
ASTERISK-29325: res_pjsip_registrar: Include source IP address and port in
log messages
Reported by: Joshua C. Colp
* [13b1ee8aa5] Joshua C. Colp -- res_pjsip_registrar: Include source IP
and port in log messages.
----------------------------------------------------------------------
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 |
|------------+------------------+----------------------------------------|
| 7022e06955 | Asterisk | Update for 16.17.0-rc2 |
| | Development Team | |
|------------+------------------+----------------------------------------|
| e3b0ea02ca | Asterisk | Update for 16.17.0-rc1 |
| | Development Team | |
|------------+------------------+----------------------------------------|
| ec8b030bd7 | Kevin Harwell | manager: Increase the non breaking AMI |
| | | version number |
|------------+------------------+----------------------------------------|
| fb17a41641 | Asterisk | Update CHANGES and UPGRADE.txt for |
| | Development Team | 16.17.0 |
|------------+------------------+----------------------------------------|
| | | func_callerid+res_agi: Fix compile |
| 59129bfab8 | Jaco Kroon | errors related to |
| | | -Werror=zero-length-bounds |
|------------+------------------+----------------------------------------|
| fce875cf46 | Jaco Kroon | app.h: Fix -Werror=zero-length-bounds |
| | | compile errors in dev mode. |
|------------+------------------+----------------------------------------|
| f875175815 | Alexander Traud | res_format_attr_*: Parameter Names are |
| | | Case-Insensitive. |
|------------+------------------+----------------------------------------|
| 10c0d9e711 | Alexander Traud | chan_iax2: System Header strings is |
| | | included via asterisk.h/compat.h. |
|------------+------------------+----------------------------------------|
| 1fc4ab38b8 | Sean Bright | res_musiconhold.c: Plug ref leak |
| | | caused by ao2_replace() misuse. |
|------------+------------------+----------------------------------------|
| 90a456e6d2 | George Joseph | res_pjsip_refer: Move the progress dlg |
| | | release to a serializer |
|------------+------------------+----------------------------------------|
| fcf1bec363 | Alexander Traud | res_format_attr_h263: Generate valid |
| | | SDP fmtp for H.263+. |
|------------+------------------+----------------------------------------|
| 11fa7f6e0c | Kevin Harwell | res_rtp_asterisk: Add packet subtype |
| | | during RTCP debug when relevant |
|------------+------------------+----------------------------------------|
| 99666117be | Alexander Traud | chan_sip: Filter pass-through |
| | | audio/video formats away, again. |
|------------+------------------+----------------------------------------|
| d847f7e8f8 | Jaco Kroon | func_odbc: Introduce minargs config |
| | | and expose ARGC in addition to ARGn. |
|------------+------------------+----------------------------------------|
| 3be7de5b11 | George Joseph | res_pjsip_refer: Always serialize |
| | | calls to refer_progress_notify |
|------------+------------------+----------------------------------------|
| 10c2e1749b | George Joseph | chan_iax2.c: Require secret and auth |
| | | method if encryption is enabled |
|------------+------------------+----------------------------------------|
| 62ca911d29 | Sean Bright | app_read: Release tone zone reference |
| | | on early return. |
|------------+------------------+----------------------------------------|
| 0a5141f2f3 | Ivan Poddubnyi | main/frame: Add missing control frame |
| | | names to ast_frame_subclass2str |
|------------+------------------+----------------------------------------|
| aa03d07a08 | Jaco Kroon | AC_HEADER_STDC causes a compile |
| | | failure with autoconf 2.70 |
|------------+------------------+----------------------------------------|
| | | pjsip_scheduler: Fix pjsip show |
| 6915106cc1 | Alexander Traud | scheduled_tasks like for compiler |
| | | Clang. |
|------------+------------------+----------------------------------------|
| 0520f8320c | Ben Ford | chan_pjsip.c: Add parameters to frame |
| | | in indicate. |
|------------+------------------+----------------------------------------|
| 2c533dc76f | Sean Bright | res_pjsip_pubsub: Fix truncation of |
| | | persisted SUBSCRIBE packet |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
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-16.16.0-summary.html | 158 -----
asterisk-16.16.0-summary.txt | 486 ----------------
b/.version | 2
b/CHANGES | 53 +
b/ChangeLog | 896 ++++++++++++++++++++++++++++++-
b/README.md | 8
b/UPGRADE.txt | 14
b/apps/app_dial.c | 14
b/apps/app_mixmonitor.c | 75 ++
b/apps/app_page.c | 13
b/apps/app_queue.c | 6
b/apps/app_read.c | 3
b/apps/app_transfer.c | 24
b/asterisk-16.17.0-rc2-summary.html | 14
b/asterisk-16.17.0-rc2-summary.txt | 102 +++
b/channels/chan_iax2.c | 40 +
b/channels/chan_pjsip.c | 41 +
b/channels/chan_sip.c | 60 --
b/configs/samples/func_odbc.conf.sample | 11
b/configs/samples/iax.conf.sample | 9
b/configs/samples/modules.conf.sample | 16
b/configs/samples/rtp.conf.sample | 12
b/configs/samples/stasis.conf.sample | 2
b/configure | 116 ----
b/configure.ac | 5
b/formats/format_wav.c | 3
b/funcs/func_callerid.c | 146 ++---
b/funcs/func_odbc.c | 31 +
b/include/asterisk/app.h | 7
b/include/asterisk/channel.h | 12
b/include/asterisk/core_unreal.h | 2
b/include/asterisk/manager.h | 2
b/include/asterisk/sorcery.h | 22
b/include/asterisk/stasis_channels.h | 26
b/include/asterisk/strings.h | 4
b/main/asterisk.c | 8
b/main/channel.c | 45 +
b/main/core_unreal.c | 92 +++
b/main/frame.c | 9
b/main/manager_channels.c | 56 +
b/main/say.c | 4
b/main/sorcery.c | 17
b/main/stasis.c | 3
b/main/stasis_channels.c | 9
b/main/translate.c | 24
b/res/res_agi.c | 6
b/res/res_config_pgsql.c | 32 -
b/res/res_fax.c | 12
b/res/res_format_attr_celt.c | 14
b/res/res_format_attr_h263.c | 141 ++++
b/res/res_format_attr_ilbc.c | 12
b/res/res_format_attr_opus.c | 31 -
b/res/res_format_attr_silk.c | 17
b/res/res_format_attr_siren14.c | 13
b/res/res_format_attr_siren7.c | 13
b/res/res_format_attr_vp8.c | 12
b/res/res_musiconhold.c | 10
b/res/res_odbc_transaction.c | 5
b/res/res_pjsip.c | 2
b/res/res_pjsip/pjsip_scheduler.c | 2
b/res/res_pjsip_diversion.c | 14
b/res/res_pjsip_endpoint_identifier_ip.c | 3
b/res/res_pjsip_nat.c | 24
b/res/res_pjsip_outbound_registration.c | 12
b/res/res_pjsip_path.c | 12
b/res/res_pjsip_pubsub.c | 2
b/res/res_pjsip_refer.c | 163 +++--
b/res/res_pjsip_registrar.c | 21
b/res/res_pjsip_sdp_rtp.c | 42 +
b/res/res_pjsip_session.c | 197 ++++--
b/res/res_pjsip_t38.c | 9
b/res/res_rtp_asterisk.c | 75 ++
b/res/res_sorcery_config.c | 12
73 files changed, 2429 insertions(+), 1181 deletions(-)