From: Asterisk Development Team Date: Thu, 11 Jul 2019 19:20:31 +0000 (-0500) Subject: Update for 13.27.1 X-Git-Tag: 13.27.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F13.27;p=thirdparty%2Fasterisk.git Update for 13.27.1 --- diff --git a/.version b/.version index d916a6bb5d..fe89c80193 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.27.0 \ No newline at end of file +13.27.1 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 17ffc38bed..77f90bf95c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2019-07-11 19:20 +0000 Asterisk Development Team + + * asterisk 13.27.1 Released. + +2019-06-12 13:03 +0000 [86c8830b91] George Joseph + + * res_pjsip_messaging: Check for body in in-dialog message + + We now check that a body exists and it has a length > 0 before + attempting to process it. + + ASTERISK-28447 + Reported-by: Gil Richard + + Change-Id: Ic469544b22ab848734636588d4c93426cc6f4b1f + +2019-06-28 11:15 +0000 [ca59da67f0] Francesco Castellano + + * chan_sip: Handle invalid SDP answer to T.38 re-invite + + The chan_sip module performs a T.38 re-invite using a single media + stream of udptl, and expects the SDP answer to be the same. + + If an SDP answer is received instead that contains an additional + media stream with no joint codec a crash will occur as the code + assumes that at least one joint codec will exist in this + scenario. + + This change removes this assumption. + + ASTERISK-28465 + + Change-Id: I8b02845b53344c6babe867a3f0a5231045c7ac87 + 2019-05-30 17:20 +0000 Asterisk Development Team * asterisk 13.27.0 Released. diff --git a/asterisk-13.27.0-summary.html b/asterisk-13.27.0-summary.html deleted file mode 100644 index f0aa5a6b18..0000000000 --- a/asterisk-13.27.0-summary.html +++ /dev/null @@ -1,182 +0,0 @@ -Release Summary - asterisk-13.27.0

Release Summary

asterisk-13.27.0

Date: 2019-05-30

<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-13.26.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
9 George Joseph
9 Sean Bright
5 Ben Ford
2 Asterisk Development Team
2 Guido Falsi
2 sungtae kim
1 Salah Ahmed
1 Kevin Harwell
1 Matthew Fredrickson
1 Alexei Gradinari
1 Abhay Gupta
1 Lucas Mendes
1 Joshua Colp
1 Chris-Savinovich
1 Dan Cropp
1 Antoni Goldstein
1 Alexander Anikin
4 Ross Beer
4 Ross Beer
3 sungtae kim
2 Guido Falsi
2 George Joseph
1 klaus3000
1 test011
1 Janu
1 Sébastien Duthil
1 Salah Ahmed
1 the CC variable, instead of unconditionally
1 Steven Wheeler
1 Dmitry Shubin
1 Joshua C. Colp
1 Corey Farrell
1 Dan Cropp
1 Abhay Gupta
1 Steven Wheeler
1 Kirill Katsnelson
1 Kirill Katsnelson
1 Janu
1 Dmitry Shubin
1 Luke-Jr
1 Dan Cropp
1 Lucas Mendes
1 Sébastien Duthil
1 Luke-Jr
1 Antoni Goldstein

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: Resources/res_ari_channels

ASTERISK-28320: Added ARI resource /ari/channels/{channelid}/rtp_statistics
Reported by: sungtae kim
    -
  • [fb7aa52ae0] sungtae kim -- res/res_ari: Added ARI resource /ari/channels/{channelId}/rtp_statistics
  • -

Category: Resources/res_pjsip

ASTERISK-28375: res_pjsip: New configuration setting to allow disabling norefersub
Reported by: Dan Cropp
    -
  • [00588226c6] Dan Cropp -- res_pjsip: Added a norefersub configuration setting
  • -

Category: Resources/res_pjsip_refer

ASTERISK-28375: res_pjsip: New configuration setting to allow disabling norefersub
Reported by: Dan Cropp
    -
  • [00588226c6] Dan Cropp -- res_pjsip: Added a norefersub configuration setting
  • -

Bug

Category: Addons/chan_ooh323

ASTERISK-28348: Failed to initialize OOH323 endpoint-OOH323 Disabled
Reported by: Dmitry Shubin
    -
  • [9a1e8090c3] Alexander Anikin -- chan_ooh323: fix h323 log file path
  • -

Category: Applications/app_amd

ASTERISK-28143: app_amd: Infinite loop on silent calls
Reported by: Abhay Gupta
    -
  • [188b1d3e68] Abhay Gupta -- app_amd: Fix infinite loop on silent calls
  • -

