Release Summary

asterisk-10.12.0-rc2

Date: 2013-01-09

<asteriskteam@digium.com>


Table of Contents

  1. Summary
  2. Contributors
  3. Closed Issues
  4. Other Changes
  5. Diffstat

Summary

[Back to Top]

This release includes only bug fixes. The changes included were made only to address problems that have been identified in this release series. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous release series 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-10.12.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 closed by commits that went into this release.

Coders

Testers

Reporters

14 rmudgett
5 kmoore
2 igorg
2 mjordan
1 mmichelson
1 newtonr
1 rmudgett
1 eleo
1 kmoore
1 rmudgett
1 rudolfasd

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.

Category: Applications/app_confbridge


ASTERISK-20606: Wrong confbridge behavior when participants enter simultaneously
Revision: 377992
Reporter: eleo
Testers: rmudgett
Coders: rmudgett

Category: Applications/app_queue


ASTERISK-20801: Non-SIP queue members get no calls when ringinuse=no.
Revision: 378037
Reporter: rmudgett
Coders: rmudgett

Category: Channels/chan_sip/General


ASTERISK-20653: Asterisk allows Session-Expires below 90 in a 200 OK
Revision: 377624
Reporter: kmoore
Coders: kmoore

Category: Channels/chan_unistim


ASTERISK-20417: Nortel transfer problem
Revision: 377558
Reporter: rudolfasd
Coders: igorg


Commits Not Associated with an Issue

[Back to Top]

This is a list of all changes that went into this release that did not directly close an issue from the issue tracker. The commits may have been marked as being related to an issue. If that is the case, the issue numbers are listed here, as well.

RevisionAuthorSummaryIssues Referenced
377592igorgFix codec mismatch ASTERISK-20183
377656kmooreEnsure ReceiveFax provides a CED tone via T.38
377705rmudgettCleanup dnsmgr on exit. ASTERISK-20649
377709rmudgettCleanup event on exit. ASTERISK-20649
377741rmudgettCleanup indications on exit. ASTERISK-20649
377772rmudgettCleanup logger on exit. ASTERISK-20649
377807rmudgettCleanup pbx on exit. ASTERISK-20649
377838rmudgettCleanup taskprocessor on exit. ASTERISK-20649
377842mmichelsonFix crash that can occur if CLI registration fails for an aliased command.
377848rmudgettCleanup udptl on exit. ASTERISK-20649
377882rmudgettCleanup CLI commands on exit for several files. ASTERISK-20649
377923newtonrIncremented EXTRA_SOUNDS_VERSION in sounds/Makefile to 1.4.12 for new Extra Sounds releases
377947kmooreEnsure Min-SE is included in outbound INVITEs
378089rmudgettMake chan_local module references tied to local_pvt lifetime.
378093rmudgettFix potential double free when unloading a module.
378120kmooreAdd test events for time limit-related hangups
378218kmooreEnsure chan_sip rejects encrypted streams without crypto info
378286mjordanResolve crashes due to large stack allocations when using TCP ASTERISK-20658
378320mjordanPrevent exhaustion of system resources through exploitation of event cache ASTERISK-20175
378683rmudgettapp_queue: Fix multiple calls to a queue member that is in only one queue. ASTERISK-16115
378689rmudgettapp_queue: Fix incorrect assertion. ASTERISK-16115

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.

CHANGES                                   |    2
UPGRADE.txt                               |    3
apps/app_confbridge.c                     |  145 +++++++++++++++------
apps/app_meetme.c                         |   16 +-
apps/app_queue.c                          |  204 ++++++++++++++++++------------
apps/confbridge/conf_state.c              |   19 ++
apps/confbridge/conf_state_empty.c        |    2
apps/confbridge/conf_state_multi_marked.c |   14 --
apps/confbridge/include/confbridge.h      |   19 ++
channels/chan_agent.c                     |   12 -
channels/chan_dahdi.c                     |    7 -
channels/chan_iax2.c                      |   31 ++--
channels/chan_local.c                     |   47 ++++--
channels/chan_sip.c                       |  113 +++++++++++-----
channels/chan_skinny.c                    |   16 +-
channels/chan_unistim.c                   |   22 ---
channels/sip/include/sip.h                |    1
configs/queues.conf.sample                |    7 -
funcs/func_devstate.c                     |    6
include/asterisk/bridging.h               |   26 +++
include/asterisk/channel.h                |    6
include/asterisk/devicestate.h            |   16 +-
include/asterisk/event_defs.h             |    8 +
main/aoc.c                                |    5
main/ccss.c                               |    2
main/cel.c                                |    1
main/channel.c                            |   10 +
main/data.c                               |    2
main/devicestate.c                        |   51 ++++---
main/dnsmgr.c                             |   23 +++
main/event.c                              |   46 ++++++
main/features.c                           |    2
main/file.c                               |    6
main/http.c                               |   26 +++
main/image.c                              |    6
main/indications.c                        |   15 +-
main/loader.c                             |   28 +++-
main/logger.c                             |   12 +
main/pbx.c                                |   17 ++
main/stun.c                               |    6
main/taskprocessor.c                      |   14 ++
main/timing.c                             |   10 +
main/udptl.c                              |   14 +-
res/res_calendar.c                        |    8 -
res/res_clialiases.c                      |    5
res/res_fax.c                             |    3
res/res_jabber.c                          |   66 +++++++--
sounds/Makefile                           |    2
48 files changed, 803 insertions(+), 319 deletions(-)