Compare commits

...

4 Commits

Author SHA1 Message Date
Asterisk Development Team
4342e2a9a2 Update for 23.2.1 2026-01-29 14:38:26 +00:00
Sean Bright
51403b2981 asterisk.c: Use C.UTF-8 locale instead of relying on user's environment.
Resolves: #1739
2026-01-29 07:04:29 -07:00
Asterisk Development Team
61eadcb3be Update for 23.2.0 2026-01-22 17:14:52 +00:00
George Joseph
7ee7020201 chan_websocket.conf.sample: Fix category name.
UserNote: The category name in the chan_websocket.conf.sample file was
incorrect.  It should be "global" instead of "general".
2026-01-21 14:36:28 -07:00
11 changed files with 148 additions and 26 deletions

View File

@@ -1 +1 @@
23.2.0-rc1
23.2.1

View File

@@ -1 +1 @@
ChangeLogs/ChangeLog-23.2.0-rc1.html
ChangeLogs/ChangeLog-23.2.1.html

View File

@@ -1 +1 @@
ChangeLogs/ChangeLog-23.2.0-rc1.md
ChangeLogs/ChangeLog-23.2.1.md

View File

@@ -1,15 +1,15 @@
<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>
@@ -17,6 +17,11 @@
<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
@@ -164,7 +169,7 @@
<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>
@@ -239,7 +244,7 @@
<h4>Daouda Taha (1):</h4>
</li>
<li>
<h4>George Joseph (11):</h4>
<h4>George Joseph (12):</h4>
</li>
<li>
<h4>Joe Garlick (2):</h4>
@@ -292,6 +297,7 @@
</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>
@@ -351,6 +357,11 @@
<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>

View File

@@ -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

View File

@@ -0,0 +1,44 @@
<html><head><title>ChangeLog for asterisk-23.2.1</title></head><body>
<h2>Change Log for Release asterisk-23.2.1</h2>
<h3>Links:</h3>
<ul>
<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-23.2.1.html">Full ChangeLog</a> </li>
<li><a href="https://github.com/asterisk/asterisk/compare/23.2.0...23.2.1">GitHub Diff</a> </li>
<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-23.2.1.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: 1</li>
<li>Commit Authors: 1</li>
<li>Issues Resolved: 1</li>
<li>Security Advisories Resolved: 0</li>
</ul>
<h3>User Notes:</h3>
<h3>Upgrade Notes:</h3>
<h3>Developer Notes:</h3>
<h3>Commit Authors:</h3>
<ul>
<li>Sean Bright: (1)</li>
</ul>
<h2>Issue and Commit Detail:</h2>
<h3>Closed Issues:</h3>
<ul>
<li>1739: [bug]: Regression in 23.2.0 with regard to parsing fractional numbers when system locale is non-standard</li>
</ul>
<h3>Commits By Author:</h3>
<ul>
<li>
<h4>Sean Bright (1):</h4>
</li>
</ul>
<h3>Commit List:</h3>
<ul>
<li>asterisk.c: Use C.UTF-8 locale instead of relying on user's environment.</li>
</ul>
<h3>Commit Details:</h3>
<h4>asterisk.c: Use C.UTF-8 locale instead of relying on user's environment.</h4>
<p>Author: Sean Bright
Date: 2026-01-23</p>
<p>Resolves: #1739</p>
</body></html>

View File

@@ -0,0 +1,52 @@
## Change Log for Release asterisk-23.2.1
### Links:
- [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-23.2.1.html)
- [GitHub Diff](https://github.com/asterisk/asterisk/compare/23.2.0...23.2.1)
- [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-23.2.1.tar.gz)
- [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)
### Summary:
- Commits: 1
- Commit Authors: 1
- Issues Resolved: 1
- Security Advisories Resolved: 0
### User Notes:
### Upgrade Notes:
### Developer Notes:
### Commit Authors:
- Sean Bright: (1)
## Issue and Commit Detail:
### Closed Issues:
- 1739: [bug]: Regression in 23.2.0 with regard to parsing fractional numbers when system locale is non-standard
### Commits By Author:
- #### Sean Bright (1):
### Commit List:
- asterisk.c: Use C.UTF-8 locale instead of relying on user's environment.
### Commit Details:
#### asterisk.c: Use C.UTF-8 locale instead of relying on user's environment.
Author: Sean Bright
Date: 2026-01-23
Resolves: #1739

View File

@@ -1,4 +1,4 @@
<html><head><title>Readme for asterisk-23.2.0-rc1</title></head><body>
<html><head><title>Readme for asterisk-23.2.1</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-23.2.0-rc1.html">Change Logs</a></p>
<p><a href="ChangeLogs/ChangeLog-23.2.1.html">Change Logs</a></p>
<!-- END-CHANGELOGS -->
<h3>NEW INSTALLATIONS</h3>

View File

@@ -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-23.2.0-rc1.html)
[Change Logs](ChangeLogs/ChangeLog-23.2.1.html)
<!-- END-CHANGELOGS -->
### NEW INSTALLATIONS

View File

@@ -1,6 +1,6 @@
; Configuration for chan_websocket
;
;[general]
;[global]
;control_message_format = plain-text ; The format for the control messages sent
; and received on the websocket.
; plain-text: The legacy single-line message

View File

@@ -3629,10 +3629,13 @@ int main(int argc, char *argv[])
struct rlimit l;
static const char *getopt_settings = "BC:cde:FfG:ghIiL:M:mnpqRrs:TtU:VvWXx:";
/* Bring in locale settings from the environment. This is needed
for libedit, as the LC_CTYPE category of the locale impacts the
the multi-byte character functions provided by libc */
setlocale(LC_ALL, "");
/* Try to explicitly set a UTF-8 locale. This is needed for
libedit, as the LC_CTYPE category of the locale impacts the the
multi-byte character functions provided by libc. If it fails,
so be it. */
if (!setlocale(LC_ALL, "C.UTF-8")) {
ast_debug(1, "Tried to set locale to C.UTF-8 but it failed\n");
}
/* Remember original args for restart */
if (argc > ARRAY_LEN(_argv) - 1) {