Category: Applications/app_voicemail

ASTERISK-27935: app_voicemail: emailbody per user can't contain commas
Reported by: Sébastien Duthil
    -
  • [d2f519dcfa] Sean Bright -- app_voicemail: Don't split mailbox options on comma
  • -

Category: Channels/chan_dahdi

ASTERISK-28427: new mwi.h include missing from some dahdi source files, causes build failure
Reported by: Guido Falsi
    -
  • [5d298be0e0] Guido Falsi -- chan_dahdi: add missing include.
  • -

Category: Channels/chan_pjsip

ASTERISK-28371: chan_pjsip: DTMF Mode auto_info fallback lead to both inband and info
Reported by: Salah Ahmed
    -
  • [a9a0303544] Salah Ahmed -- chan_pjsip: DTMF Mode auto_info fallback lead to both inband and info
  • -

Category: Channels/chan_sip/General

ASTERISK-28362: strtok_r() makes gcc compile warning
Reported by: sungtae kim
    -
  • [4853fc2218] Ben Ford -- build: Fix compiler warnings/errors.
  • -

Category: Core/BuildSystem

ASTERISK-28392: The no-partial-inlining flag isn't passed to the bundled pjproject or jansson builds
Reported by: George Joseph
    -
  • [7646e2257f] George Joseph -- build: Pass --fno-partial-inlining to third-party when appropriate
  • -
ASTERISK-28374: latest asterisk unconditionally launch gcc --version, even if the compiler is different
Reported by: Guido Falsi
    -
  • [8ee69fbdd0] Guido Falsi -- core/buildsystem: check the actual compiler being version
  • -

Category: Core/Stasis

ASTERISK-28353: stasis: Crash at shutdown when statistics enabled
Reported by: Joshua C. Colp

Category: General

ASTERISK-28412: GCC 9 catches more string formatting issues
Reported by: George Joseph

Category: PBX/General

ASTERISK-20182: Parsing a label beginning with a numeric character in all Goto/GotoIf/GotoIfTime application causes unexpected behavior
Reported by: Janu
    -
  • [7666fdc394] Sean Bright -- pbx.c: Properly parse labels with leading digits
  • -

Category: PBX/pbx_ael

ASTERISK-17799: AEL reload causes loss of control in a macro
Reported by: Kirill Katsnelson
    -
  • [9051e62523] Sean Bright -- res_ael: Create consistent label names across reloads
  • -
ASTERISK-18593: AEL for loops use Macro app and pipe delimiter
Reported by: Luke-Jr
    -
  • [237989a5e8] Sean Bright -- res_ael: Use Gosub in for loop expressions
  • -
ASTERISK-14939: AEL parsers does not find existing label
Reported by: klaus3000
    -
  • [f66f21895f] Sean Bright -- res_ael: Fix pattern matching against literal '+'
  • -

Category: Resources/res_indications

ASTERISK-28391: res_indications: Crash requesting autocomplete on indications cli command
Reported by: Lucas Mendes
    -
  • [aaee0fa6f5] Lucas Mendes -- res_indications: Fix indications remove command autocomplete
  • -

Category: Resources/res_pjsip_registrar

ASTERISK-28402: res_pjsip_registrar: SEGV in registrar_find_contact
Reported by: Ross Beer
    -
  • [9d8a093a94] George Joseph -- res_pjsip: Check return from pjsip_parse_uri calls
  • -

Category: Tests/NewFeature

ASTERISK-17695: 1.8.3.2 extenpatternmatchnew=yes cannot find extensions with '-' in them
Reported by: test011
    -
  • [79a620080c] Sean Bright -- pbx.c: Ignore dashes in extensions when using extenpatternmatchnew
  • -

Category: Utilities/aelparse

ASTERISK-18593: AEL for loops use Macro app and pipe delimiter
Reported by: Luke-Jr
    -
  • [237989a5e8] Sean Bright -- res_ael: Use Gosub in for loop expressions
  • -

Category: Utilities/conf2ael

ASTERISK-18593: AEL for loops use Macro app and pipe delimiter
Reported by: Luke-Jr
    -
  • [237989a5e8] Sean Bright -- res_ael: Use Gosub in for loop expressions
  • -

Improvement

Category: Applications/app_dial

ASTERISK-28363: Millisecond-resolution call stats including PDD in channel variables
Reported by: Antoni Goldstein
    -
  • [001e7762e4] Antoni Goldstein -- app_dial.c: RINGTIME, PROGRESSTIME and ms resolution dial timings
  • -

Category: Applications/app_voicemail

