Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
af5acc40
Commit
af5acc40
authored
1 year ago
by
Asterisk Development Team
Browse files
Options
Downloads
Patches
Plain Diff
Update for 20.7.0
parent
9b6c74e8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!193
Merge tag '20.8.1' into 'merge-asterisk-20.8.1'
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.version
+1
-1
1 addition, 1 deletion
.version
CHANGES.md
+1
-1
1 addition, 1 deletion
CHANGES.md
ChangeLogs/ChangeLog-20.7.0-rc2.md
+0
-52
0 additions, 52 deletions
ChangeLogs/ChangeLog-20.7.0-rc2.md
ChangeLogs/ChangeLog-20.7.0.md
+20
-5
20 additions, 5 deletions
ChangeLogs/ChangeLog-20.7.0.md
with
22 additions
and
59 deletions
.version
+
1
−
1
View file @
af5acc40
20.7.0
-rc2
20.7.0
This diff is collapsed.
Click to expand it.
CHANGES.md
+
1
−
1
View file @
af5acc40
ChangeLogs/ChangeLog-20.7.0-rc2.md
ChangeLogs/ChangeLog-20.7.0.md
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ChangeLogs/ChangeLog-20.7.0-rc2.md
deleted
100644 → 0
+
0
−
52
View file @
9b6c74e8
Change Log for Release asterisk-20.7.0-rc2
========================================
Links:
----------------------------------------
-
[
Full ChangeLog
](
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.7.0-rc2.md
)
-
[
GitHub Diff
](
https://github.com/asterisk/asterisk/compare/20.7.0-rc1...20.7.0-rc2
)
-
[
Tarball
](
https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.7.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
This diff is collapsed.
Click to expand it.
ChangeLogs/ChangeLog-20.7.0
-rc1
.md
→
ChangeLogs/ChangeLog-20.7.0.md
+
20
−
5
View file @
af5acc40
Change Log for Release asterisk-20.7.0
-rc1
Change Log for Release asterisk-20.7.0
========================================
========================================
Links:
Links:
----------------------------------------
----------------------------------------
-
[
Full ChangeLog
](
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.7.0
-rc1
.md
)
-
[
Full ChangeLog
](
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.7.0.md
)
-
[
GitHub Diff
](
https://github.com/asterisk/asterisk/compare/20.6.0...20.7.0
-rc1
)
-
[
GitHub Diff
](
https://github.com/asterisk/asterisk/compare/20.6.0...20.7.0
)
-
[
Tarball
](
https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.7.0
-rc1
.tar.gz
)
-
[
Tarball
](
https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.7.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
...
@@ -134,6 +135,7 @@ Closed Issues:
...
@@ -134,6 +135,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:
----------------------------------------
----------------------------------------
...
@@ -145,12 +147,13 @@ Commits By Author:
...
@@ -145,12 +147,13 @@ Commits By Author:
-
main/utils: Simplify the FreeBSD ast_get_tid() handling
-
main/utils: Simplify the FreeBSD ast_get_tid() handling
-
BuildSystem: Bump autotools versions on OpenBSD.
-
BuildSystem: Bump autotools versions on OpenBSD.
-
### 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.
...
@@ -203,6 +206,18 @@ Commits By Author:
...
@@ -203,6 +206,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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment