-ChangeLogs/ChangeLog-23.2.0-rc1.html
\ No newline at end of file
+ChangeLogs/ChangeLog-23.2.0.html
\ No newline at end of file
-ChangeLogs/ChangeLog-23.2.0-rc1.md
\ No newline at end of file
+ChangeLogs/ChangeLog-23.2.0.md
\ No newline at end of file
-<html><head><title>ChangeLog for asterisk-23.2.0-rc1</title></head><body>
-<h2>Change Log for Release asterisk-23.2.0-rc1</h2>
+<html><head><title>ChangeLog for asterisk-23.2.0</title></head><body>
+<h2>Change Log for Release asterisk-23.2.0</h2>
<h3>Links:</h3>
<ul>
-<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-23.2.0-rc1.html">Full ChangeLog</a> </li>
-<li><a href="https://github.com/asterisk/asterisk/compare/23.1.0...23.2.0-rc1">GitHub Diff</a> </li>
-<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-23.2.0-rc1.tar.gz">Tarball</a> </li>
+<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-23.2.0.html">Full ChangeLog</a> </li>
+<li><a href="https://github.com/asterisk/asterisk/compare/23.1.0...23.2.0">GitHub Diff</a> </li>
+<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-23.2.0.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: 57</li>
+<li>Commits: 58</li>
<li>Commit Authors: 20</li>
<li>Issues Resolved: 41</li>
<li>Security Advisories Resolved: 0</li>
<h3>User Notes:</h3>
<ul>
<li>
+<h4>chan_websocket.conf.sample: Fix category name.</h4>
+<p>The category name in the chan_websocket.conf.sample file was
+ incorrect. It should be "global" instead of "general".</p>
+</li>
+<li>
<h4>cli.c: Allow 'channel request hangup' to accept patterns.</h4>
<p>The 'channel request hangup' CLI command now accepts
multiple channel names, POSIX Extended Regular Expressions, glob-like
<li>Alexei Gradinari: (1)</li>
<li>C. Maj: (1)</li>
<li>Daouda Taha: (1)</li>
-<li>George Joseph: (11)</li>
+<li>George Joseph: (12)</li>
<li>Joe Garlick: (2)</li>
<li>Joshua C. Colp: (1)</li>
<li>Justin T. Gibbs: (1)</li>
<h4>Daouda Taha (1):</h4>
</li>
<li>
-<h4>George Joseph (11):</h4>
+<h4>George Joseph (12):</h4>
</li>
<li>
<h4>Joe Garlick (2):</h4>
</ul>
<h3>Commit List:</h3>
<ul>
+<li>chan_websocket.conf.sample: Fix category name.</li>
<li>chan_websocket: Fixed Ping/Pong messages hanging up the websocket channel</li>
<li>cli.c: Allow 'channel request hangup' to accept patterns.</li>
<li>res_sorcery_memory_cache: Reduce cache lock time for sorcery memory cache populate command</li>
<li>build: Add menuselect options to facilitate code tracing and coverage</li>
</ul>
<h3>Commit Details:</h3>
+<h4>chan_websocket.conf.sample: Fix category name.</h4>
+<p>Author: George Joseph
+ Date: 2026-01-21</p>
+<p>UserNote: The category name in the chan_websocket.conf.sample file was
+ incorrect. It should be "global" instead of "general".</p>
<h4>chan_websocket: Fixed Ping/Pong messages hanging up the websocket channel</h4>
<p>Author: Joe Garlick
Date: 2026-01-15</p>
-## Change Log for Release asterisk-23.2.0-rc1
+## Change Log for Release asterisk-23.2.0
### Links:
- - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-23.2.0-rc1.html)
- - [GitHub Diff](https://github.com/asterisk/asterisk/compare/23.1.0...23.2.0-rc1)
- - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-23.2.0-rc1.tar.gz)
+ - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-23.2.0.html)
+ - [GitHub Diff](https://github.com/asterisk/asterisk/compare/23.1.0...23.2.0)
+ - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-23.2.0.tar.gz)
- [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)
### Summary:
-- Commits: 57
+- Commits: 58
- Commit Authors: 20
- Issues Resolved: 41
- Security Advisories Resolved: 0
### User Notes:
+- #### chan_websocket.conf.sample: Fix category name.
+ The category name in the chan_websocket.conf.sample file was
+ incorrect. It should be "global" instead of "general".
+
- #### cli.c: Allow 'channel request hangup' to accept patterns.
The 'channel request hangup' CLI command now accepts
multiple channel names, POSIX Extended Regular Expressions, glob-like
- Alexei Gradinari: (1)
- C. Maj: (1)
- Daouda Taha: (1)
-- George Joseph: (11)
+- George Joseph: (12)
- Joe Garlick: (2)
- Joshua C. Colp: (1)
- Justin T. Gibbs: (1)
- #### Daouda Taha (1):
-- #### George Joseph (11):
+- #### George Joseph (12):
- #### Joe Garlick (2):
### Commit List:
+- chan_websocket.conf.sample: Fix category name.
- chan_websocket: Fixed Ping/Pong messages hanging up the websocket channel
- cli.c: Allow 'channel request hangup' to accept patterns.
- res_sorcery_memory_cache: Reduce cache lock time for sorcery memory cache populate command
### Commit Details:
+#### chan_websocket.conf.sample: Fix category name.
+ Author: George Joseph
+ Date: 2026-01-21
+
+ UserNote: The category name in the chan_websocket.conf.sample file was
+ incorrect. It should be "global" instead of "general".
+
#### chan_websocket: Fixed Ping/Pong messages hanging up the websocket channel
Author: Joe Garlick
Date: 2026-01-15
-<html><head><title>Readme for asterisk-23.2.0-rc1</title></head><body>
+<html><head><title>Readme for asterisk-23.2.0</title></head><body>
<h1>The Asterisk(R) Open Source PBX</h1>
<pre><code>By Mark Spencer <markster@digium.com> and the Asterisk.org developer community.
Copyright (C) 2001-2025 Sangoma Technologies Corporation and other copyright holders.
<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-23.2.0-rc1.html">Change Logs</a></p>
+<p><a href="ChangeLogs/ChangeLog-23.2.0.html">Change Logs</a></p>
<!-- END-CHANGELOGS -->
<h3>NEW INSTALLATIONS</h3>
read the Change Logs.
<!-- CHANGELOGS (the URL will change based on the location of this README) -->
-[Change Logs](ChangeLogs/ChangeLog-23.2.0-rc1.html)
+[Change Logs](ChangeLogs/ChangeLog-23.2.0.html)
<!-- END-CHANGELOGS -->
### NEW INSTALLATIONS