ASTERISK-20207: Asterisk should clear out any .lock files in the voice mail directory on startup.
Reported by: Steven Wheeler
    -
  • [fd2e8d0da7] Sean Bright -- app_voicemail: Cleanup stale lock files on module load
  • -

Category: Core/BuildSystem

ASTERISK-28111: build: CHANGES/UPGRADE are irritating to work with.
Reported by: Corey Farrell
    -
  • [251348cbbb] Ben Ford -- build: Revise CHANGES and UPGRADE.txt handling.
  • -

Category: Resources/res_ari_channels

ASTERISK-28343: Added app_name, app_data to channel type
Reported by: sungtae kim
    -
  • [707897e5f7] sungtae kim -- main/json.c: Added app_name, app_data to channel type
  • -


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

ASTERISK-28161: Removal of Previous Patch Causes PJSIP Timer Issues
Reported by: Ross Beer
    -
  • [fc49632bbc] Joshua Colp -- pjproject-bundled: Add upstream timer fixes
  • -
  • [cfeb8a59eb] George Joseph -- pjproject-bundled: Add upstream timer fixes
  • -
  • [33647ebe2c] Sean Bright -- pjproject: Add timer patch from pjproject r5934
  • -


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
e58058c37dAsterisk Development TeamUpdate CHANGES and UPGRADE.txt for 13.27.0
f4db818f0eBen Fordbuild: Fix file format in CHANGES-staging.
bcca2cf3e6Asterisk Development TeamUpdate for 13.27.0-rc1
90fe830a77George Josephres_rtp_asterisk: Add ability to propose local address in ICE
c41e3184e3George JosephRevert "pjproject-bundled: Add upstream timer fixes"
f71a0e3f60Ben Fordpjsip_options.c: Allow immediate qualifies for new contacts.
4ea20c9c85Kevin Harwellmwi core: Move core MWI functionality into its own files
6d4023e3a6George JosephARI: Bump non-breaking version number to 1.10.2
33ed8fdadcSean Brightres_mwi_devstate: Specify AST_MODFLAG_LOAD_ORDER to enable load priority
2fe9fd5cf9George JosephCI: Move test group config files to Jenkins
cb24eb4cc2Alexei Gradinarires_pjsip: Fix transport_states ref leak
f9bb53a1ddChris-Savinovichconfig.c: Fix a crash in extconfig parsing
b3faf7311aGeorge JosephCI: Add --no-dev-mode option to buildAsterisk.sh
1c7bc63cffMatthew Fredricksonres/res_rtp_asterisk: Enable rxjitter calculation for video

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.

