From: Kevin Harwell Date: Wed, 23 Nov 2016 15:26:01 +0000 (-0500) Subject: Update for 13.13.0 X-Git-Tag: 13.13.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdde690e0fa2e58bf45ea2bf83962bb1c261d6e0;p=thirdparty%2Fasterisk.git Update for 13.13.0 --- diff --git a/.version b/.version index f5b86f68f9..84b5911ace 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.13.0-rc2 \ No newline at end of file +13.13.0 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index cb58451dca..dab185bb3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-11-23 15:26 +0000 Asterisk Development Team + + * asterisk 13.13.0 Released. + 2016-11-22 18:02 +0000 Asterisk Development Team * asterisk 13.13.0-rc2 Released. diff --git a/asterisk-13.13.0-rc2-summary.html b/asterisk-13.13.0-rc2-summary.html deleted file mode 100644 index 50c32099f7..0000000000 --- a/asterisk-13.13.0-rc2-summary.html +++ /dev/null @@ -1,23 +0,0 @@ -Release Summary - asterisk-13.13.0-rc2

Release Summary

asterisk-13.13.0-rc2

Date: 2016-11-22

<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-13.13.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 gtjoseph
1 Kevin Harwell

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
e246b36a3cgtjosephbuild: Backport addition of librt check to configure.ac
855f05e525Kevin HarwellUpdate for 13.13.0

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-13.13.0-rc1-summary.html  |  308 --------------
-asterisk-13.13.0-rc1-summary.txt   |  764 -------------------------------------
-b/.version                         |    2
-b/ChangeLog                        |    4
-b/asterisk-13.13.0-summary.html    |  301 ++++++++++++++
-b/asterisk-13.13.0-summary.txt     |  760 ++++++++++++++++++++++++++++++++++++
-b/configure                        |  194 ++++++++-
-b/configure.ac                     |    4
-b/include/asterisk/autoconfig.h.in |    3
-b/main/Makefile                    |    1
-10 files changed, 1249 insertions(+), 1092 deletions(-)

\ No newline at end of file diff --git a/asterisk-13.13.0-rc2-summary.txt b/asterisk-13.13.0-rc2-summary.txt deleted file mode 100644 index cdc4be3b88..0000000000 --- a/asterisk-13.13.0-rc2-summary.txt +++ /dev/null @@ -1,92 +0,0 @@ - Release Summary - - asterisk-13.13.0-rc2 - - Date: 2016-11-22 - - - - ---------------------------------------------------------------------- - - 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-13.13.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 gtjoseph - 1 Kevin Harwell - - ---------------------------------------------------------------------- - - 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 | - |------------+---------------+-------------------------------------------| - | e246b36a3c | gtjoseph | build: Backport addition of librt check | - | | | to configure.ac | - |------------+---------------+-------------------------------------------| - | 855f05e525 | Kevin Harwell | Update for 13.13.0 | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - 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-13.13.0-rc1-summary.html | 308 -------------- - asterisk-13.13.0-rc1-summary.txt | 764 ------------------------------------- - b/.version | 2 - b/ChangeLog | 4 - b/asterisk-13.13.0-summary.html | 301 ++++++++++++++ - b/asterisk-13.13.0-summary.txt | 760 ++++++++++++++++++++++++++++++++++++ - b/configure | 194 ++++++++- - b/configure.ac | 4 - b/include/asterisk/autoconfig.h.in | 3 - b/main/Makefile | 1 - 10 files changed, 1249 insertions(+), 1092 deletions(-) diff --git a/asterisk-13.13.0-summary.html b/asterisk-13.13.0-summary.html new file mode 100644 index 0000000000..143d2635d8 --- /dev/null +++ b/asterisk-13.13.0-summary.html @@ -0,0 +1,304 @@ +Release Summary - asterisk-13.13.0

Release Summary

asterisk-13.13.0

Date: 2016-11-23

<asteriskteam@digium.com>


Table of Contents

    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Closed Issues
  6. +
  7. Open Issues
  8. +
  9. Other Changes
  10. +
  11. Diffstat
  12. +

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-13.12.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
21 gtjoseph
11 Joshua Colp
10 Matt Jordan
10 Mark Michelson
7 Richard Mudgett
5 Kevin Harwell
3 Tzafrir Cohen
3 Alexander Traud
3 Corey Farrell
3 Alexander Anikin
2 Sebastian Gutierrez
1 Michael Walton
1 Etienne Lessard
1 Leandro Dardini
1 snuffy
1 Pascal Cadotte Michaud
1 Maciej Szmigiero
1 Michael Kuron
1 Rusty Newton
1 Grachev Sergey
1 Alexei Gradinari
1 Igor Goncharovskiy
1 Moises Silva
1 Dmitry Melekhov
7 Matt Jordan
5 Alexander Traud
4 Morten Tryfoss
4 scgm11
4 Joshua Colp
3 George Joseph
3 Richard Mudgett
2 Gabriele Giacone <1o5g4r8o@gmail.com>
2 Andrew Nagy
1 Rusty Newton
1 Dmitry Melekhov
1 Andreas Wetzel
1 Ian Gilmour
1 Alexei Gradinari
1 Bill Brigden
1 Andrew Nagy
1 Sergey Grachev
1 snuffy
1 Daniele Pallastrelli
1 Kevin Harwell
1 Kayode
1 Michael Keuter
1 Dmitry Melekhov
1 Harley Peters
1 Corey Farrell
1 Leandro Dardini
1 Jonathan Harris
1 Badalian Vyacheslav
1 Doug Lytle
1 scgm11
1 Richard Mudgett
1 Maciej Szmigiero
1 Etienne Lessard
1 Tzafrir Cohen
1 John Kiniston
1 Jason
1 Florian Loyau
1 Ian Gilmour
1 Michael Walton
1 Morton Tryfoss

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: General

ASTERISK-26595: ARI: Add the ability to control the source of video in a multi-party mixing bridge
Reported by: Matt Jordan
    +
  • [d23b4af477] Matt Jordan -- res/ari/resource_bridges: Add the ability to manipulate the video source
  • +
ASTERISK-26470: ARI: Add an 'asterisk_id' field to outgoing events
Reported by: Matt Jordan
    +
  • [42cfdcd1b7] Matt Jordan -- res/ari: Add the Asterisk EID field to outgoing events
  • +

Bug

Category: Addons/chan_ooh323

ASTERISK-24400: ooh323 sends wrong hangup code
Reported by: Dmitry Melekhov
    +
  • [a9ac1f5de4] Alexander Anikin -- chan_ooh323: Fixes to work right with Cisco devices
  • +

Category: Applications/app_dial

ASTERISK-26549: app_dial: When PickupChan() is used some channels may have incorrect device state
Reported by: Joshua Colp
    +
  • [d971647949] Joshua Colp -- app_dial: Fix incorrect device state when channel is picked up.
  • +

Category: Applications/app_queue

ASTERISK-26462: [patch] app_queue: While using queues with realtime, setting back to an empty context doesn't stop the exit key usage
Reported by: Leandro Dardini
    +
  • [0306869399] Leandro Dardini -- app_queue: Added initialization for "context" parameter
  • +

Category: Applications/app_voicemail

ASTERISK-26503: app_voicemail: Asterisk crashes when MailboxExists is used
Reported by: Doug Lytle
    +
  • [14496ce1e5] Joshua Colp -- app_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS.
  • +

Category: Bridges/bridge_softmix

ASTERISK-26555: Multi-party Video: Fix some post Asterisk-11 regressions
Reported by: Matt Jordan
    +
  • [e7dc536b7a] Matt Jordan -- main/bridge_channel: Fix channel reference leak on video source
  • +
  • [7c824b955d] Matt Jordan -- main/bridge: Add some verbose logging for video source changes
  • +
  • [fd6af2dee8] Matt Jordan -- bridges/bridge_softmix: Remove SSRC changes on join/leave; update video source
  • +

Category: Channels/chan_dahdi

ASTERISK-26412: build: Prepare for gcc 6.2
Reported by: George Joseph
    +
  • [bd4d7d8ad0] Kevin Harwell -- stasis_recording/stored: remove calls to deprecated readdir_r function.
  • +

