Release Summary asterisk-1.8.16.0-rc1 Date: 2012-07-31 ---------------------------------------------------------------------- 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 1 Michael L. Young 1 bchia 3 kmoore 1 wdoekes 3 rmudgett 2 mjordan 1 Billy 1 jrose 1 tilghman 1 tzafrir 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. +------------------------------------------------------------------------+ | Revision | Author | Summary | Issues Referenced | |----------+-----------+-----------------------------+-------------------| | | | Allow the REALTIME() | | | 369937 | tilghman | function to report errors | | | | | back to the caller. | | |----------+-----------+-----------------------------+-------------------| | 370014 | kmoore | Include Expires header for | | | | | SIP PUBLISH requests | | |----------+-----------+-----------------------------+-------------------| | | | Add missing ast_hangup() | | | 370017 | rmudgett | calls on some analog | | | | | exception paths. | | |----------+-----------+-----------------------------+-------------------| | 370081 | kmoore | Add comments about the | | | | | BUILD_NATIVE change | | |----------+-----------+-----------------------------+-------------------| | | | Code cleanup and bugfix in | | | 370131 | wdoekes | chan_sip outboundproxy | | | | | parsing. | | |----------+-----------+-----------------------------+-------------------| | | | Ensure that all | | | 370183 | kpfleming | ast_datastore_info | | | | | structures are 'const'. | | |----------+-----------+-----------------------------+-------------------| | 370205 | kpfleming | Resolve severe memory leak | | | | | in CEL logging modules. | | |----------+-----------+-----------------------------+-------------------| | 370252 | mjordan | Handle extremely out of | ASTERISK-18404 | | | | order RFC 2833 DTMF | | |----------+-----------+-----------------------------+-------------------| | 370273 | mjordan | Fix compilation error when | | | | | MALLOC_DEBUG is enabled | | |----------+-----------+-----------------------------+-------------------| | 370275 | rmudgett | Fix compiler warnings. | | |----------+-----------+-----------------------------+-------------------| | 370360 | kpfleming | Free any datastores | | | | | attached to dummy channels. | | |----------+-----------+-----------------------------+-------------------| | | | Improve documentation for | | | 370383 | kpfleming | the SHELL() dialplan | | | | | function. | | |----------+-----------+-----------------------------+-------------------| | 370428 | tzafrir | chan_oss: fix "sample rate" | | | | | error message | | |----------+-----------+-----------------------------+-------------------| | | | Rewrite a comment that | | | 370429 | kpfleming | didn't adequately explain | | | | | the code it was | | | | | documenting. | | |----------+-----------+-----------------------------+-------------------| | | | res_agi: Add message | | | 370494 | jrose | indicating need for \n | ASTERISK-20061 | | | | character in verbose | | | | | message | | |----------+-----------+-----------------------------+-------------------| | | | Release B channel | | | 370563 | rmudgett | 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(-) ----------------------------------------------------------------------