From: Asterisk Development Team Date: Mon, 19 Oct 2020 18:14:43 +0000 (-0500) Subject: Update for 17.8.0 X-Git-Tag: 17.8.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86575ab79bff99086b7ba22f1be2d87d0e5a5545;p=thirdparty%2Fasterisk.git Update for 17.8.0 --- diff --git a/.version b/.version index 870e948120..4e13374707 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -17.8.0-rc1 \ No newline at end of file +17.8.0 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 53e422504d..0c253746c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-10-19 18:14 +0000 Asterisk Development Team + + * asterisk 17.8.0 Released. + 2020-09-09 15:06 +0000 Asterisk Development Team * asterisk 17.8.0-rc1 Released. diff --git a/asterisk-17.8.0-rc1-summary.html b/asterisk-17.8.0-summary.html similarity index 75% rename from asterisk-17.8.0-rc1-summary.html rename to asterisk-17.8.0-summary.html index 6c30645213..666fe8c35e 100644 --- a/asterisk-17.8.0-rc1-summary.html +++ b/asterisk-17.8.0-summary.html @@ -1,4 +1,4 @@ -Release Summary - asterisk-17.8.0-rc1

Release Summary

asterisk-17.8.0-rc1

Date: 2020-09-09

<asteriskteam@digium.com>


