From: Asterisk Development Team Date: Wed, 25 Sep 2019 17:54:05 +0000 (-0500) Subject: Update for 16.6.0-rc2 X-Git-Tag: 16.6.0-rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70a65eb55d2e183ca15c9e0d9b5a34897f33852;p=thirdparty%2Fasterisk.git Update for 16.6.0-rc2 --- diff --git a/.version b/.version index 9c03af0704..1c4f5cae1d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -16.6.0-rc1 \ No newline at end of file +16.6.0-rc2 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 4ecab8d649..572300bcd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2019-09-25 17:54 +0000 Asterisk Development Team + + * asterisk 16.6.0-rc2 Released. + +2019-09-19 09:50 +0000 [2b75c4fc51] George Joseph + + * pjproject_bundled: Revert pjproject 2.9 commits causing leaks + + We've found a connection re-use regression in pjproject 2.9 + introduced by commit + "Close #1019: Support for multiple listeners." + https://trac.pjsip.org/repos/changeset/6002 + https://trac.pjsip.org/repos/ticket/1019 + + Normally, multiple SSL requests should reuse the same connection + if one already exists to the remote server. When a transport + error occurs, the next request should establish a new connection + and any following requests should use that same one. With this + patch, when a transport error occurs, every new request creates + a new connection so you can wind up with thousands of open tcp + sockets, possibly exhausting file handles, and increasing memory + usage. + + Reverting pjproject commit 6002 (and related 6021) restores the + expected behavior. + + We also found a memory leak in SSL processing that was introduced by + commit + "Fixed #2204: Add OpenSSL remote certificate chain info" + https://trac.pjsip.org/repos/changeset/6014 + https://trac.pjsip.org/repos/ticket/2204 + + Apparently the remote certificate chain is continually recreated + causing the leak. + + Reverting pjproject commit 6014 (and related 6022) restores the + expected behavior. + + Both of these issues have been acknowledged by Teluu. + + ASTERISK-28521 + + Change-Id: I8ae7233c3ac4ec29a3b991f738e655dabcaba9f1 + +2019-09-23 11:01 +0000 [6b072ab08c] Kevin Harwell + + * res_sorcery_memory_cache: stale item update leak + + When a stale item was being updated the object was being retrieved, but its + reference was not being decremented after the update. This patch makes it so + the object is now appropriately de-referenced. + + ASTERISK-28523 + + Change-Id: I9d8173d3a0416a242f4eba92fa0853279c500ec7 + +2019-09-15 14:35 +0000 [deb45228c8] Joshua Colp + + * chan_pjsip: Relock correct channel during "fax" redirect. + + When fax detection occurs on an outbound PJSIP channel the + redirect operation will result in a masquerade occurring and + the underlying channel on the session changing. The code + incorrectly relocked the new channel instead of the old + channel when returning. This resulted in the new channel + being locked indefinitely. The code now always acts on the + expected channel. + + ASTERISK-28538 + + Change-Id: I2b2e60d07e74383ae7e90d752c036c4b02d6b3a3 + +2019-09-14 10:05 +0000 [8931669b37] Guido Falsi + + * chan_dahdi: Fix build with clang/llvm + + On FreeBSD using the clang/llvm compiler build fails to build due + to the switch statement argument being a non integer type expression. + Switch to an if/else if/else construct to sidestep the issue. + + ASTERISK-28536 #close + + Change-Id: Idf4a82cc1e94580a2d017fe9e351c226f23e20c8 + 2019-09-12 21:08 +0000 Asterisk Development Team * asterisk 16.6.0-rc1 Released. diff --git a/asterisk-16.6.0-rc1-summary.html b/asterisk-16.6.0-rc1-summary.html deleted file mode 100644 index c44592248c..0000000000 --- a/asterisk-16.6.0-rc1-summary.html +++ /dev/null @@ -1,166 +0,0 @@ -Release Summary - asterisk-16.6.0-rc1

Release Summary

asterisk-16.6.0-rc1

Date: 2019-09-12

<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-16.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
12 George Joseph
8 Sean Bright
5 Tzafrir Cohen
4 Kevin Harwell
3 Alexei Gradinari (license 5691)
3 Joshua Colp
3 Igor Goncharovsky
2 Frederic LE FOLL
2 Dan Cropp
1 Rodrigo Ramírez Norambuena
1 Walter Doekes
1 Leonid Fainshtein
1 Torrey Searle
1 Asterisk Development Team
1 Chris-Savinovich
1 sungtae kim
1 Stas Kobzar
1 tests/test_utils.c.
2 Dan Cropp
2 Alexei Gradinari
2 Frederic LE FOLL
2 Dan Cropp
2 Ruddy G
1 Dennis
1 dennis
1 Kilburn
1 Walter Doekes
1 Alexander Traud
1 Byron Clark
1 Gregory Massel
1 Chris Savinovich
1 Stas Kobzar
1 Torrey Searle
1 Joshua C. Colp
1 Jonas Swiatek
1 Ian Jones
1 Alexander Traud
1 Salah Ahmed

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