Category: Channels/chan_multicast_rtp

ASTERISK-26439: chan_rtp: Crash when originating
Reported by: Kayode
    +
  • [644fad7477] Moises Silva -- chan_rtp: Set a sane default rtp engine for unicast.
  • +

Category: Channels/chan_pjsip

ASTERISK-26516: pjsip: Memory corruption with possible memory leak.
Reported by: Richard Mudgett
    +
  • [e632222bc4] Richard Mudgett -- res_pjsip_outbound_authenticator_digest.c: Fix memory pool leak.
  • +
  • [afecb2cfc0] Richard Mudgett -- bundled pjproject: Fix DNS write to freed memory.
  • +
ASTERISK-26444: 'features show' command in CLI does not return prompt.
Reported by: John Kiniston
    +
  • [c2036c827c] snuffy -- Fix issue with CLI not returning to prompt after running "features show"
  • +
ASTERISK-26482: [patch] chan_pjsip: segfault on already disconnected session
Reported by: Alexei Gradinari
    +
  • [6d462b9eaf] Alexei Gradinari -- chan_pjsip: segfault on already disconnected session
  • +

Category: Channels/chan_sip/General

ASTERISK-26523: chan_sip: Asterisk 13.12.1 disconnects incoming calls after 2 minutes - rtptimeout behaving badly - regression
Reported by: Michael Keuter
    +
  • [cb30963d22] Kevin Harwell -- Revert "chan_sip: Fix lastrtprx always updated"
  • +
ASTERISK-26476: chan_sip: Incorrect display option "Outbound reg. retry 403" in "sip show settings"
Reported by: Sergey Grachev
    +
  • [b3f10b7b94] Grachev Sergey -- chan_sip: Incorrect display option Outbound reg. retry 403
  • +
ASTERISK-26457: [patch] force_rport,auto_comedia: No NAT detection triggered.
Reported by: Alexander Traud
    +
  • [a859bcb49c] Alexander Traud -- chan_sip: Support nat=auto_comedia or nat=force_rport,auto_comedia.
  • +

Category: Channels/chan_unistim

ASTERISK-26565: chan_unistim on 11, 13, 14 placing call on hold temporarily locks up set
Reported by: Jason
    +
  • [3faca1d4ff] Igor Goncharovskiy -- Fix closing rtp ports after call finished in chan_unistim.
  • +

Category: Codecs/codec_opus

ASTERISK-26520: codec_opus: Generated fmtp line has no content
Reported by: scgm11
    +
  • [2c031b67d3] Mark Michelson -- res_format_attr_opus: Fix fmtp generation.
  • +

Category: Core/AstMM

ASTERISK-26526: [UBSAN] vector.h: null pointer can be passed as argument 2 to memcpy
Reported by: Badalian Vyacheslav
    +
  • [30b1bc77d2] Corey Farrell -- vector: Prevent NULL argument to memcpy.
  • +
ASTERISK-26524: astobj2: data_size variable is wasted space when AO2_DEBUG is not enabled.
Reported by: Corey Farrell
    +
  • [b96f18560b] Corey Farrell -- astobj2: Declare private variable data_size for AO2_DEBUG only.
  • +

Category: Core/Bridging

ASTERISK-26555: Multi-party Video: Fix some post Asterisk-11 regressions
Reported by: Matt Jordan
    +
  • [e7dc536b7a] Matt Jordan -- main/bridge_channel: Fix channel reference leak on video source
  • +
  • [7c824b955d] Matt Jordan -- main/bridge: Add some verbose logging for video source changes
  • +
  • [fd6af2dee8] Matt Jordan -- bridges/bridge_softmix: Remove SSRC changes on join/leave; update video source
  • +

Category: Core/BuildSystem

ASTERISK-26608: Compile and link failures on OpenBSD
Reported by: snuffyASTERISK-26592: Latest libedit (3.1) defaults to unicode and makes asterisk CLI read garbage
Reported by: George Joseph
    +
  • [5e0c224043] gtjoseph -- cli: Fix ast_el_read_char to work with libedit >= 3.1
  • +
ASTERISK-22480: Embedded pjproject: build.mak contains hardcoded full path to version.mak
Reported by: Matt Jordan
    +
  • [61a5c3460e] gtjoseph -- pjproject_bundled: Remove usage of tar's --strip-components option
  • +
ASTERISK-26356: menuselect: invalid test for GTK2
Reported by: Tzafrir Cohen
    +
  • [6f5880913f] Tzafrir Cohen -- menuselect: invalid test for GTK2
  • +

Category: Core/CodecInterface

ASTERISK-26605: codec_opus: Spammed warning when Opus negotiated but codec_opus not loaded.
Reported by: Richard Mudgett
    +
  • [ed0f1afc8c] Richard Mudgett -- codec_opus: Fix warning when Opus negotiated but codec_opus not loaded.
  • +

Category: Core/General

ASTERISK-26605: codec_opus: Spammed warning when Opus negotiated but codec_opus not loaded.
Reported by: Richard Mudgett
    +
  • [ed0f1afc8c] Richard Mudgett -- codec_opus: Fix warning when Opus negotiated but codec_opus not loaded.
  • +
ASTERISK-26509: A few non-critical deprecation warnings when building on Ubuntu 16.10
Reported by: Jonathan Harris
    +
  • [bd4d7d8ad0] Kevin Harwell -- stasis_recording/stored: remove calls to deprecated readdir_r function.
  • +

Category: Core/ManagerInterface

ASTERISK-26537: AMI: NewConnectedLine event is not documented
Reported by: Etienne Lessard
    +
  • [42bd70b29f] Etienne Lessard -- manager: Add documentation for NewConnectedLine event.
  • +

Category: Core/RTP

ASTERISK-26311: [patch] rtp_engine: Allow more than 32 dynamic payload types.
Reported by: Alexander Traud
    +
  • [0cf1778eed] Alexander Traud -- rtp_engine: Allow more than 32 dynamic payload types.
  • +

Category: Core/Stasis

ASTERISK-26468: ari: Bridge events stop working after this sequence of ARI calls
Reported by: Daniele Pallastrelli
    +
  • [3a1f9c5dab] Joshua Colp -- res_stasis: Don't unsubscribe from a NULL bridge.
  • +

Category: Documentation

ASTERISK-26514: Super Awesome Company: Don't specify transport in pjsip.conf
Reported by: Rusty Newton
    +
  • [87903a6848] Rusty Newton -- SAC documentation: don't specify transports for endpoints and registrations
  • +

Category: Features

ASTERISK-26444: 'features show' command in CLI does not return prompt.
Reported by: John Kiniston
    +
  • [c2036c827c] snuffy -- Fix issue with CLI not returning to prompt after running "features show"
  • +

Category: General

ASTERISK-26575: testsuite: Need to check PJSIP functionality when res_srtp is not loaded.
Reported by: Joshua Colp
    +
  • [b70eb07c53] Joshua Colp -- res_pjsip_sdp_rtp: Reject offer of required SRTP without res_srtp.
  • +
ASTERISK-25070: Fix FTBFS on Hurd
Reported by: Gabriele Giacone
    +
  • [94c9496ed5] Tzafrir Cohen -- netsock.c: fix includes for HURD
  • +
  • [c1c9487375] Tzafrir Cohen -- define PATH_MAX for HURD
  • +
ASTERISK-26387: Asterisk segfaults shortly after starting even with no active calls.
Reported by: Harley Peters
    +
  • [d7f457e4c1] Richard Mudgett -- bundled pjproject: Crashes while resolving DNS names.
  • +
ASTERISK-26513: tests/channels/pjsip/qualify/auth: Crashing enough to be a nuisance
Reported by: Joshua Colp
    +
  • [f373de3020] Corey Farrell -- Fix shutdown crash caused by modules being left open.
  • +
ASTERISK-26421: Segmentation Fault with ARI originate into mixing bridge with 43 clients
Reported by: Andrew Nagy
    +
  • [eff97808fb] Mark Michelson -- ARI: Detect duplicate channel IDs
  • +
  • [012fda29d2] Mark Michelson -- CDR: Alter destruction pattern for CDR chains.
  • +
