From: Asterisk Development Team
Date: Thu, 22 Jan 2026 17:14:52 +0000 (+0000)
Subject: Update for 23.2.0
X-Git-Tag: 23.2.0^0
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61eadcb3bef04798ba5b9d47464cd7c220fb0754;p=thirdparty%2Fasterisk.git
Update for 23.2.0
---
diff --git a/.version b/.version
index a904a6903c..11ebcd0e4f 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-23.2.0-rc1
+23.2.0
diff --git a/CHANGES.html b/CHANGES.html
index 4dc258f431..27efd65908 120000
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -1 +1 @@
-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
diff --git a/CHANGES.md b/CHANGES.md
index 739b111441..a9952456ff 120000
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1 +1 @@
-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
diff --git a/ChangeLogs/ChangeLog-23.2.0-rc1.html b/ChangeLogs/ChangeLog-23.2.0.html
similarity index 98%
rename from ChangeLogs/ChangeLog-23.2.0-rc1.html
rename to ChangeLogs/ChangeLog-23.2.0.html
index c8a75569cf..3c38df194d 100644
--- a/ChangeLogs/ChangeLog-23.2.0-rc1.html
+++ b/ChangeLogs/ChangeLog-23.2.0.html
@@ -1,15 +1,15 @@
-ChangeLog for asterisk-23.2.0-rc1
-Change Log for Release asterisk-23.2.0-rc1
+ChangeLog for asterisk-23.2.0
+Change Log for Release asterisk-23.2.0
Links:
Summary:
-- Commits: 57
+- Commits: 58
- Commit Authors: 20
- Issues Resolved: 41
- Security Advisories Resolved: 0
@@ -17,6 +17,11 @@
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
@@ -164,7 +169,7 @@
- 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)
@@ -239,7 +244,7 @@
Daouda Taha (1):
-
-
George Joseph (11):
+George Joseph (12):
-
Joe Garlick (2):
@@ -292,6 +297,7 @@
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
@@ -351,6 +357,11 @@
- build: Add menuselect options to facilitate code tracing and coverage
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
diff --git a/ChangeLogs/ChangeLog-23.2.0-rc1.md b/ChangeLogs/ChangeLog-23.2.0.md
similarity index 98%
rename from ChangeLogs/ChangeLog-23.2.0-rc1.md
rename to ChangeLogs/ChangeLog-23.2.0.md
index 767f5b718e..e807e73839 100644
--- a/ChangeLogs/ChangeLog-23.2.0-rc1.md
+++ b/ChangeLogs/ChangeLog-23.2.0.md
@@ -1,22 +1,26 @@
-## 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
@@ -148,7 +152,7 @@
- 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)
@@ -220,7 +224,7 @@
- #### Daouda Taha (1):
-- #### George Joseph (11):
+- #### George Joseph (12):
- #### Joe Garlick (2):
@@ -256,6 +260,7 @@
### 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
@@ -316,6 +321,13 @@
### 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
diff --git a/README.html b/README.html
index b7bbf6b3a8..af0a434f80 100644
--- a/README.html
+++ b/README.html
@@ -1,4 +1,4 @@
-Readme for asterisk-23.2.0-rc1
+Readme for asterisk-23.2.0
The Asterisk(R) Open Source PBX
By Mark Spencer <markster@digium.com> and the Asterisk.org developer community.
Copyright (C) 2001-2025 Sangoma Technologies Corporation and other copyright holders.
@@ -37,7 +37,7 @@ hardware.
If you are updating from a previous version of Asterisk, make sure you
read the Change Logs.
-Change Logs
+Change Logs
NEW INSTALLATIONS
diff --git a/README.md b/README.md
index aa53f33bce..aab16aeb75 100644
--- 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.
-[Change Logs](ChangeLogs/ChangeLog-23.2.0-rc1.html)
+[Change Logs](ChangeLogs/ChangeLog-23.2.0.html)
### NEW INSTALLATIONS