ASTERISK-28495: res_pjsip_t38: 200 OK with SDP answer with declined stream causes crash
Reported by: Alexei Gradinari
    -
  • [965df3c228] Alexei Gradinari -- AST-2019-004 - res_pjsip_t38.c: Add NULL checks before using session media
  • -

Bug

Category: .Release/Targets

ASTERISK-28488: pjsip mwi: n+1 sip notify's sent on re-register
Reported by: Chris Savinovich
    -
  • [7db5f5df6a] Kevin Harwell -- res_pjsip_mwi: add better handling of solicited vs unsolicited subscriptions
  • -

Category: Applications/app_chanisavail

ASTERISK-28527: ChanIsAvail() creates a CDR if unanswered=yes is set in cdr.conf
Reported by: Frederic LE FOLL
    -
  • [c8cf3ad389] Frederic LE FOLL -- ChanIsAvail() generates a CDR when unanswered=yes in cdr.conf.
  • -

Category: Applications/app_transfer

ASTERISK-26968: chan_pjsip: Transfer() does not result in TRANSFERSTATUS reflecting SIP response to transfer
Reported by: Dan Cropp
    -
  • [f4896703b9] Dan Cropp -- chan_pjsip: Transmit REFER waits for the REFER result setting TRANSFERSTATUS
  • -

Category: Applications/app_voicemail/IMAP

ASTERISK-28505: app_voicemail/IMAP: segfault in leave_voicemail because not checking mailstream
Reported by: Alexei Gradinari
    -
  • [ff180a5bfc] Alexei Gradinari -- app_voicemail/IMAP: check mailstream not NULL in leave_voicemail
  • -

Category: Channels/chan_dahdi

ASTERISK-28525: chan_dahdi: set CHANNEL(hangupsource) when a PRI channel hangs up
Reported by: Frederic LE FOLL
    -
  • [c6b17b5212] Frederic LE FOLL -- chan_dahdi: set CHANNEL(hangupsource) when a PRI channel hangs up
  • -

Category: Channels/chan_pjsip

ASTERISK-26968: chan_pjsip: Transfer() does not result in TRANSFERSTATUS reflecting SIP response to transfer
Reported by: Dan Cropp
    -
  • [f4896703b9] Dan Cropp -- chan_pjsip: Transmit REFER waits for the REFER result setting TRANSFERSTATUS
  • -

Category: Channels/chan_sip/General

ASTERISK-28282: AST_SCHED_REPLACE_UNREF causes wait-on-self deadlocks (in chan_sip)
Reported by: Walter Doekes
    -
  • [64d25d36fb] Walter Doekes -- sched: Don't allow ast_sched_del to deadlock ast_sched_runq from same thread
  • -

Category: Channels/chan_unistim

ASTERISK-25592: chan_unistim: Clang Warning: variable sized type not at end of a struct
Reported by: Alexander Traud
    -
  • [92261d60c8] Igor Goncharovsky -- chan_unistim: Fix clang warning: variable sized type not at end of a struct
  • -

Category: Codecs/codec_resample

ASTERISK-28511: codec_resample: Bad sound quality when up sampling from SLIN16 to SLIN32
Reported by: Ruddy G
    -
  • [bf527810ef] Sean Bright -- codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary
  • -
  • [cdbb9800e3] Sean Bright -- codec_resample: Upgrade speex_resample to fix up-sampling bug
  • -

Category: Core/BuildSystem

ASTERISK-28487: compile menuselect on gentoo
Reported by: Kilburn
    -
  • [8399211eaf] Sean Bright -- menuselect: Fix curses build on Gentoo Linux
  • -

Category: Core/Channels

ASTERISK-28499: translate: Crash when frame does not have a "src" field set
Reported by: Gregory Massel
    -
  • [2691ee7e10] Joshua Colp -- AST-2019-005 - translate: Don't assume all frames will have a src.
  • -

Category: Core/General

ASTERISK-28498: cel / cdr: Event times may be incorrect
Reported by: Joshua C. Colp
    -
  • [6350f4e278] Joshua Colp -- cdr / cel: Use event time at event creation instead of processing.
  • -

Category: Core/RTP

ASTERISK-28480: json integer overflow in ssrc and timestamp
Reported by: Salah Ahmed
    -
  • [6bb14150c4] Kevin Harwell -- various modules: json integer overflow
  • -

Category: Core/UDPTL

ASTERISK-28483: packet lost on UDPTL wrap around
Reported by: Torrey Searle
    -
  • [83390327b2] Torrey Searle -- main/udptl.c: correctly handle udptl sequence wrap around
  • -

Category: General

ASTERISK-28472: Asterisk occasionally passes a NULL as srtp->session to srtp_protect/unprotect causing SEGV
Reported by: Jonas Swiatek
    -
  • [d4766a82a2] Kevin Harwell -- srtp: Fix possible race condition, and add NULL checks
  • -

Category: Resources/res_config_sqlite3

ASTERISK-28477: Crash when not specifying "dbfile" in res_config_sqlite3.conf
Reported by: Dennis
    -
  • [28654308ef] Sean Bright -- res_config_sqlite3: Only join threads that we started
  • -
