From: Asterisk Development Team Date: Thu, 22 Jul 2021 22:07:18 +0000 (-0500) Subject: Update for 16.19.1 X-Git-Tag: 16.19.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faac96f75aa728925a7af0eed3fe3339cec80628;p=thirdparty%2Fasterisk.git Update for 16.19.1 --- diff --git a/.version b/.version index a336baf20b..5692975bc5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -16.19.0 \ No newline at end of file +16.19.1 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 1a199d364f..857a66f78a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2021-07-22 22:07 +0000 Asterisk Development Team + + * asterisk 16.19.1 Released. + +2021-06-14 13:28 +0000 [734e42155f] Kevin Harwell + + * AST-2021-009 - pjproject-bundled: Avoid crash during handshake for TLS + + If an SSL socket parent/listener was destroyed during the handshake, + depending on timing, it was possible for the handling callback to + attempt access of it after the fact thus causing a crash. + + ASTERISK-29415 #close + + Change-Id: I105dacdcd130ea7fdd4cf2010ccf35b5eaf1432d + +2021-04-28 07:36 +0000 [56fa10941a] Joshua C. Colp + + * AST-2021-007 - res_pjsip_session: Don't offer if no channel exists. + + If a re-INVITE is received after we have sent a BYE request then it + is possible for no channel to be present on the session. If this + occurs we allow PJSIP to produce the offer instead. Since the call + is being hung up if it produces an incorrect offer it doesn't + actually matter. This also ensures that code which produces SDP + does not need to handle if a channel is not present. + + ASTERISK-29381 + + Change-Id: I673cb88c432f38f69b2e0851d55cc57a62236042 + +2021-05-10 17:59 +0000 [7603e683cb] Kevin Harwell + + * AST-2021-008 - chan_iax2: remote crash on unsupported media format + + If chan_iax2 received a packet with an unsupported media format, for + example vp9, then it would set the frame's format to NULL. This could + then result in a crash later when an attempt was made to access the + format. + + This patch makes it so chan_iax2 now ignores/drops frames received + with unsupported media format types. + + ASTERISK-29392 #close + + Change-Id: Ifa869a90dafe33eed8fd9463574fe6f1c0ad3eb1 + 2021-06-24 12:48 +0000 Asterisk Development Team * asterisk 16.19.0 Released. diff --git a/asterisk-16.19.0-summary.html b/asterisk-16.19.0-summary.html deleted file mode 100644 index fa85e29bf9..0000000000 --- a/asterisk-16.19.0-summary.html +++ /dev/null @@ -1,147 +0,0 @@ -Release Summary - asterisk-16.19.0

Release Summary

asterisk-16.19.0

Date: 2021-06-24

<asteriskteam@digium.com>


Table of Contents

    -
  1. Summary
  2. -
  3. Contributors
  4. -
  5. Closed Issues
  6. -
  7. Open Issues
  8. -
  9. Other Changes
  10. -
  11. Diffstat
  12. -

Summary

[Back to Top]

This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.

The data in this summary reflects changes that have been made since the previous release, asterisk-16.18.0.


Contributors

[Back to Top]

This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release.

- - -
CodersTestersReporters
12 Naveen Albert
5 Joshua C. Colp
4 Sean Bright
4 George Joseph
4 Jaco Kroon
4 Ben Ford
2 Asterisk Development Team
2 Joseph Nadiv
1 Bernd Zobl
1 Jeremy Lainé
1 Evgenios_Greek
1 Joseph Nadiv
12 N A
2 George Joseph
2 Michael Maier
1 Robert Sutton
1 Marco Paland
1 Lucas Tardioli Silveira
1 Brian J. Murrell
1 Matthias Hensler
1 Andrea Sannucci
1 Jeremy Lainé
1 Lucas Tardioli Silveira
1 Joshua C. Colp
1 Luke Escude
1 Chris

Closed Issues

[Back to Top]

This is a list of all issues from the issue tracker that were closed by changes that went into this release.

New Feature

Category: Applications/app_confbridge

ASTERISK-29446: app_confbridge: New ConfKick application
Reported by: N A
    -
  • [2c2dc7d97d] Naveen Albert -- app_confbridge: New ConfKick() application
  • -
ASTERISK-29440: app_confbridge: Allow ConfBridge answer to be suppressed
Reported by: N A
    -
  • [95f588496d] Naveen Albert -- app_confbridge: New option to prevent answer supervision
  • -

Category: Functions/NewFeature

ASTERISK-29431: Minimum and maximum dialplan functions
Reported by: N A
    -
  • [8236f2f155] Naveen Albert -- func_math: Three new dialplan functions
  • -

Category: Functions/func_volume

ASTERISK-29439: func_volume: Volume function can't be read
Reported by: N A
    -
  • [d1305af137] Naveen Albert -- func_volume: Add read capability to function.
  • -

