Release Summary

asterisk-1.8.16.0-rc1

Date: 2012-07-31

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

5 kpfleming
3 kmoore
3 rmudgett
2 mjordan
1 Billy
1 jrose
1 tilghman
1 tzafrir
1 wdoekes
1 Michael L. Young
1 bchia
1 wdoekes

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: Channels/chan_sip/Interoperability


ASTERISK-20023: double uri_escaping of contact in outbound invite
Revision: 369993
Reporter: wdoekes
Coders: kmoore

Category: Functions/func_math


ASTERISK-20095: Incorrect Documentation for DEC function
Revision: 369970
Reporter: bchia
Testers: Michael L. Young
Coders: Billy


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
369937tilghmanAllow the REALTIME() function to report errors back to the caller.
370014kmooreInclude Expires header for SIP PUBLISH requests
370017rmudgettAdd missing ast_hangup() calls on some analog exception paths.
370081kmooreAdd comments about the BUILD_NATIVE change
370131wdoekesCode cleanup and bugfix in chan_sip outboundproxy parsing.
370183kpflemingEnsure that all ast_datastore_info structures are 'const'.
370205kpflemingResolve severe memory leak in CEL logging modules.
370252mjordanHandle extremely out of order RFC 2833 DTMF ASTERISK-18404
370273mjordanFix compilation error when MALLOC_DEBUG is enabled
370275rmudgettFix compiler warnings.
370360kpflemingFree any datastores attached to dummy channels.
370383kpflemingImprove documentation for the SHELL() dialplan function.
370428tzafrirchan_oss: fix "sample rate" error message
370429kpflemingRewrite a comment that didn't adequately explain the code it was documenting.
370494jroseres_agi: Add message indicating need for \n character in verbose message ASTERISK-20061
370563rmudgettRelease B channel allocation on error path in chan_misdn.

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                |   12 ++++
UPGRADE.txt            |    5 +
addons/app_mysql.c     |    2
apps/app_macro.c       |    2
apps/app_mixmonitor.c  |    2
apps/app_stack.c       |    2
channels/chan_dahdi.c  |    2
channels/chan_iax2.c   |    2
channels/chan_misdn.c  |    2
channels/chan_oss.c    |    2
channels/chan_sip.c    |  129 ++++++++++++++++++++++---------------------------
channels/sig_analog.c  |    2
funcs/func_curl.c      |    2
funcs/func_global.c    |    2
funcs/func_lock.c      |    2
funcs/func_math.c      |    4 -
funcs/func_odbc.c      |    2
funcs/func_realtime.c  |   61 ++++++++++++-----------
funcs/func_shell.c     |   28 ++++------
main/ccss.c            |    4 -
main/cel.c             |   45 ++++++++++++++++-
main/channel.c         |   19 ++++---
main/frame.c           |   11 +++-
main/pbx.c             |    2
res/res_agi.c          |    2
res/res_odbc.c         |    2
res/res_rtp_asterisk.c |   59 +++++++++++++---------
27 files changed, 246 insertions(+), 163 deletions(-)