Release Summary certified-asterisk-11.6-cert1 Date: 2014-01-22 ---------------------------------------------------------------------- Table of Contents 1. Summary 2. Contributors 3. Closed Issues 4. Other Changes 5. Diffstat ---------------------------------------------------------------------- Summary [Back to Top] This release includes new features. For a list of new features that have been included with this release, please see the CHANGES file inside the source package. Since this is new major release, users are encouraged to do extended testing before upgrading to this version in a production environment. The data in this summary reflects changes that have been made since the previous release, certified-asterisk-11.6.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 10 mjordan 2 rsw686 3 gkelleter 3 sgriepentrog 2 Tommy Thomspon 2 tomaso 1 bebuild 1 Jan Juergens 1 ahoemig 1 dlee 1 j_juergens 1 kharwell 1 jbigelow 1 rmudgett 1 mjordan 1 rsw686 1 spitts 1 tthompson 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_sms ASTERISK-22590: BufferOverflow in unpacksms16() when receiving 16 bit multipart SMS with app_sms Revision: 403860 Reporter: j_juergens Testers: Jan Juergens Coders: sgriepentrog Category: Channels/chan_pjsip ASTERISK-22667: crash: directmedia with both phones placing each other on hold Revision: 402382 Reporter: jbigelow Coders: mjordan Category: Channels/chan_sip/General ASTERISK-22667: crash: directmedia with both phones placing each other on hold Revision: 402382 Reporter: jbigelow Coders: mjordan ASTERISK-23047: Orphaned (stuck) channel occurs during a failed SIP transfer to parking space Revision: 405536 Reporter: tthompson Testers: rsw686, Tommy Thomspon Coders: mjordan Category: Core/AstDB ASTERISK-22350: DUNDI - core dump on shutdown - segfault in sqlite3_reset from /usr/lib/libsqlite3.so.0 Revision: 404349 Reporter: wimpy Coders: sgriepentrog Category: Core/General ASTERISK-22905: Prevent Asterisk functions that are 'dangerous' from being executed from external interfaces Revision: 403956 Reporter: mjordan Coders: dlee Category: Core/ManagerInterface ASTERISK-22905: Prevent Asterisk functions that are 'dangerous' from being executed from external interfaces Revision: 403956 Reporter: mjordan Coders: dlee Category: Features/Parking ASTERISK-22834: Parking by blind transfer when lot full orphans channels Revision: 405536 Reporter: rsw686 Testers: rsw686, Tommy Thomspon Coders: mjordan Category: Functions/General ASTERISK-22905: Prevent Asterisk functions that are 'dangerous' from being executed from external interfaces Revision: 403956 Reporter: mjordan Coders: dlee Category: PBX/pbx_dundi ASTERISK-22350: DUNDI - core dump on shutdown - segfault in sqlite3_reset from /usr/lib/libsqlite3.so.0 Revision: 404349 Reporter: wimpy Coders: sgriepentrog Category: Resources/res_agi ASTERISK-22905: Prevent Asterisk functions that are 'dangerous' from being executed from external interfaces Revision: 403956 Reporter: mjordan Coders: dlee Category: Resources/res_ari ASTERISK-22905: Prevent Asterisk functions that are 'dangerous' from being executed from external interfaces Revision: 403956 Reporter: mjordan Coders: dlee Category: Resources/res_rtp_asterisk ASTERISK-22667: crash: directmedia with both phones placing each other on hold Revision: 402382 Reporter: jbigelow Coders: mjordan ---------------------------------------------------------------------- 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 | |----------+---------+-------------------------------+-------------------| | 401416 | bebuild | Create branch for Certified | | | | | Asterisk 11.6. | | |----------+---------+-------------------------------+-------------------| | 402377 | mjordan | SVN properties: Add svnmerge | | | | | properties for 11 | | |----------+---------+-------------------------------+-------------------| | 402383 | mjordan | Remove old summaries | | |----------+---------+-------------------------------+-------------------| | | | pbx.c: put copy of | AST-1179, | | 405578 | mjordan | ast_exten.data on stack to | AST-1246 | | | | prevent memory corruption | | +------------------------------------------------------------------------+ ---------------------------------------------------------------------- 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. .version | 2 ChangeLog | 4 README-SERIOUSLY.bestpractices.txt | 24 ++ UPGRADE.txt | 35 ++ apps/app_confbridge.c | 6 apps/app_dumpchan.c | 20 - apps/app_sms.c | 3 apps/app_verbose.c | 4 apps/confbridge/conf_state_multi_marked.c | 25 +- asterisk-11.6.0-rc2-summary.html | 62 ----- asterisk-11.6.0-rc2-summary.txt | 91 ------- channels/chan_sip.c | 78 ++++-- configs/asterisk.conf.sample | 6 configs/logger.conf.sample | 19 - configure.ac | 5 funcs/func_db.c | 20 + funcs/func_env.c | 28 ++ funcs/func_lock.c | 21 + funcs/func_realtime.c | 60 +++-- funcs/func_shell.c | 18 + funcs/func_timeout.c | 16 - include/asterisk/logger.h | 101 +++++++- include/asterisk/pbx.h | 64 +++++ main/asterisk.c | 195 +++++++++++----- main/cli.c | 359 +++++++++++++++++++----------- main/db.c | 24 +- main/logger.c | 211 +++++++++++++++-- main/manager.c | 8 main/pbx.c | 355 +++++++++++++++++++++++++---- main/tcptls.c | 11 res/res_rtp_asterisk.c | 8 31 files changed, 1333 insertions(+), 550 deletions(-) ----------------------------------------------------------------------