Bug

Category: Applications/app_saynumber

ASTERISK-29475: SayNumber triggers WARNING if caller hangs up during application execution
Reported by: N A
    -
  • [80be0edae7] Naveen Albert -- pbx_builtins: Corrects SayNumber warning
  • -

Category: Channels/chan_local

ASTERISK-29407: chan_local: Filtering audio formats should not occur on removed streams
Reported by: Joshua C. Colp
    -
  • [d2b8141d26] Joshua C. Colp -- chan_local: Skip filtering audio formats on removed streams.
  • -

Category: Channels/chan_pjsip

ASTERISK-28393: Multidomain support issue
Reported by: Andrea Sannucci
    -
  • [a123e8cb0e] Joseph Nadiv -- res_pjsip.c: Support endpoints with domain info in username
  • -
ASTERISK-29358: chan_pjsip: Trace message for progress is output even if frame is not queued
Reported by: Michael Maier
    -
  • [f557126998] Sean Bright -- chan_pjsip: Correct misleading trace message
  • -

Category: Channels/chan_sip/General

ASTERISK-29370: chan_sip does not recognize application/hook-flash
Reported by: N A
    -
  • [11e61217a0] Naveen Albert -- chan_sip: Expand hook flash recognition.
  • -
ASTERISK-29030: res_rtp_asterisk: Additional RTP-frame (with wrong SSRC) gets inserted when switching from progress to established
Reported by: Matthias Hensler
    -
  • [0eb5c58bd4] Sean Bright -- res_rtp_asterisk: More robust timestamp checking
  • -

Category: Core/General

ASTERISK-29372: file.c switch does not account for flash events
Reported by: N A
    -
  • [859cd2a56b] Naveen Albert -- main/file.c: Don't throw error on flash event.
  • -

Category: Core/PBX

ASTERISK-29441: Core reload making TCP endpoints go offline
Reported by: Luke Escude
    -
  • [e07fd35238] Joshua C. Colp -- res_pjsip: On partial transport reload also move factories.
  • -

Category: Core/Stasis

ASTERISK-28237: "FRACK!, Failed assertion bad magic number" happens when unsubscribe an application from an event source
Reported by: Lucas Tardioli Silveira
    -
  • [6d5f087138] Evgenios_Greek -- stasis: Fix "FRACK!, Failed assertion bad magic number" when unsubscribing
  • -

Category: Resources/res_pjsip_messaging

ASTERISK-29404: Consolidate res_pjsip_messaging fixes for domain name
Reported by: George Joseph
    -
  • [6cd89c4f0a] George Joseph -- res_pjsip_messaging: Refactor outgoing URI processing
  • -

Category: Resources/res_pjsip_outbound_authenticator_digest

ASTERISK-29397: pjsip: Asterisk isn't tolerant of RFC8760 UASs
Reported by: George Joseph
    -
  • [7c0b8f0701] George Joseph -- res_pjsip_outbound_authenticator_digest: Be tolerant of RFC8760 UASs
  • -

Category: Resources/res_rtp_asterisk

ASTERISK-29433: res_rtp_asterisk: Server reflexive candidates use incorrect raddr for RTCP
Reported by: Chris
    -
  • [bb8e868066] Joshua C. Colp -- res_rtp_asterisk: Set correct raddr port on RTCP srflx candidates.
  • -
ASTERISK-29030: res_rtp_asterisk: Additional RTP-frame (with wrong SSRC) gets inserted when switching from progress to established
Reported by: Matthias Hensler
    -
  • [0eb5c58bd4] Sean Bright -- res_rtp_asterisk: More robust timestamp checking
  • -

Category: pjproject/pjsip

ASTERISK-24601: [patch]Missing RFC4235 tags and attributes in PJSIP NOTIFY event: dialog XML body
Reported by: Marco Paland
    -
  • [48851279a8] Joseph Nadiv -- res_pjsip_dialog_info_body_generator: Add LOCAL/REMOTE tags in dialog-info+xml
  • -
ASTERISK-29377: cpool_release_pool "double free or corruption (out)"
Reported by: Robert Sutton
    -
  • [8f8b4e7e41] Joshua C. Colp -- pjsip: Add patch for resolving STUN packet lifetime issues.
  • -

Improvement

Category: Applications/app_originate

ASTERISK-29450: Allow setting channel variables using Originate application
Reported by: N A
    -
  • [b4e77b7f10] Naveen Albert -- app_originate: Allow setting Caller ID and variables
  • -

Category: Applications/app_voicemail

ASTERISK-29349: Silent voicemail option is not completely silent
Reported by: N A
    -
  • [10aa4f9876] Naveen Albert -- app_voicemail: Configurable voicemail beep
  • -

Category: Channels/General

