From: Joshua Colp Date: Mon, 1 Aug 2016 11:57:15 +0000 (-0500) Subject: Release summaries: Add summaries for certified/13.8-cert2-rc1 X-Git-Tag: certified/13.8-cert2-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba5cf4a00c35b7d3b67a4802391c2607b6ce636;p=thirdparty%2Fasterisk.git Release summaries: Add summaries for certified/13.8-cert2-rc1 --- diff --git a/asterisk-certified-13.8-cert2-rc1-summary.html b/asterisk-certified-13.8-cert2-rc1-summary.html new file mode 100644 index 0000000000..21cd82334d --- /dev/null +++ b/asterisk-certified-13.8-cert2-rc1-summary.html @@ -0,0 +1,56 @@ +Release Summary - asterisk-certified/13.8-cert2-rc1

Release Summary

asterisk-certified/13.8-cert2-rc1

Date: 2016-08-01

<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-certified/13.8-cert1.


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 Richard Mudgett
4 Joshua Colp
1 George Joseph
1 Scott Griepentrog
4 Richard Mudgett
1 Ben Smithurst
1 Scott Griepentrog

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/NewFeature

ASTERISK-26214: Allow arbitrary time for fax detection to end on a channel
Reported by: Richard Mudgett

Category: Channels/chan_pjsip

ASTERISK-26214: Allow arbitrary time for fax detection to end on a channel
Reported by: Richard Mudgett

Category: Channels/chan_sip/General

ASTERISK-23013: [patch] Deadlock between 'sip show channels' command and attended transfer handling
Reported by: Ben Smithurst

Category: Core/General

ASTERISK-26237: Fax is detected on regular calls.
Reported by: Richard Mudgett

Category: Resources/res_fax

ASTERISK-26214: Allow arbitrary time for fax detection to end on a channel
Reported by: Richard Mudgett

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
b2cc9b4879Joshua ColpRelease summaries: Remove previous versions
20e25657faJoshua Colp.version: Update for certified/13.8-cert2-rc1
08c26fba06Joshua Colp.lastclean: Update for certified/13.8-cert2-rc1
b539479f10Joshua Colprealtime: Add database scripts for certified/13.8-cert2-rc1

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-certified-13.8-cert1-summary.html                                            | 2473 ----
+asterisk-certified-13.8-cert1-summary.txt                                             | 5918 ----------
+b/.version                                                                            |    2
+b/CHANGES                                                                             |   16
+b/channels/chan_dahdi.c                                                               |   15
+b/channels/chan_dahdi.h                                                               |    5
+b/channels/chan_pjsip.c                                                               |   41
+b/channels/chan_sip.c                                                                 |   27
+b/configs/samples/chan_dahdi.conf.sample                                              |    9
+b/configs/samples/pjsip.conf.sample                                                   |    4
+b/contrib/ast-db-manage/config/versions/4a6c67fa9b7a_add_fax_detect_timeout_option.py |   23
+b/contrib/realtime/mssql/mssql_config.sql                                             |   10
+b/contrib/realtime/mysql/mysql_config.sql                                             |    6
+b/contrib/realtime/oracle/oracle_config.sql                                           |   10
+b/contrib/realtime/postgresql/postgresql_config.sql                                   |    6
+b/include/asterisk/res_fax.h                                                          |    4
+b/include/asterisk/res_pjsip.h                                                        |    2
+b/include/asterisk/res_pjsip_session.h                                                |    2
+b/main/channel.c                                                                      |   33
+b/main/dsp.c                                                                          |    8
+b/res/res_fax.c                                                                       |   38
+b/res/res_pjsip.c                                                                     |    8
+b/res/res_pjsip/pjsip_configuration.c                                                 |    1
+b/res/res_pjsip_messaging.c                                                           |   17
+24 files changed, 243 insertions(+), 8435 deletions(-)

