Update for 22.10.0-rc1

This commit is contained in:
Asterisk Development Team
2026-06-04 14:02:38 +00:00
parent 4867b7984d
commit a8d92e089d
9 changed files with 2560 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
22.9.0
22.10.0-rc1
+1 -1
View File
@@ -1 +1 @@
ChangeLogs/ChangeLog-22.9.0.html
ChangeLogs/ChangeLog-22.10.0-rc1.html
+1 -1
View File
@@ -1 +1 @@
ChangeLogs/ChangeLog-22.9.0.md
ChangeLogs/ChangeLog-22.10.0-rc1.md
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,4 +1,4 @@
<html><head><title>Readme for asterisk-22.9.0</title></head><body>
<html><head><title>Readme for asterisk-22.10.0-rc1</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-22.9.0.html">Change Logs</a></p>
<p><a href="ChangeLogs/ChangeLog-22.10.0-rc1.html">Change Logs</a></p>
<!-- END-CHANGELOGS -->
<h3>NEW INSTALLATIONS</h3>
+1 -1
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-22.9.0.html)
[Change Logs](ChangeLogs/ChangeLog-22.10.0-rc1.html)
<!-- END-CHANGELOGS -->
### NEW INSTALLATIONS
+8
View File
@@ -1755,3 +1755,11 @@ ALTER TABLE ps_endpoints ADD COLUMN follow_redirect_methods VARCHAR(95);
UPDATE alembic_version SET version_num='bb6d54e22913' WHERE alembic_version.version_num = 'dc7c357dc178';
-- Running upgrade bb6d54e22913 -> e89e30cee53f
ALTER TABLE ps_endpoints ADD COLUMN rtp_port_start INTEGER;
ALTER TABLE ps_endpoints ADD COLUMN rtp_port_end INTEGER;
UPDATE alembic_version SET version_num='e89e30cee53f' WHERE alembic_version.version_num = 'bb6d54e22913';
@@ -1879,5 +1879,13 @@ ALTER TABLE ps_endpoints ADD COLUMN follow_redirect_methods VARCHAR(95);
UPDATE alembic_version SET version_num='bb6d54e22913' WHERE alembic_version.version_num = 'dc7c357dc178';
-- Running upgrade bb6d54e22913 -> e89e30cee53f
ALTER TABLE ps_endpoints ADD COLUMN rtp_port_start INTEGER;
ALTER TABLE ps_endpoints ADD COLUMN rtp_port_end INTEGER;
UPDATE alembic_version SET version_num='e89e30cee53f' WHERE alembic_version.version_num = 'bb6d54e22913';
COMMIT;