ASTERISK-29380: Add Flash AMI event to handle flash events
Reported by: N A
    -
  • [ea117be4c6] Naveen Albert -- AMI: Add AMI event to expose hook flash events
  • -

Category: Channels/NewFeature

ASTERISK-29380: Add Flash AMI event to handle flash events
Reported by: N A
    -
  • [ea117be4c6] Naveen Albert -- AMI: Add AMI event to expose hook flash events
  • -

Category: Channels/chan_pjsip

ASTERISK-29459: Missing configuration from PJSIP to SIP conversion script
Reported by: N A
    -
  • [2376425785] Naveen Albert -- sip_to_pjsip: Fix missing cases
  • -

Category: Resources/res_pjsip_dtmf_info

ASTERISK-29460: Recognize application/hook-flash in PJSIP
Reported by: N A
    -
  • [17b9c5c5cf] Naveen Albert -- res_pjsip_dtmf_info: Hook flash
  • -

Category: Resources/res_rtp_asterisk

ASTERISK-29434: Asterisk reveals pjproject version in STUN packets
Reported by: Jeremy Lainé
    -
  • [0cd5d5150a] Jeremy Lainé -- res_rtp_asterisk: make it possible to remove SOFTWARE attribute
  • -


Open Issues

[Back to Top]

This is a list of all open issues from the issue tracker that were referenced by changes that went into this release.

Bug

Category: Resources/res_pjsip_outbound_registration

ASTERISK-29241: pjsip / register: wrong port used in Contact and Via if multiple transports are defined.
Reported by: Michael Maier
    -
  • [fe40c3cc74] Bernd Zobl -- res_pjsip/pjsip_message_filter: set preferred transport in pjsip_message_filter
  • -


Commits Not Associated with an Issue

[Back to Top]

This is a list of all changes that went into this release that did not reference a JIRA issue.

- - - - - - - - - - - - - - - - -
RevisionAuthorSummary
88bfe3b30aAsterisk Development TeamUpdate for 16.19.0-rc1
d41c4db68dAsterisk Development TeamUpdate CHANGES and UPGRADE.txt for 16.19.0
b6bf6d091eGeorge Josephres_pjsip_messaging: Overwrite user in existing contact URI
2dbf8cd135Jaco Kroonfunc_lock: Add "dialplan locks show" cli command.
5d7d174e1fJaco Kroonfunc_lock: Prevent module unloading in-use module.
4040095ea4Jaco Kroonfunc_lock: Fix memory corruption during unload.
5008d9fee1Jaco Kroonfunc_lock: Fix requesters counter in error paths.
e824138a26Sean Brightmenuselect: Fix description of several modules.
cee88c9826Ben FordSTIR/SHAKEN: Add Date header, dest->tn, and URL checking.
0ee56cc2bdJoshua C. Colpasterisk: We've moved to Libera Chat!
0b4b207076Ben FordSTIR/SHAKEN: Switch to base64 URL encoding.
d00bedba81Ben FordSTIR/SHAKEN: OPENSSL_free serial hex from openssl.
184a027eaaBen FordSTIR/SHAKEN: Fix certificate type and storage.
63c25d3821George JosephUpdates for the MessageSend Dialplan App
d72c7d2d66Sean Brighttranslate.c: Avoid refleak when checking for a translation path

Diffstat Results

[Back to Top]

This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.

asterisk-16.18.0-summary.html                                                     |  127 -
-asterisk-16.18.0-summary.txt                                                      |  348 ----
-b/.version                                                                        |    2
-b/CHANGES                                                                         |   87 +
-b/ChangeLog                                                                       |  651 +++++++
-b/UPGRADE.txt                                                                     |   18
-b/apps/app_confbridge.c                                                           |   90 +
-b/apps/app_originate.c                                                            |   85 -
-b/apps/app_voicemail.c                                                            |   27
-b/apps/confbridge/conf_config_parser.c                                            |   13
-b/apps/confbridge/include/confbridge.h                                            |    1
-b/asterisk-16.19.0-rc1-summary.html                                               |  151 +
-b/asterisk-16.19.0-rc1-summary.txt                                                |  408 ++++
-b/channels/chan_pjsip.c                                                           |    3
-b/channels/chan_sip.c                                                             |   19
-b/configs/samples/confbridge.conf.sample                                          |    2
-b/configs/samples/pjsip.conf.sample                                               |   23
-b/configs/samples/rtp.conf.sample                                                 |    5
-b/configs/samples/stasis.conf.sample                                              |    1
-b/configs/samples/stir_shaken.conf.sample                                         |   44
-b/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py                                    |    8
-b/doc/appdocsxml.dtd                                                              |    2
-b/funcs/func_lock.c                                                               |   71
-b/funcs/func_math.c                                                               |  173 ++
-b/funcs/func_volume.c                                                             |   48
-b/include/asterisk/res_pjsip.h                                                    |   51
-b/include/asterisk/res_stir_shaken.h                                              |    8
-b/include/asterisk/stasis_channels.h                                              |    7
-b/include/asterisk/utils.h                                                        |   60
-b/main/asterisk.c                                                                 |    2
-b/main/channel.c                                                                  |    8
-b/main/core_local.c                                                               |    3
-b/main/file.c                                                                     |    1
-b/main/manager_channels.c                                                         |   21
-b/main/message.c                                                                  |   61
-b/main/pbx_builtins.c                                                             |    2
-b/main/stasis.c                                                                   |    1
-b/main/stasis_channels.c                                                          |    3
-b/main/translate.c                                                                |    2
-b/main/utils.c                                                                    |  129 +
-b/res/res_format_attr_ilbc.c                                                      |    3
-b/res/res_pjsip.c                                                                 |   66
-b/res/res_pjsip/config_transport.c                                                |    2
-b/res/res_pjsip/pjsip_configuration.c                                             |   19
-b/res/res_pjsip/pjsip_message_filter.c                                            |    8
-b/res/res_pjsip_authenticator_digest.c                                            |   27
-b/res/res_pjsip_dialog_info_body_generator.c                                      |  119 +
-b/res/res_pjsip_dtmf_info.c                                                       |   10
-b/res/res_pjsip_messaging.c                                                       |  833 ++++++++--
-b/res/res_pjsip_outbound_authenticator_digest.c                                   |  508 +++++-
-b/res/res_pjsip_registrar.c                                                       |   15
-b/res/res_pjsip_stir_shaken.c                                                     |  106 -
-b/res/res_rtp_asterisk.c                                                          |   41
-b/res/res_stir_shaken.c                                                           |  256 +--
-b/res/res_stir_shaken/certificate.c                                               |   32
-b/res/res_stir_shaken/certificate.h                                               |   12
-b/res/res_stir_shaken/curl.c                                                      |  103 +
-b/res/res_stir_shaken/curl.h                                                      |   10
-b/res/res_stir_shaken/stir_shaken.c                                               |   84 -
-b/res/res_stir_shaken/stir_shaken.h                                               |   12
-b/res/res_stir_shaken/store.c                                                     |   20
-b/res/res_xmpp.c                                                                  |    5
-b/res/stasis/messaging.c                                                          |   14
-b/third-party/pjproject/patches/0090-Skip-unsupported-digest-algorithm-2408.patch |  212 ++
-b/third-party/pjproject/patches/0100-fix-double-stun-free.patch                   |   38
-65 files changed, 4350 insertions(+), 971 deletions(-)

\ No newline at end of file diff --git a/asterisk-16.19.0-summary.txt b/asterisk-16.19.0-summary.txt deleted file mode 100644 index d13067da93..0000000000 --- a/asterisk-16.19.0-summary.txt +++ /dev/null @@ -1,406 +0,0 @@ - Release Summary - - asterisk-16.19.0 - - Date: 2021-06-24 - - - - ---------------------------------------------------------------------- - - Table of Contents - - 1. Summary - 2. Contributors - 3. Closed Issues - 4. Open Issues - 5. Other Changes - 6. Diffstat - - ---------------------------------------------------------------------- - - Summary - - [Back to Top] - - This release is a point release of an existing major version. The changes - included were made to address problems that have been identified in this - release series, or are minor, backwards compatible new features or - improvements. Users should be able to safely upgrade to this version if - this release series is already in use. Users considering upgrading from a - previous version are strongly encouraged to review the UPGRADE.txt - document as well as the CHANGES document for information about upgrading - to this release series. - - The data in this summary reflects changes that have been made since the - previous release, asterisk-16.18.0. - - ---------------------------------------------------------------------- - - Contributors - - [Back to Top] - - This table lists the people who have submitted code, those that have - tested patches, as well as those that reported issues on the issue tracker - that were resolved in this release. For coders, the number is how many of - their patches (of any size) were committed into this release. For testers, - the number is the number of times their name was listed as assisting with - testing a patch. Finally, for reporters, the number is the number of - issues that they reported that were affected by commits that went into - this release. - - Coders Testers Reporters - 12 Naveen Albert 1 Joseph Nadiv 12 N A - 5 Joshua C. Colp 2 George Joseph - 4 Sean Bright 2 Michael Maier - 4 George Joseph 1 Robert Sutton - 4 Jaco Kroon 1 Marco Paland - 4 Ben Ford 1 Lucas Tardioli Silveira - 2 Asterisk Development Team 1 Brian J. Murrell - 2 Joseph Nadiv 1 Matthias Hensler - 1 Bernd Zobl 1 Andrea Sannucci - 1 Jeremy Lainé 1 Jeremy Lainé - 1 Evgenios_Greek 1 Lucas Tardioli Silveira - 1 Joshua C. Colp - 1 Luke Escude - 1 Chris - - ---------------------------------------------------------------------- - - Closed Issues - - [Back to Top] - - This is a list of all issues from the issue tracker that were closed by - changes that went into this release. - - New Feature - - Category: Applications/app_confbridge - - ASTERISK-29446: app_confbridge: New ConfKick application - Reported by: N A - * [2c2dc7d97d] Naveen Albert -- app_confbridge: New ConfKick() - application - ASTERISK-29440: app_confbridge: Allow ConfBridge answer to be suppressed - Reported by: N A - * [95f588496d] Naveen Albert -- app_confbridge: New option to prevent - answer supervision - - Category: Functions/NewFeature - - ASTERISK-29431: Minimum and maximum dialplan functions - Reported by: N A - * [8236f2f155] Naveen Albert -- func_math: Three new dialplan functions - - Category: Functions/func_volume - - ASTERISK-29439: func_volume: Volume function can't be read - Reported by: N A - * [d1305af137] Naveen Albert -- func_volume: Add read capability to - function. - - Bug - - Category: Applications/app_saynumber - - ASTERISK-29475: SayNumber triggers WARNING if caller hangs up during - application execution - Reported by: N A - * [80be0edae7] Naveen Albert -- pbx_builtins: Corrects SayNumber warning - - Category: Channels/chan_local - - ASTERISK-29407: chan_local: Filtering audio formats should not occur on - removed streams - Reported by: Joshua C. Colp - * [d2b8141d26] Joshua C. Colp -- chan_local: Skip filtering audio - formats on removed streams. - - Category: Channels/chan_pjsip - - ASTERISK-28393: Multidomain support issue - Reported by: Andrea Sannucci - * [a123e8cb0e] Joseph Nadiv -- res_pjsip.c: Support endpoints with - domain info in username - ASTERISK-29358: chan_pjsip: Trace message for progress is output even if - frame is not queued - Reported by: Michael Maier - * [f557126998] Sean Bright -- chan_pjsip: Correct misleading trace - message - - Category: Channels/chan_sip/General - - ASTERISK-29370: chan_sip does not recognize application/hook-flash - Reported by: N A - * [11e61217a0] Naveen Albert -- chan_sip: Expand hook flash recognition. - ASTERISK-29030: res_rtp_asterisk: Additional RTP-frame (with wrong SSRC) - gets inserted when switching from progress to established - Reported by: Matthias Hensler - * [0eb5c58bd4] Sean Bright -- res_rtp_asterisk: More robust timestamp - checking - - Category: Core/General - - ASTERISK-29372: file.c switch does not account for flash events - Reported by: N A - * [859cd2a56b] Naveen Albert -- main/file.c: Don't throw error on flash - event. - - Category: Core/PBX - - ASTERISK-29441: Core reload making TCP endpoints go offline - Reported by: Luke Escude - * [e07fd35238] Joshua C. Colp -- res_pjsip: On partial transport reload - also move factories. - - Category: Core/Stasis - - ASTERISK-28237: "FRACK!, Failed assertion bad magic number" happens when - unsubscribe an application from an event source - Reported by: Lucas Tardioli Silveira - * [6d5f087138] Evgenios_Greek -- stasis: Fix "FRACK!, Failed assertion - bad magic number" when unsubscribing - - Category: Resources/res_pjsip_messaging - - ASTERISK-29404: Consolidate res_pjsip_messaging fixes for domain name - Reported by: George Joseph - * [6cd89c4f0a] George Joseph -- res_pjsip_messaging: Refactor outgoing - URI processing - - Category: Resources/res_pjsip_outbound_authenticator_digest - - ASTERISK-29397: pjsip: Asterisk isn't tolerant of RFC8760 UASs - Reported by: George Joseph - * [7c0b8f0701] George Joseph -- res_pjsip_outbound_authenticator_digest: - Be tolerant of RFC8760 UASs - - Category: Resources/res_rtp_asterisk - - ASTERISK-29433: res_rtp_asterisk: Server reflexive candidates use - incorrect raddr for RTCP - Reported by: Chris - * [bb8e868066] Joshua C. Colp -- res_rtp_asterisk: Set correct raddr - port on RTCP srflx candidates. - ASTERISK-29030: res_rtp_asterisk: Additional RTP-frame (with wrong SSRC) - gets inserted when switching from progress to established - Reported by: Matthias Hensler - * [0eb5c58bd4] Sean Bright -- res_rtp_asterisk: More robust timestamp - checking - - Category: pjproject/pjsip - - ASTERISK-24601: [patch]Missing RFC4235 tags and attributes in PJSIP NOTIFY - event: dialog XML body - Reported by: Marco Paland - * [48851279a8] Joseph Nadiv -- res_pjsip_dialog_info_body_generator: Add - LOCAL/REMOTE tags in dialog-info+xml - ASTERISK-29377: cpool_release_pool "double free or corruption (out)" - Reported by: Robert Sutton - * [8f8b4e7e41] Joshua C. Colp -- pjsip: Add patch for resolving STUN - packet lifetime issues. - - Improvement - - Category: Applications/app_originate - - ASTERISK-29450: Allow setting channel variables using Originate - application - Reported by: N A - * [b4e77b7f10] Naveen Albert -- app_originate: Allow setting Caller ID - and variables - - Category: Applications/app_voicemail - - ASTERISK-29349: Silent voicemail option is not completely silent - Reported by: N A - * [10aa4f9876] Naveen Albert -- app_voicemail: Configurable voicemail - beep - - Category: Channels/General - - ASTERISK-29380: Add Flash AMI event to handle flash events - Reported by: N A - * [ea117be4c6] Naveen Albert -- AMI: Add AMI event to expose hook flash - events - - Category: Channels/NewFeature - - ASTERISK-29380: Add Flash AMI event to handle flash events - Reported by: N A - * [ea117be4c6] Naveen Albert -- AMI: Add AMI event to expose hook flash - events - - Category: Channels/chan_pjsip - - ASTERISK-29459: Missing configuration from PJSIP to SIP conversion script - Reported by: N A - * [2376425785] Naveen Albert -- sip_to_pjsip: Fix missing cases - - Category: Resources/res_pjsip_dtmf_info - - ASTERISK-29460: Recognize application/hook-flash in PJSIP - Reported by: N A - * [17b9c5c5cf] Naveen Albert -- res_pjsip_dtmf_info: Hook flash - - Category: Resources/res_rtp_asterisk - - ASTERISK-29434: Asterisk reveals pjproject version in STUN packets - Reported by: Jeremy Lainé - * [0cd5d5150a] Jeremy Lainé -- res_rtp_asterisk: make it possible to - remove SOFTWARE attribute - - ---------------------------------------------------------------------- - - Open Issues - - [Back to Top] - - This is a list of all open issues from the issue tracker that were - referenced by changes that went into this release. - - Bug - - Category: Resources/res_pjsip_outbound_registration - - ASTERISK-29241: pjsip / register: wrong port used in Contact and Via if - multiple transports are defined. - Reported by: Michael Maier - * [fe40c3cc74] Bernd Zobl -- res_pjsip/pjsip_message_filter: set - preferred transport in pjsip_message_filter - - ---------------------------------------------------------------------- - - Commits Not Associated with an Issue - - [Back to Top] - - This is a list of all changes that went into this release that did not - reference a JIRA issue. - - +------------------------------------------------------------------------+ - | Revision | Author | Summary | - |------------+----------------------+------------------------------------| - | 88bfe3b30a | Asterisk Development | Update for 16.19.0-rc1 | - | | Team | | - |------------+----------------------+------------------------------------| - | d41c4db68d | Asterisk Development | Update CHANGES and UPGRADE.txt for | - | | Team | 16.19.0 | - |------------+----------------------+------------------------------------| - | b6bf6d091e | George Joseph | res_pjsip_messaging: Overwrite | - | | | user in existing contact URI | - |------------+----------------------+------------------------------------| - | 2dbf8cd135 | Jaco Kroon | func_lock: Add "dialplan locks | - | | | show" cli command. | - |------------+----------------------+------------------------------------| - | 5d7d174e1f | Jaco Kroon | func_lock: Prevent module | - | | | unloading in-use module. | - |------------+----------------------+------------------------------------| - | 4040095ea4 | Jaco Kroon | func_lock: Fix memory corruption | - | | | during unload. | - |------------+----------------------+------------------------------------| - | 5008d9fee1 | Jaco Kroon | func_lock: Fix requesters counter | - | | | in error paths. | - |------------+----------------------+------------------------------------| - | e824138a26 | Sean Bright | menuselect: Fix description of | - | | | several modules. | - |------------+----------------------+------------------------------------| - | cee88c9826 | Ben Ford | STIR/SHAKEN: Add Date header, | - | | | dest->tn, and URL checking. | - |------------+----------------------+------------------------------------| - | 0ee56cc2bd | Joshua C. Colp | asterisk: We've moved to Libera | - | | | Chat! | - |------------+----------------------+------------------------------------| - | 0b4b207076 | Ben Ford | STIR/SHAKEN: Switch to base64 URL | - | | | encoding. | - |------------+----------------------+------------------------------------| - | d00bedba81 | Ben Ford | STIR/SHAKEN: OPENSSL_free serial | - | | | hex from openssl. | - |------------+----------------------+------------------------------------| - | 184a027eaa | Ben Ford | STIR/SHAKEN: Fix certificate type | - | | | and storage. | - |------------+----------------------+------------------------------------| - | 63c25d3821 | George Joseph | Updates for the MessageSend | - | | | Dialplan App | - |------------+----------------------+------------------------------------| - | d72c7d2d66 | Sean Bright | translate.c: Avoid refleak when | - | | | checking for a translation path | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - Diffstat Results - - [Back to Top] - - This is a summary of the changes to the source code that went into this - release that was generated using the diffstat utility. - - asterisk-16.18.0-summary.html | 127 - - asterisk-16.18.0-summary.txt | 348 ---- - b/.version | 2 - b/CHANGES | 87 + - b/ChangeLog | 651 +++++++ - b/UPGRADE.txt | 18 - b/apps/app_confbridge.c | 90 + - b/apps/app_originate.c | 85 - - b/apps/app_voicemail.c | 27 - b/apps/confbridge/conf_config_parser.c | 13 - b/apps/confbridge/include/confbridge.h | 1 - b/asterisk-16.19.0-rc1-summary.html | 151 + - b/asterisk-16.19.0-rc1-summary.txt | 408 ++++ - b/channels/chan_pjsip.c | 3 - b/channels/chan_sip.c | 19 - b/configs/samples/confbridge.conf.sample | 2 - b/configs/samples/pjsip.conf.sample | 23 - b/configs/samples/rtp.conf.sample | 5 - b/configs/samples/stasis.conf.sample | 1 - b/configs/samples/stir_shaken.conf.sample | 44 - b/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py | 8 - b/doc/appdocsxml.dtd | 2 - b/funcs/func_lock.c | 71 - b/funcs/func_math.c | 173 ++ - b/funcs/func_volume.c | 48 - b/include/asterisk/res_pjsip.h | 51 - b/include/asterisk/res_stir_shaken.h | 8 - b/include/asterisk/stasis_channels.h | 7 - b/include/asterisk/utils.h | 60 - b/main/asterisk.c | 2 - b/main/channel.c | 8 - b/main/core_local.c | 3 - b/main/file.c | 1 - b/main/manager_channels.c | 21 - b/main/message.c | 61 - b/main/pbx_builtins.c | 2 - b/main/stasis.c | 1 - b/main/stasis_channels.c | 3 - b/main/translate.c | 2 - b/main/utils.c | 129 + - b/res/res_format_attr_ilbc.c | 3 - b/res/res_pjsip.c | 66 - b/res/res_pjsip/config_transport.c | 2 - b/res/res_pjsip/pjsip_configuration.c | 19 - b/res/res_pjsip/pjsip_message_filter.c | 8 - b/res/res_pjsip_authenticator_digest.c | 27 - b/res/res_pjsip_dialog_info_body_generator.c | 119 + - b/res/res_pjsip_dtmf_info.c | 10 - b/res/res_pjsip_messaging.c | 833 ++++++++-- - b/res/res_pjsip_outbound_authenticator_digest.c | 508 +++++- - b/res/res_pjsip_registrar.c | 15 - b/res/res_pjsip_stir_shaken.c | 106 - - b/res/res_rtp_asterisk.c | 41 - b/res/res_stir_shaken.c | 256 +-- - b/res/res_stir_shaken/certificate.c | 32 - b/res/res_stir_shaken/certificate.h | 12 - b/res/res_stir_shaken/curl.c | 103 + - b/res/res_stir_shaken/curl.h | 10 - b/res/res_stir_shaken/stir_shaken.c | 84 - - b/res/res_stir_shaken/stir_shaken.h | 12 - b/res/res_stir_shaken/store.c | 20 - b/res/res_xmpp.c | 5 - b/res/stasis/messaging.c | 14 - b/third-party/pjproject/patches/0090-Skip-unsupported-digest-algorithm-2408.patch | 212 ++ - b/third-party/pjproject/patches/0100-fix-double-stun-free.patch | 38 - 65 files changed, 4350 insertions(+), 971 deletions(-) diff --git a/asterisk-16.19.1-summary.html b/asterisk-16.19.1-summary.html new file mode 100644 index 0000000000..f45bdef33a --- /dev/null +++ b/asterisk-16.19.1-summary.html @@ -0,0 +1,21 @@ +Release Summary - asterisk-16.19.1