\ No newline at end of file diff --git a/asterisk-certified-13.8-cert2-rc1-summary.txt b/asterisk-certified-13.8-cert2-rc1-summary.txt new file mode 100644 index 0000000000..fb75079ec1 --- /dev/null +++ b/asterisk-certified-13.8-cert2-rc1-summary.txt @@ -0,0 +1,174 @@ + Release Summary + + asterisk-certified/13.8-cert2-rc1 + + Date: 2016-08-01 + + + + ---------------------------------------------------------------------- + + 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-certified/13.8-cert1. + + ---------------------------------------------------------------------- + + 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 + 4 Richard Mudgett 4 Richard Mudgett + 4 Joshua Colp 1 Ben Smithurst + 1 George Joseph 1 Scott Griepentrog + 1 Scott Griepentrog + + ---------------------------------------------------------------------- + + 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/NewFeature + + ASTERISK-26214: Allow arbitrary time for fax detection to end on a channel + Reported by: Richard Mudgett + * [49defa5578] Richard Mudgett -- res_fax: Fix FAXOPT(faxdetect) timeout + option. + * [a0485fe851] Richard Mudgett -- chan_dahdi: Add faxdetect_timeout + option. + * [d172104e12] Richard Mudgett -- res_pjsip: Add fax_detect_timeout + endpoint option. + + Category: Channels/chan_pjsip + + ASTERISK-26214: Allow arbitrary time for fax detection to end on a channel + Reported by: Richard Mudgett + * [49defa5578] Richard Mudgett -- res_fax: Fix FAXOPT(faxdetect) timeout + option. + * [a0485fe851] Richard Mudgett -- chan_dahdi: Add faxdetect_timeout + option. + * [d172104e12] Richard Mudgett -- res_pjsip: Add fax_detect_timeout + endpoint option. + + Category: Channels/chan_sip/General + + ASTERISK-23013: [patch] Deadlock between 'sip show channels' command and + attended transfer handling + Reported by: Ben Smithurst + * [5bc48a290b] gtjoseph -- chan_sip: Prevent deadlock when issuing "sip + show channels" + + Category: Core/General + + ASTERISK-26237: Fax is detected on regular calls. + Reported by: Richard Mudgett + * [7809034c0d] Richard Mudgett -- dsp.c: Fix erroneous fax tone + detection. + + Category: Resources/res_fax + + ASTERISK-26214: Allow arbitrary time for fax detection to end on a channel + Reported by: Richard Mudgett + * [49defa5578] Richard Mudgett -- res_fax: Fix FAXOPT(faxdetect) timeout + option. + * [a0485fe851] Richard Mudgett -- chan_dahdi: Add faxdetect_timeout + option. + * [d172104e12] Richard Mudgett -- res_pjsip: Add fax_detect_timeout + endpoint option. + + ---------------------------------------------------------------------- + + 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 | + |------------+-------------+---------------------------------------------| + | b2cc9b4879 | Joshua Colp | Release summaries: Remove previous versions | + |------------+-------------+---------------------------------------------| + | 20e25657fa | Joshua Colp | .version: Update for | + | | | certified/13.8-cert2-rc1 | + |------------+-------------+---------------------------------------------| + | 08c26fba06 | Joshua Colp | .lastclean: Update for | + | | | certified/13.8-cert2-rc1 | + |------------+-------------+---------------------------------------------| + | b539479f10 | Joshua Colp | realtime: Add database scripts for | + | | | certified/13.8-cert2-rc1 | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + 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-certified-13.8-cert1-summary.html | 2473 ---- + asterisk-certified-13.8-cert1-summary.txt | 5918 ---------- + b/.version | 2 + b/CHANGES | 16 + b/channels/chan_dahdi.c | 15 + b/channels/chan_dahdi.h | 5 + b/channels/chan_pjsip.c | 41 + b/channels/chan_sip.c | 27 + b/configs/samples/chan_dahdi.conf.sample | 9 + b/configs/samples/pjsip.conf.sample | 4 + b/contrib/ast-db-manage/config/versions/4a6c67fa9b7a_add_fax_detect_timeout_option.py | 23 + b/contrib/realtime/mssql/mssql_config.sql | 10 + b/contrib/realtime/mysql/mysql_config.sql | 6 + b/contrib/realtime/oracle/oracle_config.sql | 10 + b/contrib/realtime/postgresql/postgresql_config.sql | 6 + b/include/asterisk/res_fax.h | 4 + b/include/asterisk/res_pjsip.h | 2 + b/include/asterisk/res_pjsip_session.h | 2 + b/main/channel.c | 33 + b/main/dsp.c | 8 + b/res/res_fax.c | 38 + b/res/res_pjsip.c | 8 + b/res/res_pjsip/pjsip_configuration.c | 1 + b/res/res_pjsip_messaging.c | 17 + 24 files changed, 243 insertions(+), 8435 deletions(-)