UPGRADE-1.2.txt                                                                                 |  218 -
-UPGRADE-1.4.txt                                                                                 |  497 --
-UPGRADE-1.6.txt                                                                                 |  277 -
-UPGRADE-1.8.txt                                                                                 |  343 -
-UPGRADE-10.txt                                                                                  |   92
-UPGRADE-11.txt                                                                                  |  280 -
-UPGRADE-12.txt                                                                                  |  478 --
-asterisk-13.26.0-summary.html                                                                   |  249 -
-asterisk-13.26.0-summary.txt                                                                    |  607 --
-b/.version                                                                                      |    2
-b/CHANGES                                                                                       |   41
-b/ChangeLog                                                                                     |  504 ++
-b/Makefile.rules                                                                                |    9
-b/UPGRADE.txt                                                                                   | 2081 +++++++++-
-b/addons/chan_ooh323.c                                                                          |   19
-b/addons/chan_ooh323.h                                                                          |    1
-b/addons/ooh323c/src/ooh323ep.c                                                                 |    6
-b/addons/ooh323c/src/ooh323ep.h                                                                 |    2
-b/apps/app_adsiprog.c                                                                           |    2
-b/apps/app_amd.c                                                                                |   10
-b/apps/app_dial.c                                                                               |   87
-b/apps/app_followme.c                                                                           |    2
-b/apps/app_minivm.c                                                                             |    1
-b/apps/app_voicemail.c                                                                          |   56
-b/asterisk-13.27.0-rc1-summary.html                                                             |  179
-b/asterisk-13.27.0-rc1-summary.txt                                                              |  436 ++
-b/channels/chan_console.c                                                                       |    4
-b/channels/chan_dahdi.c                                                                         |    2
-b/channels/chan_dahdi.h                                                                         |    1
-b/channels/chan_iax2.c                                                                          |    7
-b/channels/chan_mgcp.c                                                                          |    1
-b/channels/chan_pjsip.c                                                                         |    2
-b/channels/chan_sip.c                                                                           |    2
-b/channels/chan_skinny.c                                                                        |    1
-b/channels/chan_unistim.c                                                                       |    1
-b/channels/sig_pri.c                                                                            |    1
-b/configs/samples/pjsip.conf.sample                                                             |    5
-b/configs/samples/rtp.conf.sample                                                               |    8
-b/contrib/ast-db-manage/config/versions/3a094a18e75b_pjsip_add_norefersub.py                    |   39
-b/contrib/realtime/mysql/mysql_config.sql                                                       |    6
-b/contrib/realtime/postgresql/postgresql_config.sql                                             |    6
-b/doc/CHANGES-staging/README.md                                                                 |   28
-b/doc/UPGRADE-staging/README.md                                                                 |   30
-b/include/asterisk/app.h                                                                        |  195
-b/include/asterisk/channel.h                                                                    |   24
-b/include/asterisk/json.h                                                                       |   16
-b/include/asterisk/mwi.h                                                                        |  242 +
-b/include/asterisk/res_pjsip.h                                                                  |    7
-b/include/asterisk/rtp_engine.h                                                                 |   14
-b/main/app.c                                                                                    |  329 -
-b/main/asterisk.c                                                                               |    2
-b/main/channel.c                                                                                |   18
-b/main/config.c                                                                                 |    5
-b/main/indications.c                                                                            |    4
-b/main/json.c                                                                                   |   17
-b/main/manager.c                                                                                |    1
-b/main/manager_mwi.c                                                                            |    1
-b/main/mwi.c                                                                                    |  369 +
-b/main/pbx.c                                                                                    |   28
-b/main/rtp_engine.c                                                                             |   88
-b/main/stasis.c                                                                                 |  131
-b/main/stasis_channels.c                                                                        |    5
-b/pbx/pbx_dundi.c                                                                               |    4
-b/res/ael/pval.c                                                                                |   30
-b/res/ari/ari_model_validators.c                                                                |  405 +
-b/res/ari/ari_model_validators.h                                                                |   53
-b/res/ari/resource_channels.c                                                                   |   59
-b/res/ari/resource_channels.h                                                                   |   13
-b/res/res_ari_channels.c                                                                        |   71
-b/res/res_corosync.c                                                                            |    2
-b/res/res_mwi_devstate.c                                                                        |    4
-b/res/res_mwi_external.c                                                                        |    1
-b/res/res_pjsip.c                                                                               |    7
-b/res/res_pjsip/config_global.c                                                                 |   21
-b/res/res_pjsip/pjsip_message_filter.c                                                          |   13
-b/res/res_pjsip/pjsip_options.c                                                                 |   47
-b/res/res_pjsip_mwi.c                                                                           |    2
-b/res/res_pjsip_publish_asterisk.c                                                              |    2
-b/res/res_pjsip_pubsub.c                                                                        |    2
-b/res/res_pjsip_refer.c                                                                         |    5
-b/res/res_pjsip_registrar.c                                                                     |    4
-b/res/res_rtp_asterisk.c                                                                        |   24
-b/res/res_smdi.c                                                                                |    1
-b/res/res_xmpp.c                                                                                |    1
-b/rest-api/api-docs/channels.json                                                               |  204
-b/rest-api/resources.json                                                                       |    2
-b/tests/CI/buildAsterisk.sh                                                                     |   16
-b/tests/CI/gateTestGroups.json                                                                  |    7
-b/tests/CI/gates.jenkinsfile                                                                    |   11
-b/tests/CI/periodic-dailyTestGroups.json                                                        |    6
-b/tests/CI/periodics-daily.jenkinsfile                                                          |    7
-b/tests/test_json.c                                                                             |   18
-b/tests/test_stasis_channels.c                                                                  |    4
-b/third-party/jansson/Makefile                                                                  |    7
-b/third-party/pjproject/Makefile                                                                |   18
-b/third-party/pjproject/patches/0030-Re-2176-Removed-pop_freelist-push_freelist-after-rem.patch |   37
-b/third-party/pjproject/patches/0031-Re-2191-transport-timer-cleanup.patch                      |  372 +
-b/third-party/pjproject/patches/0032-Re-2191-Fixed-crash-in-SIP-transport-destroy-due-to-.patch |  141
-b/utils/extconf.c                                                                               |    2
-99 files changed, 5973 insertions(+), 3769 deletions(-)

