From: George Joseph Date: Wed, 8 Feb 2017 18:58:00 +0000 (-0500) Subject: Update for certified/13.13-cert1-rc4 X-Git-Tag: certified/13.13-cert1-rc4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef6b6960d1c46b62df9974294392192c1398adf;p=thirdparty%2Fasterisk.git Update for certified/13.13-cert1-rc4 --- diff --git a/.version b/.version index 62abfd76c2..304db6f503 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -certified/13.13-cert1-rc3 \ No newline at end of file +certified/13.13-cert1-rc4 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 3ca5370c07..e3d5c6de99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2017-02-08 18:57 +0000 Asterisk Development Team + + * asterisk certified/13.13-cert1-rc4 Released. + +2017-02-08 11:50 +0000 [7603c4f32b] Mark Michelson + + * Revert "Update qualifies when AOR configuration changes." + + This reverts commit 6492e91392b8fd394193e411c6eb64b45486093f. + + The change in question was intended to prevent the need to reload in + order to update qualifies on contacts when an AOR changes. However, this + ended up causing a deadlock instead. + + Change-Id: I1a835c90a5bb65b6dc3a1e94cddc12a4afc3d71e + 2017-02-03 19:58 +0000 Asterisk Development Team * asterisk certified/13.13-cert1-rc3 Released. diff --git a/asterisk-certified-13.13-cert1-rc3-summary.html b/asterisk-certified-13.13-cert1-rc3-summary.html deleted file mode 100644 index 1289f3ecd0..0000000000 --- a/asterisk-certified-13.13-cert1-rc3-summary.html +++ /dev/null @@ -1,95 +0,0 @@ -Release Summary - asterisk-certified/13.13-cert1-rc3

Release Summary

asterisk-certified/13.13-cert1-rc3

Date: 2017-02-03

<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.13-cert1-rc2.


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
5 gtjoseph
5 Richard Mudgett
2 Mark Michelson
1 Martin Tomec
1 Joshua Colp
3 Tom Pawelek
2 Morten Tryfoss
1 George Joseph
1 Jonas Kellens
1 Richard Mudgett
1 Ross Beer
1 Dmitriy
1 Mark Michelson

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-26621: app_queue: Queue application does not ring members with Local interface
Reported by: Jonas Kellens
    -
  • [92bdcfd57e] Martin Tomec -- app_queue: Ensure member is removed from pending when hanging up.
  • -

Category: Applications/app_stasis

ASTERISK-26716: ari: Channels with pre-dial handlers cannot be hung up via ARI
Reported by: Tom Pawelek
    -
  • [5c90c1e9f5] Richard Mudgett -- channel.c: Fix unbalanced read queue deadlocking local channels.
  • -
  • [5c2b7e34ff] Richard Mudgett -- res_agi: Prevent an AGI from eating frames it should not. (Re-do)
  • -
  • [7d291e9ef7] Richard Mudgett -- Frame deferral: Revert API refactoring.
  • -

Category: Core/General

ASTERISK-26632: core: Possibility of a frame "imbalance" leading to stuck channels.
Reported by: Mark Michelson
    -
  • [5c90c1e9f5] Richard Mudgett -- channel.c: Fix unbalanced read queue deadlocking local channels.
  • -

Category: Resources/res_agi

ASTERISK-25951: res_agi: run_agi eats frames it shouldn't
Reported by: George Joseph
    -
  • [5c2b7e34ff] Richard Mudgett -- res_agi: Prevent an AGI from eating frames it should not. (Re-do)
  • -
ASTERISK-26343: ASTERISK-25951 causes issues for callerid manipulation through agi
Reported by: Morten Tryfoss
    -
  • [5c2b7e34ff] Richard Mudgett -- res_agi: Prevent an AGI from eating frames it should not. (Re-do)
  • -
  • [7d291e9ef7] Richard Mudgett -- Frame deferral: Revert API refactoring.
  • -

Category: Resources/res_pjsip

ASTERISK-26679: Crash on invalid contact domain (pjsip aor)
Reported by: Dmitriy
    -
  • [107c8a7e19] Joshua Colp -- res_pjsip: Handle invocation of callback on outgoing request when error occurs.
  • -
ASTERISK-26699: res_pjsip: Assertion when sending OPTIONS request to endpoint
Reported by: Ross Beer
    -
  • [107c8a7e19] Joshua Colp -- res_pjsip: Handle invocation of callback on outgoing request when error occurs.
  • -
ASTERISK-26743: PJPROJECT: Detecting compiled max log level does not work.
Reported by: Richard Mudgett
    -
  • [9a4434eb74] Richard Mudgett -- PJPROJECT logging: Fix detection of max supported log level.
  • -

