Release Summary

asterisk-10.12.0

Date: 2013-01-14

<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.11.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 closed by commits that went into this release.

Coders

Testers

Reporters

22 rmudgett
4 bebuild
4 jrose
4 mmichelson
3 mjordan
2 dlee
2 elguero
2 tilghman
1 Andre Luis
1 beagles
1 James Le Cuirot
1 jcolp
1 Jeremiah Gowdy
1 jkroon
1 kmoore
1 Rusty Newton
1 seanbright
1 wdoekes
3 rmudgett
1 elguero
1 Jared Smith
1 mjordan
1 Rusty Newton
1 Steven T. Wheeler
3 mjordan
1 andrel
1 chewi
1 deti
1 dlee
1 eabad
1 elguero
1 jgowdy
1 jkroon
1 jrose
1 jsmith
1 mcargile
1 p_lindheimer
1 rmudgett
1 sruffell
1 supertle
1 swheeler
1 tomo1657
1 tootai
1 vldmr
1 wimpy

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-20655: Cannot reset pin with CONFBRIDGE(user,pin)
Revision: 377227
Reporter: wimpy
Coders: rmudgett

Category: Applications/app_meetme


ASTERISK-20486: MeetMe Unable to write frame to channel after SIP channel hangs up.
Revision: 376308
Reporter: mcargile
Coders: jrose

Category: Applications/app_queue


ASTERISK-19918: MoH (Music on Hold) is stopped after call in a queue is terminated
Revision: 376208
Reporter: eabad
Coders: beagles

Category: Applications/app_voicemail


ASTERISK-20280: In app_voicemail we attempt to play the sound "vm-urgent-removed", which should be "vm-marked-nonurgent"
Revision: 376263
Reporter: tomo1657
Testers: Rusty Newton
Coders: Rusty Newton

Category: Channels/General


ASTERISK-20414: Timeout antipattern using ast_waitfor_nandfds
Revision: 375995
Reporter: dlee
Coders: mmichelson

Category: Channels/chan_bridge


ASTERISK-20492: Stuck DTMF when using ChannelRedirect to split a two channel bridge
Revision: 375965
Reporter: jgowdy
Testers: rmudgett
Coders: Jeremiah Gowdy, rmudgett

Category: Channels/chan_dahdi/SS7


ASTERISK-20204: Asterisk not rejecting call setup on CIC that is down
Revision: 376059
Reporter: supertle
Coders: rmudgett

Category: Channels/chan_local


ASTERISK-20769: Memory leak of local_pvt in chan_local.
Revision: 376869
Reporter: rmudgett
Testers: rmudgett
Coders: rmudgett

Category: Channels/chan_sip/General


ASTERISK-20226: Segfault in chan_sip while performing connected line update
Revision: 376916
Reporter: jsmith
Testers: Jared Smith
Coders: mmichelson

ASTERISK-20486: MeetMe Unable to write frame to channel after SIP channel hangs up.
Revision: 376308
Reporter: mcargile
Coders: jrose

ASTERISK-20570: Asterisk, when acting as the UAS in Session Timer negotiation, fails to add required header in 200 response ("Require: timer")
Revision: 376522
Reporter: mjordan
Coders: mmichelson

ASTERISK-20724: Fix natdetected flag being set when VIA doesn't include port in address
Revision: 376835
Reporter: elguero
Coders: elguero

Category: Channels/chan_sip/SRTP


ASTERISK-20499: Crash in libsrtp srtp_unprotect_rtcp when SIP channel is bridged with non-optimizing Local channel
Revision: 377261
Reporter: tootai
Coders: jrose

Category: Channels/chan_sip/TCP-TLS


ASTERISK-20763: Memory Leak in chan_sip with TLS enabled clients
Revision: 377258
Reporter: deti
Coders: jcolp

Category: Codecs/codec_dahdi


ASTERISK-19921: codec_dahdi: Wrong number of encoder/decoder channels.
Revision: 377382
Reporter: sruffell
Coders: kmoore

Category: Contrib/General


ASTERISK-20756: Asterisk sippeers.sql columns place error cause peer to be without codecs when setting disallow=all under MySQL
Revision: 377432
Reporter: andrel
Coders: Andre Luis

Category: Core/Channels


ASTERISK-20492: Stuck DTMF when using ChannelRedirect to split a two channel bridge
Revision: 375965
Reporter: jgowdy
Testers: rmudgett
Coders: Jeremiah Gowdy, rmudgett

Category: Core/ManagerInterface


ASTERISK-20677: Action Challenge not working with allowmultiplelogin=no
Revision: 376726
Reporter: vldmr
Coders: jrose

Category: Core/PBX


ASTERISK-19205: Most Unique pattern matching broken when trailing "-" is part of extension
Revision: 376689
Reporter: p_lindheimer
Testers: rmudgett
Coders: rmudgett

ASTERISK-20639: Dynamic hints are not properly initialized when the extension contains an underscore.
Revision: 376143
Reporter: swheeler
Testers: Steven T. Wheeler, elguero
Coders: elguero

Category: General


ASTERISK-19463: Asterisk deadlocks during startup with mutex errors
Revision: 376431
Reporter: mjordan
Testers: mjordan
Coders: mjordan

ASTERISK-20226: Segfault in chan_sip while performing connected line update
Revision: 376916
Reporter: jsmith
Testers: Jared Smith
Coders: mmichelson

Category: PBX/General


ASTERISK-20628: [patch] - main/pbx.c - ShowDialPlan generates with error if no Exten: was presented and there are no exten => lines present
Revision: 376167
Reporter: jkroon
Coders: jkroon

Category: PBX/pbx_spool


ASTERISK-20593: [patch] Future-dated call files are ignored when astspooldir is relative
Revision: 376233
Reporter: chewi
Coders: James Le Cuirot