\ No newline at end of file diff --git a/asterisk-13.27.0-summary.txt b/asterisk-13.27.0-summary.txt deleted file mode 100644 index 7902bfdea1..0000000000 --- a/asterisk-13.27.0-summary.txt +++ /dev/null @@ -1,461 +0,0 @@ - Release Summary - - asterisk-13.27.0 - - Date: 2019-05-30 - - - - ---------------------------------------------------------------------- - - 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-13.26.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 - 9 George Joseph 4 Ross Beer - 9 Sean Bright 4 Ross Beer - 5 Ben Ford 3 sungtae kim - 2 Asterisk Development Team 2 Guido Falsi - 2 Guido Falsi 2 George Joseph - 2 sungtae kim 1 klaus3000 - 1 Salah Ahmed 1 test011 - 1 Kevin Harwell 1 Janu - 1 Matthew Fredrickson 1 Sébastien Duthil - 1 Alexei Gradinari 1 Salah Ahmed - 1 Abhay Gupta 1 the CC variable, instead of - 1 Lucas Mendes unconditionally - 1 Joshua Colp 1 Steven Wheeler - 1 Chris-Savinovich 1 Dmitry Shubin - 1 Dan Cropp 1 Joshua C. Colp - 1 Antoni Goldstein 1 Corey Farrell - 1 Alexander Anikin 1 Dan Cropp - 1 Abhay Gupta - 1 Steven Wheeler - 1 Kirill Katsnelson - 1 Kirill Katsnelson - 1 Janu - 1 Dmitry Shubin - 1 Luke-Jr - 1 Dan Cropp - 1 Lucas Mendes - 1 Sébastien Duthil - 1 Luke-Jr - 1 Antoni Goldstein - - ---------------------------------------------------------------------- - - 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: Resources/res_ari_channels - - ASTERISK-28320: Added ARI resource - /ari/channels/{channelid}/rtp_statistics - Reported by: sungtae kim - * [fb7aa52ae0] sungtae kim -- res/res_ari: Added ARI resource - /ari/channels/{channelId}/rtp_statistics - - Category: Resources/res_pjsip - - ASTERISK-28375: res_pjsip: New configuration setting to allow disabling - norefersub - Reported by: Dan Cropp - * [00588226c6] Dan Cropp -- res_pjsip: Added a norefersub configuration - setting - - Category: Resources/res_pjsip_refer - - ASTERISK-28375: res_pjsip: New configuration setting to allow disabling - norefersub - Reported by: Dan Cropp - * [00588226c6] Dan Cropp -- res_pjsip: Added a norefersub configuration - setting - - Bug - - Category: Addons/chan_ooh323 - - ASTERISK-28348: Failed to initialize OOH323 endpoint-OOH323 Disabled - Reported by: Dmitry Shubin - * [9a1e8090c3] Alexander Anikin -- chan_ooh323: fix h323 log file path - - Category: Applications/app_amd - - ASTERISK-28143: app_amd: Infinite loop on silent calls - Reported by: Abhay Gupta - * [188b1d3e68] Abhay Gupta -- app_amd: Fix infinite loop on silent calls - - Category: Applications/app_voicemail - - ASTERISK-27935: app_voicemail: emailbody per user can't contain commas - Reported by: Sébastien Duthil - * [d2f519dcfa] Sean Bright -- app_voicemail: Don't split mailbox options - on comma - - Category: Channels/chan_dahdi - - ASTERISK-28427: new mwi.h include missing from some dahdi source files, - causes build failure - Reported by: Guido Falsi - * [5d298be0e0] Guido Falsi -- chan_dahdi: add missing include. - - Category: Channels/chan_pjsip - - ASTERISK-28371: chan_pjsip: DTMF Mode auto_info fallback lead to both - inband and info - Reported by: Salah Ahmed - * [a9a0303544] Salah Ahmed -- chan_pjsip: DTMF Mode auto_info fallback - lead to both inband and info - - Category: Channels/chan_sip/General - - ASTERISK-28362: strtok_r() makes gcc compile warning - Reported by: sungtae kim - * [4853fc2218] Ben Ford -- build: Fix compiler warnings/errors. - - Category: Core/BuildSystem - - ASTERISK-28392: The no-partial-inlining flag isn't passed to the bundled - pjproject or jansson builds - Reported by: George Joseph - * [7646e2257f] George Joseph -- build: Pass --fno-partial-inlining to - third-party when appropriate - ASTERISK-28374: latest asterisk unconditionally launch gcc --version, even - if the compiler is different - Reported by: Guido Falsi - * [8ee69fbdd0] Guido Falsi -- core/buildsystem: check the actual - compiler being version - - Category: Core/Stasis - - ASTERISK-28353: stasis: Crash at shutdown when statistics enabled - Reported by: Joshua C. Colp - * [4589260961] Ben Ford -- stasis: Fix crash at shutdown. - - Category: General - - ASTERISK-28412: GCC 9 catches more string formatting issues - Reported by: George Joseph - * [4337895aee] George Joseph -- Fixes for GCC 9 - - Category: PBX/General - - ASTERISK-20182: Parsing a label beginning with a numeric character in all - Goto/GotoIf/GotoIfTime application causes unexpected behavior - Reported by: Janu - * [7666fdc394] Sean Bright -- pbx.c: Properly parse labels with leading - digits - - Category: PBX/pbx_ael - - ASTERISK-17799: AEL reload causes loss of control in a macro - Reported by: Kirill Katsnelson - * [9051e62523] Sean Bright -- res_ael: Create consistent label names - across reloads - ASTERISK-18593: AEL for loops use Macro app and pipe delimiter - Reported by: Luke-Jr - * [237989a5e8] Sean Bright -- res_ael: Use Gosub in for loop expressions - ASTERISK-14939: AEL parsers does not find existing label - Reported by: klaus3000 - * [f66f21895f] Sean Bright -- res_ael: Fix pattern matching against - literal '+' - - Category: Resources/res_indications - - ASTERISK-28391: res_indications: Crash requesting autocomplete on - indications cli command - Reported by: Lucas Mendes - * [aaee0fa6f5] Lucas Mendes -- res_indications: Fix indications remove - command autocomplete - - Category: Resources/res_pjsip_registrar - - ASTERISK-28402: res_pjsip_registrar: SEGV in registrar_find_contact - Reported by: Ross Beer - * [9d8a093a94] George Joseph -- res_pjsip: Check return from - pjsip_parse_uri calls - - Category: Tests/NewFeature - - ASTERISK-17695: 1.8.3.2 extenpatternmatchnew=yes cannot find extensions - with '-' in them - Reported by: test011 - * [79a620080c] Sean Bright -- pbx.c: Ignore dashes in extensions when - using extenpatternmatchnew - - Category: Utilities/aelparse - - ASTERISK-18593: AEL for loops use Macro app and pipe delimiter - Reported by: Luke-Jr - * [237989a5e8] Sean Bright -- res_ael: Use Gosub in for loop expressions - - Category: Utilities/conf2ael - - ASTERISK-18593: AEL for loops use Macro app and pipe delimiter - Reported by: Luke-Jr - * [237989a5e8] Sean Bright -- res_ael: Use Gosub in for loop expressions - - Improvement - - Category: Applications/app_dial - - ASTERISK-28363: Millisecond-resolution call stats including PDD in channel - variables - Reported by: Antoni Goldstein - * [001e7762e4] Antoni Goldstein -- app_dial.c: RINGTIME, PROGRESSTIME - and ms resolution dial timings - - Category: Applications/app_voicemail - - ASTERISK-20207: Asterisk should clear out any .lock files in the voice - mail directory on startup. - Reported by: Steven Wheeler - * [fd2e8d0da7] Sean Bright -- app_voicemail: Cleanup stale lock files on - module load - - Category: Core/BuildSystem - - ASTERISK-28111: build: CHANGES/UPGRADE are irritating to work with. - Reported by: Corey Farrell - * [251348cbbb] Ben Ford -- build: Revise CHANGES and UPGRADE.txt - handling. - - Category: Resources/res_ari_channels - - ASTERISK-28343: Added app_name, app_data to channel type - Reported by: sungtae kim - * [707897e5f7] sungtae kim -- main/json.c: Added app_name, app_data to - channel type - - ---------------------------------------------------------------------- - - 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 - - ASTERISK-28161: Removal of Previous Patch Causes PJSIP Timer Issues - Reported by: Ross Beer - * [fc49632bbc] Joshua Colp -- pjproject-bundled: Add upstream timer - fixes - * [cfeb8a59eb] George Joseph -- pjproject-bundled: Add upstream timer - fixes - * [33647ebe2c] Sean Bright -- pjproject: Add timer patch from pjproject - r5934 - - ---------------------------------------------------------------------- - - 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 | - |------------+----------------------+------------------------------------| - | e58058c37d | Asterisk Development | Update CHANGES and UPGRADE.txt for | - | | Team | 13.27.0 | - |------------+----------------------+------------------------------------| - | f4db818f0e | Ben Ford | build: Fix file format in | - | | | CHANGES-staging. | - |------------+----------------------+------------------------------------| - | bcca2cf3e6 | Asterisk Development | Update for 13.27.0-rc1 | - | | Team | | - |------------+----------------------+------------------------------------| - | 90fe830a77 | George Joseph | res_rtp_asterisk: Add ability to | - | | | propose local address in ICE | - |------------+----------------------+------------------------------------| - | c41e3184e3 | George Joseph | Revert "pjproject-bundled: Add | - | | | upstream timer fixes" | - |------------+----------------------+------------------------------------| - | f71a0e3f60 | Ben Ford | pjsip_options.c: Allow immediate | - | | | qualifies for new contacts. | - |------------+----------------------+------------------------------------| - | 4ea20c9c85 | Kevin Harwell | mwi core: Move core MWI | - | | | functionality into its own files | - |------------+----------------------+------------------------------------| - | 6d4023e3a6 | George Joseph | ARI: Bump non-breaking version | - | | | number to 1.10.2 | - |------------+----------------------+------------------------------------| - | | | res_mwi_devstate: Specify | - | 33ed8fdadc | Sean Bright | AST_MODFLAG_LOAD_ORDER to enable | - | | | load priority | - |------------+----------------------+------------------------------------| - | 2fe9fd5cf9 | George Joseph | CI: Move test group config files | - | | | to Jenkins | - |------------+----------------------+------------------------------------| - | cb24eb4cc2 | Alexei Gradinari | res_pjsip: Fix transport_states | - | | | ref leak | - |------------+----------------------+------------------------------------| - | f9bb53a1dd | Chris-Savinovich | config.c: Fix a crash in extconfig | - | | | parsing | - |------------+----------------------+------------------------------------| - | b3faf7311a | George Joseph | CI: Add --no-dev-mode option to | - | | | buildAsterisk.sh | - |------------+----------------------+------------------------------------| - | 1c7bc63cff | Matthew Fredrickson | res/res_rtp_asterisk: Enable | - | | | rxjitter calculation for video | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - 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. - - UPGRADE-1.2.txt | 218 - - UPGRADE-1.4.txt | 497 -- - UPGRADE-1.6.txt | 277 - - UPGRADE-1.8.txt | 343 - - UPGRADE-10.txt | 92 - UPGRADE-11.txt | 280 - - UPGRADE-12.txt | 478 -- - asterisk-13.26.0-summary.html | 249 - - asterisk-13.26.0-summary.txt | 607 -- - b/.version | 2 - b/CHANGES | 41 - b/ChangeLog | 504 ++ - b/Makefile.rules | 9 - b/UPGRADE.txt | 2081 +++++++++- - b/addons/chan_ooh323.c | 19 - b/addons/chan_ooh323.h | 1 - b/addons/ooh323c/src/ooh323ep.c | 6 - b/addons/ooh323c/src/ooh323ep.h | 2 - b/apps/app_adsiprog.c | 2 - b/apps/app_amd.c | 10 - b/apps/app_dial.c | 87 - b/apps/app_followme.c | 2 - b/apps/app_minivm.c | 1 - b/apps/app_voicemail.c | 56 - b/asterisk-13.27.0-rc1-summary.html | 179 - b/asterisk-13.27.0-rc1-summary.txt | 436 ++ - b/channels/chan_console.c | 4 - b/channels/chan_dahdi.c | 2 - b/channels/chan_dahdi.h | 1 - b/channels/chan_iax2.c | 7 - b/channels/chan_mgcp.c | 1 - b/channels/chan_pjsip.c | 2 - b/channels/chan_sip.c | 2 - b/channels/chan_skinny.c | 1 - b/channels/chan_unistim.c | 1 - b/channels/sig_pri.c | 1 - b/configs/samples/pjsip.conf.sample | 5 - b/configs/samples/rtp.conf.sample | 8 - b/contrib/ast-db-manage/config/versions/3a094a18e75b_pjsip_add_norefersub.py | 39 - b/contrib/realtime/mysql/mysql_config.sql | 6 - b/contrib/realtime/postgresql/postgresql_config.sql | 6 - b/doc/CHANGES-staging/README.md | 28 - b/doc/UPGRADE-staging/README.md | 30 - b/include/asterisk/app.h | 195 - b/include/asterisk/channel.h | 24 - b/include/asterisk/json.h | 16 - b/include/asterisk/mwi.h | 242 + - b/include/asterisk/res_pjsip.h | 7 - b/include/asterisk/rtp_engine.h | 14 - b/main/app.c | 329 - - b/main/asterisk.c | 2 - b/main/channel.c | 18 - b/main/config.c | 5 - b/main/indications.c | 4 - b/main/json.c | 17 - b/main/manager.c | 1 - b/main/manager_mwi.c | 1 - b/main/mwi.c | 369 + - b/main/pbx.c | 28 - b/main/rtp_engine.c | 88 - b/main/stasis.c | 131 - b/main/stasis_channels.c | 5 - b/pbx/pbx_dundi.c | 4 - b/res/ael/pval.c | 30 - b/res/ari/ari_model_validators.c | 405 + - b/res/ari/ari_model_validators.h | 53 - b/res/ari/resource_channels.c | 59 - b/res/ari/resource_channels.h | 13 - b/res/res_ari_channels.c | 71 - b/res/res_corosync.c | 2 - b/res/res_mwi_devstate.c | 4 - b/res/res_mwi_external.c | 1 - b/res/res_pjsip.c | 7 - b/res/res_pjsip/config_global.c | 21 - b/res/res_pjsip/pjsip_message_filter.c | 13 - b/res/res_pjsip/pjsip_options.c | 47 - b/res/res_pjsip_mwi.c | 2 - b/res/res_pjsip_publish_asterisk.c | 2 - b/res/res_pjsip_pubsub.c | 2 - b/res/res_pjsip_refer.c | 5 - b/res/res_pjsip_registrar.c | 4 - b/res/res_rtp_asterisk.c | 24 - b/res/res_smdi.c | 1 - b/res/res_xmpp.c | 1 - b/rest-api/api-docs/channels.json | 204 - b/rest-api/resources.json | 2 - b/tests/CI/buildAsterisk.sh | 16 - b/tests/CI/gateTestGroups.json | 7 - b/tests/CI/gates.jenkinsfile | 11 - b/tests/CI/periodic-dailyTestGroups.json | 6 - b/tests/CI/periodics-daily.jenkinsfile | 7 - b/tests/test_json.c | 18 - b/tests/test_stasis_channels.c | 4 - b/third-party/jansson/Makefile | 7 - b/third-party/pjproject/Makefile | 18 - b/third-party/pjproject/patches/0030-Re-2176-Removed-pop_freelist-push_freelist-after-rem.patch | 37 - b/third-party/pjproject/patches/0031-Re-2191-transport-timer-cleanup.patch | 372 + - b/third-party/pjproject/patches/0032-Re-2191-Fixed-crash-in-SIP-transport-destroy-due-to-.patch | 141 - b/utils/extconf.c | 2 - 99 files changed, 5973 insertions(+), 3769 deletions(-) diff --git a/asterisk-13.27.1-summary.html b/asterisk-13.27.1-summary.html new file mode 100644 index 0000000000..81fae57a42 --- /dev/null +++ b/asterisk-13.27.1-summary.html @@ -0,0 +1,15 @@ +Release Summary - asterisk-13.27.1