Category: Resources/res_pjsip/Bundling

ASTERISK-26743: PJPROJECT: Detecting compiled max log level does not work.
Reported by: Richard Mudgett
    -
  • [9a4434eb74] Richard Mudgett -- PJPROJECT logging: Fix detection of max supported log level.
  • -


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
640d3b21d1Richard Mudgettastobj2.c: Add excessive ref count trap.
3eb5f42090Mark MichelsonUpdate qualifies when AOR configuration changes.
0611290911gtjosephdebug_utilities: Install ast_logescalator to /var/lib/asterisk/scripts
805928c98bgtjosephdebug_utilities: Add ast_logescalator
1997157e7eMark MichelsonAdd reload options to CLI/AMI stale object commands.
6b0d734312gtjosephari: Implement 'debug all' and request/response logging
28733bb0abgtjosephpjproject_bundled: Fix setting max log level
0d2f17b22cgtjosephdebug_utilities: Create ast_loggrabber

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.

b/CHANGES                                        |    8
-b/apps/app_queue.c                               |    4
-b/channels/chan_sip.c                            |   12
-b/configs/samples/ast_debug_tools.conf.sample    |   17
-b/contrib/Makefile                               |   12
-b/contrib/scripts/ast_coredumper                 |   39 +-
-b/contrib/scripts/ast_logescalator               |  399 +++++++++++++++++++++++
-b/contrib/scripts/ast_loggrabber                 |  255 ++++++++++++++
-b/include/asterisk/ari.h                         |   24 +
-b/include/asterisk/channel.h                     |   56 ---
-b/include/asterisk/options.h                     |   27 +
-b/include/asterisk/stasis_app.h                  |   49 ++
-b/main/asterisk.c                                |    1
-b/main/astobj2.c                                 |   13
-b/main/autoservice.c                             |   66 +++
-b/main/channel.c                                 |  157 ++++-----
-b/main/channel_internal_api.c                    |    6
-b/main/libasteriskpj.c                           |    2
-b/main/manager.c                                 |    6
-b/main/strings.c                                 |   21 +
-b/res/ari/ari_websockets.c                       |   14
-b/res/ari/cli.c                                  |  175 ++++++++++
-b/res/ari/resource_events.c                      |    9
-b/res/res_agi.c                                  |   10
-b/res/res_ari.c                                  |   77 ++++
-b/res/res_ari_applications.c                     |   42 --
-b/res/res_ari_asterisk.c                         |  120 ------
-b/res/res_ari_bridges.c                          |  162 ---------
-b/res/res_ari_channels.c                         |  318 +-----------------
-b/res/res_ari_device_states.c                    |   27 -
-b/res/res_ari_endpoints.c                        |   45 --
-b/res/res_ari_events.c                           |   18 -
-b/res/res_ari_mailboxes.c                        |   27 -
-b/res/res_ari_playbacks.c                        |   24 -
-b/res/res_ari_recordings.c                       |   48 --
-b/res/res_ari_sounds.c                           |   21 -
-b/res/res_pjproject.c                            |   29 +
-b/res/res_pjsip.c                                |   26 +
-b/res/res_pjsip/include/res_pjsip_private.h      |   12
-b/res/res_pjsip/location.c                       |    8
-b/res/res_pjsip/pjsip_options.c                  |   45 ++
-b/res/res_pjsip_history.c                        |   91 +++--
-b/res/res_pjsip_registrar.c                      |    2
-b/res/res_rtp_asterisk.c                         |    2
-b/res/res_sorcery_memory_cache.c                 |   39 +-
-b/res/res_stasis.c                               |   23 -
-b/res/stasis/app.c                               |   73 +++-
-b/res/stasis/app.h                               |   27 -
-b/res/stasis/stasis_bridge.c                     |    4
-b/rest-api-templates/param_parsing.mustache      |   15
-b/rest-api-templates/res_ari_resource.c.mustache |    3
-b/tests/test_ari.c                               |   16
-res/stasis/cli.c                                 |  216 ------------
-res/stasis/cli.h                                 |   43 --
-54 files changed, 1642 insertions(+), 1343 deletions(-)