ASTERISK-28478: Crash performing "core reload" with modified res_config_sqlite3.conf
Reported by: Dennis
    -
  • [28654308ef] Sean Bright -- res_config_sqlite3: Only join threads that we started
  • -

Category: Resources/res_pjsip

ASTERISK-28228: res_pjsip: pjsip show contacts prints double entries
Reported by: Ian Jones
    -
  • [c2b135729c] Joshua Colp -- res_pjsip: Fix multiple of the same contact in "pjsip show contacts".
  • -

Category: pjproject/pjsip

ASTERISK-28509: PJSIP cnonce generated on Linux contains 36 characters, NEC only supports up to 32 characters
Reported by: Dan Cropp
    -
  • [c8cc530726] Dan Cropp -- pjproject: Configurable setting for cnonce to include hyphens or not
  • -

New Feature

Category: Resources/res_musiconhold

ASTERISK-17808: [patch] Unregister a realtime moh class
Reported by: Byron Clark
    -
  • [b478f46d59] sungtae kim -- res_musiconhold: Added unregister realtime moh class
  • -

Category: pjproject/pjsip

ASTERISK-28489: Channel variable SIPFROMDOMAIN for chan_pjsip to setup From header URI domain
Reported by: Stas Kobzar
    -
  • [fb984eda40] Stas Kobzar -- res_pjsip: Channel variable SIPFROMDOMAIN
  • -


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
688908fe7aAsterisk Development TeamUpdate CHANGES and UPGRADE.txt for 16.6.0
d566314e38George JosephARI: External Media
a321225fa4Chris-Savinovichtest_utils.c: Skip test adsi_loaded_test if module not loaded.
78d00c277cIgor Goncharovskychan_unistim: Fix code, causing all incoming DTMF sent back to asterisk
821b7561f8Igor Goncharovskychan_unistim: Fix RTP port byte order for big-endian arch
aaaa1695caAlexei GradinariFix misname 'res_external_mwi' to 'res_mwi_external' in comments.
c00a010fe8George Josephchan_rtp: Accept hostname as well as ip address as destination
6407ccd2d9George Josephdns_core: Create new API ast_dns_resolve_ipv6_and_ipv4
f82d0b74fdGeorge Josephres_ari.c: Prefer exact handler match over wildcard
51fd43206bSean Brightaudiohook.c: Substitute silence for unavailable audio frames
92066b8746George JosephCI: Escape backslashes in printenv/sort/tr
db9684ad1eGeorge JosephCI: Add "throttle" label and "skip_gate" capability
2641081caaGeorge JosephCI: Make node labels job-specific
9718376902Sean Brightres_musiconhold: Use a vector instead of custom array allocation
0ebfc4a19dSean Brightmanager: Send fewer packets
d6af1acb8cSean Brightres_musiconhold: Use ast_pipe_nonblock() wrapper
05cf9c9912George Josephloader.c: Fix possible SEGV when a module fails to register
06780d2bc4George JosephCI: Don't enable non-core modules in Certified branches
3814faf848Leonid Fainshteinopenr2(6/6): Set hangup cause
06515707dfTzafrir Cohenopenr2(5/6): added cli command -- mfcr2 destroy link <index>
93a093f6c4Tzafrir Cohenopenr2(4/6): added new cli command -- mfcr2 show links
a45cfefb77Tzafrir Cohenopenr2(3/6): Convert r2links to standard Asterisk AST_LIST*
ec6e88592aTzafrir Cohenopenr2(2/6): Stop polling channels when DAHDI returns -ENODEV (e.g: plug-out)
7b6df814a6Tzafrir Cohenopenr2(1/6): bugfix in configuration saving
356f4256ccGeorge JosephCI: Add cleanWs to cleanup steps in jenkinsfiles
9d69469203Rodrigo Ramírez NorambuenaREADME.md: Update year
c86c0973ffGeorge JosephCI: Add install-headers to the install make targets
f62d9013c1George JosephBuild: Add separate header install/uninstall targets
88ea395c33Kevin Harwellmanager: Log AMI actions

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                                                                  |84898 ----------
-asterisk-16.5.0-summary.html                                               |  105
-asterisk-16.5.0-summary.txt                                                |  302
-b/CHANGES                                                                  |   49
-b/Makefile                                                                 |   30
-b/README.md                                                                |    2
-b/UPGRADE.txt                                                              |   14
-b/apps/app_agent_pool.c                                                    |    4
-b/apps/app_chanisavail.c                                                   |    3
-b/apps/app_mixmonitor.c                                                    |   13
-b/apps/app_queue.c                                                         |   12
-b/apps/app_voicemail.c                                                     |    2
-b/channels/chan_dahdi.c                                                    |  425
-b/channels/chan_iax2.c                                                     |    8
-b/channels/chan_pjsip.c                                                    |  141
-b/channels/chan_rtp.c                                                      |   19
-b/channels/chan_unistim.c                                                  |  174
-b/channels/sig_pri.c                                                       |   17
-b/codecs/Makefile                                                          |    3
-b/codecs/speex/arch.h                                                      |   13
-b/codecs/speex/fixed_generic.h                                             |    4
-b/codecs/speex/resample.c                                                  |  332
-b/codecs/speex/speex_resampler.h                                           |    4
-b/funcs/func_talkdetect.c                                                  |    2
-b/include/asterisk/audiohook.h                                             |    2
-b/include/asterisk/cel.h                                                   |   22
-b/include/asterisk/dns_core.h                                              |   22
-b/include/asterisk/sched.h                                                 |   16
-b/main/aoc.c                                                               |    8
-b/main/audiohook.c                                                         |   11
-b/main/ccss.c                                                              |    4
-b/main/cdr.c                                                               |   52
-b/main/cel.c                                                               |   82
-b/main/channel.c                                                           |    4
-b/main/core_local.c                                                        |    6
-b/main/dns_core.c                                                          |   72
-b/main/loader.c                                                            |    2
-b/main/manager.c                                                           |  105
-b/main/rtp_engine.c                                                        |   27
-b/main/sched.c                                                             |   30
-b/main/stasis_channels.c                                                   |    4
-b/main/translate.c                                                         |    2
-b/main/udptl.c                                                             |   18
-b/menuselect/Makefile                                                      |    8
-b/menuselect/autoconfig.h.in                                               |    3
-b/menuselect/configure                                                     |  334
-b/menuselect/configure.ac                                                  |   12
-b/menuselect/makeopts.in                                                   |    3
-b/res/ari/ari_model_validators.c                                           |   56
-b/res/ari/ari_model_validators.h                                           |   22
-b/res/ari/resource_channels.c                                              |  192
-b/res/ari/resource_channels.h                                              |   42
-b/res/res_ari.c                                                            |   23
-b/res/res_ari_channels.c                                                   |  135
-b/res/res_config_sqlite3.c                                                 |    6
-b/res/res_musiconhold.c                                                    |  238
-b/res/res_pjsip.c                                                          |    4
-b/res/res_pjsip/location.c                                                 |    6
-b/res/res_pjsip_mwi.c                                                      |  289
-b/res/res_pjsip_sdp_rtp.c                                                  |    2
-b/res/res_pjsip_session.c                                                  |   12
-b/res/res_pjsip_t38.c                                                      |   72
-b/res/res_srtp.c                                                           |   33
-b/rest-api/api-docs/channels.json                                          |  146
-b/tests/CI/buildAsterisk.sh                                                |   10
-b/tests/CI/gates.jenkinsfile                                               |   30
-b/tests/CI/installAsterisk.sh                                              |    2
-b/tests/CI/periodics-daily.jenkinsfile                                     |    9
-b/tests/CI/ref_debug.jenkinsfile                                           |   15
-b/tests/CI/unittests.jenkinsfile                                           |    9
-b/tests/test_utils.c                                                       |    5
-b/third-party/pjproject/patches/0020-patch_cnonce_only_digits_option.patch |   23
-contrib/realtime/mysql/mysql_cdr.sql                                       |   41
-contrib/realtime/mysql/mysql_config.sql                                    | 1237
-contrib/realtime/mysql/mysql_voicemail.sql                                 |   35
-contrib/realtime/postgresql/postgresql_cdr.sql                             |   45
-contrib/realtime/postgresql/postgresql_config.sql                          | 1335
-contrib/realtime/postgresql/postgresql_voicemail.sql                       |   39
-80 files changed, 2839 insertions(+), 88701 deletions(-)

