diff --git a/.version b/.version index 191ac849ac..5bd6811705 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -20.19.0-rc2 +20.19.0 diff --git a/CHANGES.html b/CHANGES.html index abf73fa57a..a3e1eba6b3 120000 --- a/CHANGES.html +++ b/CHANGES.html @@ -1 +1 @@ -ChangeLogs/ChangeLog-20.19.0-rc2.html \ No newline at end of file +ChangeLogs/ChangeLog-20.19.0.html \ No newline at end of file diff --git a/CHANGES.md b/CHANGES.md index 9f95c3a6e3..c1f1e711ed 120000 --- a/CHANGES.md +++ b/CHANGES.md @@ -1 +1 @@ -ChangeLogs/ChangeLog-20.19.0-rc2.md \ No newline at end of file +ChangeLogs/ChangeLog-20.19.0.md \ No newline at end of file diff --git a/ChangeLogs/ChangeLog-20.19.0-rc2.html b/ChangeLogs/ChangeLog-20.19.0-rc2.html deleted file mode 100644 index 731d0a316b..0000000000 --- a/ChangeLogs/ChangeLog-20.19.0-rc2.html +++ /dev/null @@ -1,82 +0,0 @@ -
res_cdrel_custom: Resolve several formatting issues.
-Author: nappsoft - Date: 2026-04-02
-When the res_cdrel_custom modules is reloaded and the config has not been changed asterisk should not free the old config. Otherwise the connection to the database will be closed and no new connection will be opened.
-Resolves: #1852
-Author: George Joseph - Date: 2026-03-31
-Several issues are resolved:
-Internally, floats were used for timestamp values but this could result - in wrapping so they've been changed to doubles.
-Historically, the default CEL eventtime format is <seconds>.<microseconds>
- with <microseconds> always being 6 digits. This should have continued to be
- the case but res_cdrel_custom wasn't checking the dateformat setting in
- cel.conf and was defaulting to %F %T. res_cdrel_custom now gets the default
- date format from cel.conf, which will be whatever the dateformat parameter
- is set to or <seconds>.<microseconds> if not set.
The timeval field formatter for both CDR and CEL wasn't handling custom
- strftime format strings correctly. This is now fixed so you should be able
- to specifiy custom strftime format strings for the CEL eventtime and CDR
- start, answer and end fields. For example: eventtime(%FT%T%z).
Resolves: #1844 - Resolves: #1845
- diff --git a/ChangeLogs/ChangeLog-20.19.0-rc2.md b/ChangeLogs/ChangeLog-20.19.0-rc2.md deleted file mode 100644 index cd1d45fed7..0000000000 --- a/ChangeLogs/ChangeLog-20.19.0-rc2.md +++ /dev/null @@ -1,86 +0,0 @@ - -## Change Log for Release asterisk-20.19.0-rc2 - -### Links: - - - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.19.0-rc2.html) - - [GitHub Diff](https://github.com/asterisk/asterisk/compare/20.19.0-rc1...20.19.0-rc2) - - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.19.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: - - -### Developer Notes: - - -### Commit Authors: - -- George Joseph: (1) -- nappsoft: (1) - -## Issue and Commit Detail: - -### Closed Issues: - - - 1844: [bug]: cdrel_custom isn't respecting the default time format for CEL records - - 1845: [bug]:res_cdrel_custom produces wrong float timestamps - - 1852: [bug]: res_cdrel_custom: connection to the sqlite3 database closes from time to time - -### Commits By Author: - -- #### George Joseph (1): - - res_cdrel_custom: Resolve several formatting issues. - -- #### nappsoft (1): - - res_cdrel_custom: do not free config when no new config was loaded - -### Commit List: - -- res_cdrel_custom: do not free config when no new config was loaded -- res_cdrel_custom: Resolve several formatting issues. - -### Commit Details: - -#### res_cdrel_custom: do not free config when no new config was loaded - Author: nappsoft - Date: 2026-04-02 - - When the res_cdrel_custom modules is reloaded and the config has not been changed asterisk should not free the old config. Otherwise the connection to the database will be closed and no new connection will be opened. - - Resolves: #1852 - -#### res_cdrel_custom: Resolve several formatting issues. - Author: George Joseph - Date: 2026-03-31 - - Several issues are resolved: - - * Internally, floats were used for timestamp values but this could result - in wrapping so they've been changed to doubles. - - * Historically, the default CEL eventtime format is `chan_websocket: Add media direction.
res_pjsip_session.c: Prevent INVITE failover when session is cancelled
res_cdrel_custom: do not free config when no new config was loaded
+Author: nappsoft + Date: 2026-04-02
+When the res_cdrel_custom modules is reloaded and the config has not been changed asterisk should not free the old config. Otherwise the connection to the database will be closed and no new connection will be opened.
+Resolves: #1852
+Author: George Joseph + Date: 2026-03-31
+Several issues are resolved:
+Internally, floats were used for timestamp values but this could result + in wrapping so they've been changed to doubles.
+Historically, the default CEL eventtime format is <seconds>.<microseconds>
+ with <microseconds> always being 6 digits. This should have continued to be
+ the case but res_cdrel_custom wasn't checking the dateformat setting in
+ cel.conf and was defaulting to %F %T. res_cdrel_custom now gets the default
+ date format from cel.conf, which will be whatever the dateformat parameter
+ is set to or <seconds>.<microseconds> if not set.
The timeval field formatter for both CDR and CEL wasn't handling custom
+ strftime format strings correctly. This is now fixed so you should be able
+ to specifiy custom strftime format strings for the CEL eventtime and CDR
+ start, answer and end fields. For example: eventtime(%FT%T%z).
Resolves: #1844 + Resolves: #1845
Author: Mike Bradeen Date: 2026-03-23
diff --git a/ChangeLogs/ChangeLog-20.19.0-rc1.md b/ChangeLogs/ChangeLog-20.19.0.md similarity index 95% rename from ChangeLogs/ChangeLog-20.19.0-rc1.md rename to ChangeLogs/ChangeLog-20.19.0.md index 1519723664..86cdfe7a37 100644 --- a/ChangeLogs/ChangeLog-20.19.0-rc1.md +++ b/ChangeLogs/ChangeLog-20.19.0.md @@ -1,18 +1,18 @@ -## Change Log for Release asterisk-20.19.0-rc1 +## Change Log for Release asterisk-20.19.0 ### Links: - - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.19.0-rc1.html) - - [GitHub Diff](https://github.com/asterisk/asterisk/compare/20.18.2...20.19.0-rc1) - - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.19.0-rc1.tar.gz) + - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.19.0.html) + - [GitHub Diff](https://github.com/asterisk/asterisk/compare/20.18.2...20.19.0) + - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.19.0.tar.gz) - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk) ### Summary: -- Commits: 48 -- Commit Authors: 20 -- Issues Resolved: 31 +- Commits: 50 +- Commit Authors: 21 +- Issues Resolved: 34 - Security Advisories Resolved: 0 ### User Notes: @@ -83,7 +83,7 @@ - Alexis Hadjisotiriou: (3) - Arcadiy Ivanov: (1) - Ben Ford: (2) -- George Joseph: (9) +- George Joseph: (10) - Jasper Hafkenscheid: (1) - Joshua C. Colp: (2) - Julian C. Dunn: (1) @@ -97,6 +97,7 @@ - Talha Asghar: (1) - Tinet-mucw: (2) - hishamway: (1) +- nappsoft: (1) - phoneben: (4) - serfreeman1337: (2) @@ -135,6 +136,9 @@ - 1819: [bug]: When a 302 is received from a UAS, the cause and tech_cause codes set on the channel are incorrect. - 1831: [bug]:raise_exception() and EXCEPTION() read use channel datastores without holding ast_channel_lock - 1833: [bug]: Address security vulnerabilities in pjproject + - 1844: [bug]: cdrel_custom isn't respecting the default time format for CEL records + - 1845: [bug]:res_cdrel_custom produces wrong float timestamps + - 1852: [bug]: res_cdrel_custom: connection to the sqlite3 database closes from time to time ### Commits By Author: @@ -153,7 +157,8 @@ - chan_websocket_doc.xml: Add d(media_direction) option. - chan_websocket: Add media direction. -- #### George Joseph (9): +- #### George Joseph (10): + - res_cdrel_custom: Resolve several formatting issues. - xmldoc.c: Fix memory leaks in handling of provided_by. - SECURITY.md: Update with additional instructions. - chan_pjsip: Set correct cause codes for non-2XX responses. @@ -216,6 +221,9 @@ - #### hishamway (1): - res_pjsip_session.c: Prevent INVITE failover when session is cancelled +- #### nappsoft (1): + - res_cdrel_custom: do not free config when no new config was loaded + - #### phoneben (4): - manager.c : Fix CLI event display - app_queue: Queue Timing Parity with Dial() and Accurate Wait Metrics @@ -228,6 +236,8 @@ ### Commit List: +- res_cdrel_custom: do not free config when no new config was loaded +- res_cdrel_custom: Resolve several formatting issues. - res_pjsip: Address pjproject security vulnerabilities - pbx: Hold channel lock for exception datastore access - xmldoc.c: Fix memory leaks in handling of provided_by. @@ -279,6 +289,38 @@ ### Commit Details: +#### res_cdrel_custom: do not free config when no new config was loaded + Author: nappsoft + Date: 2026-04-02 + + When the res_cdrel_custom modules is reloaded and the config has not been changed asterisk should not free the old config. Otherwise the connection to the database will be closed and no new connection will be opened. + + Resolves: #1852 + +#### res_cdrel_custom: Resolve several formatting issues. + Author: George Joseph + Date: 2026-03-31 + + Several issues are resolved: + + * Internally, floats were used for timestamp values but this could result + in wrapping so they've been changed to doubles. + + * Historically, the default CEL eventtime format is `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.
-
+
NEW INSTALLATIONS
diff --git a/README.md b/README.md
index 3cd623c693..7ab0a09574 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-20.19.0-rc2.html)
+[Change Logs](ChangeLogs/ChangeLog-20.19.0.html)
### NEW INSTALLATIONS