\ No newline at end of file diff --git a/asterisk-certified-13.13-cert1-rc3-summary.txt b/asterisk-certified-13.13-cert1-rc3-summary.txt deleted file mode 100644 index 4bc9e75545..0000000000 --- a/asterisk-certified-13.13-cert1-rc3-summary.txt +++ /dev/null @@ -1,237 +0,0 @@ - Release Summary - - asterisk-certified/13.13-cert1-rc3 - - Date: 2017-02-03 - - - - ---------------------------------------------------------------------- - - 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.13-cert1-rc2. - - ---------------------------------------------------------------------- - - 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 - 5 gtjoseph 3 Tom Pawelek - 5 Richard Mudgett 2 Morten Tryfoss - 2 Mark Michelson 1 George Joseph - 1 Martin Tomec 1 Jonas Kellens - 1 Joshua Colp 1 Richard Mudgett - 1 Ross Beer - 1 Dmitriy - 1 Mark Michelson - - ---------------------------------------------------------------------- - - 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-26621: app_queue: Queue application does not ring members with - Local interface - Reported by: Jonas Kellens - * [92bdcfd57e] Martin Tomec -- app_queue: Ensure member is removed from - pending when hanging up. - - Category: Applications/app_stasis - - ASTERISK-26716: ari: Channels with pre-dial handlers cannot be hung up via - ARI - Reported by: Tom Pawelek - * [5c90c1e9f5] Richard Mudgett -- channel.c: Fix unbalanced read queue - deadlocking local channels. - * [5c2b7e34ff] Richard Mudgett -- res_agi: Prevent an AGI from eating - frames it should not. (Re-do) - * [7d291e9ef7] Richard Mudgett -- Frame deferral: Revert API - refactoring. - - Category: Core/General - - ASTERISK-26632: core: Possibility of a frame "imbalance" leading to stuck - channels. - Reported by: Mark Michelson - * [5c90c1e9f5] Richard Mudgett -- channel.c: Fix unbalanced read queue - deadlocking local channels. - - Category: Resources/res_agi - - ASTERISK-25951: res_agi: run_agi eats frames it shouldn't - Reported by: George Joseph - * [5c2b7e34ff] Richard Mudgett -- res_agi: Prevent an AGI from eating - frames it should not. (Re-do) - ASTERISK-26343: ASTERISK-25951 causes issues for callerid manipulation - through agi - Reported by: Morten Tryfoss - * [5c2b7e34ff] Richard Mudgett -- res_agi: Prevent an AGI from eating - frames it should not. (Re-do) - * [7d291e9ef7] Richard Mudgett -- Frame deferral: Revert API - refactoring. - - Category: Resources/res_pjsip - - ASTERISK-26679: Crash on invalid contact domain (pjsip aor) - Reported by: Dmitriy - * [107c8a7e19] Joshua Colp -- res_pjsip: Handle invocation of callback - on outgoing request when error occurs. - ASTERISK-26699: res_pjsip: Assertion when sending OPTIONS request to - endpoint - Reported by: Ross Beer - * [107c8a7e19] Joshua Colp -- res_pjsip: Handle invocation of callback - on outgoing request when error occurs. - ASTERISK-26743: PJPROJECT: Detecting compiled max log level does not work. - Reported by: Richard Mudgett - * [9a4434eb74] Richard Mudgett -- PJPROJECT logging: Fix detection of - max supported log level. - - Category: Resources/res_pjsip/Bundling - - ASTERISK-26743: PJPROJECT: Detecting compiled max log level does not work. - Reported by: Richard Mudgett - * [9a4434eb74] Richard Mudgett -- PJPROJECT logging: Fix detection of - max supported log level. - - ---------------------------------------------------------------------- - - 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 | - |------------+-----------------+-----------------------------------------| - | 640d3b21d1 | Richard Mudgett | astobj2.c: Add excessive ref count | - | | | trap. | - |------------+-----------------+-----------------------------------------| - | 3eb5f42090 | Mark Michelson | Update qualifies when AOR configuration | - | | | changes. | - |------------+-----------------+-----------------------------------------| - | | | debug_utilities: Install | - | 0611290911 | gtjoseph | ast_logescalator to | - | | | /var/lib/asterisk/scripts | - |------------+-----------------+-----------------------------------------| - | 805928c98b | gtjoseph | debug_utilities: Add ast_logescalator | - |------------+-----------------+-----------------------------------------| - | 1997157e7e | Mark Michelson | Add reload options to CLI/AMI stale | - | | | object commands. | - |------------+-----------------+-----------------------------------------| - | 6b0d734312 | gtjoseph | ari: Implement 'debug all' and | - | | | request/response logging | - |------------+-----------------+-----------------------------------------| - | 28733bb0ab | gtjoseph | pjproject_bundled: Fix setting max log | - | | | level | - |------------+-----------------+-----------------------------------------| - | 0d2f17b22c | gtjoseph | debug_utilities: Create ast_loggrabber | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - 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. - - b/CHANGES | 8 - b/apps/app_queue.c | 4 - b/channels/chan_sip.c | 12 - b/configs/samples/ast_debug_tools.conf.sample | 17 - b/contrib/Makefile | 12 - b/contrib/scripts/ast_coredumper | 39 +- - b/contrib/scripts/ast_logescalator | 399 +++++++++++++++++++++++ - b/contrib/scripts/ast_loggrabber | 255 ++++++++++++++ - b/include/asterisk/ari.h | 24 + - b/include/asterisk/channel.h | 56 --- - b/include/asterisk/options.h | 27 + - b/include/asterisk/stasis_app.h | 49 ++ - b/main/asterisk.c | 1 - b/main/astobj2.c | 13 - b/main/autoservice.c | 66 +++ - b/main/channel.c | 157 ++++----- - b/main/channel_internal_api.c | 6 - b/main/libasteriskpj.c | 2 - b/main/manager.c | 6 - b/main/strings.c | 21 + - b/res/ari/ari_websockets.c | 14 - b/res/ari/cli.c | 175 ++++++++++ - b/res/ari/resource_events.c | 9 - b/res/res_agi.c | 10 - b/res/res_ari.c | 77 ++++ - b/res/res_ari_applications.c | 42 -- - b/res/res_ari_asterisk.c | 120 ------ - b/res/res_ari_bridges.c | 162 --------- - b/res/res_ari_channels.c | 318 +----------------- - b/res/res_ari_device_states.c | 27 - - b/res/res_ari_endpoints.c | 45 -- - b/res/res_ari_events.c | 18 - - b/res/res_ari_mailboxes.c | 27 - - b/res/res_ari_playbacks.c | 24 - - b/res/res_ari_recordings.c | 48 -- - b/res/res_ari_sounds.c | 21 - - b/res/res_pjproject.c | 29 + - b/res/res_pjsip.c | 26 + - b/res/res_pjsip/include/res_pjsip_private.h | 12 - b/res/res_pjsip/location.c | 8 - b/res/res_pjsip/pjsip_options.c | 45 ++ - b/res/res_pjsip_history.c | 91 +++-- - b/res/res_pjsip_registrar.c | 2 - b/res/res_rtp_asterisk.c | 2 - b/res/res_sorcery_memory_cache.c | 39 +- - b/res/res_stasis.c | 23 - - b/res/stasis/app.c | 73 +++- - b/res/stasis/app.h | 27 - - b/res/stasis/stasis_bridge.c | 4 - b/rest-api-templates/param_parsing.mustache | 15 - b/rest-api-templates/res_ari_resource.c.mustache | 3 - b/tests/test_ari.c | 16 - res/stasis/cli.c | 216 ------------ - res/stasis/cli.h | 43 -- - 54 files changed, 1642 insertions(+), 1343 deletions(-) diff --git a/asterisk-certified-13.13-cert1-rc4-summary.html b/asterisk-certified-13.13-cert1-rc4-summary.html new file mode 100644 index 0000000000..882f47d83a --- /dev/null +++ b/asterisk-certified-13.13-cert1-rc4-summary.html @@ -0,0 +1,16 @@ +Release Summary - asterisk-certified/13.13-cert1-rc4

