From: Asterisk Development Team Date: Tue, 2 Nov 2021 08:42:19 +0000 (-0500) Subject: Update for 18.8.0 X-Git-Tag: 18.8.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c551020b32c122ae120d7d8eea90318f3bc10bb3;p=thirdparty%2Fasterisk.git Update for 18.8.0 --- diff --git a/.version b/.version index 47a401dacf..6238d6cf77 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -18.8.0-rc1 \ No newline at end of file +18.8.0 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 566f0c3b06..7dbf99ab53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-11-02 08:42 +0000 Asterisk Development Team + + * asterisk 18.8.0 Released. + 2021-10-13 10:26 +0000 Asterisk Development Team * asterisk 18.8.0-rc1 Released. diff --git a/asterisk-18.8.0-rc1-summary.html b/asterisk-18.8.0-summary.html similarity index 89% rename from asterisk-18.8.0-rc1-summary.html rename to asterisk-18.8.0-summary.html index 8fd1bfda73..358303935d 100644 --- a/asterisk-18.8.0-rc1-summary.html +++ b/asterisk-18.8.0-summary.html @@ -1,4 +1,4 @@ -Release Summary - asterisk-18.8.0-rc1

Release Summary

asterisk-18.8.0-rc1

Date: 2021-10-13

<asteriskteam@digium.com>