ASTERISK-26480: [patch] CLI: core set debug: Auto-completes File not Module
Reported by: Alexander Traud
    +
  • [662b560c35] Alexander Traud -- cli: Auto-complete File not Module for core set debug.
  • +

Category: Resources/res_agi

ASTERISK-26343: ASTERISK-25951 causes issues for callerid manipulation through agi
Reported by: Morten Tryfoss
    +
  • [404596b790] gtjoseph -- channel: Fix issues in hangup scenarios caused by frame deferral
  • +
  • [2e3a354575] Mark Michelson -- autoservice: Use frame deferral API
  • +
  • [5c10091f3d] Mark Michelson -- AGI: Only defer frames when in an interception routine.
  • +
  • [9231a56cf3] Mark Michelson -- Add API for channel frame deferral.
  • +

Category: Resources/res_ari_bridges

ASTERISK-26468: ari: Bridge events stop working after this sequence of ARI calls
Reported by: Daniele Pallastrelli
    +
  • [3a1f9c5dab] Joshua Colp -- res_stasis: Don't unsubscribe from a NULL bridge.
  • +

Category: Resources/res_pjsip

ASTERISK-26516: pjsip: Memory corruption with possible memory leak.
Reported by: Richard Mudgett
    +
  • [e632222bc4] Richard Mudgett -- res_pjsip_outbound_authenticator_digest.c: Fix memory pool leak.
  • +
  • [afecb2cfc0] Richard Mudgett -- bundled pjproject: Fix DNS write to freed memory.
  • +

Category: Resources/res_pjsip_caller_id

ASTERISK-26307: res_pjsip_caller_id: Crash on outgoing change
Reported by: Bill Brigden
    +
  • [675c71ae8c] Joshua Colp -- res_pjsip_caller_id: Fix crash on session timers UPDATE on inbound calls.
  • +

Category: Resources/res_pjsip_sdp_rtp

ASTERISK-26541: res_pjsip_sdp_rtp: Restrict number of formats to maximum
Reported by: Joshua Colp
    +
  • [5f188bb7a8] Joshua Colp -- res_pjsip_sdp_rtp: Limit number of formats to defined maximum.
  • +
ASTERISK-26423: res_pjsip_sdp_rtp: Asymmetric RTP codec can cause audio loss and wonkiness
Reported by: Andreas Wetzel
    +
  • [e0bc17edff] Joshua Colp -- pjsip: Fix a few media bugs with reinvites and asymmetric payloads.
  • +
ASTERISK-26309: [patch] res_pjsip: Allow IPv4/IPv6 (Dual Stack) installations.
Reported by: Alexander Traud
    +
  • [f534f67f52] Joshua Colp -- res_pjsip_sdp_rtp: Fix address family of explicit media_address.
  • +
  • [bb982480d8] Joshua Colp -- pjsip: Support dual stack automatically.
  • +

Category: Resources/res_rtp_multicast

ASTERISK-26439: chan_rtp: Crash when originating
Reported by: Kayode
    +
  • [644fad7477] Moises Silva -- chan_rtp: Set a sane default rtp engine for unicast.
  • +

Category: Third-Party/pjproject

ASTERISK-26510: pjproject_bundled uses the --strip-components option of tar which isn't supported in older versions
Reported by: George Joseph
    +
  • [61a5c3460e] gtjoseph -- pjproject_bundled: Remove usage of tar's --strip-components option
  • +

Category: pjproject/pjsip

ASTERISK-26344: Asterisk 13.11.0 + PJSIP crash
Reported by: Ian Gilmour
    +
  • [d7f457e4c1] Richard Mudgett -- bundled pjproject: Crashes while resolving DNS names.
  • +

Improvement

Category: Applications/app_queue

ASTERISK-26558: app_queue: add variable to know if the call is not answered after a queue
Reported by: scgm11
    +
  • [71dc333565] Joshua Colp -- app_queue: Add mention of 'ABANDON' variable to CHANGES.
  • +
  • [7fd5031c1c] Sebastian Gutierrez -- app_queue: new variable set when abandoned
  • +

Category: Channels/chan_sip/General

ASTERISK-26176: chan_sip: Add AccountCode to AMI PeerEntry
Reported by: scgm11
    +
  • [714412f6c4] Sebastian Gutierrez -- chan_sip: add missing account code
  • +

Category: Codecs/codec_opus

ASTERISK-26538: codec_opus: Add sample to configs/samples/codecs.conf.sample
Reported by: Kevin Harwell
    +
  • [50fa868ab8] Kevin Harwell -- codecs.conf.sample: Add sample and option descriptions for codec_opus
  • +

Category: Core/General

ASTERISK-25063: [patch]add X.509 subject alternative name support to Asterisk TLS support
Reported by: Maciej Szmigiero
    +
  • [7b96e8cc3d] Maciej Szmigiero -- Add X.509 subject alternative name support to TLS certificate
  • +

Category: Resources/res_ari

ASTERISK-26488: ARI: Add 'ari show app', 'ari show apps', and 'ari set debug' CLI commands
Reported by: Matt Jordan
    +
  • [29692d4aa4] Matt Jordan -- res/stasis: Add CLI commands for displaying/debugging ARI apps
  • +

Category: Resources/res_rtp_asterisk

ASTERISK-26418: res_rtp_asterisk: Speed up ICE resolution by blacklisting host subnets that are not involved in RTP
Reported by: Michael Walton
    +
  • [3c62b60e56] Michael Walton -- res_rtp_asterisk: Add ice_blacklist option
  • +


Open Issues

[Back to Top]

This is a list of all open issues from the issue tracker that were referenced by changes that went into this release.

Bug

Category: Core/Jitterbuffer

ASTERISK-25270: chan_sip: rtptimeout doesn't work at all when using JitterBuffers of any kind
Reported by: Florian Loyau
    +
  • [cb30963d22] Kevin Harwell -- Revert "chan_sip: Fix lastrtprx always updated"
  • +

Category: Core/RTP

