Update for certified/16.8-cert4-rc2

changes/41/14741/1 certified/16.8-cert4-rc2
Asterisk Development Team 6 years ago
parent bd86f382ed
commit 017416381f

@ -1 +1 @@
certified/16.8-cert4-rc1
certified/16.8-cert4-rc2

@ -1,3 +1,38 @@
2020-07-23 18:57 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk certified/16.8-cert4-rc2 Released.
2020-07-22 12:57 +0000 [bd86f382ed] Joshua C. Colp <jcolp@sangoma.com>
* websocket / pjsip: Increase maximum packet size.
When dealing with a lot of video streams on WebRTC
the resulting SDPs can grow to be quite large. This
effectively doubles the maximum size to allow more
streams to exist.
The res_http_websocket module has also been changed
to use a buffer on the session for reading in packets
to ensure that the stack space usage is not excessive.
Change-Id: I31d4351d70c8e2c11564807a7528b984f3fbdd01
2020-06-26 05:18 +0000 [5eec77b452] Joshua C. Colp <jcolp@sangoma.com>
* res_pjsip: Apply AOR outbound proxy to static contacts.
The outbound proxy for an AOR was not being applied to
any statically configured Contacts. This resulted in the
OPTIONS requests being sent to the wrong target.
This change sets the outbound proxy on statically configured
contacts once the AOR configuration is done being
applied.
ASTERISK-28965
Change-Id: Ia60f3e93ea63f819c5a46bc8b54be2e588dfa9e0
2020-06-29 09:03 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk certified/16.8-cert4-rc1 Released.

@ -1,15 +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-rc1</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/16.8-cert4-rc1</h3><h3 align="center">Date: 2020-06-29</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="#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%">1 Joshua Colp <jcolp@sangoma.com><br/></td><td width="33%"><td width="33%"></tr>
</table><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=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>include/asterisk/core_unreal.h | 19 +++++++
main/core_local.c | 98 ++++++++++++++++++++++++++++++++++++++---
main/core_unreal.c | 94 +++++++++++++++++++++++++++++++++++++++
3 files changed, 206 insertions(+), 5 deletions(-)</pre><br></html>

@ -0,0 +1,18 @@
<!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-rc2</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/16.8-cert4-rc2</h3><h3 align="center">Date: 2020-07-23</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</h3><hr><h2 align="center">Table of Contents</h2><ol>
<li><a href="#summary">Summary</a></li>
<li><a href="#contributors">Contributors</a></li>
<li><a href="#closed_issues">Closed Issues</a></li>
<li><a href="#commits">Other Changes</a></li>
<li><a href="#diffstat">Diffstat</a></li>
</ol><hr><a name="summary"><h2 align="center">Summary</h2></a><center><a href="#top">[Back to Top]</a></center><p>This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.</p><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/16.8-cert4-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%">2 Joshua C. Colp <jcolp@sangoma.com><br/></td><td width="33%"><td width="33%">1 Joshua C. Colp <jcolp@digium.com><br/></td></tr>
</table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>Bug</h3><h4>Category: Resources/res_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><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=bd86f382ed56e54b82401aaf5002b0753bf2e960">bd86f382ed</a></td><td>Joshua C. Colp</td><td>websocket / pjsip: Increase maximum packet size.</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>res/res_http_websocket.c | 32 ++++++++++++++++----------------
res/res_pjsip/location.c | 25 ++++++++++++++++++++++++-
res/res_pjsip_pubsub.c | 16 ++++------------
3 files changed, 44 insertions(+), 29 deletions(-)</pre><br></html>

@ -1,8 +1,8 @@
Release Summary
asterisk-certified/16.8-cert4-rc1
asterisk-certified/16.8-cert4-rc2
Date: 2020-06-29
Date: 2020-07-23
<asteriskteam@digium.com>
@ -12,8 +12,9 @@
1. Summary
2. Contributors
3. Other Changes
4. Diffstat
3. Closed Issues
4. Other Changes
5. Diffstat
----------------------------------------------------------------------
@ -31,7 +32,7 @@
to this release series.
The data in this summary reflects changes that have been made since the
previous release, asterisk-certified/16.8-cert3.
previous release, asterisk-certified/16.8-cert4-rc1.
----------------------------------------------------------------------
@ -49,7 +50,25 @@
this release.
Coders Testers Reporters
1 Joshua Colp
2 Joshua C. Colp 1 Joshua C. Colp
----------------------------------------------------------------------
Closed Issues
[Back to Top]
This is a list of all issues from the issue tracker that were closed by
changes that went into this release.
Bug
Category: Resources/res_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.
----------------------------------------------------------------------
@ -61,10 +80,10 @@
reference a JIRA issue.
+------------------------------------------------------------------------+
| Revision | Author | Summary |
|------------+-------------+---------------------------------------------|
| 2d7ae83990 | Joshua Colp | Revert "Revert "core_unreal / core_local: |
| | | Add multistream and re-negotiation."" |
| Revision | Author | Summary |
|------------+----------------+------------------------------------------|
| bd86f382ed | Joshua C. Colp | websocket / pjsip: Increase maximum |
| | | packet size. |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
@ -76,7 +95,7 @@
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/core_unreal.h | 19 +++++++
main/core_local.c | 98 ++++++++++++++++++++++++++++++++++++++---
main/core_unreal.c | 94 +++++++++++++++++++++++++++++++++++++++
3 files changed, 206 insertions(+), 5 deletions(-)
res/res_http_websocket.c | 32 ++++++++++++++++----------------
res/res_pjsip/location.c | 25 ++++++++++++++++++++++++-
res/res_pjsip_pubsub.c | 16 ++++------------
3 files changed, 44 insertions(+), 29 deletions(-)
Loading…
Cancel
Save