Table of Contents

    +Release Summary - asterisk-18.8.0

    Release Summary

    asterisk-18.8.0

    Date: 2021-11-02

    <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-18.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
    6 Naveen Albert
    4 Sean Bright
    1 Asterisk Development Team
    1 Joseph Nadiv
    1 Jean Aunis
    1 Joshua C. Colp
    1 Guido Falsi
    1 Mark Murawski
    1 Shloime Rosenblum
    1 Matthew Kern
    5 N A
    1 Shloime Rosenblum
    1 Guido Falsi
    1 Michael Munger
    1 Joseph Nadiv
    1 Boris P. Korzun
    1 Jean Aunis - Prescom
    1 Matthew Kern
    1 Joshua C. Colp
    1 Brian J. Murrell
    6 Naveen Albert
    4 Sean Bright
    2 Asterisk Development Team
    1 Joseph Nadiv
    1 Jean Aunis
    1 Joshua C. Colp
    1 Guido Falsi
    1 Mark Murawski
    1 Shloime Rosenblum
    1 Matthew Kern
    5 N A
    1 Shloime Rosenblum
    1 Guido Falsi
    1 Michael Munger
    1 Joseph Nadiv
    1 Boris P. Korzun
    1 Jean Aunis - Prescom
    1 Matthew Kern
    1 Joshua C. Colp
    1 Brian J. Murrell

    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: Functions/func_channel

    ASTERISK-29656: Add CHANNEL_EXISTS function
    Reported by: N A
    • [cf0d656ae6] Naveen Albert -- func_channel: Add CHANNEL_EXISTS function.

    Bug

    Category: Applications/app_queue

    ASTERISK-29578: app_queue: Custom device state using included hints do not update
    Reported by: N A
      @@ -37,31 +37,35 @@
    • [4368764032] Joseph Nadiv -- res_pjsip_registrar: Remove unavailable contacts if exceeds max_contacts


    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
    482fc20bf6Asterisk Development TeamUpdate for 18.8.0-rc1
    9063680148Asterisk Development TeamUpdate CHANGES and UPGRADE.txt for 18.8.0
    804b1987fbSean BrightMakefile: Use basename in a POSIX-compliant way.
    e091aa2763Mark Murawskipbx_ael: Fix crash and lockup issue regarding 'ael reload'
    dce142baa4Sean Brightapp_externalivr.c: Fix mixed leading whitespace in source code.

    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                                                                                   |96466 ----------
    -asterisk-18.7.0-summary.html                                                                |  262
    -asterisk-18.7.0-summary.txt                                                                 |  744
    +

    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-18.7.0-summary.html                                                                |  262 ---
    +asterisk-18.7.0-summary.txt                                                                 |  744 ----------
    +b/.version                                                                                  |    2
     b/CHANGES                                                                                   |   44
    +b/ChangeLog                                                                                 |  210 ++
     b/Makefile                                                                                  |    2
     b/UPGRADE.txt                                                                               |   20
    -b/apps/app_externalivr.c                                                                    |  288
    +b/apps/app_externalivr.c                                                                    |  288 +--
     b/apps/app_queue.c                                                                          |   49
     b/apps/app_verbose.c                                                                        |    9
    +b/asterisk-18.8.0-rc1-summary.html                                                          |   80 +
    +b/asterisk-18.8.0-rc1-summary.txt                                                           |  245 +++
     b/channels/chan_iax2.c                                                                      |   20
     b/configs/samples/logger.conf.sample                                                        |    8
     b/configs/samples/pjsip.conf.sample                                                         |   13
     b/contrib/ast-db-manage/config/versions/a06d8f8462d9_add_t38_bind_udptl_to_media_address.py |   29
     b/contrib/ast-db-manage/config/versions/f56d79a9f337_pjsip_create_remove_unavailable.py     |   30
    +b/contrib/realtime/mysql/mysql_config.sql                                                   |   12
    +b/contrib/realtime/postgresql/postgresql_config.sql                                         |   12
     b/funcs/func_channel.c                                                                      |   38
     b/funcs/func_vmcount.c                                                                      |   23
     b/include/asterisk/logger.h                                                                 |    8
     b/include/asterisk/res_pjsip.h                                                              |    4
    -b/main/logger.c                                                                             |  187
    +b/main/logger.c                                                                             |  187 ++
     b/main/message.c                                                                            |   39
     b/main/say.c                                                                                |   37
     b/pbx/pbx_ael.c                                                                             |    7
    @@ -70,11 +74,5 @@ b/res/res_http_media_cache.c
     b/res/res_pjsip.c                                                                           |   41
     b/res/res_pjsip/location.c                                                                  |    1
     b/res/res_pjsip/pjsip_configuration.c                                                       |    1
    -b/res/res_pjsip_registrar.c                                                                 |  106
    -contrib/realtime/mysql/mysql_cdr.sql                                                        |   41
    -contrib/realtime/mysql/mysql_config.sql                                                     | 1318
    -contrib/realtime/mysql/mysql_voicemail.sql                                                  |   35
    -contrib/realtime/postgresql/postgresql_cdr.sql                                              |   45
    -contrib/realtime/postgresql/postgresql_config.sql                                           | 1430
    -contrib/realtime/postgresql/postgresql_voicemail.sql                                        |   39
    -36 files changed, 839 insertions(+), 100612 deletions(-)

    \ No newline at end of file +b/res/res_pjsip_registrar.c | 110 + +33 files changed, 1395 insertions(+), 1245 deletions(-)

    \ No newline at end of file diff --git a/asterisk-18.8.0-rc1-summary.txt b/asterisk-18.8.0-summary.txt similarity index 88% rename from asterisk-18.8.0-rc1-summary.txt rename to asterisk-18.8.0-summary.txt index d387934d25..6d97908185 100644 --- a/asterisk-18.8.0-rc1-summary.txt +++ b/asterisk-18.8.0-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-18.8.0-rc1 + asterisk-18.8.0 - Date: 2021-10-13 + Date: 2021-11-02 @@ -52,7 +52,7 @@ Coders Testers Reporters 6 Naveen Albert 5 N A 4 Sean Bright 1 Shloime Rosenblum - 1 Asterisk Development Team 1 Guido Falsi + 2 Asterisk Development Team 1 Guido Falsi 1 Joseph Nadiv 1 Michael Munger 1 Jean Aunis 1 Joseph Nadiv 1 Joshua C. Colp 1 Boris P. Korzun @@ -184,6 +184,9 @@ +------------------------------------------------------------------------+ | Revision | Author | Summary | |------------+----------------------+------------------------------------| + | 482fc20bf6 | Asterisk Development | Update for 18.8.0-rc1 | + | | Team | | + |------------+----------------------+------------------------------------| | 9063680148 | Asterisk Development | Update CHANGES and UPGRADE.txt for | | | Team | 18.8.0 | |------------+----------------------+------------------------------------| @@ -206,27 +209,30 @@ 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 |96466 ---------- - asterisk-18.7.0-summary.html | 262 - asterisk-18.7.0-summary.txt | 744 + asterisk-18.7.0-summary.html | 262 --- + asterisk-18.7.0-summary.txt | 744 ---------- + b/.version | 2 b/CHANGES | 44 + b/ChangeLog | 210 ++ b/Makefile | 2 b/UPGRADE.txt | 20 - b/apps/app_externalivr.c | 288 + b/apps/app_externalivr.c | 288 +-- b/apps/app_queue.c | 49 b/apps/app_verbose.c | 9 + b/asterisk-18.8.0-rc1-summary.html | 80 + + b/asterisk-18.8.0-rc1-summary.txt | 245 +++ b/channels/chan_iax2.c | 20 b/configs/samples/logger.conf.sample | 8 b/configs/samples/pjsip.conf.sample | 13 b/contrib/ast-db-manage/config/versions/a06d8f8462d9_add_t38_bind_udptl_to_media_address.py | 29 b/contrib/ast-db-manage/config/versions/f56d79a9f337_pjsip_create_remove_unavailable.py | 30 + b/contrib/realtime/mysql/mysql_config.sql | 12 + b/contrib/realtime/postgresql/postgresql_config.sql | 12 b/funcs/func_channel.c | 38 b/funcs/func_vmcount.c | 23 b/include/asterisk/logger.h | 8 b/include/asterisk/res_pjsip.h | 4 - b/main/logger.c | 187 + b/main/logger.c | 187 ++ b/main/message.c | 39 b/main/say.c | 37 b/pbx/pbx_ael.c | 7 @@ -235,11 +241,5 @@ b/res/res_pjsip.c | 41 b/res/res_pjsip/location.c | 1 b/res/res_pjsip/pjsip_configuration.c | 1 - b/res/res_pjsip_registrar.c | 106 - contrib/realtime/mysql/mysql_cdr.sql | 41 - contrib/realtime/mysql/mysql_config.sql | 1318 - contrib/realtime/mysql/mysql_voicemail.sql | 35 - contrib/realtime/postgresql/postgresql_cdr.sql | 45 - contrib/realtime/postgresql/postgresql_config.sql | 1430 - contrib/realtime/postgresql/postgresql_voicemail.sql | 39 - 36 files changed, 839 insertions(+), 100612 deletions(-) + b/res/res_pjsip_registrar.c | 110 + + 33 files changed, 1395 insertions(+), 1245 deletions(-)