ASTERISK-25270: chan_sip: rtptimeout doesn't work at all when using JitterBuffers of any kind
Reported by: Florian Loyau
    +
  • [cb30963d22] Kevin Harwell -- Revert "chan_sip: Fix lastrtprx always updated"
  • +


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
f93e55d124Kevin HarwellUpdate for 13.13.0-rc2
e246b36a3cgtjosephbuild: Backport addition of librt check to configure.ac
855f05e525Kevin HarwellUpdate for 13.13.0
751d43e8e4Joshua ColpUpdate for 13.13.0-rc1
cb624b10aeMark MichelsonBump ARI version to 1.10.0
bde3d022a3Mark Michelsonmanager: update minor version
c92dcc76dagtjosephfile.c/__ast_file_read_dirs: Fix issues on filesystems without d_type
0790aa528aMatt Jordanpjproject: Use a much higher limit for PJ_ICE_MAX_CHECKS
993a6f96c7Matt Jordanapps/app_echo: Only relay a single video source change frame
404a62eeeegtjosephRevert "Revert "channel: Use frame deferral API for safe sleep.""
09d8febc91gtjosephRevert "Revert "autoservice: Use frame deferral API""
ffad2b44dfgtjosephRevert "Revert "AGI: Only defer frames when in an interception routine.""
2fefb6187fgtjosephRevert "Revert "Add API for channel frame deferral.""
412d43fa21Richard Mudgettres_pjsip.c: Rework endpt_send_request() req_wrapper code.
2e7fc56d3cRichard Mudgettres_pjsip: Fix tdata leaks in off nominal paths.
da68b185b3Richard Mudgettres_pjsip_registrar_expire.c: Remove extra linefeed in debug message.
6b5a7ced13gtjosephRevert "Add API for channel frame deferral."
6be5d8de0dgtjosephRevert "AGI: Only defer frames when in an interception routine."
1df434e2b4gtjosephRevert "autoservice: Use frame deferral API"
58c88cfbaagtjosephRevert "channel: Use frame deferral API for safe sleep."
a562fbe618gtjosephbuild: Fix default values for some SANITIZER options
e043d1a55cMark Michelsonres_pjsip_session: Do not call session supplements when it's too late.
44f7e25239Mark Michelsonchannel: Use frame deferral API for safe sleep.
0ee249075aAlexander Anikinchan_ooh323: reset rrq count on gk registration
59c23e1768Michael Kuronautomon: restore mixing of the both channels after recording stops
e79acaeb75Matt Jordanres_http_websocket: Increase the buffer size for non-LOW_MEMORY systems
7a83196985Matt Jordanres_stasis: Set a video source mode on Stasis created bridges
eceab15f33Alexander Anikinchan_ooh323: Fix infinite loop on read second part of H.225 packet
a9992da4aagtjosephpjproject_bundled: Fix issue with libasteriskpj needing libresample
a36a7d0cf4gtjosephpjproject_bundled: Fix compile of pjsua so it handles audio
6b1c55dc9bgtjosephpjproject_bundled: Fix issue where "/version.mak" wasn't found
3a2092b722gtjosephtest_astobj2_thrash: Fix multithreaded issues
640203802ePascal Cadotte Michaudtypo: s/paranthesis/parenthesis/ in a comment
9b3557e054gtjosephpjproject_bundled: Fixed various build issues
74d9385273gtjosephutils.c: Fix ast_set_default_eid for multiple platforms

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-13.12.0-summary.html                                                            |  543 ----
+asterisk-13.12.0-summary.txt                                                             | 1275 ---------
+b/.version                                                                               |    2
+b/CHANGES                                                                                |   95
+b/ChangeLog                                                                              | 1314 +++++++++-
+b/addons/ooh323c/src/ooCalls.c                                                           |    3
+b/addons/ooh323c/src/ooGkClient.c                                                        |    1
+b/addons/ooh323c/src/oochannels.c                                                        |   43
+b/addons/ooh323c/src/ooq931.c                                                            |    5
+b/apps/app_dial.c                                                                        |    1
+b/apps/app_echo.c                                                                        |    3
+b/apps/app_queue.c                                                                       |   13
+b/apps/app_voicemail.c                                                                   |    2
+b/asterisk-13.13.0-rc2-summary.html                                                      |   23
+b/asterisk-13.13.0-rc2-summary.txt                                                       |   92
+b/bridges/bridge_builtin_features.c                                                      |    2
+b/bridges/bridge_softmix.c                                                               |   28
+b/channels/chan_pjsip.c                                                                  |  237 +
+b/channels/chan_rtp.c                                                                    |    2
+b/channels/chan_sip.c                                                                    |   18
+b/channels/chan_unistim.c                                                                |   11
+b/configs/basic-pbx/pjsip.conf                                                           |    3
+b/configs/samples/asterisk.conf.sample                                                   |    9
+b/configs/samples/codecs.conf.sample                                                     |   54
+b/configs/samples/pjsip.conf.sample                                                      |   11
+b/configs/samples/rtp.conf.sample                                                        |   12
+b/configure                                                                              |  366 ++
+b/configure.ac                                                                           |   16
+b/contrib/ast-db-manage/config/versions/4468b4a91372_add_pjsip_asymmetric_rtp_codec.py   |   31
+b/contrib/realtime/mssql/mssql_config.sql                                                |   14
+b/contrib/realtime/mysql/mysql_config.sql                                                |    6
+b/contrib/realtime/oracle/oracle_config.sql                                              |   14
+b/contrib/realtime/postgresql/postgresql_config.sql                                      |    6
+b/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py                                           |    2
+b/doc/appdocsxml.xslt                                                                    |   20
+b/include/asterisk.h                                                                     |    9
+b/include/asterisk/_private.h                                                            |    1
+b/include/asterisk/autoconfig.h.in                                                       |    9
+b/include/asterisk/bridge.h                                                              |    9
+b/include/asterisk/channel.h                                                             |   61
+b/include/asterisk/channel_internal.h                                                    |    2
+b/include/asterisk/file.h                                                                |   28
+b/include/asterisk/manager.h                                                             |    2
+b/include/asterisk/module.h                                                              |    7
+b/include/asterisk/options.h                                                             |    2
+b/include/asterisk/res_pjsip.h                                                           |    2
+b/include/asterisk/rtp_engine.h                                                          |    3
+b/include/asterisk/stasis_app.h                                                          |   10
+b/include/asterisk/stasis_bridges.h                                                      |    4
+b/include/asterisk/tcptls.h                                                              |    1
+b/include/asterisk/vector.h                                                              |    8
+b/main/Makefile                                                                          |   13
+b/main/asterisk.c                                                                        |   48
+b/main/astobj2.c                                                                         |    4
+b/main/autoservice.c                                                                     |   66
+b/main/bridge.c                                                                          |   34
+b/main/bridge_channel.c                                                                  |    3
+b/main/cdr.c                                                                             |   19
+b/main/channel.c                                                                         |  160 -
+b/main/channel_internal_api.c                                                            |   29
+b/main/cli.c                                                                             |   14
+b/main/codec_builtin.c                                                                   |   16
+b/main/features_config.c                                                                 |    2
+b/main/file.c                                                                            |  137 +
+b/main/format_cap.c                                                                      |    2
+b/main/loader.c                                                                          |    5
+b/main/manager_bridges.c                                                                 |   52
+b/main/manager_channels.c                                                                |   11
+b/main/netsock.c                                                                         |    2
+b/main/rtp_engine.c                                                                      |   87
+b/main/stasis_bridges.c                                                                  |   29
+b/main/tcptls.c                                                                          |   67
+b/main/utils.c                                                                           |  244 +
+b/makeopts.in                                                                            |    2
+b/menuselect/aclocal.m4                                                                  |  281 ++
+b/menuselect/configure                                                                   |  197 +
+b/menuselect/configure.ac                                                                |    9
+b/res/ari/ari_model_validators.c                                                         |  463 +++
+b/res/ari/ari_model_validators.h                                                         |   65
+b/res/ari/ari_websockets.c                                                               |    2
+b/res/ari/resource_bridges.c                                                             |   66
+b/res/ari/resource_bridges.h                                                             |   28
+b/res/ari/resource_channels.c                                                            |    7
+b/res/res_agi.c                                                                          |   38
+b/res/res_ari_bridges.c                                                                  |  146 +
+b/res/res_ari_channels.c                                                                 |    2
+b/res/res_format_attr_opus.c                                                             |   10
+b/res/res_http_websocket.c                                                               |   19
+b/res/res_pjsip.c                                                                        |  137 -
+b/res/res_pjsip/include/res_pjsip_private.h                                              |   14
+b/res/res_pjsip/pjsip_configuration.c                                                    |    1
+b/res/res_pjsip/pjsip_message_ip_updater.c                                               |  303 ++
+b/res/res_pjsip_caller_id.c                                                              |   14
+b/res/res_pjsip_outbound_authenticator_digest.c                                          |   13
+b/res/res_pjsip_outbound_registration.c                                                  |    2
+b/res/res_pjsip_pubsub.c                                                                 |   20
+b/res/res_pjsip_registrar_expire.c                                                       |    2
+b/res/res_pjsip_sdp_rtp.c                                                                |   54
+b/res/res_pjsip_session.c                                                                |   15
+b/res/res_pjsip_t38.c                                                                    |   13
+b/res/res_rtp_asterisk.c                                                                 |  107
+b/res/res_stasis.c                                                                       |   22
+b/res/stasis/app.c                                                                       |  105
+b/res/stasis/app.h                                                                       |   26
+b/res/stasis/cli.c                                                                       |  216 +
+b/res/stasis/cli.h                                                                       |   43
+b/res/stasis_recording/stored.c                                                          |  217 -
+b/rest-api/api-docs/applications.json                                                    |    2
+b/rest-api/api-docs/asterisk.json                                                        |    2
+b/rest-api/api-docs/bridges.json                                                         |   84
+b/rest-api/api-docs/channels.json                                                        |   10
+b/rest-api/api-docs/deviceStates.json                                                    |    2
+b/rest-api/api-docs/endpoints.json                                                       |    2
+b/rest-api/api-docs/events.json                                                          |   22
+b/rest-api/api-docs/mailboxes.json                                                       |    2
+b/rest-api/api-docs/playbacks.json                                                       |    2
+b/rest-api/api-docs/recordings.json                                                      |    2
+b/rest-api/api-docs/sounds.json                                                          |    2
+b/rest-api/resources.json                                                                |    2
+b/tests/test_astobj2_thrash.c                                                            |   11
+b/tests/test_file.c                                                                      |  197 +
+b/tests/test_res_stasis.c                                                                |    6
+b/third-party/pjproject/Makefile                                                         |   75
+b/third-party/pjproject/Makefile.rules                                                   |   10
+b/third-party/pjproject/apply_patches                                                    |    4
+b/third-party/pjproject/configure.m4                                                     |    5
+b/third-party/pjproject/patches/0000-remove-third-party.patch                            |  142 +
+b/third-party/pjproject/patches/0006-r5471-svn-backport-Various-fixes-for-DNS-IPv6.patch |  134 +
+b/third-party/pjproject/patches/0006-r5473-svn-backport-Fix-pending-query.patch          |   28
+b/third-party/pjproject/patches/0006-r5475-svn-backport-Remove-DNS-cache-entry.patch     |   70
+res/res_pjsip_multihomed.c                                                               |  225 -
+131 files changed, 6383 insertions(+), 2796 deletions(-)

