Release Summary asterisk-1.6.2.16 Date: 2011-01-12 ---------------------------------------------------------------------- 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.6.2.15. ---------------------------------------------------------------------- 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 8 rmudgett 2 cmbaker82 2 klaus3000 7 tilghman 2 klaus3000 2 oej 6 russell 2 russell 1 alecdavis 5 jpeeler 1 alecdavis 1 birgita 3 lmadsen 1 bjm 1 bjm 3 oej 1 ranjtech 1 eeman 3 pabelanger 1 rmudgett 1 junky 3 twilson 1 tilghman 1 kwemheuer 2 seanbright 1 twilson 1 marcbou 1 bjm 1 mbrevda 1 junky 1 nerbos 1 pabelanger 1 ranjtech 1 rsw686 1 SantaFox 1 tnakonz 1 vmarrone 1 zahir_koradia ---------------------------------------------------------------------- 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_followme #18126: [patch] stuck channels if followme context doesnt exists Revision: 297713 Reporter: junky Coders: junky Category: Applications/app_meetme #18322: Redirect two bridged channels to the same conference Revision: 295843 Reporter: nerbos Coders: rmudgett #18369: Conference with scheduler blocks on realtime ODBC connection to MSSQL database Revision: 296466 Reporter: tnakonz Coders: tilghman Category: Channels/General #18129: [patch] Oneway audio from SIP phone to FXS port after FXS port gets a CallWaiting pip Revision: 296166 Reporter: alecdavis Testers: alecdavis, rmudgett Coders: rmudgett #18211: Channel hangs up when redirected through CLI or AMI Revision: 295843 Reporter: zahir_koradia Coders: rmudgett #18230: [regression] Redirect function (over console or AMI) does not work anymore Revision: 295843 Reporter: vmarrone Coders: rmudgett Category: Channels/chan_iax2 #18397: IAX2 CODEC_PRES wrong (offset error?) Revision: 296991 Reporter: birgita Coders: tilghman #18398: [patch] segfault with 'core stop gracefully' Revision: 296671 Reporter: pabelanger Coders: pabelanger Category: Channels/chan_sip/General #18051: SIP brute force attemps having a DoS effect Revision: 297960 Reporter: eeman Testers: twilson Coders: twilson Category: Channels/chan_sip/Transfers #18185: Blind transfer failure, A calls B, B transfers to C Revision: 295843 Reporter: kwemheuer Coders: rmudgett Category: Core/General #18284: [patch] devicestate is not aggregated from all received events Revision: 295710 Reporter: klaus3000 Testers: russell, klaus3000 Coders: russell Category: Core/Internationalization #18353: saynumber(1,n) in Swedish doesn't work Revision: 295907 Reporter: oej Coders: oej #18355: saynumber() fixes for Swedish Revision: 296351 Reporter: oej Coders: oej Category: Core/Netsock #18442: [patch] Error building netsock library on OpenSolaris 5.11 snv_134b Revision: 298050 Reporter: ranjtech Testers: ranjtech Coders: tilghman Category: Core/Portability #18384: [patch] main/asterisk.c compile errors Revision: 296533 Reporter: bjm Testers: tilghman, bjm Coders: bjm, tilghman Category: Core/RTP #18189: RFC2833 DTMF generation broken due to SSRC change on bridges channels Revision: 297824 Reporter: marcbou Testers: cmbaker82 Coders: jpeeler #18352: SSRC is changing when DTMF sent Revision: 297824 Reporter: rsw686 Testers: cmbaker82 Coders: jpeeler Category: General #18171: Channel redirect doesn't work Revision: 295843 Reporter: SantaFox Coders: rmudgett Category: Resources/res_fax #18299: Asterisk not send fax to fax extension Revision: 295843 Reporter: mbrevda Coders: rmudgett Category: Resources/res_jabber #18280: EID is not copied when event is received from XMPP and forwarded into Asterisk's core Revision: 295710 Reporter: klaus3000 Testers: russell, klaus3000 Coders: russell ---------------------------------------------------------------------- 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 | |----------+------------+-----------------------------------+------------| | | | Dead code elimination in | | | 295281 | rmudgett | channel.c:ast_channel_bridge() | | | | | variable who. | | |----------+------------+-----------------------------------+------------| | 295440 | pabelanger | Fix compiler warnings when using | | | | | openssl-dev 1.0.0+ | | |----------+------------+-----------------------------------+------------| | 295672 | twilson | Discard responses with more than | | | | | one Via | | |----------+------------+-----------------------------------+------------| | | | Change some documentation to | | | 295868 | seanbright | suggest dahdi_monitor instead of | | | | | ztmonitor. | | |----------+------------+-----------------------------------+------------| | | | Handle failures building | | | 296001 | russell | translation paths more | | | | | effectively. | | |----------+------------+-----------------------------------+------------| | 296083 | russell | Fix false reporting of an error | | | | | by set_format(). | | |----------+------------+-----------------------------------+------------| | 296221 | russell | Make Asterisk less crashy. | | |----------+------------+-----------------------------------+------------| | | | Properly restore backup | | | 296869 | jpeeler | information file when hanging up | | | | | during message prepending. | | |----------+------------+-----------------------------------+------------| | | | Missed initializations caused | | | 296950 | tilghman | startup errors on Mac OS X (and | | | | | possibly others, too). | | |----------+------------+-----------------------------------+------------| | | | Fix not stopping MOH when | | | 297073 | jpeeler | transfered local channel queue | | | | | member is answered. | | |----------+------------+-----------------------------------+------------| | | | If we get a NOTIFY from a | | | 297186 | oej | non-existing subscription we | | | | | should answer with 481, not bad | | | | | event. | | |----------+------------+-----------------------------------+------------| | 297229 | russell | Add "DAHDI" to a couple of | | | | | app_meetme error messages. | | |----------+------------+-----------------------------------+------------| | 297311 | twilson | Initialize offset for adaptive | | | | | jitter buffer | | |----------+------------+-----------------------------------+------------| | 297405 | pabelanger | Resolve compile error under | | | | | FreeBSD | | |----------+------------+-----------------------------------+------------| | | | The CLI command should not | | | 297534 | seanbright | contain s, these are for | | | | | descriptions. | | |----------+------------+-----------------------------------+------------| | | | Improve handling of REGISTER | | | 297605 | jpeeler | requests with multiple contact | | | | | headers. | | |----------+------------+-----------------------------------+------------| | 297819 | tilghman | Use non-deprecated APIs for | | | | | CoreAudio | | |----------+------------+-----------------------------------+------------| | 297908 | tilghman | Use inheritance to get correct | | | | | results for SIPFROMDOMAIN. | | |----------+------------+-----------------------------------+------------| | 301460 | lmadsen | Create Asterisk 1.6.2.16 from | | | | | 1.6.2.16-rc1 | | |----------+------------+-----------------------------------+------------| | 301492 | lmadsen | Merged configure update for | | | | | Debian packages. | | |----------+------------+-----------------------------------+------------| | 301493 | lmadsen | Update .version, ChangeLog and | | | | | remove summary files. | | +------------------------------------------------------------------------+ ---------------------------------------------------------------------- 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 | 30 ++ Makefile | 12 - apps/app_dial.c | 11 - apps/app_followme.c | 10 apps/app_macro.c | 22 +- apps/app_meetme.c | 8 apps/app_voicemail.c | 10 asterisk-1.6.2.16-rc1-summary.html | 261 ------------------------ asterisk-1.6.2.16-rc1-summary.txt | 340 -------------------------------- autoconf/ast_ext_lib.m4 | 2 channels/chan_console.c | 2 channels/chan_dahdi.c | 308 ++++++++++++++++++---------- channels/chan_iax2.c | 15 + channels/chan_sip.c | 71 +++++- configs/chan_dahdi.conf.sample | 2 configs/extensions.conf.sample | 4 configure | 2 configure.ac | 2 contrib/init.d/org.asterisk.muted.plist | 33 +++ include/asterisk/autoconfig.h.in | 68 ++++-- include/asterisk/channel.h | 32 ++- include/asterisk/event.h | 20 + include/asterisk/frame.h | 11 - include/asterisk/jabber.h | 2 main/abstract_jb.c | 5 main/asterisk.c | 8 main/channel.c | 153 +++++++++----- main/event.c | 157 ++++++++++++++ main/netsock.c | 2 main/pbx.c | 24 +- main/say.c | 93 ++++---- res/res_jabber.c | 23 +- utils/muted.c | 76 +++++-- 34 files changed, 905 insertions(+), 916 deletions(-) ----------------------------------------------------------------------