Release Summary

asterisk-10.1.1

Date: 2012-02-06

<asteriskteam@digium.com>


Table of Contents

  1. Summary
  2. Contributors
  3. Other Changes
  4. 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.1.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

6 rmudgett
5 jrose
2 alecdavis
2 kpfleming
2 russell
2 twilson
1 kmoore
1 mjordan
1 mmichelson
1 seanbright

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
352956rmudgettAudit of ao2_iterator_init() usage for v1.8.
352965jroseMake failed PauseMonitor and UnpauseMonitor with no valid channel not close AMI session. ASTERISK-19249
352992rmudgettAudit of ao2_iterator_init() usage for v10.
353039rmudgettAudit of ao2_iterator_init() usage for v10. Missed one.
353078russellUpdate ast_set_default_eid() to find more network interfaces.
353127kpflemingAdd 'L16-256' MIME subtype alias for slin16.
353176russellFind even more network interfaces.
353261kpflemingClarify log WARNING message when port-zero SDP 'm' lines received.
353321alecdavisRFC3261 Section 8.1.1.5. The sequence number value MUST be expressible as a 32-bit unsigned integer
353369alecdavisprevent debug messsges displaying -ve Cseq numbers. Missed in R353320
353397twilsonRe-link peers by IP when dnsmgr changes the IP ASTERISK-19106
353463rmudgettFix memory leak in error paths for action_originate().
353503twilsonAllow res_calendar to be unloaded ASTERISK-16744
353551mjordanAdded clarification for the VERBOSITY setting to etc_default_asterisk ASTERISK-17030
353599seanbrightResolve an overlap in the ast_audiohook_flags values. ASTERISK-19246
353721jroseUse ast_sockaddr_stringify_fmt wrappers for various functions in chan_sip ASTERISK-16930
353771jroseFix sip show peers port output, align columns, and fix ami port output. ASTERISK-16930, ASTERISK-19281
353820mmichelsonFix TLS port binding behavior as well as reload behavior: ASTERISK-16959, ASTERISK-19201, ASTERISK-19204
353868rmudgettRestore the 'w' modifier support for ISDN spans. Dial(DAHDI/g0/1234w888) ASTERISK-19176
353916kmooreEnsure entering T.38 passthrough does not cause an infinite loop ASTERISK-18951
353962jroseFixes a segfault occuring when performing attended transfer with FAXOPT(gateway)=yes ASTERISK-19184
354000jroseFixes deadlocks occuring in chan_agent due to r335976 ASTERISK-19285
354119rmudgettAdd missing headers to AMI UnParkedCall event to uniquely identify the call. ASTERISK-19240

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.

apps/app_chanspy.c                  |   13 -
apps/app_queue.c                    |   34 +-
channels/chan_agent.c               |  171 +++++++++++---
channels/chan_dahdi.c               |   57 ++++
channels/chan_iax2.c                |   16 -
channels/chan_sip.c                 |  412 +++++++++++++++++++++++-------------
channels/sig_pri.c                  |   98 +++++++-
channels/sig_pri.h                  |    6
channels/sip/include/dialog.h       |    4
channels/sip/include/sip.h          |   16 -
configs/http.conf.sample            |    3
configs/manager.conf.sample         |    3
contrib/init.d/etc_default_asterisk |    3
include/asterisk/audiohook.h        |   11
include/asterisk/channel.h          |   16 -
include/asterisk/dnsmgr.h           |   27 ++
include/asterisk/indications.h      |    3
include/asterisk/manager.h          |    1
main/dnsmgr.c                       |   31 ++
main/features.c                     |    9
main/http.c                         |   11
main/indications.c                  |    2
main/manager.c                      |   85 ++++---
main/netsock.c                      |   32 ++
main/pbx.c                          |    1
main/rtp_engine.c                   |    1
main/taskprocessor.c                |    2
res/res_calendar.c                  |   42 ++-
res/res_fax.c                       |    1
res/res_monitor.c                   |   35 +--
res/res_odbc.c                      |    5
res/res_srtp.c                      |   46 ++--
res/snmp/agent.c                    |    9
tests/test_format_api.c             |    1
34 files changed, 869 insertions(+), 338 deletions(-)