\ No newline at end of file diff --git a/asterisk-16.6.0-rc1-summary.txt b/asterisk-16.6.0-rc1-summary.txt deleted file mode 100644 index 8ec95d52c7..0000000000 --- a/asterisk-16.6.0-rc1-summary.txt +++ /dev/null @@ -1,442 +0,0 @@ - Release Summary - - asterisk-16.6.0-rc1 - - Date: 2019-09-12 - - - - ---------------------------------------------------------------------- - - 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-16.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 - 12 George Joseph 1 tests/test_utils.c. 2 Dan Cropp - 8 Sean Bright 2 Alexei Gradinari - 5 Tzafrir Cohen 2 Frederic LE FOLL - 4 Kevin Harwell 2 Dan Cropp - 3 Alexei Gradinari (license 5691) 2 Ruddy G - 3 Joshua Colp 1 Dennis - 3 Igor Goncharovsky 1 dennis - 2 Frederic LE FOLL 1 Kilburn - 2 Dan Cropp 1 Walter Doekes - 1 Rodrigo RamÃrez Norambuena 1 Alexander Traud - 1 Walter Doekes 1 Byron Clark - 1 Leonid Fainshtein 1 Gregory Massel - 1 Torrey Searle 1 Chris Savinovich - 1 Asterisk Development Team 1 Stas Kobzar - 1 Chris-Savinovich 1 Torrey Searle - 1 sungtae kim 1 Joshua C. Colp - 1 Stas Kobzar 1 Jonas Swiatek - 1 Ian Jones - 1 Alexander Traud - 1 Salah Ahmed - - ---------------------------------------------------------------------- - - 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: Resources/res_pjsip_t38 - - ASTERISK-28495: res_pjsip_t38: 200 OK with SDP answer with declined stream - causes crash - Reported by: Alexei Gradinari - * [965df3c228] Alexei Gradinari -- AST-2019-004 - res_pjsip_t38.c: Add - NULL checks before using session media - - Bug - - Category: .Release/Targets - - ASTERISK-28488: pjsip mwi: n+1 sip notify's sent on re-register - Reported by: Chris Savinovich - * [7db5f5df6a] Kevin Harwell -- res_pjsip_mwi: add better handling of - solicited vs unsolicited subscriptions - - Category: Applications/app_chanisavail - - ASTERISK-28527: ChanIsAvail() creates a CDR if unanswered=yes is set in - cdr.conf - Reported by: Frederic LE FOLL - * [c8cf3ad389] Frederic LE FOLL -- ChanIsAvail() generates a CDR when - unanswered=yes in cdr.conf. - - Category: Applications/app_transfer - - ASTERISK-26968: chan_pjsip: Transfer() does not result in TRANSFERSTATUS - reflecting SIP response to transfer - Reported by: Dan Cropp - * [f4896703b9] Dan Cropp -- chan_pjsip: Transmit REFER waits for the - REFER result setting TRANSFERSTATUS - - Category: Applications/app_voicemail/IMAP - - ASTERISK-28505: app_voicemail/IMAP: segfault in leave_voicemail because - not checking mailstream - Reported by: Alexei Gradinari - * [ff180a5bfc] Alexei Gradinari -- app_voicemail/IMAP: check mailstream - not NULL in leave_voicemail - - Category: Channels/chan_dahdi - - ASTERISK-28525: chan_dahdi: set CHANNEL(hangupsource) when a PRI channel - hangs up - Reported by: Frederic LE FOLL - * [c6b17b5212] Frederic LE FOLL -- chan_dahdi: set CHANNEL(hangupsource) - when a PRI channel hangs up - - Category: Channels/chan_pjsip - - ASTERISK-26968: chan_pjsip: Transfer() does not result in TRANSFERSTATUS - reflecting SIP response to transfer - Reported by: Dan Cropp - * [f4896703b9] Dan Cropp -- chan_pjsip: Transmit REFER waits for the - REFER result setting TRANSFERSTATUS - - Category: Channels/chan_sip/General - - ASTERISK-28282: AST_SCHED_REPLACE_UNREF causes wait-on-self deadlocks (in - chan_sip) - Reported by: Walter Doekes - * [64d25d36fb] Walter Doekes -- sched: Don't allow ast_sched_del to - deadlock ast_sched_runq from same thread - - Category: Channels/chan_unistim - - ASTERISK-25592: chan_unistim: Clang Warning: variable sized type not at - end of a struct - Reported by: Alexander Traud - * [92261d60c8] Igor Goncharovsky -- chan_unistim: Fix clang warning: - variable sized type not at end of a struct - - Category: Codecs/codec_resample - - ASTERISK-28511: codec_resample: Bad sound quality when up sampling from - SLIN16 to SLIN32 - Reported by: Ruddy G - * [bf527810ef] Sean Bright -- codec_resample: Ensure OUTSIDE_SPEEX is - defined when necessary - * [cdbb9800e3] Sean Bright -- codec_resample: Upgrade speex_resample to - fix up-sampling bug - - Category: Core/BuildSystem - - ASTERISK-28487: compile menuselect on gentoo - Reported by: Kilburn - * [8399211eaf] Sean Bright -- menuselect: Fix curses build on Gentoo - Linux - - Category: Core/Channels - - ASTERISK-28499: translate: Crash when frame does not have a "src" field - set - Reported by: Gregory Massel - * [2691ee7e10] Joshua Colp -- AST-2019-005 - translate: Don't assume all - frames will have a src. - - Category: Core/General - - ASTERISK-28498: cel / cdr: Event times may be incorrect - Reported by: Joshua C. Colp - * [6350f4e278] Joshua Colp -- cdr / cel: Use event time at event - creation instead of processing. - - Category: Core/RTP - - ASTERISK-28480: json integer overflow in ssrc and timestamp - Reported by: Salah Ahmed - * [6bb14150c4] Kevin Harwell -- various modules: json integer overflow - - Category: Core/UDPTL - - ASTERISK-28483: packet lost on UDPTL wrap around - Reported by: Torrey Searle - * [83390327b2] Torrey Searle -- main/udptl.c: correctly handle udptl - sequence wrap around - - Category: General - - ASTERISK-28472: Asterisk occasionally passes a NULL as srtp->session to - srtp_protect/unprotect causing SEGV - Reported by: Jonas Swiatek - * [d4766a82a2] Kevin Harwell -- srtp: Fix possible race condition, and - add NULL checks - - Category: Resources/res_config_sqlite3 - - ASTERISK-28477: Crash when not specifying "dbfile" in - res_config_sqlite3.conf - Reported by: Dennis - * [28654308ef] Sean Bright -- res_config_sqlite3: Only join threads that - we started - ASTERISK-28478: Crash performing "core reload" with modified - res_config_sqlite3.conf - Reported by: Dennis - * [28654308ef] Sean Bright -- res_config_sqlite3: Only join threads that - we started - - Category: Resources/res_pjsip - - ASTERISK-28228: res_pjsip: pjsip show contacts prints double entries - Reported by: Ian Jones - * [c2b135729c] Joshua Colp -- res_pjsip: Fix multiple of the same - contact in "pjsip show contacts". - - Category: pjproject/pjsip - - ASTERISK-28509: PJSIP cnonce generated on Linux contains 36 characters, - NEC only supports up to 32 characters - Reported by: Dan Cropp - * [c8cc530726] Dan Cropp -- pjproject: Configurable setting for cnonce - to include hyphens or not - - New Feature - - Category: Resources/res_musiconhold - - ASTERISK-17808: [patch] Unregister a realtime moh class - Reported by: Byron Clark - * [b478f46d59] sungtae kim -- res_musiconhold: Added unregister realtime - moh class - - Category: pjproject/pjsip - - ASTERISK-28489: Channel variable SIPFROMDOMAIN for chan_pjsip to setup - From header URI domain - Reported by: Stas Kobzar - * [fb984eda40] Stas Kobzar -- res_pjsip: Channel variable SIPFROMDOMAIN - - ---------------------------------------------------------------------- - - 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 | - |------------+----------------------+------------------------------------| - | 688908fe7a | Asterisk Development | Update CHANGES and UPGRADE.txt for | - | | Team | 16.6.0 | - |------------+----------------------+------------------------------------| - | d566314e38 | George Joseph | ARI: External Media | - |------------+----------------------+------------------------------------| - | | | test_utils.c: Skip test | - | a321225fa4 | Chris-Savinovich | adsi_loaded_test if module not | - | | | loaded. | - |------------+----------------------+------------------------------------| - | | | chan_unistim: Fix code, causing | - | 78d00c277c | Igor Goncharovsky | all incoming DTMF sent back to | - | | | asterisk | - |------------+----------------------+------------------------------------| - | 821b7561f8 | Igor Goncharovsky | chan_unistim: Fix RTP port byte | - | | | order for big-endian arch | - |------------+----------------------+------------------------------------| - | aaaa1695ca | Alexei Gradinari | Fix misname 'res_external_mwi' to | - | | | 'res_mwi_external' in comments. | - |------------+----------------------+------------------------------------| - | c00a010fe8 | George Joseph | chan_rtp: Accept hostname as well | - | | | as ip address as destination | - |------------+----------------------+------------------------------------| - | 6407ccd2d9 | George Joseph | dns_core: Create new API | - | | | ast_dns_resolve_ipv6_and_ipv4 | - |------------+----------------------+------------------------------------| - | f82d0b74fd | George Joseph | res_ari.c: Prefer exact handler | - | | | match over wildcard | - |------------+----------------------+------------------------------------| - | 51fd43206b | Sean Bright | audiohook.c: Substitute silence | - | | | for unavailable audio frames | - |------------+----------------------+------------------------------------| - | 92066b8746 | George Joseph | CI: Escape backslashes in | - | | | printenv/sort/tr | - |------------+----------------------+------------------------------------| - | db9684ad1e | George Joseph | CI: Add "throttle" label and | - | | | "skip_gate" capability | - |------------+----------------------+------------------------------------| - | 2641081caa | George Joseph | CI: Make node labels job-specific | - |------------+----------------------+------------------------------------| - | 9718376902 | Sean Bright | res_musiconhold: Use a vector | - | | | instead of custom array allocation | - |------------+----------------------+------------------------------------| - | 0ebfc4a19d | Sean Bright | manager: Send fewer packets | - |------------+----------------------+------------------------------------| - | d6af1acb8c | Sean Bright | res_musiconhold: Use | - | | | ast_pipe_nonblock() wrapper | - |------------+----------------------+------------------------------------| - | 05cf9c9912 | George Joseph | loader.c: Fix possible SEGV when a | - | | | module fails to register | - |------------+----------------------+------------------------------------| - | 06780d2bc4 | George Joseph | CI: Don't enable non-core modules | - | | | in Certified branches | - |------------+----------------------+------------------------------------| - | 3814faf848 | Leonid Fainshtein | openr2(6/6): Set hangup cause | - |------------+----------------------+------------------------------------| - | 06515707df | Tzafrir Cohen | openr2(5/6): added cli command -- | - | | | mfcr2 destroy link | - |------------+----------------------+------------------------------------| - | 93a093f6c4 | Tzafrir Cohen | openr2(4/6): added new cli command | - | | | -- mfcr2 show links | - |------------+----------------------+------------------------------------| - | a45cfefb77 | Tzafrir Cohen | openr2(3/6): Convert r2links to | - | | | standard Asterisk AST_LIST* | - |------------+----------------------+------------------------------------| - | | | openr2(2/6): Stop polling channels | - | ec6e88592a | Tzafrir Cohen | when DAHDI returns -ENODEV (e.g: | - | | | plug-out) | - |------------+----------------------+------------------------------------| - | 7b6df814a6 | Tzafrir Cohen | openr2(1/6): bugfix in | - | | | configuration saving | - |------------+----------------------+------------------------------------| - | 356f4256cc | George Joseph | CI: Add cleanWs to cleanup steps | - | | | in jenkinsfiles | - |------------+----------------------+------------------------------------| - | 9d69469203 | Rodrigo RamÃrez | README.md: Update year | - | | Norambuena | | - |------------+----------------------+------------------------------------| - | c86c0973ff | George Joseph | CI: Add install-headers to the | - | | | install make targets | - |------------+----------------------+------------------------------------| - | f62d9013c1 | George Joseph | Build: Add separate header | - | | | install/uninstall targets | - |------------+----------------------+------------------------------------| - | 88ea395c33 | Kevin Harwell | manager: Log AMI actions | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - 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 |84898 ---------- - asterisk-16.5.0-summary.html | 105 - asterisk-16.5.0-summary.txt | 302 - b/CHANGES | 49 - b/Makefile | 30 - b/README.md | 2 - b/UPGRADE.txt | 14 - b/apps/app_agent_pool.c | 4 - b/apps/app_chanisavail.c | 3 - b/apps/app_mixmonitor.c | 13 - b/apps/app_queue.c | 12 - b/apps/app_voicemail.c | 2 - b/channels/chan_dahdi.c | 425 - b/channels/chan_iax2.c | 8 - b/channels/chan_pjsip.c | 141 - b/channels/chan_rtp.c | 19 - b/channels/chan_unistim.c | 174 - b/channels/sig_pri.c | 17 - b/codecs/Makefile | 3 - b/codecs/speex/arch.h | 13 - b/codecs/speex/fixed_generic.h | 4 - b/codecs/speex/resample.c | 332 - b/codecs/speex/speex_resampler.h | 4 - b/funcs/func_talkdetect.c | 2 - b/include/asterisk/audiohook.h | 2 - b/include/asterisk/cel.h | 22 - b/include/asterisk/dns_core.h | 22 - b/include/asterisk/sched.h | 16 - b/main/aoc.c | 8 - b/main/audiohook.c | 11 - b/main/ccss.c | 4 - b/main/cdr.c | 52 - b/main/cel.c | 82 - b/main/channel.c | 4 - b/main/core_local.c | 6 - b/main/dns_core.c | 72 - b/main/loader.c | 2 - b/main/manager.c | 105 - b/main/rtp_engine.c | 27 - b/main/sched.c | 30 - b/main/stasis_channels.c | 4 - b/main/translate.c | 2 - b/main/udptl.c | 18 - b/menuselect/Makefile | 8 - b/menuselect/autoconfig.h.in | 3 - b/menuselect/configure | 334 - b/menuselect/configure.ac | 12 - b/menuselect/makeopts.in | 3 - b/res/ari/ari_model_validators.c | 56 - b/res/ari/ari_model_validators.h | 22 - b/res/ari/resource_channels.c | 192 - b/res/ari/resource_channels.h | 42 - b/res/res_ari.c | 23 - b/res/res_ari_channels.c | 135 - b/res/res_config_sqlite3.c | 6 - b/res/res_musiconhold.c | 238 - b/res/res_pjsip.c | 4 - b/res/res_pjsip/location.c | 6 - b/res/res_pjsip_mwi.c | 289 - b/res/res_pjsip_sdp_rtp.c | 2 - b/res/res_pjsip_session.c | 12 - b/res/res_pjsip_t38.c | 72 - b/res/res_srtp.c | 33 - b/rest-api/api-docs/channels.json | 146 - b/tests/CI/buildAsterisk.sh | 10 - b/tests/CI/gates.jenkinsfile | 30 - b/tests/CI/installAsterisk.sh | 2 - b/tests/CI/periodics-daily.jenkinsfile | 9 - b/tests/CI/ref_debug.jenkinsfile | 15 - b/tests/CI/unittests.jenkinsfile | 9 - b/tests/test_utils.c | 5 - b/third-party/pjproject/patches/0020-patch_cnonce_only_digits_option.patch | 23 - contrib/realtime/mysql/mysql_cdr.sql | 41 - contrib/realtime/mysql/mysql_config.sql | 1237 - contrib/realtime/mysql/mysql_voicemail.sql | 35 - contrib/realtime/postgresql/postgresql_cdr.sql | 45 - contrib/realtime/postgresql/postgresql_config.sql | 1335 - contrib/realtime/postgresql/postgresql_voicemail.sql | 39 - 80 files changed, 2839 insertions(+), 88701 deletions(-) diff --git a/asterisk-16.6.0-rc2-summary.html b/asterisk-16.6.0-rc2-summary.html new file mode 100644 index 0000000000..35f60fc771 --- /dev/null +++ b/asterisk-16.6.0-rc2-summary.html @@ -0,0 +1,26 @@ +Release Summary - asterisk-16.6.0-rc2

