Release Summary

asterisk-1.8.8.1

Date: 2011-12-30

<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-1.8.8.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

7 rmudgett
3 mjordan
3 seanbright
1 kmoore
1 kpfleming
1 twilson

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
348310rmudgettFix ParkAndAnnounce to pass the CallerID to the announcing channel.
348362rmudgettFix crash during CDR update. ASTERISK-18836
348401rmudgettFix cut and past error in ast_call_forward(). ASTERISK-18836
348464rmudgettClean-up on isle five for __ast_request_and_dial() and ast_call_forward().
348516kpflemingCorrect two flaws in sip.conf.sample related to AST-2011-013.
348647rmudgettFix crashes on other platforms caused by interference from Darwin weak symbol support. ASTERISK-18728
348735rmudgettFix chan_iax2 to not report an RDNIS number if it is blank. ASTERISK-17152
348833twilsonAllow packetization vaules > 127 ASTERISK-18876
348888mjordanFix for memory leaks / cleanup in cel_pgsql ASTERISK-18879
348940rmudgettFix extension state callback references in chan_sip. ASTERISK-17760, ASTERISK-18844
348992kmooreFix missing doc tags found while fixing ASTERISK-18689 ASTERISK-18689
349044seanbrightIn ChanSpy, don't create audiohooks that will never be used.
349144seanbrightOnce an audiohook is attached to a channel, we continue to transcode all of the
349194mjordanFix timing source dependency issues with MOH ASTERISK-17474
349289seanbrightUse ast_audiohook_write_list_empty to determine if our lists are empty instead
349339mjordanHandle AST_CONTROL_UPDATE_RTP_PEER frames in local bridge loop ASTERISK-19040, ASTERISK-19128, ASTERISK-17725, ASTERISK-18340, ASTERISK-19095

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_authenticate.c    |   15 +++-
apps/app_chanspy.c         |   56 +++++++++++-----
apps/app_dial.c            |    2
apps/app_followme.c        |   16 +++-
apps/app_parkandannounce.c |   19 ++++-
apps/app_queue.c           |    2
cel/cel_pgsql.c            |   37 ++++-------
channels/chan_iax2.c       |    6 +
channels/chan_sip.c        |   28 +++++---
configs/sip.conf.sample    |    6 -
configure.ac               |   34 +++++++++-
funcs/func_cdr.c           |   20 ++++--
include/asterisk/cdr.h     |   32 +++++++--
include/asterisk/frame.h   |    2
include/asterisk/module.h  |    1
include/asterisk/pbx.h     |   42 +++++++++---
main/audiohook.c           |    4 +
main/channel.c             |  122 ++++++++++++++++++++++++------------
main/features.c            |   20 ++++--
main/pbx.c                 |  150 ++++++++++++++++++++++++++++-----------------
main/rtp_engine.c          |    8 +-
res/res_monitor.c          |    6 +
res/res_musiconhold.c      |   21 ++++--
res/res_timing_dahdi.c     |    2
res/res_timing_pthread.c   |    2
res/res_timing_timerfd.c   |    2
26 files changed, 452 insertions(+), 203 deletions(-)