Skip to content
Snippets Groups Projects
Commit 2e7b22a5 authored by Asterisk Development Team's avatar Asterisk Development Team
Browse files

Update for 21.2.0

parent 4a91ec7f
No related branches found
Tags 21.2.0
No related merge requests found
21.2.0-rc2 21.2.0
ChangeLogs/ChangeLog-21.2.0-rc2.md ChangeLogs/ChangeLog-21.2.0.md
\ No newline at end of file \ No newline at end of file
Change Log for Release asterisk-21.2.0-rc2
========================================
Links:
----------------------------------------
- [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-21.2.0-rc2.md)
- [GitHub Diff](https://github.com/asterisk/asterisk/compare/21.2.0-rc1...21.2.0-rc2)
- [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-21.2.0-rc2.tar.gz)
- [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)
Summary:
----------------------------------------
- res_pjsip_stir_shaken.c: Add checks for missing parameters
User Notes:
----------------------------------------
Upgrade Notes:
----------------------------------------
Closed Issues:
----------------------------------------
- #645: [bug]: Occasional SEGV in res_pjsip_stir_shaken.c
Commits By Author:
----------------------------------------
- ### George Joseph (1):
- res_pjsip_stir_shaken.c: Add checks for missing parameters
Detail:
----------------------------------------
- ### res_pjsip_stir_shaken.c: Add checks for missing parameters
Author: George Joseph
Date: 2024-03-11
* Added checks for missing session, session->channel and rdata
in stir_shaken_incoming_request.
* Added checks for missing session, session->channel and tdata
in stir_shaken_outgoing_request.
Resolves: #645
Change Log for Release asterisk-21.2.0-rc1 Change Log for Release asterisk-21.2.0
======================================== ========================================
Links: Links:
---------------------------------------- ----------------------------------------
- [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-21.2.0-rc1.md) - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-21.2.0.md)
- [GitHub Diff](https://github.com/asterisk/asterisk/compare/21.1.0...21.2.0-rc1) - [GitHub Diff](https://github.com/asterisk/asterisk/compare/21.1.0...21.2.0)
- [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-21.2.0-rc1.tar.gz) - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-21.2.0.tar.gz)
- [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk) - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)
Summary: Summary:
---------------------------------------- ----------------------------------------
- res_pjsip_stir_shaken.c: Add checks for missing parameters
- app_dial: Add dial time for progress/ringing. - app_dial: Add dial time for progress/ringing.
- app_voicemail: Properly reinitialize config after unit tests. - app_voicemail: Properly reinitialize config after unit tests.
- app_queue.c : fix "queue add member" usage string - app_queue.c : fix "queue add member" usage string
...@@ -148,6 +149,7 @@ Closed Issues: ...@@ -148,6 +149,7 @@ Closed Issues:
- #629: [bug]: app_voicemail: Multiple executions of unit tests cause segfault - #629: [bug]: app_voicemail: Multiple executions of unit tests cause segfault
- #634: [bug]: make install doesn't create the stir_shaken cache directory - #634: [bug]: make install doesn't create the stir_shaken cache directory
- #636: [bug]: Possible SEGV in res_stir_shaken due to wrong free function - #636: [bug]: Possible SEGV in res_stir_shaken due to wrong free function
- #645: [bug]: Occasional SEGV in res_pjsip_stir_shaken.c
Commits By Author: Commits By Author:
---------------------------------------- ----------------------------------------
...@@ -162,12 +164,13 @@ Commits By Author: ...@@ -162,12 +164,13 @@ Commits By Author:
- ### Flole998 (1): - ### Flole998 (1):
- res_pjsip_outbound_registration.c: Add User-Agent header override - res_pjsip_outbound_registration.c: Add User-Agent header override
- ### George Joseph (5): - ### George Joseph (6):
- Reduce startup/shutdown verbose logging - Reduce startup/shutdown verbose logging
- pjsip show channelstats: Prevent possible segfault when faxing - pjsip show channelstats: Prevent possible segfault when faxing
- Stir/Shaken Refactor - Stir/Shaken Refactor
- Makefile: Add stir_shaken/cache to directories created on install - Makefile: Add stir_shaken/cache to directories created on install
- attestation_config.c: Use ast_free instead of ast_std_free - attestation_config.c: Use ast_free instead of ast_std_free
- res_pjsip_stir_shaken.c: Add checks for missing parameters
- ### Joshua C. Colp (1): - ### Joshua C. Colp (1):
- utils: Make behavior of ast_strsep* match strsep. - utils: Make behavior of ast_strsep* match strsep.
...@@ -219,6 +222,18 @@ Commits By Author: ...@@ -219,6 +222,18 @@ Commits By Author:
Detail: Detail:
---------------------------------------- ----------------------------------------
- ### res_pjsip_stir_shaken.c: Add checks for missing parameters
Author: George Joseph
Date: 2024-03-11
* Added checks for missing session, session->channel and rdata
in stir_shaken_incoming_request.
* Added checks for missing session, session->channel and tdata
in stir_shaken_outgoing_request.
Resolves: #645
- ### app_dial: Add dial time for progress/ringing. - ### app_dial: Add dial time for progress/ringing.
Author: Naveen Albert Author: Naveen Albert
Date: 2024-02-08 Date: 2024-02-08
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment