From: Asterisk Development Team Date: Tue, 16 Jun 2020 14:42:11 +0000 (-0500) Subject: Update for 17.5.1 X-Git-Tag: 17.5.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb869c4233223b1a228a9ae6385554f071139b6;p=thirdparty%2Fasterisk.git Update for 17.5.1 --- diff --git a/.version b/.version index e3266a0570..e2619c4b20 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -17.5.0 \ No newline at end of file +17.5.1 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 63976ba1d8..2dc4950520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2020-06-16 14:42 +0000 Asterisk Development Team + + * asterisk 17.5.1 Released. + +2020-06-12 05:16 +0000 [19a739a901] sungtae kim + + * res_ari: Fix create channel request channelId parameter parsing + + If channelId parameters were passed in the body, the Asterisk doesn't parsing it correctly. + + Fixed it to parse the channelId, other_channel_id parameter correclty. + + ASTERISK-28948 + + Change-Id: I59b49161a94869169ee19c1ffab5afcef7026157 + (cherry picked from commit 37f8adacd16f46f87bb48248f6b2908f044edb36) + 2020-06-11 08:54 +0000 Asterisk Development Team * asterisk 17.5.0 Released. diff --git a/asterisk-17.5.0-summary.html b/asterisk-17.5.0-summary.html deleted file mode 100644 index 311a1e16a8..0000000000 --- a/asterisk-17.5.0-summary.html +++ /dev/null @@ -1,129 +0,0 @@ -Release Summary - asterisk-17.5.0

Release Summary

asterisk-17.5.0

Date: 2020-06-11

<asteriskteam@digium.com>


Table of Contents

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

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-17.4.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
8 Joshua C. Colp
4 Asterisk Development Team
4 Guido Falsi
4 Pirmin Walthert
3 Alexander Traud
2 George Joseph
2 Alexander Traud
2 sungtae kim
1 Peter Turczak
1 Peter Sokolov (License #7070)
1 Roger James
1 Jaco Kroon
1 Nathan Bruning
1 Nicholas John Koch
5 nappsoft
4 Guido Falsi
4 Alexander Traud
3 Joshua C. Colp
2 sungtae kim
1 lvl
1 Christoph Moench-Tegeder
1 George Joseph
1 Alexei Gradinari
1 Roger James
1 Shlomi Gutman
1 Nicholas John Koch
1 Peter Turczak
1 Etienne Lessard
1 Jonathan Hunter
1 Peter Sokolov
1 Dmitry Wagin
1 Nicholas John Koch

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.

Bug

Category: Applications/app_fax

ASTERISK-28848: app_fax: Compile.
Reported by: Alexander Traud
    -
  • [e21d8d2c78] Alexander Traud -- app_fax: SpanDSP headers do not use ast_malloc; ignore that.
  • -

Category: Applications/app_osplookup

ASTERISK-28804: [patch] app_osplookup.c: Avoid a format truncation.
Reported by: Alexander Traud
    -
  • [4257512ab0] Alexander Traud -- app_osplookup: Avoid a format truncation.
  • -

Category: Applications/app_queue

ASTERISK-28829: app_queue: leaking stasis subscription when Redirecting call
Reported by: lvl
    -
  • [1e16c84be0] Nathan Bruning -- app_queue: track masquerades in app_queue to avoid leaked stasis subscriptions
  • -
ASTERISK-25844: app_queue: Ghost channels in "core show channels" output
Reported by: Etienne Lessard
    -
  • [1e16c84be0] Nathan Bruning -- app_queue: track masquerades in app_queue to avoid leaked stasis subscriptions
  • -

Category: Applications/app_system

ASTERISK-28776: Non async-signal-safe syscalls used after fork before exec
Reported by: nappsoft
    -
  • [a1d94e13db] Pirmin Walthert -- app.c: make sure that no non-async-signal-safe syscalls are used after
  • -

Category: Bridges/bridge_softmix

ASTERISK-28898: bridge_softmix: Conference bridge not passing silent rtp packets
Reported by: Jonathan Hunter
    -
  • [545c72e335] Joshua C. Colp -- bridge_softmix: Always remove audio from mixed frame.
  • -

Category: Channels/chan_local

ASTERISK-25844: app_queue: Ghost channels in "core show channels" output
Reported by: Etienne Lessard
    -
  • [1e16c84be0] Nathan Bruning -- app_queue: track masquerades in app_queue to avoid leaked stasis subscriptions
  • -

Category: Channels/chan_sip/General

ASTERISK-28898: bridge_softmix: Conference bridge not passing silent rtp packets
Reported by: Jonathan Hunter
    -
  • [545c72e335] Joshua C. Colp -- bridge_softmix: Always remove audio from mixed frame.
  • -

Category: Core/Channels

ASTERISK-25844: app_queue: Ghost channels in "core show channels" output
Reported by: Etienne Lessard
    -
  • [1e16c84be0] Nathan Bruning -- app_queue: track masquerades in app_queue to avoid leaked stasis subscriptions
  • -

Category: Core/General

ASTERISK-28797: [patch] tcptls: Fix notice when TLS is enabled but not configured.
Reported by: Alexander Traud
    -
  • [1bc597130c] Alexander Traud -- tcptls: Fix notice when TLS is enabled but not supported.
  • -

Category: Core/Streams

ASTERISK-28870: streams: One memory leak and one issue cloning streams
Reported by: George Joseph
    -
  • [b43b04a1f4] George Joseph -- streams: Fix one memory leak and one formats ref issue
  • -

Category: Resources/res_ari_bridges

ASTERISK-28898: bridge_softmix: Conference bridge not passing silent rtp packets
Reported by: Jonathan Hunter
    -
  • [545c72e335] Joshua C. Colp -- bridge_softmix: Always remove audio from mixed frame.
  • -

Category: Resources/res_ari_channels

ASTERISK-28940: /channels/create doesn't get any parameters from the body
Reported by: sungtae kim
    -
  • [7082a740f9] sungtae kim -- res_ari: Fix create request body parameter parsing.
  • -

Category: Resources/res_musiconhold

ASTERISK-28892: res_musiconhold: Module res_musiconhold throws false warning
Reported by: Nicholas John Koch
    -
  • [55d76ae663] Nicholas John Koch -- res_musiconhold: Added check for dot character in path of playlist entries to avoid warnings
  • -

Category: Resources/res_pjsip

ASTERISK-28794: res_pjsip: Crash when escaping during URI printing
Reported by: nappsoft
    -
  • [62611df412] Joshua C. Colp -- res_pjsip: Use correct pool for storing the contact_user value.
  • -
ASTERISK-26780: res_pjsip: PJSIP Registration Fails when transport=transport-udp6
Reported by: Peter Sokolov
    -
  • [e0c6e1b71b] Peter Sokolov -- pjsip_resolver.c: Ensure AAAA dns requests are made.
  • -
ASTERISK-28854: SIGSEGV when pjsip show history encounters IPV6 address
Reported by: Roger James
    -
  • [29910aa451] Roger James -- res_pjsip_history.c: Fix to stop SIGSEGV when IPv6 addresses are encountered.
  • -

Category: Resources/res_pjsip_logger

ASTERISK-28932: res_pjsip_logger writing too big packets
Reported by: nappsoft
    -
  • [dd5fb6dad1] Pirmin Walthert -- res_pjsip_logger: use the correct pointer when logging tx_messages to pcap
  • -
ASTERISK-28921: Wrong return value check for fwrite when writing to pcap file
Reported by: nappsoft
    -
  • [cb6b700ae3] Pirmin Walthert -- res_pjsip_logger.c: correct the return value checks when writing to pcap
  • -

Category: Resources/res_pjsip_nat

ASTERISK-28884: x-ast-orig-host not filtered out from request URI and To header
Reported by: nappsoft
    -
  • [10c5562e3b] Pirmin Walthert -- res_pjsip_nat.c: remove x-ast-orig-host from request URI and To header
  • -

Category: Resources/res_pjsip_session

ASTERISK-28871: res_pjsip_session: Unnecessary re-Invite on call answer
Reported by: Alexei Gradinari
    -
  • [467e8ad130] Joshua C. Colp -- bridge: Don't try to match audio formats.
  • -

Category: Resources/res_rtp_asterisk

ASTERISK-28904: RTP ICE leaks the memory
Reported by: sungtae kim
    -
  • [e2c5d2908b] sungtae kim -- res_rtp_asterisk.c: Fixed memory leak
  • -
ASTERISK-28852: Unprotected access to nochecksums variable, causes build failures
Reported by: Guido Falsi
    -
  • [fa2b05a9e0] Guido Falsi -- res_rtp_asterisk: Protect access to nochecksums with #ifdef
  • -

Category: Resources/res_srtp

ASTERISK-28903: res_srtp: Answered Crypto Suite might be wrong in SDP/SDES.
Reported by: Alexander Traud
    -
  • [ab0ab19993] Alexander Traud -- res_srtp: Set all possible flags while selecting the Crypto Suite.
  • -
ASTERISK-22920: Crash while Forwarding from TLS extension with CHANNEL args secure_bridge_media and secure_bridge_signaling
Reported by: Shlomi Gutman
    -
  • [96ca431b58] Alexander Traud -- core_local: Local calls are always secure.
  • -

Category: pjproject/pjsip

ASTERISK-28794: res_pjsip: Crash when escaping during URI printing
Reported by: nappsoft
    -
  • [62611df412] Joshua C. Colp -- res_pjsip: Use correct pool for storing the contact_user value.
  • -
ASTERISK-28859: pjsip: Increase maximum candidate count
Reported by: Joshua C. Colp
    -
  • [6c0d4be246] Joshua C. Colp -- pjsip: Increase maximum ICE candidate count.
  • -

Improvement

Category: Addons/chan_mobile

ASTERISK-28832: chan_mobile creates PCMA streams that make some VoIP clients crash or not render received audio
Reported by: Peter Turczak
    -
  • [747dc9e830] Peter Turczak -- chan_mobile: Add smoother to make SIP/RTP endpoints happy.
  • -

Category: Core/DNS

ASTERISK-28853: Missing include on FreeBSD
Reported by: Guido Falsi
    -
  • [2500004022] Guido Falsi -- core/dns: Add system include required on FreeBSD
  • -

Category: Resources/res_ari_channels

ASTERISK-28896: ari: Add support for specifying variables on channel create
Reported by: Joshua C. Colp
    -
  • [ace1000ff3] Joshua C. Colp -- ari: Allow variables to be set on channel create.
  • -

Category: Resources/res_pjsip_logger

ASTERISK-28895: res_pjsip_logger: Add tons'o'functionality
Reported by: Joshua C. Colp
    -
  • [d7d2d13b2c] Joshua C. Colp -- res_pjsip_logger: Expand functionality to improve logging.
  • -

Category: Third-Party/pjproject

ASTERISK-28866: third-party/pjproject/configure.m4 contains bashisms
Reported by: Guido Falsi
    -
  • [28b966535a] Guido Falsi -- pjproject: Remove bashism from configure.m4 script
  • -

Category: pjproject/pjsip

ASTERISK-28879: pjproject has race conditions in it's build system
Reported by: Guido Falsi
    -
  • [b10ddcb2bd] Guido Falsi -- pjproject: Fix race condition when building with parallel make
  • -


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
9c7675ac0eAsterisk Development TeamUpdate for 17.5.0-rc3
918cccc053Asterisk Development TeamUpdate for 17.5.0-rc2
a3bdd2cb50Asterisk Development TeamUpdate for 17.5.0-rc1
dc2baee0eeAsterisk Development TeamUpdate CHANGES and UPGRADE.txt for 17.5.0
3db246cfdfJoshua C. ColpARI: Bump non-breaking version number to 5.1.1
441b614fa0Joshua C. Colpres_sorcery_config: Always reload configuration on errors.
a703e5498bJaco KroonRemove #include <sys/cdefs.h>
5d508a4cc3George Josephapp_voicemail: Add workaround for a gcc 10 issue with -Wrestrict

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-17.4.0-summary.html                                       |  250 ---
-asterisk-17.4.0-summary.txt                                        |  667 ----------
-b/.version                                                         |    2
-b/CHANGES                                                          |   32
-b/ChangeLog                                                        |  456 ++++++
-b/addons/chan_mobile.c                                             |   63
-b/apps/app_fax.c                                                   |    2
-b/apps/app_osplookup.c                                             |   13
-b/apps/app_queue.c                                                 |   29
-b/apps/app_voicemail.c                                             |   13
-b/asterisk-17.5.0-rc3-summary.html                                 |   11
-b/asterisk-17.5.0-rc3-summary.txt                                  |   81 +
-b/bridges/bridge_native_rtp.c                                      |   14
-b/bridges/bridge_simple.c                                          |   14
-b/bridges/bridge_softmix.c                                         |    7
-b/configure                                                        |   10
-b/include/asterisk/stasis_channels.h                               |    8
-b/main/app.c                                                       |   17
-b/main/ast_expr2.c                                                 |    1
-b/main/ast_expr2.y                                                 |    1
-b/main/asterisk.c                                                  |   22
-b/main/channel.c                                                   |    5
-b/main/core_local.c                                                |   14
-b/main/stasis_channels.c                                           |    3
-b/main/strcompat.c                                                 |   94 -
-b/main/stream.c                                                    |   13
-b/main/tcptls.c                                                    |    4
-b/res/ari/resource_channels.c                                      |   17
-b/res/ari/resource_channels.h                                      |    2
-b/res/res_ari_channels.c                                           |    5
-b/res/res_musiconhold.c                                            |   11
-b/res/res_pjsip.c                                                  |    2
-b/res/res_pjsip/pjsip_resolver.c                                   |   26
-b/res/res_pjsip_history.c                                          |    4
-b/res/res_pjsip_logger.c                                           |  451 +++++-
-b/res/res_pjsip_nat.c                                              |   29
-b/res/res_rtp_asterisk.c                                           |    1
-b/res/res_sorcery_config.c                                         |   13
-b/res/res_srtp.c                                                   |    8
-b/rest-api/api-docs/channels.json                                  |    8
-b/rest-api/resources.json                                          |    2
-b/third-party/pjproject/configure.m4                               |   10
-b/third-party/pjproject/patches/0050-fix-race-parallel-build.patch |   26
-43 files changed, 1319 insertions(+), 1142 deletions(-)

\ No newline at end of file diff --git a/asterisk-17.5.0-summary.txt b/asterisk-17.5.0-summary.txt deleted file mode 100644 index b5bd18095d..0000000000 --- a/asterisk-17.5.0-summary.txt +++ /dev/null @@ -1,396 +0,0 @@ - Release Summary - - asterisk-17.5.0 - - Date: 2020-06-11 - - - - ---------------------------------------------------------------------- - - Table of Contents - - 1. Summary - 2. Contributors - 3. Closed Issues - 4. Other Changes - 5. 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-17.4.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 - 8 Joshua C. Colp 5 nappsoft - 4 Asterisk Development Team 4 Guido Falsi - 4 Guido Falsi 4 Alexander Traud - 4 Pirmin Walthert 3 Joshua C. Colp - 3 Alexander Traud 2 sungtae kim - 2 George Joseph 1 lvl - 2 Alexander Traud 1 Christoph Moench-Tegeder - 2 sungtae kim 1 George Joseph - 1 Peter Turczak 1 Alexei Gradinari - 1 Peter Sokolov (License #7070) 1 Roger James - 1 Roger James 1 Shlomi Gutman - 1 Jaco Kroon 1 Nicholas John Koch - 1 Nathan Bruning 1 Peter Turczak - 1 Nicholas John Koch 1 Etienne Lessard - 1 Jonathan Hunter - 1 Peter Sokolov - 1 Dmitry Wagin - 1 Nicholas John Koch - - ---------------------------------------------------------------------- - - 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. - - Bug - - Category: Applications/app_fax - - ASTERISK-28848: app_fax: Compile. - Reported by: Alexander Traud - * [e21d8d2c78] Alexander Traud -- app_fax: SpanDSP headers do not use - ast_malloc; ignore that. - - Category: Applications/app_osplookup - - ASTERISK-28804: [patch] app_osplookup.c: Avoid a format truncation. - Reported by: Alexander Traud - * [4257512ab0] Alexander Traud -- app_osplookup: Avoid a format - truncation. - - Category: Applications/app_queue - - ASTERISK-28829: app_queue: leaking stasis subscription when Redirecting - call - Reported by: lvl - * [1e16c84be0] Nathan Bruning -- app_queue: track masquerades in - app_queue to avoid leaked stasis subscriptions - ASTERISK-25844: app_queue: Ghost channels in "core show channels" output - Reported by: Etienne Lessard - * [1e16c84be0] Nathan Bruning -- app_queue: track masquerades in - app_queue to avoid leaked stasis subscriptions - - Category: Applications/app_system - - ASTERISK-28776: Non async-signal-safe syscalls used after fork before exec - Reported by: nappsoft - * [a1d94e13db] Pirmin Walthert -- app.c: make sure that no - non-async-signal-safe syscalls are used after - - Category: Bridges/bridge_softmix - - ASTERISK-28898: bridge_softmix: Conference bridge not passing silent rtp - packets - Reported by: Jonathan Hunter - * [545c72e335] Joshua C. Colp -- bridge_softmix: Always remove audio - from mixed frame. - - Category: Channels/chan_local - - ASTERISK-25844: app_queue: Ghost channels in "core show channels" output - Reported by: Etienne Lessard - * [1e16c84be0] Nathan Bruning -- app_queue: track masquerades in - app_queue to avoid leaked stasis subscriptions - - Category: Channels/chan_sip/General - - ASTERISK-28898: bridge_softmix: Conference bridge not passing silent rtp - packets - Reported by: Jonathan Hunter - * [545c72e335] Joshua C. Colp -- bridge_softmix: Always remove audio - from mixed frame. - - Category: Core/Channels - - ASTERISK-25844: app_queue: Ghost channels in "core show channels" output - Reported by: Etienne Lessard - * [1e16c84be0] Nathan Bruning -- app_queue: track masquerades in - app_queue to avoid leaked stasis subscriptions - - Category: Core/General - - ASTERISK-28797: [patch] tcptls: Fix notice when TLS is enabled but not - configured. - Reported by: Alexander Traud - * [1bc597130c] Alexander Traud -- tcptls: Fix notice when TLS is enabled - but not supported. - - Category: Core/Streams - - ASTERISK-28870: streams: One memory leak and one issue cloning streams - Reported by: George Joseph - * [b43b04a1f4] George Joseph -- streams: Fix one memory leak and one - formats ref issue - - Category: Resources/res_ari_bridges - - ASTERISK-28898: bridge_softmix: Conference bridge not passing silent rtp - packets - Reported by: Jonathan Hunter - * [545c72e335] Joshua C. Colp -- bridge_softmix: Always remove audio - from mixed frame. - - Category: Resources/res_ari_channels - - ASTERISK-28940: /channels/create doesn't get any parameters from the body - Reported by: sungtae kim - * [7082a740f9] sungtae kim -- res_ari: Fix create request body parameter - parsing. - - Category: Resources/res_musiconhold - - ASTERISK-28892: res_musiconhold: Module res_musiconhold throws false - warning - Reported by: Nicholas John Koch - * [55d76ae663] Nicholas John Koch -- res_musiconhold: Added check for - dot character in path of playlist entries to avoid warnings - - Category: Resources/res_pjsip - - ASTERISK-28794: res_pjsip: Crash when escaping during URI printing - Reported by: nappsoft - * [62611df412] Joshua C. Colp -- res_pjsip: Use correct pool for storing - the contact_user value. - ASTERISK-26780: res_pjsip: PJSIP Registration Fails when - transport=transport-udp6 - Reported by: Peter Sokolov - * [e0c6e1b71b] Peter Sokolov -- pjsip_resolver.c: Ensure AAAA dns - requests are made. - ASTERISK-28854: SIGSEGV when pjsip show history encounters IPV6 address - Reported by: Roger James - * [29910aa451] Roger James -- res_pjsip_history.c: Fix to stop SIGSEGV - when IPv6 addresses are encountered. - - Category: Resources/res_pjsip_logger - - ASTERISK-28932: res_pjsip_logger writing too big packets - Reported by: nappsoft - * [dd5fb6dad1] Pirmin Walthert -- res_pjsip_logger: use the correct - pointer when logging tx_messages to pcap - ASTERISK-28921: Wrong return value check for fwrite when writing to pcap - file - Reported by: nappsoft - * [cb6b700ae3] Pirmin Walthert -- res_pjsip_logger.c: correct the return - value checks when writing to pcap - - Category: Resources/res_pjsip_nat - - ASTERISK-28884: x-ast-orig-host not filtered out from request URI and To - header - Reported by: nappsoft - * [10c5562e3b] Pirmin Walthert -- res_pjsip_nat.c: remove - x-ast-orig-host from request URI and To header - - Category: Resources/res_pjsip_session - - ASTERISK-28871: res_pjsip_session: Unnecessary re-Invite on call answer - Reported by: Alexei Gradinari - * [467e8ad130] Joshua C. Colp -- bridge: Don't try to match audio - formats. - - Category: Resources/res_rtp_asterisk - - ASTERISK-28904: RTP ICE leaks the memory - Reported by: sungtae kim - * [e2c5d2908b] sungtae kim -- res_rtp_asterisk.c: Fixed memory leak - ASTERISK-28852: Unprotected access to nochecksums variable, causes build - failures - Reported by: Guido Falsi - * [fa2b05a9e0] Guido Falsi -- res_rtp_asterisk: Protect access to - nochecksums with #ifdef - - Category: Resources/res_srtp - - ASTERISK-28903: res_srtp: Answered Crypto Suite might be wrong in - SDP/SDES. - Reported by: Alexander Traud - * [ab0ab19993] Alexander Traud -- res_srtp: Set all possible flags while - selecting the Crypto Suite. - ASTERISK-22920: Crash while Forwarding from TLS extension with CHANNEL - args secure_bridge_media and secure_bridge_signaling - Reported by: Shlomi Gutman - * [96ca431b58] Alexander Traud -- core_local: Local calls are always - secure. - - Category: pjproject/pjsip - - ASTERISK-28794: res_pjsip: Crash when escaping during URI printing - Reported by: nappsoft - * [62611df412] Joshua C. Colp -- res_pjsip: Use correct pool for storing - the contact_user value. - ASTERISK-28859: pjsip: Increase maximum candidate count - Reported by: Joshua C. Colp - * [6c0d4be246] Joshua C. Colp -- pjsip: Increase maximum ICE candidate - count. - - Improvement - - Category: Addons/chan_mobile - - ASTERISK-28832: chan_mobile creates PCMA streams that make some VoIP - clients crash or not render received audio - Reported by: Peter Turczak - * [747dc9e830] Peter Turczak -- chan_mobile: Add smoother to make - SIP/RTP endpoints happy. - - Category: Core/DNS - - ASTERISK-28853: Missing include on FreeBSD - Reported by: Guido Falsi - * [2500004022] Guido Falsi -- core/dns: Add system include required on - FreeBSD - - Category: Resources/res_ari_channels - - ASTERISK-28896: ari: Add support for specifying variables on channel - create - Reported by: Joshua C. Colp - * [ace1000ff3] Joshua C. Colp -- ari: Allow variables to be set on - channel create. - - Category: Resources/res_pjsip_logger - - ASTERISK-28895: res_pjsip_logger: Add tons'o'functionality - Reported by: Joshua C. Colp - * [d7d2d13b2c] Joshua C. Colp -- res_pjsip_logger: Expand functionality - to improve logging. - - Category: Third-Party/pjproject - - ASTERISK-28866: third-party/pjproject/configure.m4 contains bashisms - Reported by: Guido Falsi - * [28b966535a] Guido Falsi -- pjproject: Remove bashism from - configure.m4 script - - Category: pjproject/pjsip - - ASTERISK-28879: pjproject has race conditions in it's build system - Reported by: Guido Falsi - * [b10ddcb2bd] Guido Falsi -- pjproject: Fix race condition when - building with parallel make - - ---------------------------------------------------------------------- - - 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 | - |------------+----------------------+------------------------------------| - | 9c7675ac0e | Asterisk Development | Update for 17.5.0-rc3 | - | | Team | | - |------------+----------------------+------------------------------------| - | 918cccc053 | Asterisk Development | Update for 17.5.0-rc2 | - | | Team | | - |------------+----------------------+------------------------------------| - | a3bdd2cb50 | Asterisk Development | Update for 17.5.0-rc1 | - | | Team | | - |------------+----------------------+------------------------------------| - | dc2baee0ee | Asterisk Development | Update CHANGES and UPGRADE.txt for | - | | Team | 17.5.0 | - |------------+----------------------+------------------------------------| - | 3db246cfdf | Joshua C. Colp | ARI: Bump non-breaking version | - | | | number to 5.1.1 | - |------------+----------------------+------------------------------------| - | 441b614fa0 | Joshua C. Colp | res_sorcery_config: Always reload | - | | | configuration on errors. | - |------------+----------------------+------------------------------------| - | a703e5498b | Jaco Kroon | Remove #include | - |------------+----------------------+------------------------------------| - | 5d508a4cc3 | George Joseph | app_voicemail: Add workaround for | - | | | a gcc 10 issue with -Wrestrict | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - 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-17.4.0-summary.html | 250 --- - asterisk-17.4.0-summary.txt | 667 ---------- - b/.version | 2 - b/CHANGES | 32 - b/ChangeLog | 456 ++++++ - b/addons/chan_mobile.c | 63 - b/apps/app_fax.c | 2 - b/apps/app_osplookup.c | 13 - b/apps/app_queue.c | 29 - b/apps/app_voicemail.c | 13 - b/asterisk-17.5.0-rc3-summary.html | 11 - b/asterisk-17.5.0-rc3-summary.txt | 81 + - b/bridges/bridge_native_rtp.c | 14 - b/bridges/bridge_simple.c | 14 - b/bridges/bridge_softmix.c | 7 - b/configure | 10 - b/include/asterisk/stasis_channels.h | 8 - b/main/app.c | 17 - b/main/ast_expr2.c | 1 - b/main/ast_expr2.y | 1 - b/main/asterisk.c | 22 - b/main/channel.c | 5 - b/main/core_local.c | 14 - b/main/stasis_channels.c | 3 - b/main/strcompat.c | 94 - - b/main/stream.c | 13 - b/main/tcptls.c | 4 - b/res/ari/resource_channels.c | 17 - b/res/ari/resource_channels.h | 2 - b/res/res_ari_channels.c | 5 - b/res/res_musiconhold.c | 11 - b/res/res_pjsip.c | 2 - b/res/res_pjsip/pjsip_resolver.c | 26 - b/res/res_pjsip_history.c | 4 - b/res/res_pjsip_logger.c | 451 +++++- - b/res/res_pjsip_nat.c | 29 - b/res/res_rtp_asterisk.c | 1 - b/res/res_sorcery_config.c | 13 - b/res/res_srtp.c | 8 - b/rest-api/api-docs/channels.json | 8 - b/rest-api/resources.json | 2 - b/third-party/pjproject/configure.m4 | 10 - b/third-party/pjproject/patches/0050-fix-race-parallel-build.patch | 26 - 43 files changed, 1319 insertions(+), 1142 deletions(-) diff --git a/asterisk-17.5.1-summary.html b/asterisk-17.5.1-summary.html new file mode 100644 index 0000000000..88fae47997 --- /dev/null +++ b/asterisk-17.5.1-summary.html @@ -0,0 +1,11 @@ +Release Summary - asterisk-17.5.1

Release Summary

asterisk-17.5.1

Date: 2020-06-16

<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 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-17.5.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
1 sungtae kim
1 sungtae kim

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.

Bug

Category: Resources/res_ari

ASTERISK-28948: ARI channel create doesn't referencing the channel_id parameter
Reported by: sungtae kim
    +
  • [19a739a901] sungtae kim -- res_ari: Fix create channel request channelId parameter parsing
  • +


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.

0 files changed

\ No newline at end of file diff --git a/asterisk-17.5.1-summary.txt b/asterisk-17.5.1-summary.txt new file mode 100644 index 0000000000..5f173ab028 --- /dev/null +++ b/asterisk-17.5.1-summary.txt @@ -0,0 +1,82 @@ + Release Summary + + asterisk-17.5.1 + + Date: 2020-06-16 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Closed Issues + 4. 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-17.5.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 + 1 sungtae kim 1 sungtae kim + + ---------------------------------------------------------------------- + + 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. + + Bug + + Category: Resources/res_ari + + ASTERISK-28948: ARI channel create doesn't referencing the channel_id + parameter + Reported by: sungtae kim + * [19a739a901] sungtae kim -- res_ari: Fix create channel request + channelId parameter parsing + + ---------------------------------------------------------------------- + + 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. + + 0 files changed