Release Summary

asterisk-16.19.1

Date: 2021-07-22

<asteriskteam@digium.com>


Table of Contents

    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Closed Issues
  6. +
  7. Diffstat
  8. +

Summary

[Back to Top]

This release has been made to address one or more security vulnerabilities that have been identified. A security advisory document has been published for each vulnerability that includes additional information. Users of versions of Asterisk that are affected are strongly encouraged to review the advisories and determine what action they should take to protect their systems from these issues.

Security Advisories:

The data in this summary reflects changes that have been made since the previous release, asterisk-16.19.0.


Contributors

[Back to Top]

This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release.

+ + +
CodersTestersReporters
2 Kevin Harwell
1 Joshua C. Colp
1 Michael Welk
1 Ivan Poddubny
1 Andrew Yager

Closed Issues

[Back to Top]

This is a list of all issues from the issue tracker that were closed by changes that went into this release.

Security

Category: Channels/chan_pjsip

ASTERISK-29415: Crash in PJSIP TLS transport
Reported by: Andrew Yager
    +
  • [734e42155f] Kevin Harwell -- AST-2021-009 - pjproject-bundled: Avoid crash during handshake for TLS
  • +

Category: Resources/res_pjsip_session

ASTERISK-29381: chan_pjsip: Remote denial of service by an authenticated user
Reported by: Ivan Poddubny
    +
  • [56fa10941a] Joshua C. Colp -- AST-2021-007 - res_pjsip_session: Don't offer if no channel exists.
  • +

