mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
246 lines
12 KiB
Plaintext
246 lines
12 KiB
Plaintext
Release Summary
|
|
|
|
asterisk-18.8.0-rc1
|
|
|
|
Date: 2021-10-13
|
|
|
|
<asteriskteam@digium.com>
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
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-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.
|
|
|
|
Coders Testers Reporters
|
|
6 Naveen Albert 5 N A
|
|
4 Sean Bright 1 Shloime Rosenblum
|
|
1 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
|
|
1 Guido Falsi 1 Jean Aunis - Prescom
|
|
1 Mark Murawski 1 Matthew Kern
|
|
1 Shloime Rosenblum 1 Joshua C. Colp
|
|
1 Matthew Kern 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
|
|
* [cfd0246d11] Naveen Albert -- app_queue: Fix hint updates for included
|
|
contexts
|
|
|
|
Category: Applications/app_read
|
|
|
|
ASTERISK-29673: app_read: Fix null pointer crash regression
|
|
Reported by: N A
|
|
* [5a6f140765] Naveen Albert -- app_read: Fix null pointer crash
|
|
|
|
Category: Channels/chan_iax2
|
|
|
|
ASTERISK-20219: [patch] - IAX2 Call Encryption Fails with RSA
|
|
authentication
|
|
Reported by: Michael Munger
|
|
* [437b2bfbd6] Naveen Albert -- chan_iax2: Add encryption for RSA
|
|
authentication
|
|
|
|
Category: Resources/res_ari_bridges
|
|
|
|
ASTERISK-29668: ari: Listing bridges fails when dialing bridge exists
|
|
Reported by: Joshua C. Colp
|
|
* [ea36473c45] Joshua C. Colp -- ari: Ignore invisible bridges when
|
|
listing bridges.
|
|
|
|
Category: Resources/res_pjsip_messaging
|
|
|
|
ASTERISK-29663: messaging: AMI MessageSend does not support same
|
|
parameters as dialplan application
|
|
Reported by: Brian J. Murrell
|
|
* [e98839b73c] Sean Bright -- message.c: Support 'To' header override
|
|
with AMI's MessageSend.
|
|
|
|
Category: Resources/res_pjsip_t38
|
|
|
|
ASTERISK-29402: res_pjsip_t38: Socket is bound to IPv4/IPv6 but platform
|
|
does not support it
|
|
Reported by: Matthew Kern
|
|
* [15e432220c] Matthew Kern -- res_pjsip_t38: bind UDPTL sessions like
|
|
RTP
|
|
|
|
Category: Resources/res_rtp_asterisk
|
|
|
|
ASTERISK-29671: res_rtp_asterisk: memory leak
|
|
Reported by: Jean Aunis - Prescom
|
|
* [0ab4e7491d] Jean Aunis -- res_rtp_asterisk: fix memory leak
|
|
ASTERISK-29660: Build failure when disabling PJSIP support
|
|
Reported by: Guido Falsi
|
|
* [03377c35fc] Guido Falsi -- res_rtp_asterisk.c: Fix build failure when
|
|
not building with pjproject.
|
|
|
|
Improvement
|
|
|
|
Category: Applications/General
|
|
|
|
ASTERISK-29637: Add support for future dates in Say.c
|
|
Reported by: Shloime Rosenblum
|
|
* [29c44caecb] Shloime Rosenblum -- main/say.c: Support future dates
|
|
with Q and q format params
|
|
|
|
Category: Core/Logging
|
|
|
|
ASTERISK-29529: Add custom logging level
|
|
Reported by: N A
|
|
* [a65bb134f5] Naveen Albert -- logger: Add custom logging capabilities
|
|
|
|
Category: Formats/format_wav
|
|
|
|
ASTERISK-29275: Support of MIME-type for wav16
|
|
Reported by: Boris P. Korzun
|
|
* [b2c834e349] Sean Bright -- res_http_media_cache.c: Compare unaltered
|
|
MIME types.
|
|
|
|
Category: Functions/func_vmcount
|
|
|
|
ASTERISK-29661: func_vmcount: Add support for multiple mailboxes
|
|
Reported by: N A
|
|
* [484da42d6c] Naveen Albert -- func_vmcount: Add support for multiple
|
|
mailboxes
|
|
|
|
Category: pjproject/pjsip
|
|
|
|
ASTERISK-29525: PJSIP remove_existing unavailable contacts
|
|
Reported by: Joseph Nadiv
|
|
* [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.
|
|
|
|
+------------------------------------------------------------------------+
|
|
| Revision | Author | Summary |
|
|
|------------+----------------------+------------------------------------|
|
|
| 9063680148 | Asterisk Development | Update CHANGES and UPGRADE.txt for |
|
|
| | Team | 18.8.0 |
|
|
|------------+----------------------+------------------------------------|
|
|
| 804b1987fb | Sean Bright | Makefile: Use basename in a |
|
|
| | | POSIX-compliant way. |
|
|
|------------+----------------------+------------------------------------|
|
|
| e091aa2763 | Mark Murawski | pbx_ael: Fix crash and lockup |
|
|
| | | issue regarding 'ael reload' |
|
|
|------------+----------------------+------------------------------------|
|
|
| dce142baa4 | Sean Bright | app_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
|
|
b/CHANGES | 44
|
|
b/Makefile | 2
|
|
b/UPGRADE.txt | 20
|
|
b/apps/app_externalivr.c | 288
|
|
b/apps/app_queue.c | 49
|
|
b/apps/app_verbose.c | 9
|
|
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/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/message.c | 39
|
|
b/main/say.c | 37
|
|
b/pbx/pbx_ael.c | 7
|
|
b/res/ari/resource_bridges.c | 19
|
|
b/res/res_http_media_cache.c | 46
|
|
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(-)
|