Release Summary

asterisk-certified/13.13-cert1-rc4

Date: 2017-02-08

<asteriskteam@digium.com>


Table of Contents

    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Other Changes
  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-certified/13.13-cert1-rc3.


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 Mark Michelson

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
7603c4f32bMark MichelsonRevert "Update qualifies when AOR configuration changes."

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.

res_pjsip.c                           |    1
+res_pjsip/include/res_pjsip_private.h |   12 ---------
+res_pjsip/location.c                  |    8 ------
+res_pjsip/pjsip_options.c             |   42 ++++------------------------------
+4 files changed, 8 insertions(+), 55 deletions(-)

\ No newline at end of file diff --git a/asterisk-certified-13.13-cert1-rc4-summary.txt b/asterisk-certified-13.13-cert1-rc4-summary.txt new file mode 100644 index 0000000000..a734269ab9 --- /dev/null +++ b/asterisk-certified-13.13-cert1-rc4-summary.txt @@ -0,0 +1,83 @@ + Release Summary + + asterisk-certified/13.13-cert1-rc4 + + Date: 2017-02-08 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Other Changes + 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-certified/13.13-cert1-rc3. + + ---------------------------------------------------------------------- + + 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 Mark Michelson + + ---------------------------------------------------------------------- + + 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 | + |------------+----------------+------------------------------------------| + | 7603c4f32b | Mark Michelson | Revert "Update qualifies when AOR | + | | | configuration changes." | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + 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. + + res_pjsip.c | 1 + res_pjsip/include/res_pjsip_private.h | 12 --------- + res_pjsip/location.c | 8 ------ + res_pjsip/pjsip_options.c | 42 ++++------------------------------ + 4 files changed, 8 insertions(+), 55 deletions(-)