]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update for 20.15.0-rc2 20.15.0-rc2
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 3 Jul 2025 16:36:13 +0000 (16:36 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 3 Jul 2025 16:36:13 +0000 (16:36 +0000)
.version
CHANGES.html
CHANGES.md
ChangeLogs/ChangeLog-20.15.0-rc2.html [new file with mode: 0644]
ChangeLogs/ChangeLog-20.15.0-rc2.md [new file with mode: 0644]
README.html
README.md

index 0ff953d32cc43204e43c1e49a319770c5db1a617..95f95da9f9ef36f07f87bf5be2293d3954913820 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-20.15.0-rc1
+20.15.0-rc2
index afd6a7220ec00e29c48ff9532eaa316b7a8405d1..8d55e4999684fbbf8e246ed59312c8084b41e7d9 120000 (symlink)
@@ -1 +1 @@
-ChangeLogs/ChangeLog-20.15.0-rc1.html
\ No newline at end of file
+ChangeLogs/ChangeLog-20.15.0-rc2.html
\ No newline at end of file
index 62a5fef3b4119ae1fc98b13086c5b951336ebe7b..368c507a126dc112ab21d7959b7eb116032d62d8 120000 (symlink)
@@ -1 +1 @@
-ChangeLogs/ChangeLog-20.15.0-rc1.md
\ No newline at end of file
+ChangeLogs/ChangeLog-20.15.0-rc2.md
\ No newline at end of file
diff --git a/ChangeLogs/ChangeLog-20.15.0-rc2.html b/ChangeLogs/ChangeLog-20.15.0-rc2.html
new file mode 100644 (file)
index 0000000..7542a32
--- /dev/null
@@ -0,0 +1,66 @@
+<html><head><title>ChangeLog for asterisk-20.15.0-rc2</title></head><body>
+<h2>Change Log for Release asterisk-20.15.0-rc2</h2>
+<h3>Links:</h3>
+<ul>
+<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.15.0-rc2.html">Full ChangeLog</a>  </li>
+<li><a href="https://github.com/asterisk/asterisk/compare/20.15.0-rc1...20.15.0-rc2">GitHub Diff</a>  </li>
+<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.15.0-rc2.tar.gz">Tarball</a>  </li>
+<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk">Downloads</a>  </li>
+</ul>
+<h3>Summary:</h3>
+<ul>
+<li>Commits: 2</li>
+<li>Commit Authors: 2</li>
+<li>Issues Resolved: 3</li>
+<li>Security Advisories Resolved: 0</li>
+</ul>
+<h3>User Notes:</h3>
+<h3>Upgrade Notes:</h3>
+<h3>Commit Authors:</h3>
+<ul>
+<li>Michal Hajek: (1)</li>
+<li>Sean Bright: (1)</li>
+</ul>
+<h2>Issue and Commit Detail:</h2>
+<h3>Closed Issues:</h3>
+<ul>
+<li>1276: MixMonitor produces broken recordings in bridged calls with asymmetric codecs (e.g., alaw vs G.722)</li>
+<li>1279: [bug]: regression: 20.12.0 downgrades quality of wav16 recordings</li>
+<li>1282: [bug]: Alternate Channel Storage Backends menuselect not enabling it</li>
+</ul>
+<h3>Commits By Author:</h3>
+<ul>
+<li>
+<h4>Michal Hajek (1):</h4>
+</li>
+<li>
+<p>audiohook.c: Improve frame pairing logic to avoid MixMonitor breakage with mix..</p>
+</li>
+<li>
+<h4>Sean Bright (1):</h4>
+</li>
+<li>channelstorage_makeopts.xml: Remove errant XML character.</li>
+</ul>
+<h3>Commit List:</h3>
+<ul>
+<li>channelstorage_makeopts.xml: Remove errant XML character.</li>
+</ul>
+<h3>Commit Details:</h3>
+<h4>audiohook.c: Improve frame pairing logic to avoid MixMonitor breakage with mix..</h4>
+<p>Author: Michal Hajek
+  Date:   2025-05-21</p>
+<p>This patch adjusts the read/write synchronization logic in audiohook_read_frame_both()
+  to better handle calls where participants use different codecs or sample sizes
+  (e.g., alaw vs G.722). The previous hard threshold of 2 * samples caused MixMonitor
+  recordings to break or stutter when frames were not aligned between both directions.</p>
+<p>The new logic uses a more tolerant limit (1.5 * samples), which prevents audio tearing
+  without causing excessive buffer overruns. This fix specifically addresses issues
+  with MixMonitor when recording directly on a channel in a bridge using mixed codecs.</p>
+<p>Reported-by: Michal Hajek <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#109;&#105;&#99;&#104;&#97;&#108;&#46;&#104;&#97;&#106;&#101;&#107;&#64;&#100;&#97;&#107;&#116;&#101;&#108;&#97;&#46;&#99;&#111;&#109;">&#109;&#105;&#99;&#104;&#97;&#108;&#46;&#104;&#97;&#106;&#101;&#107;&#64;&#100;&#97;&#107;&#116;&#101;&#108;&#97;&#46;&#99;&#111;&#109;</a></p>
+<p>Resolves: #1276
+  Resolves: #1279</p>
+<h4>channelstorage_makeopts.xml: Remove errant XML character.</h4>
+<p>Author: Sean Bright
+  Date:   2025-06-30</p>
+<p>Resolves: #1282</p>
+</body></html>
diff --git a/ChangeLogs/ChangeLog-20.15.0-rc2.md b/ChangeLogs/ChangeLog-20.15.0-rc2.md
new file mode 100644 (file)
index 0000000..1c573b6
--- /dev/null
@@ -0,0 +1,75 @@
+
+## Change Log for Release asterisk-20.15.0-rc2
+
+### Links:
+
+ - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.15.0-rc2.html)  
+ - [GitHub Diff](https://github.com/asterisk/asterisk/compare/20.15.0-rc1...20.15.0-rc2)  
+ - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.15.0-rc2.tar.gz)  
+ - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)  
+
+### Summary:
+
+- Commits: 2
+- Commit Authors: 2
+- Issues Resolved: 3
+- Security Advisories Resolved: 0
+
+### User Notes:
+
+
+### Upgrade Notes:
+
+
+### Commit Authors:
+
+- Michal Hajek: (1)
+- Sean Bright: (1)
+
+## Issue and Commit Detail:
+
+### Closed Issues:
+
+  - 1276: MixMonitor produces broken recordings in bridged calls with asymmetric codecs (e.g., alaw vs G.722)
+  - 1279: [bug]: regression: 20.12.0 downgrades quality of wav16 recordings
+  - 1282: [bug]: Alternate Channel Storage Backends menuselect not enabling it
+
+### Commits By Author:
+
+- #### Michal Hajek (1):
+  - audiohook.c: Improve frame pairing logic to avoid MixMonitor breakage with mix..
+
+- #### Sean Bright (1):
+  - channelstorage_makeopts.xml: Remove errant XML character.
+
+
+### Commit List:
+
+-  channelstorage_makeopts.xml: Remove errant XML character.
+
+### Commit Details:
+
+#### audiohook.c: Improve frame pairing logic to avoid MixMonitor breakage with mix..
+  Author: Michal Hajek
+  Date:   2025-05-21
+
+  This patch adjusts the read/write synchronization logic in audiohook_read_frame_both()
+  to better handle calls where participants use different codecs or sample sizes
+  (e.g., alaw vs G.722). The previous hard threshold of 2 * samples caused MixMonitor
+  recordings to break or stutter when frames were not aligned between both directions.
+
+  The new logic uses a more tolerant limit (1.5 * samples), which prevents audio tearing
+  without causing excessive buffer overruns. This fix specifically addresses issues
+  with MixMonitor when recording directly on a channel in a bridge using mixed codecs.
+
+  Reported-by: Michal Hajek <michal.hajek@daktela.com>
+
+  Resolves: #1276
+  Resolves: #1279
+
+#### channelstorage_makeopts.xml: Remove errant XML character.
+  Author: Sean Bright
+  Date:   2025-06-30
+
+  Resolves: #1282
+
index a6ee8e80c3f3d216e5cf6490567ad156268150f3..cd0a4f04a9d5df998e316aa48621d9cc48051055 100644 (file)
@@ -1,4 +1,4 @@
-<html><head><title>Readme for asterisk-20.15.0-rc1</title></head><body>
+<html><head><title>Readme for asterisk-20.15.0-rc2</title></head><body>
 <h1>The Asterisk(R) Open Source PBX</h1>
 <pre><code>By Mark Spencer &lt;markster@digium.com&gt; and the Asterisk.org developer community.
 Copyright (C) 2001-2025 Sangoma Technologies Corporation and other copyright holders.
@@ -37,7 +37,7 @@ hardware.</p>
 <p>If you are updating from a previous version of Asterisk, make sure you
 read the Change Logs.</p>
 <!-- CHANGELOGS (the URL will change based on the location of this README) -->
-<p><a href="ChangeLogs/ChangeLog-20.15.0-rc1.html">Change Logs</a></p>
+<p><a href="ChangeLogs/ChangeLog-20.15.0-rc2.html">Change Logs</a></p>
 <!-- END-CHANGELOGS -->
 
 <h3>NEW INSTALLATIONS</h3>
index 0cc51eb1d4bacc17a2704a3d325d470d62288f2e..222caa7971bb0f05044d92de59953a372af265d4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ If you are updating from a previous version of Asterisk, make sure you
 read the Change Logs.
 
 <!-- CHANGELOGS (the URL will change based on the location of this README) -->
-[Change Logs](ChangeLogs/ChangeLog-20.15.0-rc1.html)
+[Change Logs](ChangeLogs/ChangeLog-20.15.0-rc2.html)
 <!-- END-CHANGELOGS -->
 
 ### NEW INSTALLATIONS