Release Summary

asterisk-16.6.0-rc2

Date: 2019-09-25

<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-16.6.0-rc1.


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 Kevin Harwell
1 Guido Falsi
1 George Joseph
1 Joshua Colp
1 Guido Falsi
1 Joshua C. Colp
1 Cyril Ramière
1 Mark

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: Channels/chan_dahdi

ASTERISK-28536: Asterisk release candidates fail to build on FreeBSD
Reported by: Guido Falsi
    +
  • [8931669b37] Guido Falsi -- chan_dahdi: Fix build with clang/llvm
  • +

Category: Channels/chan_pjsip

ASTERISK-28538: chan_pjsip: Deadlock on fax detection
Reported by: Joshua C. Colp
    +
  • [deb45228c8] Joshua Colp -- chan_pjsip: Relock correct channel during "fax" redirect.
  • +

Category: General

ASTERISK-28523: Asterisk 16.5.0 Memory leak
Reported by: Cyril Ramière
    +
  • [6b072ab08c] Kevin Harwell -- res_sorcery_memory_cache: stale item update leak
  • +

Category: Resources/res_pjsip

ASTERISK-28521: pjsip: Memory Leak
Reported by: Mark
    +
  • [2b75c4fc51] George Joseph -- pjproject_bundled: Revert pjproject 2.9 commits causing leaks
  • +