Category: Resources/res_monitor


ASTERISK-20641: Erroneous error messages from Monitor when using options 'i' and 'o'
Revision: 376390
Reporter: jrose
Coders: jrose

Category: Tests/testsuite


ASTERISK-19463: Asterisk deadlocks during startup with mutex errors
Revision: 376431
Reporter: mjordan
Testers: mjordan
Coders: mjordan

Category: Utilities/General


ASTERISK-20505: Migrate hashtest/hashtest2 to be unit tests
Revision: 376315
Reporter: mjordan
Coders: dlee


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
376030rmudgettAdd MALLOC_DEBUG enhancements.
376088mmichelsonFix a "set but not used" warning on newer gccs.
376342dleeFixed extconf.c breakage introduced in r376306.
376414mjordanAdd a test event that reports changes in ConfBridge state
376470wdoekesFix most leftover non-opaque ast_str uses.
376587mjordanRe-initialize logmsgs mutex upon logger initialization to prevent lock errors ASTERISK-19463
376628rmudgettMade AST_LIST_REMOVE() simpler and use better names.
376658rmudgettRemove unnecessary channel module references.
376759rmudgettEnhance MALLOC_DEBUG CLI commands.
376789rmudgettAdd MALLOC_DEBUG atexit unreleased malloc memory summary.
376865rmudgettFix compile error. ASTERISK-20724
376920seanbrightMinor spelling fix to the VOLUME documentation.
376951rmudgettchan_misdn: Fix sending RELEASE_COMPLETE in response to SETUP.
377038rmudgettFix CCSS CLI commands and logger level not unregistered. ASTERISK-20649
377070rmudgettCleanup CDR resources on exit. ASTERISK-20649
377074rmudgettCleanup CLI resources on exit and CLI command registration errors. ASTERISK-20649
377105rmudgettCleanup config cache on exit. ASTERISK-20649
377136rmudgettCleanup core main on exit. ASTERISK-20649
377166rmudgettCleanup ast_run_atexits() atexits list. ASTERISK-20649
377212rmudgettconfbridge: Update online XML documentation.
377241rmudgett* Fix registering core show codecs/codec CLI commands twice.
377354rmudgettconfbridge: Fix some resource leaks on conference teardown.
377399rmudgettMALLOC_DEBUG: Only wait if we want atexit allocation dumps.
377504tilghmanRemove some dead code and additionally handle a case that wasn't handled.
377510tilghmanImprove documentation by making all of the colors used readable,
378736bebuildCreating tag for the release of asterisk-10.12.0-rc2
378737bebuildImporting files for 10.12.0-rc2 release.
378738bebuildImporting release summary for 10.12.0-rc2 release.
378739bebuildUse autotagged externals

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.

.cleancount                          |    4
.lastclean                           |    1
.version                             |    1
ChangeLog                            |29212 +++++++++++++++++++++++++++++++++++
UPGRADE.txt                          |    7
addons/cdr_mysql.c                   |   11
addons/res_config_mysql.c            |    3
apps/app_celgenuserevent.c           |    9
apps/app_confbridge.c                |  148
apps/app_dial.c                      |   14
apps/app_jack.c                      |    4
apps/app_meetme.c                    |   15
apps/app_queue.c                     |   34
apps/app_record.c                    |   27
apps/app_voicemail.c                 |    2
apps/app_waitforring.c               |   25
apps/confbridge/conf_config_parser.c |  133
apps/confbridge/conf_state.c         |    5
asterisk-10.12.0-rc2-summary.html    |  161
asterisk-10.12.0-rc2-summary.txt     |  237
channels/chan_agent.c                |   14
channels/chan_dahdi.c                |   42
channels/chan_iax2.c                 |   14
channels/chan_local.c                |   21
channels/chan_sip.c                  |  187
channels/misdn/isdn_lib.c            |   17
channels/sig_analog.c                |   22
channels/sig_pri.c                   |   12
channels/sig_ss7.c                   |   49
channels/sip/include/sip.h           |    1
codecs/codec_dahdi.c                 |    2
contrib/realtime/mysql/sippeers.sql  |    2
funcs/func_volume.c                  |    2
include/asterisk/_private.h          |    1
include/asterisk/astmm.h             |    3
include/asterisk/channel.h           |    6
include/asterisk/features.h          |   12
include/asterisk/hashtab.h           |    3
include/asterisk/linkedlists.h       |   58
include/asterisk/lock.h              |   16
include/asterisk/time.h              |   14
include/asterisk/utils.h             |   29
main/asterisk.c                      |  356
main/astmm.c                         | 1255 +
main/ccss.c                          |    2
main/cdr.c                           |   46
main/channel.c                       |  153
main/cli.c                           |   43
main/config.c                        |   14
main/features.c                      |   27
main/format.c                        |   19
main/indications.c                   |    2
main/lock.c                          |    2
main/logger.c                        |   11
main/manager.c                       |    2
main/pbx.c                           |  532
main/rtp_engine.c                    |   16
main/security_events.c               |    2
main/stdtime/localtime.c             |   23
main/utils.c                         |   69
main/xmldoc.c                        |    8
pbx/pbx_dundi.c                      |   31
pbx/pbx_spool.c                      |    2
res/res_fax.c                        |  128
res/res_monitor.c                    |   32
res/res_srtp.c                       |    4
tests/test_astobj2_thrash.c          |  353
tests/test_hashtab_thrash.c          |  321
utils/Makefile                       |    7
utils/extconf.c                      |    1
utils/hashtest.c                     |  410
utils/hashtest2.c                    |  418
utils/utils.xml                      |    8
73 files changed, 33025 insertions(+), 1852 deletions(-)