\ No newline at end of file diff --git a/asterisk-13.13.0-summary.txt b/asterisk-13.13.0-summary.txt new file mode 100644 index 0000000000..d14d5e3a5b --- /dev/null +++ b/asterisk-13.13.0-summary.txt @@ -0,0 +1,767 @@ + Release Summary + + asterisk-13.13.0 + + Date: 2016-11-23 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Closed Issues + 4. Open Issues + 5. Other Changes + 6. 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-13.12.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 + 21 gtjoseph 1 Dmitry Melekhov 7 Matt Jordan + 11 Joshua Colp 5 Alexander Traud + 10 Matt Jordan 4 Morten Tryfoss + 10 Mark Michelson 4 scgm11 + 7 Richard Mudgett 4 Joshua Colp + 5 Kevin Harwell 3 George Joseph + 3 Tzafrir Cohen 3 Richard Mudgett + 3 Alexander Traud 2 Gabriele Giacone + 3 Corey Farrell <1o5g4r8o@gmail.com> + 3 Alexander Anikin 2 Andrew Nagy + 2 Sebastian Gutierrez 1 Rusty Newton + 1 Michael Walton 1 Dmitry Melekhov + 1 Etienne Lessard 1 Andreas Wetzel + 1 Leandro Dardini 1 Ian Gilmour + 1 snuffy 1 Alexei Gradinari + 1 Pascal Cadotte Michaud 1 Bill Brigden + 1 Maciej Szmigiero 1 Andrew Nagy + 1 Michael Kuron 1 Sergey Grachev + 1 Rusty Newton 1 snuffy + 1 Grachev Sergey 1 Daniele Pallastrelli + 1 Alexei Gradinari 1 Kevin Harwell + 1 Igor Goncharovskiy 1 Kayode + 1 Moises Silva 1 Michael Keuter + 1 Dmitry Melekhov + 1 Harley Peters + 1 Corey Farrell + 1 Leandro Dardini + 1 Jonathan Harris + 1 Badalian Vyacheslav + 1 Doug Lytle + 1 scgm11 + 1 Richard Mudgett + 1 Maciej Szmigiero + 1 Etienne Lessard + 1 Tzafrir Cohen + 1 John Kiniston + 1 Jason + 1 Florian Loyau + 1 Ian Gilmour + 1 Michael Walton + 1 Morton Tryfoss + + ---------------------------------------------------------------------- + + 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: General + + ASTERISK-26595: ARI: Add the ability to control the source of video in a + multi-party mixing bridge + Reported by: Matt Jordan + * [d23b4af477] Matt Jordan -- res/ari/resource_bridges: Add the ability + to manipulate the video source + ASTERISK-26470: ARI: Add an 'asterisk_id' field to outgoing events + Reported by: Matt Jordan + * [42cfdcd1b7] Matt Jordan -- res/ari: Add the Asterisk EID field to + outgoing events + + Bug + + Category: Addons/chan_ooh323 + + ASTERISK-24400: ooh323 sends wrong hangup code + Reported by: Dmitry Melekhov + * [a9ac1f5de4] Alexander Anikin -- chan_ooh323: Fixes to work right with + Cisco devices + + Category: Applications/app_dial + + ASTERISK-26549: app_dial: When PickupChan() is used some channels may have + incorrect device state + Reported by: Joshua Colp + * [d971647949] Joshua Colp -- app_dial: Fix incorrect device state when + channel is picked up. + + Category: Applications/app_queue + + ASTERISK-26462: [patch] app_queue: While using queues with realtime, + setting back to an empty context doesn't stop the exit key usage + Reported by: Leandro Dardini + * [0306869399] Leandro Dardini -- app_queue: Added initialization for + "context" parameter + + Category: Applications/app_voicemail + + ASTERISK-26503: app_voicemail: Asterisk crashes when MailboxExists is used + Reported by: Doug Lytle + * [14496ce1e5] Joshua Colp -- app_voicemail: Clear voice mailbox in + MailboxExists and MAILBOX_EXISTS. + + Category: Bridges/bridge_softmix + + ASTERISK-26555: Multi-party Video: Fix some post Asterisk-11 regressions + Reported by: Matt Jordan + * [e7dc536b7a] Matt Jordan -- main/bridge_channel: Fix channel reference + leak on video source + * [7c824b955d] Matt Jordan -- main/bridge: Add some verbose logging for + video source changes + * [fd6af2dee8] Matt Jordan -- bridges/bridge_softmix: Remove SSRC + changes on join/leave; update video source + + Category: Channels/chan_dahdi + + ASTERISK-26412: build: Prepare for gcc 6.2 + Reported by: George Joseph + * [bd4d7d8ad0] Kevin Harwell -- stasis_recording/stored: remove calls to + deprecated readdir_r function. + + Category: Channels/chan_multicast_rtp + + ASTERISK-26439: chan_rtp: Crash when originating + Reported by: Kayode + * [644fad7477] Moises Silva -- chan_rtp: Set a sane default rtp engine + for unicast. + + Category: Channels/chan_pjsip + + ASTERISK-26516: pjsip: Memory corruption with possible memory leak. + Reported by: Richard Mudgett + * [e632222bc4] Richard Mudgett -- + res_pjsip_outbound_authenticator_digest.c: Fix memory pool leak. + * [afecb2cfc0] Richard Mudgett -- bundled pjproject: Fix DNS write to + freed memory. + ASTERISK-26444: 'features show' command in CLI does not return prompt. + Reported by: John Kiniston + * [c2036c827c] snuffy -- Fix issue with CLI not returning to prompt + after running "features show" + ASTERISK-26482: [patch] chan_pjsip: segfault on already disconnected + session + Reported by: Alexei Gradinari + * [6d462b9eaf] Alexei Gradinari -- chan_pjsip: segfault on already + disconnected session + + Category: Channels/chan_sip/General + + ASTERISK-26523: chan_sip: Asterisk 13.12.1 disconnects incoming calls + after 2 minutes - rtptimeout behaving badly - regression + Reported by: Michael Keuter + * [cb30963d22] Kevin Harwell -- Revert "chan_sip: Fix lastrtprx always + updated" + ASTERISK-26476: chan_sip: Incorrect display option "Outbound reg. retry + 403" in "sip show settings" + Reported by: Sergey Grachev + * [b3f10b7b94] Grachev Sergey -- chan_sip: Incorrect display option + Outbound reg. retry 403 + ASTERISK-26457: [patch] force_rport,auto_comedia: No NAT detection + triggered. + Reported by: Alexander Traud + * [a859bcb49c] Alexander Traud -- chan_sip: Support nat=auto_comedia or + nat=force_rport,auto_comedia. + + Category: Channels/chan_unistim + + ASTERISK-26565: chan_unistim on 11, 13, 14 placing call on hold + temporarily locks up set + Reported by: Jason + * [3faca1d4ff] Igor Goncharovskiy -- Fix closing rtp ports after call + finished in chan_unistim. + + Category: Codecs/codec_opus + + ASTERISK-26520: codec_opus: Generated fmtp line has no content + Reported by: scgm11 + * [2c031b67d3] Mark Michelson -- res_format_attr_opus: Fix fmtp + generation. + + Category: Core/AstMM + + ASTERISK-26526: [UBSAN] vector.h: null pointer can be passed as argument 2 + to memcpy + Reported by: Badalian Vyacheslav + * [30b1bc77d2] Corey Farrell -- vector: Prevent NULL argument to memcpy. + ASTERISK-26524: astobj2: data_size variable is wasted space when AO2_DEBUG + is not enabled. + Reported by: Corey Farrell + * [b96f18560b] Corey Farrell -- astobj2: Declare private variable + data_size for AO2_DEBUG only. + + Category: Core/Bridging + + ASTERISK-26555: Multi-party Video: Fix some post Asterisk-11 regressions + Reported by: Matt Jordan + * [e7dc536b7a] Matt Jordan -- main/bridge_channel: Fix channel reference + leak on video source + * [7c824b955d] Matt Jordan -- main/bridge: Add some verbose logging for + video source changes + * [fd6af2dee8] Matt Jordan -- bridges/bridge_softmix: Remove SSRC + changes on join/leave; update video source + + Category: Core/BuildSystem + + ASTERISK-26608: Compile and link failures on OpenBSD + Reported by: snuffy + * [b213045fe4] gtjoseph -- build: Various OpenBSD issues + ASTERISK-26592: Latest libedit (3.1) defaults to unicode and makes + asterisk CLI read garbage + Reported by: George Joseph + * [5e0c224043] gtjoseph -- cli: Fix ast_el_read_char to work with + libedit >= 3.1 + ASTERISK-22480: Embedded pjproject: build.mak contains hardcoded full path + to version.mak + Reported by: Matt Jordan + * [61a5c3460e] gtjoseph -- pjproject_bundled: Remove usage of tar's + --strip-components option + ASTERISK-26356: menuselect: invalid test for GTK2 + Reported by: Tzafrir Cohen + * [6f5880913f] Tzafrir Cohen -- menuselect: invalid test for GTK2 + + Category: Core/CodecInterface + + ASTERISK-26605: codec_opus: Spammed warning when Opus negotiated but + codec_opus not loaded. + Reported by: Richard Mudgett + * [ed0f1afc8c] Richard Mudgett -- codec_opus: Fix warning when Opus + negotiated but codec_opus not loaded. + + Category: Core/General + + ASTERISK-26605: codec_opus: Spammed warning when Opus negotiated but + codec_opus not loaded. + Reported by: Richard Mudgett + * [ed0f1afc8c] Richard Mudgett -- codec_opus: Fix warning when Opus + negotiated but codec_opus not loaded. + ASTERISK-26509: A few non-critical deprecation warnings when building on + Ubuntu 16.10 + Reported by: Jonathan Harris + * [bd4d7d8ad0] Kevin Harwell -- stasis_recording/stored: remove calls to + deprecated readdir_r function. + + Category: Core/ManagerInterface + + ASTERISK-26537: AMI: NewConnectedLine event is not documented + Reported by: Etienne Lessard + * [42bd70b29f] Etienne Lessard -- manager: Add documentation for + NewConnectedLine event. + + Category: Core/RTP + + ASTERISK-26311: [patch] rtp_engine: Allow more than 32 dynamic payload + types. + Reported by: Alexander Traud + * [0cf1778eed] Alexander Traud -- rtp_engine: Allow more than 32 dynamic + payload types. + + Category: Core/Stasis + + ASTERISK-26468: ari: Bridge events stop working after this sequence of ARI + calls + Reported by: Daniele Pallastrelli + * [3a1f9c5dab] Joshua Colp -- res_stasis: Don't unsubscribe from a NULL + bridge. + + Category: Documentation + + ASTERISK-26514: Super Awesome Company: Don't specify transport in + pjsip.conf + Reported by: Rusty Newton + * [87903a6848] Rusty Newton -- SAC documentation: don't specify + transports for endpoints and registrations + + Category: Features + + ASTERISK-26444: 'features show' command in CLI does not return prompt. + Reported by: John Kiniston + * [c2036c827c] snuffy -- Fix issue with CLI not returning to prompt + after running "features show" + + Category: General + + ASTERISK-26575: testsuite: Need to check PJSIP functionality when res_srtp + is not loaded. + Reported by: Joshua Colp + * [b70eb07c53] Joshua Colp -- res_pjsip_sdp_rtp: Reject offer of + required SRTP without res_srtp. + ASTERISK-25070: Fix FTBFS on Hurd + Reported by: Gabriele Giacone + * [94c9496ed5] Tzafrir Cohen -- netsock.c: fix includes for HURD + * [c1c9487375] Tzafrir Cohen -- define PATH_MAX for HURD + ASTERISK-26387: Asterisk segfaults shortly after starting even with no + active calls. + Reported by: Harley Peters + * [d7f457e4c1] Richard Mudgett -- bundled pjproject: Crashes while + resolving DNS names. + ASTERISK-26513: tests/channels/pjsip/qualify/auth: Crashing enough to be a + nuisance + Reported by: Joshua Colp + * [f373de3020] Corey Farrell -- Fix shutdown crash caused by modules + being left open. + ASTERISK-26421: Segmentation Fault with ARI originate into mixing bridge + with 43 clients + Reported by: Andrew Nagy + * [eff97808fb] Mark Michelson -- ARI: Detect duplicate channel IDs + * [012fda29d2] Mark Michelson -- CDR: Alter destruction pattern for CDR + chains. + ASTERISK-26480: [patch] CLI: core set debug: Auto-completes File not + Module + Reported by: Alexander Traud + * [662b560c35] Alexander Traud -- cli: Auto-complete File not Module for + core set debug. + + Category: Resources/res_agi + + ASTERISK-26343: ASTERISK-25951 causes issues for callerid manipulation + through agi + Reported by: Morten Tryfoss + * [404596b790] gtjoseph -- channel: Fix issues in hangup scenarios + caused by frame deferral + * [2e3a354575] Mark Michelson -- autoservice: Use frame deferral API + * [5c10091f3d] Mark Michelson -- AGI: Only defer frames when in an + interception routine. + * [9231a56cf3] Mark Michelson -- Add API for channel frame deferral. + + Category: Resources/res_ari_bridges + + ASTERISK-26468: ari: Bridge events stop working after this sequence of ARI + calls + Reported by: Daniele Pallastrelli + * [3a1f9c5dab] Joshua Colp -- res_stasis: Don't unsubscribe from a NULL + bridge. + + Category: Resources/res_pjsip + + ASTERISK-26516: pjsip: Memory corruption with possible memory leak. + Reported by: Richard Mudgett + * [e632222bc4] Richard Mudgett -- + res_pjsip_outbound_authenticator_digest.c: Fix memory pool leak. + * [afecb2cfc0] Richard Mudgett -- bundled pjproject: Fix DNS write to + freed memory. + + Category: Resources/res_pjsip_caller_id + + ASTERISK-26307: res_pjsip_caller_id: Crash on outgoing change + Reported by: Bill Brigden + * [675c71ae8c] Joshua Colp -- res_pjsip_caller_id: Fix crash on session + timers UPDATE on inbound calls. + + Category: Resources/res_pjsip_sdp_rtp + + ASTERISK-26541: res_pjsip_sdp_rtp: Restrict number of formats to maximum + Reported by: Joshua Colp + * [5f188bb7a8] Joshua Colp -- res_pjsip_sdp_rtp: Limit number of formats + to defined maximum. + ASTERISK-26423: res_pjsip_sdp_rtp: Asymmetric RTP codec can cause audio + loss and wonkiness + Reported by: Andreas Wetzel + * [e0bc17edff] Joshua Colp -- pjsip: Fix a few media bugs with reinvites + and asymmetric payloads. + ASTERISK-26309: [patch] res_pjsip: Allow IPv4/IPv6 (Dual Stack) + installations. + Reported by: Alexander Traud + * [f534f67f52] Joshua Colp -- res_pjsip_sdp_rtp: Fix address family of + explicit media_address. + * [bb982480d8] Joshua Colp -- pjsip: Support dual stack automatically. + + Category: Resources/res_rtp_multicast + + ASTERISK-26439: chan_rtp: Crash when originating + Reported by: Kayode + * [644fad7477] Moises Silva -- chan_rtp: Set a sane default rtp engine + for unicast. + + Category: Third-Party/pjproject + + ASTERISK-26510: pjproject_bundled uses the --strip-components option of + tar which isn't supported in older versions + Reported by: George Joseph + * [61a5c3460e] gtjoseph -- pjproject_bundled: Remove usage of tar's + --strip-components option + + Category: pjproject/pjsip + + ASTERISK-26344: Asterisk 13.11.0 + PJSIP crash + Reported by: Ian Gilmour + * [d7f457e4c1] Richard Mudgett -- bundled pjproject: Crashes while + resolving DNS names. + + Improvement + + Category: Applications/app_queue + + ASTERISK-26558: app_queue: add variable to know if the call is not + answered after a queue + Reported by: scgm11 + * [71dc333565] Joshua Colp -- app_queue: Add mention of 'ABANDON' + variable to CHANGES. + * [7fd5031c1c] Sebastian Gutierrez -- app_queue: new variable set when + abandoned + + Category: Channels/chan_sip/General + + ASTERISK-26176: chan_sip: Add AccountCode to AMI PeerEntry + Reported by: scgm11 + * [714412f6c4] Sebastian Gutierrez -- chan_sip: add missing account code + + Category: Codecs/codec_opus + + ASTERISK-26538: codec_opus: Add sample to + configs/samples/codecs.conf.sample + Reported by: Kevin Harwell + * [50fa868ab8] Kevin Harwell -- codecs.conf.sample: Add sample and + option descriptions for codec_opus + + Category: Core/General + + ASTERISK-25063: [patch]add X.509 subject alternative name support to + Asterisk TLS support + Reported by: Maciej Szmigiero + * [7b96e8cc3d] Maciej Szmigiero -- Add X.509 subject alternative name + support to TLS certificate + + Category: Resources/res_ari + + ASTERISK-26488: ARI: Add 'ari show app', 'ari show apps', and 'ari set + debug' CLI commands + Reported by: Matt Jordan + * [29692d4aa4] Matt Jordan -- res/stasis: Add CLI commands for + displaying/debugging ARI apps + + Category: Resources/res_rtp_asterisk + + ASTERISK-26418: res_rtp_asterisk: Speed up ICE resolution by blacklisting + host subnets that are not involved in RTP + Reported by: Michael Walton + * [3c62b60e56] Michael Walton -- res_rtp_asterisk: Add ice_blacklist + option + + ---------------------------------------------------------------------- + + Open Issues + + [Back to Top] + + This is a list of all open issues from the issue tracker that were + referenced by changes that went into this release. + + Bug + + Category: Core/Jitterbuffer + + ASTERISK-25270: chan_sip: rtptimeout doesn't work at all when using + JitterBuffers of any kind + Reported by: Florian Loyau + * [cb30963d22] Kevin Harwell -- Revert "chan_sip: Fix lastrtprx always + updated" + + Category: Core/RTP + + ASTERISK-25270: chan_sip: rtptimeout doesn't work at all when using + JitterBuffers of any kind + Reported by: Florian Loyau + * [cb30963d22] Kevin Harwell -- Revert "chan_sip: Fix lastrtprx always + updated" + + ---------------------------------------------------------------------- + + 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 | + |------------+-----------------+-----------------------------------------| + | f93e55d124 | Kevin Harwell | Update for 13.13.0-rc2 | + |------------+-----------------+-----------------------------------------| + | e246b36a3c | gtjoseph | build: Backport addition of librt check | + | | | to configure.ac | + |------------+-----------------+-----------------------------------------| + | 855f05e525 | Kevin Harwell | Update for 13.13.0 | + |------------+-----------------+-----------------------------------------| + | 751d43e8e4 | Joshua Colp | Update for 13.13.0-rc1 | + |------------+-----------------+-----------------------------------------| + | cb624b10ae | Mark Michelson | Bump ARI version to 1.10.0 | + |------------+-----------------+-----------------------------------------| + | bde3d022a3 | Mark Michelson | manager: update minor version | + |------------+-----------------+-----------------------------------------| + | c92dcc76da | gtjoseph | file.c/__ast_file_read_dirs: Fix issues | + | | | on filesystems without d_type | + |------------+-----------------+-----------------------------------------| + | 0790aa528a | Matt Jordan | pjproject: Use a much higher limit for | + | | | PJ_ICE_MAX_CHECKS | + |------------+-----------------+-----------------------------------------| + | 993a6f96c7 | Matt Jordan | apps/app_echo: Only relay a single | + | | | video source change frame | + |------------+-----------------+-----------------------------------------| + | 404a62eeee | gtjoseph | Revert "Revert "channel: Use frame | + | | | deferral API for safe sleep."" | + |------------+-----------------+-----------------------------------------| + | 09d8febc91 | gtjoseph | Revert "Revert "autoservice: Use frame | + | | | deferral API"" | + |------------+-----------------+-----------------------------------------| + | ffad2b44df | gtjoseph | Revert "Revert "AGI: Only defer frames | + | | | when in an interception routine."" | + |------------+-----------------+-----------------------------------------| + | 2fefb6187f | gtjoseph | Revert "Revert "Add API for channel | + | | | frame deferral."" | + |------------+-----------------+-----------------------------------------| + | 412d43fa21 | Richard Mudgett | res_pjsip.c: Rework | + | | | endpt_send_request() req_wrapper code. | + |------------+-----------------+-----------------------------------------| + | 2e7fc56d3c | Richard Mudgett | res_pjsip: Fix tdata leaks in off | + | | | nominal paths. | + |------------+-----------------+-----------------------------------------| + | da68b185b3 | Richard Mudgett | res_pjsip_registrar_expire.c: Remove | + | | | extra linefeed in debug message. | + |------------+-----------------+-----------------------------------------| + | 6b5a7ced13 | gtjoseph | Revert "Add API for channel frame | + | | | deferral." | + |------------+-----------------+-----------------------------------------| + | 6be5d8de0d | gtjoseph | Revert "AGI: Only defer frames when in | + | | | an interception routine." | + |------------+-----------------+-----------------------------------------| + | 1df434e2b4 | gtjoseph | Revert "autoservice: Use frame deferral | + | | | API" | + |------------+-----------------+-----------------------------------------| + | 58c88cfbaa | gtjoseph | Revert "channel: Use frame deferral API | + | | | for safe sleep." | + |------------+-----------------+-----------------------------------------| + | a562fbe618 | gtjoseph | build: Fix default values for some | + | | | SANITIZER options | + |------------+-----------------+-----------------------------------------| + | e043d1a55c | Mark Michelson | res_pjsip_session: Do not call session | + | | | supplements when it's too late. | + |------------+-----------------+-----------------------------------------| + | 44f7e25239 | Mark Michelson | channel: Use frame deferral API for | + | | | safe sleep. | + |------------+-----------------+-----------------------------------------| + | 0ee249075a | Alexander | chan_ooh323: reset rrq count on gk | + | | Anikin | registration | + |------------+-----------------+-----------------------------------------| + | 59c23e1768 | Michael Kuron | automon: restore mixing of the both | + | | | channels after recording stops | + |------------+-----------------+-----------------------------------------| + | e79acaeb75 | Matt Jordan | res_http_websocket: Increase the buffer | + | | | size for non-LOW_MEMORY systems | + |------------+-----------------+-----------------------------------------| + | 7a83196985 | Matt Jordan | res_stasis: Set a video source mode on | + | | | Stasis created bridges | + |------------+-----------------+-----------------------------------------| + | eceab15f33 | Alexander | chan_ooh323: Fix infinite loop on read | + | | Anikin | second part of H.225 packet | + |------------+-----------------+-----------------------------------------| + | a9992da4aa | gtjoseph | pjproject_bundled: Fix issue with | + | | | libasteriskpj needing libresample | + |------------+-----------------+-----------------------------------------| + | a36a7d0cf4 | gtjoseph | pjproject_bundled: Fix compile of pjsua | + | | | so it handles audio | + |------------+-----------------+-----------------------------------------| + | 6b1c55dc9b | gtjoseph | pjproject_bundled: Fix issue where | + | | | "/version.mak" wasn't found | + |------------+-----------------+-----------------------------------------| + | 3a2092b722 | gtjoseph | test_astobj2_thrash: Fix multithreaded | + | | | issues | + |------------+-----------------+-----------------------------------------| + | 640203802e | Pascal Cadotte | typo: s/paranthesis/parenthesis/ in a | + | | Michaud | comment | + |------------+-----------------+-----------------------------------------| + | 9b3557e054 | gtjoseph | pjproject_bundled: Fixed various build | + | | | issues | + |------------+-----------------+-----------------------------------------| + | 74d9385273 | gtjoseph | utils.c: Fix ast_set_default_eid for | + | | | multiple platforms | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + 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-13.12.0-summary.html | 543 ---- + asterisk-13.12.0-summary.txt | 1275 --------- + b/.version | 2 + b/CHANGES | 95 + b/ChangeLog | 1314 +++++++++- + b/addons/ooh323c/src/ooCalls.c | 3 + b/addons/ooh323c/src/ooGkClient.c | 1 + b/addons/ooh323c/src/oochannels.c | 43 + b/addons/ooh323c/src/ooq931.c | 5 + b/apps/app_dial.c | 1 + b/apps/app_echo.c | 3 + b/apps/app_queue.c | 13 + b/apps/app_voicemail.c | 2 + b/asterisk-13.13.0-rc2-summary.html | 23 + b/asterisk-13.13.0-rc2-summary.txt | 92 + b/bridges/bridge_builtin_features.c | 2 + b/bridges/bridge_softmix.c | 28 + b/channels/chan_pjsip.c | 237 + + b/channels/chan_rtp.c | 2 + b/channels/chan_sip.c | 18 + b/channels/chan_unistim.c | 11 + b/configs/basic-pbx/pjsip.conf | 3 + b/configs/samples/asterisk.conf.sample | 9 + b/configs/samples/codecs.conf.sample | 54 + b/configs/samples/pjsip.conf.sample | 11 + b/configs/samples/rtp.conf.sample | 12 + b/configure | 366 ++ + b/configure.ac | 16 + b/contrib/ast-db-manage/config/versions/4468b4a91372_add_pjsip_asymmetric_rtp_codec.py | 31 + b/contrib/realtime/mssql/mssql_config.sql | 14 + b/contrib/realtime/mysql/mysql_config.sql | 6 + b/contrib/realtime/oracle/oracle_config.sql | 14 + b/contrib/realtime/postgresql/postgresql_config.sql | 6 + b/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py | 2 + b/doc/appdocsxml.xslt | 20 + b/include/asterisk.h | 9 + b/include/asterisk/_private.h | 1 + b/include/asterisk/autoconfig.h.in | 9 + b/include/asterisk/bridge.h | 9 + b/include/asterisk/channel.h | 61 + b/include/asterisk/channel_internal.h | 2 + b/include/asterisk/file.h | 28 + b/include/asterisk/manager.h | 2 + b/include/asterisk/module.h | 7 + b/include/asterisk/options.h | 2 + b/include/asterisk/res_pjsip.h | 2 + b/include/asterisk/rtp_engine.h | 3 + b/include/asterisk/stasis_app.h | 10 + b/include/asterisk/stasis_bridges.h | 4 + b/include/asterisk/tcptls.h | 1 + b/include/asterisk/vector.h | 8 + b/main/Makefile | 13 + b/main/asterisk.c | 48 + b/main/astobj2.c | 4 + b/main/autoservice.c | 66 + b/main/bridge.c | 34 + b/main/bridge_channel.c | 3 + b/main/cdr.c | 19 + b/main/channel.c | 160 - + b/main/channel_internal_api.c | 29 + b/main/cli.c | 14 + b/main/codec_builtin.c | 16 + b/main/features_config.c | 2 + b/main/file.c | 137 + + b/main/format_cap.c | 2 + b/main/loader.c | 5 + b/main/manager_bridges.c | 52 + b/main/manager_channels.c | 11 + b/main/netsock.c | 2 + b/main/rtp_engine.c | 87 + b/main/stasis_bridges.c | 29 + b/main/tcptls.c | 67 + b/main/utils.c | 244 + + b/makeopts.in | 2 + b/menuselect/aclocal.m4 | 281 ++ + b/menuselect/configure | 197 + + b/menuselect/configure.ac | 9 + b/res/ari/ari_model_validators.c | 463 +++ + b/res/ari/ari_model_validators.h | 65 + b/res/ari/ari_websockets.c | 2 + b/res/ari/resource_bridges.c | 66 + b/res/ari/resource_bridges.h | 28 + b/res/ari/resource_channels.c | 7 + b/res/res_agi.c | 38 + b/res/res_ari_bridges.c | 146 + + b/res/res_ari_channels.c | 2 + b/res/res_format_attr_opus.c | 10 + b/res/res_http_websocket.c | 19 + b/res/res_pjsip.c | 137 - + b/res/res_pjsip/include/res_pjsip_private.h | 14 + b/res/res_pjsip/pjsip_configuration.c | 1 + b/res/res_pjsip/pjsip_message_ip_updater.c | 303 ++ + b/res/res_pjsip_caller_id.c | 14 + b/res/res_pjsip_outbound_authenticator_digest.c | 13 + b/res/res_pjsip_outbound_registration.c | 2 + b/res/res_pjsip_pubsub.c | 20 + b/res/res_pjsip_registrar_expire.c | 2 + b/res/res_pjsip_sdp_rtp.c | 54 + b/res/res_pjsip_session.c | 15 + b/res/res_pjsip_t38.c | 13 + b/res/res_rtp_asterisk.c | 107 + b/res/res_stasis.c | 22 + b/res/stasis/app.c | 105 + b/res/stasis/app.h | 26 + b/res/stasis/cli.c | 216 + + b/res/stasis/cli.h | 43 + b/res/stasis_recording/stored.c | 217 - + b/rest-api/api-docs/applications.json | 2 + b/rest-api/api-docs/asterisk.json | 2 + b/rest-api/api-docs/bridges.json | 84 + b/rest-api/api-docs/channels.json | 10 + b/rest-api/api-docs/deviceStates.json | 2 + b/rest-api/api-docs/endpoints.json | 2 + b/rest-api/api-docs/events.json | 22 + b/rest-api/api-docs/mailboxes.json | 2 + b/rest-api/api-docs/playbacks.json | 2 + b/rest-api/api-docs/recordings.json | 2 + b/rest-api/api-docs/sounds.json | 2 + b/rest-api/resources.json | 2 + b/tests/test_astobj2_thrash.c | 11 + b/tests/test_file.c | 197 + + b/tests/test_res_stasis.c | 6 + b/third-party/pjproject/Makefile | 75 + b/third-party/pjproject/Makefile.rules | 10 + b/third-party/pjproject/apply_patches | 4 + b/third-party/pjproject/configure.m4 | 5 + b/third-party/pjproject/patches/0000-remove-third-party.patch | 142 + + b/third-party/pjproject/patches/0006-r5471-svn-backport-Various-fixes-for-DNS-IPv6.patch | 134 + + b/third-party/pjproject/patches/0006-r5473-svn-backport-Fix-pending-query.patch | 28 + b/third-party/pjproject/patches/0006-r5475-svn-backport-Remove-DNS-cache-entry.patch | 70 + res/res_pjsip_multihomed.c | 225 - + 131 files changed, 6383 insertions(+), 2796 deletions(-)