Release Summary

asterisk-13.27.1

Date: 2019-07-11

<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-13.27.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 Francesco Castellano
1 George Joseph
1 Gil Richard
1 Gil Richard
1 Francesco Castellano

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_sip/Interoperability

ASTERISK-28465: Broken SDP can cause a segfault in a T.38 reINVITE
Reported by: Francesco Castellano
    +
  • [ca59da67f0] Francesco Castellano -- chan_sip: Handle invalid SDP answer to T.38 re-invite
  • +

Category: Resources/res_pjsip_messaging

ASTERISK-28447: res_pjsip_messaging: In-dialog MESSAGE with no body causes crash
Reported by: Gil Richard
    +
  • [86c8830b91] George Joseph -- res_pjsip_messaging: Check for body in in-dialog message
  • +


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-13.27.1-summary.txt b/asterisk-13.27.1-summary.txt new file mode 100644 index 0000000000..d5005c3dcc --- /dev/null +++ b/asterisk-13.27.1-summary.txt @@ -0,0 +1,93 @@ + Release Summary + + asterisk-13.27.1 + + Date: 2019-07-11 + + + + ---------------------------------------------------------------------- + + 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-2019-002,AST-2019-003 + + The data in this summary reflects changes that have been made since the + previous release, asterisk-13.27.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 Francesco Castellano 1 Gil Richard + 1 George Joseph 1 Gil Richard + 1 Francesco Castellano + + ---------------------------------------------------------------------- + + 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_sip/Interoperability + + ASTERISK-28465: Broken SDP can cause a segfault in a T.38 reINVITE + Reported by: Francesco Castellano + * [ca59da67f0] Francesco Castellano -- chan_sip: Handle invalid SDP + answer to T.38 re-invite + + Category: Resources/res_pjsip_messaging + + ASTERISK-28447: res_pjsip_messaging: In-dialog MESSAGE with no body causes + crash + Reported by: Gil Richard + * [86c8830b91] George Joseph -- res_pjsip_messaging: Check for body in + in-dialog message + + ---------------------------------------------------------------------- + + 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