Bug

Category: Channels/chan_iax2

ASTERISK-29392: chan_iax2: Asterisk crashes when queueing video with format
Reported by: Michael Welk
    +
  • [7603e683cb] Kevin Harwell -- AST-2021-008 - chan_iax2: remote crash on unsupported media format
  • +


Diffstat Results

[Back to Top]

This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.

channels/chan_iax2.c                                                   |   40 +-
+res/res_pjsip_session.c                                                |   10
+third-party/pjproject/patches/0110-tls-parent-listener-destroyed.patch |  166 ++++++++++
+third-party/pjproject/patches/0111-ssl-premature-destroy.patch         |  136 ++++++++
+4 files changed, 343 insertions(+), 9 deletions(-)

\ No newline at end of file diff --git a/asterisk-16.19.1-summary.txt b/asterisk-16.19.1-summary.txt new file mode 100644 index 0000000000..a3532a1928 --- /dev/null +++ b/asterisk-16.19.1-summary.txt @@ -0,0 +1,107 @@ + Release Summary + + asterisk-16.19.1 + + Date: 2021-07-22 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Closed Issues + 4. Diffstat + + ---------------------------------------------------------------------- + + Summary + + [Back to Top] + + This release has been made to address one or more security vulnerabilities + that have been identified. A security advisory document has been published + for each vulnerability that includes additional information. Users of + versions of Asterisk that are affected are strongly encouraged to review + the advisories and determine what action they should take to protect their + systems from these issues. + + Security Advisories: + + * AST-2021-007,AST-2021-008,AST-2021-009 + + The data in this summary reflects changes that have been made since the + previous release, asterisk-16.19.0. + + ---------------------------------------------------------------------- + + Contributors + + [Back to Top] + + This table lists the people who have submitted code, those that have + tested patches, as well as those that reported issues on the issue tracker + that were resolved in this release. For coders, the number is how many of + their patches (of any size) were committed into this release. For testers, + the number is the number of times their name was listed as assisting with + testing a patch. Finally, for reporters, the number is the number of + issues that they reported that were affected by commits that went into + this release. + + Coders Testers Reporters + 2 Kevin Harwell 1 Michael Welk + 1 Joshua C. Colp 1 Ivan Poddubny + 1 Andrew Yager + + ---------------------------------------------------------------------- + + Closed Issues + + [Back to Top] + + This is a list of all issues from the issue tracker that were closed by + changes that went into this release. + + Security + + Category: Channels/chan_pjsip + + ASTERISK-29415: Crash in PJSIP TLS transport + Reported by: Andrew Yager + * [734e42155f] Kevin Harwell -- AST-2021-009 - pjproject-bundled: Avoid + crash during handshake for TLS + + Category: Resources/res_pjsip_session + + ASTERISK-29381: chan_pjsip: Remote denial of service by an authenticated + user + Reported by: Ivan Poddubny + * [56fa10941a] Joshua C. Colp -- AST-2021-007 - res_pjsip_session: Don't + offer if no channel exists. + + Bug + + Category: Channels/chan_iax2 + + ASTERISK-29392: chan_iax2: Asterisk crashes when queueing video with + format + Reported by: Michael Welk + * [7603e683cb] Kevin Harwell -- AST-2021-008 - chan_iax2: remote crash + on unsupported media format + + ---------------------------------------------------------------------- + + Diffstat Results + + [Back to Top] + + This is a summary of the changes to the source code that went into this + release that was generated using the diffstat utility. + + channels/chan_iax2.c | 40 +- + res/res_pjsip_session.c | 10 + third-party/pjproject/patches/0110-tls-parent-listener-destroyed.patch | 166 ++++++++++ + third-party/pjproject/patches/0111-ssl-premature-destroy.patch | 136 ++++++++ + 4 files changed, 343 insertions(+), 9 deletions(-)