Category: Resources/res_pjsip_outbound_registration

ASTERISK-28521: pjsip: Memory Leak
Reported by: Mark
    +
  • [2b75c4fc51] George Joseph -- pjproject_bundled: Revert pjproject 2.9 commits causing leaks
  • +


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.

channels/chan_dahdi.c                                                                         |   10
+channels/chan_pjsip.c                                                                         |   38
+res/res_sorcery_memory_cache.c                                                                |    1
+third-party/pjproject/patches/0030-Revert-Misc-re-2147-Fixed-warnings-in-SSL-socket-red.patch |   60
+third-party/pjproject/patches/0031-Revert-Fixed-2204-Add-OpenSSL-remote-certificate-cha.patch |   84
+third-party/pjproject/patches/0032-Revert-Re-2147-misc-Fix-failed-pjsip-test-transport_.patch |   64
+third-party/pjproject/patches/0033-Revert-Close-1019-Support-for-multiple-listeners.patch     |  968 ++++++++++
+7 files changed, 1207 insertions(+), 18 deletions(-)

\ No newline at end of file diff --git a/asterisk-16.6.0-rc2-summary.txt b/asterisk-16.6.0-rc2-summary.txt new file mode 100644 index 0000000000..d15d681e66 --- /dev/null +++ b/asterisk-16.6.0-rc2-summary.txt @@ -0,0 +1,118 @@ + Release Summary + + asterisk-16.6.0-rc2 + + Date: 2019-09-25 + + + + ---------------------------------------------------------------------- + + 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-16.6.0-rc1. + + ---------------------------------------------------------------------- + + 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 Kevin Harwell 1 Guido Falsi + 1 Guido Falsi 1 Joshua C. Colp + 1 George Joseph 1 Cyril Ramière + 1 Joshua Colp 1 Mark + + ---------------------------------------------------------------------- + + 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: Channels/chan_dahdi + + ASTERISK-28536: Asterisk release candidates fail to build on FreeBSD + Reported by: Guido Falsi + * [8931669b37] Guido Falsi -- chan_dahdi: Fix build with clang/llvm + + Category: Channels/chan_pjsip + + ASTERISK-28538: chan_pjsip: Deadlock on fax detection + Reported by: Joshua C. Colp + * [deb45228c8] Joshua Colp -- chan_pjsip: Relock correct channel during + "fax" redirect. + + Category: General + + ASTERISK-28523: Asterisk 16.5.0 Memory leak + Reported by: Cyril Ramière + * [6b072ab08c] Kevin Harwell -- res_sorcery_memory_cache: stale item + update leak + + Category: Resources/res_pjsip + + ASTERISK-28521: pjsip: Memory Leak + Reported by: Mark + * [2b75c4fc51] George Joseph -- pjproject_bundled: Revert pjproject 2.9 + commits causing leaks + + Category: Resources/res_pjsip_outbound_registration + + ASTERISK-28521: pjsip: Memory Leak + Reported by: Mark + * [2b75c4fc51] George Joseph -- pjproject_bundled: Revert pjproject 2.9 + commits causing leaks + + ---------------------------------------------------------------------- + + 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. + + channels/chan_dahdi.c | 10 + channels/chan_pjsip.c | 38 + res/res_sorcery_memory_cache.c | 1 + third-party/pjproject/patches/0030-Revert-Misc-re-2147-Fixed-warnings-in-SSL-socket-red.patch | 60 + third-party/pjproject/patches/0031-Revert-Fixed-2204-Add-OpenSSL-remote-certificate-cha.patch | 84 + third-party/pjproject/patches/0032-Revert-Re-2147-misc-Fix-failed-pjsip-test-transport_.patch | 64 + third-party/pjproject/patches/0033-Revert-Close-1019-Support-for-multiple-listeners.patch | 968 ++++++++++ + 7 files changed, 1207 insertions(+), 18 deletions(-)