Release Summary

asterisk-1.4.41-rc1

Date: 2011-02-23

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


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

12 rmudgett
8 jpeeler
7 qwell
6 twilson
4 mnicholson
2 russell
2 seanbright
2 tilghman
1 gbour
1 lmadsen
1 mmichelson
7 rmudgett
2 wimpy
1 jacco
1 lmadsen
1 loloski
1 oej
1 qwell
1 russell
1 wedhorn
1 bluefox
1 gbour
1 gelo
1 gincantalupo
1 grecco
1 iskatel
1 jacco
1 JJCinAZ
1 jvandal
1 kerframil
1 mcallist
1 oej
1 shawkris
1 shihchuan
1 vrban
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_dial


#18264: [patch] Dail L(x) shows "Setting call duration limit to x seconds" in CLI
Revision: 302916
Reporter: jacco
Testers: lmadsen, jacco
Coders: lmadsen

#18379: attended transfer weird behaviour
Revision: 302671
Reporter: gincantalupo
Testers: rmudgett
Coders: rmudgett

Category: Applications/app_queue


#18747: [regression] changeset 298596 harm the ring/moh logic in queues
Revision: 308002
Reporter: vrban
Coders: qwell

Category: Applications/app_voicemail


#18486: [patch] Voicemail files out of sequence
Revision: 303676
Reporter: bluefox
Coders: jpeeler

#18498: [patch] [regression] Resequencing of mailbox not working as expected.
Revision: 303676
Reporter: JJCinAZ
Coders: jpeeler

Category: Applications/app_voicemail/IMAP


#18718: [regression] Implicit declaration of copy yields broken app_voicemail when building with IMAP support
Revision: 306960
Reporter: kerframil
Coders: jpeeler

Category: Channels/General


#18585: [patch] AMI redirect from meetme - calls fail
Revision: 303546
Reporter: oej
Testers: oej, wedhorn, russell
Coders: russell

Category: Channels/chan_dahdi


#17085: [patch] [regression] Overlap dialing to PSTN failing after #16789
Revision: 303765
Reporter: shawkris
Testers: wimpy, rmudgett
Coders: rmudgett

#17273: atxfer *2 channel dahdi FXS no hangup
Revision: 302172
Reporter: grecco
Testers: rmudgett
Coders: rmudgett

#18509: [patch] Sending out unnecessary PROCEEDING messages breaks overlap dialing
Revision: 303765
Reporter: wimpy
Testers: wimpy, rmudgett
Coders: rmudgett

Category: Channels/chan_sip/General


#18371: [patch] asterisk crash when dialing SIP/${var} where var is empty or not set
Revision: 305252
Reporter: gbour
Coders: gbour

Category: Core/PBX


#17999: Issues with DTMF triggered attended transfers
Revision: 302172
Reporter: iskatel
Testers: rmudgett
Coders: rmudgett

Category: Features


#18395: C should not receive request call again after C cancel if B blind transfer using atxfer call C
Revision: 302172
Reporter: shihchuan
Testers: rmudgett
Coders: rmudgett

Category: Resources/res_features


#17096: C keeps ringing when hanging A and B after blind transfer using atxfer
Revision: 302172
Reporter: gelo
Testers: rmudgett
Coders: rmudgett

#18637: [patch] No MOH on Call Park and Exceptionally long voice queue length ...
Revision: 306120
Reporter: jvandal
Coders: jpeeler

Category: Resources/res_musiconhold


#18457: [patch] moh reload leaks file descriptors to dahdi timing channel
Revision: 305471
Reporter: mcallist
Testers: qwell, loloski
Coders: qwell


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
302087twilsonOnly offer codecs both sides support for directmedia
302311mnicholsonURI encode the user part of the contact header.
302663tilghmanAdd some API documentation
303007jpeelerAdd new queue strategy to preserve behavior for when queue members moved to ao2.
303284qwellReset configuration before parsing users.conf.
303552russellFix a couple of mistakes in the backport of this patch to 1.4.
303747rmudgettBackport the Proceeding application. #17085, #18509
303906twilsonGuard against retransmitting BYEs indefinitely
304005rmudgettDTMF attended transfers sometimes fail for no apparent reason.
304159seanbrightMake sure the sample queues.conf is properly commented.
304241mnicholsonThis patch modifies chan_sip to route responses to the address the request came from. It also modifies chan_sip to respect the maddr parameter in the Via header.
304242mmichelsonGet rid of unused 'verbose' field in ast_udptl
304247mnicholsonConvert from network to host byte ordering before checking if an IP is a multicast address.
304460qwellRerun bootstrap.sh with no changes, so that it is more obvious what my next commit changes.
304464qwellFix default prefix=/usr regression on non-Linux systems. #17013
304820seanbrightBackport MeetMe related reference leaks fixes from 1.6.2/1.8/trunk.
304952tilghmanFix compilation when ODBC_STORAGE is defined.
305129qwellSet file descriptors to -1 on creation, so that we don't see weirdness later.
305341rmudgettObtain the pri lock for PRI queue counters.
305888rmudgettMinor AST_FRAME_TEXT related issues.
306119twilsonSet hangup cause in local_hangup
306617twilsonDon't allow a REFER w/replaces to replace its own dialog
306672twilsonDon't try to pickup a call in the middle of a masquerade
306864jpeelermake this safer and fully correct, pointed out by Steve Davis
306964jpeelerclean this up, sorry my brain is not really working
306965jpeelerfix this line again
306972twilsonFix comparison for REFER Replaces tags with pedantic=yes
307534qwellRemove color when executing commands via a remote console. #18776
307623rmudgettReentrancy problem if outgoing call gets different B channel than requested.
308413mnicholsonProperly check the bounds of arrays when decoding UDPTL packets. Also, remove broken support for receiving UDPTL packets larger than 16k. That shouldn't ever happen anyway.

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_dial.c                  |    6
apps/app_meetme.c                |   28 -
apps/app_queue.c                 |   58 ++
apps/app_sendtext.c              |    2
apps/app_voicemail.c             |   64 ++
channels/chan_dahdi.c            |  468 ++++++++++++++++-----
channels/chan_local.c            |    1
channels/chan_sip.c              |  234 ++++++++++
configs/queues.conf.sample       |    2
configure.ac                     |    6
include/asterisk/astdb.h         |   21
include/asterisk/autoconfig.h.in |   53 +-
include/asterisk/channel.h       |   23 +
main/asterisk.c                  |    2
main/channel.c                   |   40 +
main/pbx.c                       |   26 -
main/udptl.c                     |   54 +-
res/res_features.c               |  844 +++++++++++++++++++++++++++------------
res/res_musiconhold.c            |    7
19 files changed, 1457 insertions(+), 482 deletions(-)