Table of Contents

    +Release Summary - asterisk-17.8.0

    Release Summary

    asterisk-17.8.0

    Date: 2020-10-19

    <asteriskteam@digium.com>


    Table of Contents

    1. Summary
    2. Contributors
    3. Closed Issues
    4. @@ -6,7 +6,7 @@
    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.7.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
    4 George Joseph
    3 Sean Bright
    3 Joshua C. Colp
    2 Kevin Harwell
    2 Alexander Traud
    1 Kfir Itzhak
    1 Evandro César Arruda
    1 Torrey Searle
    1 Asterisk Development Team
    1 Patrick Verzele
    1 Nickolay Shmyrev
    1 Nickolay V. Shmyrev
    1 Ramarajan
    1 Ove Aursand
    1 Evandro César Arruda
    1 Thomas Johnson
    1 Misha Vodsedalek
    1 Torrey Searle
    1 Kfir Itzhak
    1 Joshua C. Colp
    1 Joseph Ades
    1 Leandro Dardini
    4 George Joseph
    3 Sean Bright
    3 Joshua C. Colp
    2 Kevin Harwell
    2 Asterisk Development Team
    2 Alexander Traud
    1 Kfir Itzhak
    1 Evandro César Arruda
    1 Torrey Searle
    1 Patrick Verzele
    1 Nickolay Shmyrev
    1 Andrew Siplas
    1 Nickolay V. Shmyrev
    1 Ramarajan
    1 Ove Aursand
    1 Evandro César Arruda
    1 Thomas Johnson
    1 Misha Vodsedalek
    1 Andrew Siplas
    1 Torrey Searle
    1 Kfir Itzhak
    1 Joshua C. Colp
    1 Joseph Ades
    1 Leandro Dardini

    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_queue

    ASTERISK-25665: Duplicate logging in queue log for EXITEMPTY events
    Reported by: Ove Aursand
    • [cd53d8917b] Kfir Itzhak -- app_queue: Fix leave-empty not recording a call as abandoned
    ASTERISK-29043: app_queue: Leave empty sometimes not recorded as abandoned
    Reported by: Kfir Itzhak
      @@ -17,6 +17,8 @@
    • [6b9a7dfb5d] Sean Bright -- app_voicemail: Process urgent messages with mailcmd

    Category: Channels/chan_pjsip

    ASTERISK-28878: chan_pjsip: PJSIP_MEDIA_OFFER Broken asterisk 16
    Reported by: Joseph Ades
    • [05f9b6072d] Kevin Harwell -- chan_pjsip: disallow PJSIP_SEND_SESSION_REFRESH pre-answer execution
    • +

    Category: Configs/Samples

    ASTERISK-29123: logger.conf.sample missing comment mark on line 115
    Reported by: Andrew Siplas
      +
    • [47ebe33bae] Andrew Siplas -- logger.conf.sample: add missing comment mark

    Category: PBX/General

    ASTERISK-29046: pbx: Deadlock when doing a reload, while simultaneously doing an ExtensionState on a pattern match hint that ends up adding an extension
    Reported by: Ramarajan
    • [be147e08ce] Joshua C. Colp -- pbx: Fix hints deadlock between reload and ExtensionState.

    Category: Resources/res_parking

    ASTERISK-29042: res_parking: Parker UUID is no longer copied
    Reported by: Misha Vodsedalek
      @@ -31,6 +33,7 @@
    • [7f5cc9ad28] Nickolay Shmyrev -- res_speech: Bump reference on format object


    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.

    + @@ -41,36 +44,31 @@ -
    RevisionAuthorSummary
    a955dcd03cAsterisk Development TeamUpdate for 17.8.0-rc1
    b0410c5960Asterisk Development TeamUpdate CHANGES and UPGRADE.txt for 17.8.0
    d2cc36e4a8Patrick Verzeleres_pjsip_session: Deferred re-INVITE without SDP send a=sendrecv instead of a=sendonly
    ee7ded19fbKevin Harwellconversions: Add string to signed integer conversion functions
    315b5f3929Sean Brightres_musiconhold.c: Use ast_file_read_dir to scan MoH directory
    393444fc20George Josephstream.c: Added 2 more debugging utils and added pos to stream string
    d491db4fe2George Josephscope_trace: Added debug messages and added additional macros

    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.

    .lastclean                                           |    1
    -.version                                             |    1
    -ChangeLog                                            |91444 -------------------
    -asterisk-17.7.0-summary.html                         |   74
    -asterisk-17.7.0-summary.txt                          |  239
    -b/CHANGES                                            |   22
    -b/apps/app_queue.c                                   |    3
    -b/apps/app_voicemail.c                               |   30
    -b/channels/pjsip/dialplan_functions.c                |    5
    -b/configs/samples/logger.conf.sample                 |    4
    -b/configs/samples/pjsip.conf.sample                  |   10
    -b/contrib/scripts/ast_coredumper                     |    4
    -b/contrib/scripts/sip_nat_settings                   |   19
    -b/include/asterisk/conversions.h                     |   54
    -b/include/asterisk/frame.h                           |    5
    -b/include/asterisk/logger.h                          |   86
    -b/include/asterisk/stream.h                          |   26
    -b/main/bridge_channel.c                              |   37
    -b/main/conversions.c                                 |   51
    -b/main/logger.c                                      |   52
    -b/main/stream.c                                      |   27
    -b/res/res_musiconhold.c                              |  131
    -b/res/res_pjsip_diversion.c                          |    6
    -b/res/res_pjsip_session.c                            |   13
    -b/res/res_speech.c                                   |    7
    -b/tests/test_conversions.c                           |  127
    -contrib/realtime/mysql/mysql_cdr.sql                 |   41
    -contrib/realtime/mysql/mysql_config.sql              | 1276
    -contrib/realtime/mysql/mysql_voicemail.sql           |   35
    -contrib/realtime/postgresql/postgresql_cdr.sql       |   45
    -contrib/realtime/postgresql/postgresql_config.sql    | 1388
    -contrib/realtime/postgresql/postgresql_voicemail.sql |   39
    -32 files changed, 586 insertions(+), 94716 deletions(-)

    \ No newline at end of file +

    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.7.0-summary.html          |   74 ----------
    +asterisk-17.7.0-summary.txt           |  239 ----------------------------------
    +b/.version                            |    2
    +b/CHANGES                             |   22 +++
    +b/ChangeLog                           |  227 +++++++++++++++++++++++++++++++-
    +b/apps/app_queue.c                    |    3
    +b/apps/app_voicemail.c                |   30 +---
    +b/asterisk-17.8.0-rc1-summary.html    |   76 ++++++++++
    +b/asterisk-17.8.0-rc1-summary.txt     |  237 +++++++++++++++++++++++++++++++++
    +b/channels/pjsip/dialplan_functions.c |    5
    +b/configs/samples/logger.conf.sample  |    4
    +b/configs/samples/pjsip.conf.sample   |   10 -
    +b/contrib/scripts/ast_coredumper      |    4
    +b/contrib/scripts/sip_nat_settings    |   19 --
    +b/include/asterisk/conversions.h      |   54 +++++++
    +b/include/asterisk/frame.h            |    5
    +b/include/asterisk/logger.h           |   86 ++++++++++--
    +b/include/asterisk/stream.h           |   26 +++
    +b/main/bridge_channel.c               |   37 +++++
    +b/main/conversions.c                  |   51 +++++++
    +b/main/logger.c                       |   52 +++++++
    +b/main/stream.c                       |   27 +--
    +b/res/res_musiconhold.c               |  131 ++++++++++--------
    +b/res/res_pjsip_diversion.c           |    6
    +b/res/res_pjsip_session.c             |   13 +
    +b/res/res_speech.c                    |    7
    +b/tests/test_conversions.c            |   96 +++++++++++++
    +27 files changed, 1090 insertions(+), 453 deletions(-)

    \ No newline at end of file diff --git a/asterisk-17.8.0-rc1-summary.txt b/asterisk-17.8.0-summary.txt similarity index 78% rename from asterisk-17.8.0-rc1-summary.txt rename to asterisk-17.8.0-summary.txt index c21fc87377..061a31a80a 100644 --- a/asterisk-17.8.0-rc1-summary.txt +++ b/asterisk-17.8.0-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-17.8.0-rc1 + asterisk-17.8.0 - Date: 2020-09-09 + Date: 2020-10-19 @@ -54,13 +54,14 @@ 3 Sean Bright 1 Ramarajan 3 Joshua C. Colp 1 Ove Aursand 2 Kevin Harwell 1 Evandro César Arruda - 2 Alexander Traud 1 Thomas Johnson - 1 Kfir Itzhak 1 Misha Vodsedalek + 2 Asterisk Development Team 1 Thomas Johnson + 2 Alexander Traud 1 Misha Vodsedalek + 1 Kfir Itzhak 1 Andrew Siplas 1 Evandro César Arruda 1 Torrey Searle 1 Torrey Searle 1 Kfir Itzhak - 1 Asterisk Development Team 1 Joshua C. Colp - 1 Patrick Verzele 1 Joseph Ades - 1 Nickolay Shmyrev 1 Leandro Dardini + 1 Patrick Verzele 1 Joshua C. Colp + 1 Nickolay Shmyrev 1 Joseph Ades + 1 Andrew Siplas 1 Leandro Dardini ---------------------------------------------------------------------- @@ -103,6 +104,13 @@ * [05f9b6072d] Kevin Harwell -- chan_pjsip: disallow PJSIP_SEND_SESSION_REFRESH pre-answer execution + Category: Configs/Samples + + ASTERISK-29123: logger.conf.sample missing comment mark on line 115 + Reported by: Andrew Siplas + * [47ebe33bae] Andrew Siplas -- logger.conf.sample: add missing comment + mark + Category: PBX/General ASTERISK-29046: pbx: Deadlock when doing a reload, while simultaneously @@ -159,6 +167,9 @@ +------------------------------------------------------------------------+ | Revision | Author | Summary | |------------+----------------------+------------------------------------| + | a955dcd03c | Asterisk Development | Update for 17.8.0-rc1 | + | | Team | | + |------------+----------------------+------------------------------------| | b0410c5960 | Asterisk Development | Update CHANGES and UPGRADE.txt for | | | Team | 17.8.0 | |------------+----------------------+------------------------------------| @@ -202,36 +213,31 @@ This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility. - .lastclean | 1 - .version | 1 - ChangeLog |91444 ------------------- - asterisk-17.7.0-summary.html | 74 - asterisk-17.7.0-summary.txt | 239 - b/CHANGES | 22 - b/apps/app_queue.c | 3 - b/apps/app_voicemail.c | 30 - b/channels/pjsip/dialplan_functions.c | 5 - b/configs/samples/logger.conf.sample | 4 - b/configs/samples/pjsip.conf.sample | 10 - b/contrib/scripts/ast_coredumper | 4 - b/contrib/scripts/sip_nat_settings | 19 - b/include/asterisk/conversions.h | 54 - b/include/asterisk/frame.h | 5 - b/include/asterisk/logger.h | 86 - b/include/asterisk/stream.h | 26 - b/main/bridge_channel.c | 37 - b/main/conversions.c | 51 - b/main/logger.c | 52 - b/main/stream.c | 27 - b/res/res_musiconhold.c | 131 - b/res/res_pjsip_diversion.c | 6 - b/res/res_pjsip_session.c | 13 - b/res/res_speech.c | 7 - b/tests/test_conversions.c | 127 - contrib/realtime/mysql/mysql_cdr.sql | 41 - contrib/realtime/mysql/mysql_config.sql | 1276 - contrib/realtime/mysql/mysql_voicemail.sql | 35 - contrib/realtime/postgresql/postgresql_cdr.sql | 45 - contrib/realtime/postgresql/postgresql_config.sql | 1388 - contrib/realtime/postgresql/postgresql_voicemail.sql | 39 - 32 files changed, 586 insertions(+), 94716 deletions(-) + asterisk-17.7.0-summary.html | 74 ---------- + asterisk-17.7.0-summary.txt | 239 ---------------------------------- + b/.version | 2 + b/CHANGES | 22 +++ + b/ChangeLog | 227 +++++++++++++++++++++++++++++++- + b/apps/app_queue.c | 3 + b/apps/app_voicemail.c | 30 +--- + b/asterisk-17.8.0-rc1-summary.html | 76 ++++++++++ + b/asterisk-17.8.0-rc1-summary.txt | 237 +++++++++++++++++++++++++++++++++ + b/channels/pjsip/dialplan_functions.c | 5 + b/configs/samples/logger.conf.sample | 4 + b/configs/samples/pjsip.conf.sample | 10 - + b/contrib/scripts/ast_coredumper | 4 + b/contrib/scripts/sip_nat_settings | 19 -- + b/include/asterisk/conversions.h | 54 +++++++ + b/include/asterisk/frame.h | 5 + b/include/asterisk/logger.h | 86 ++++++++++-- + b/include/asterisk/stream.h | 26 +++ + b/main/bridge_channel.c | 37 +++++ + b/main/conversions.c | 51 +++++++ + b/main/logger.c | 52 +++++++ + b/main/stream.c | 27 +-- + b/res/res_musiconhold.c | 131 ++++++++++-------- + b/res/res_pjsip_diversion.c | 6 + b/res/res_pjsip_session.c | 13 + + b/res/res_speech.c | 7 + b/tests/test_conversions.c | 96 +++++++++++++ + 27 files changed, 1090 insertions(+), 453 deletions(-)