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.
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 |
This is a list of all issues from the issue tracker that were closed by changes that went into this release.
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 |
302087 | twilson | Only offer codecs both sides support for directmedia | |
302311 | mnicholson | URI encode the user part of the contact header. | |
302663 | tilghman | Add some API documentation | |
303007 | jpeeler | Add new queue strategy to preserve behavior for when queue members moved to ao2. | |
303284 | qwell | Reset configuration before parsing users.conf. | |
303552 | russell | Fix a couple of mistakes in the backport of this patch to 1.4. | |
303747 | rmudgett | Backport the Proceeding application. | #17085, #18509 |
303906 | twilson | Guard against retransmitting BYEs indefinitely | |
304005 | rmudgett | DTMF attended transfers sometimes fail for no apparent reason. | |
304159 | seanbright | Make sure the sample queues.conf is properly commented. | |
304241 | mnicholson | This 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. | |
304242 | mmichelson | Get rid of unused 'verbose' field in ast_udptl | |
304247 | mnicholson | Convert from network to host byte ordering before checking if an IP is a multicast address. | |
304460 | qwell | Rerun bootstrap.sh with no changes, so that it is more obvious what my next commit changes. | |
304464 | qwell | Fix default prefix=/usr regression on non-Linux systems. | #17013 |
304820 | seanbright | Backport MeetMe related reference leaks fixes from 1.6.2/1.8/trunk. | |
304952 | tilghman | Fix compilation when ODBC_STORAGE is defined. | |
305129 | qwell | Set file descriptors to -1 on creation, so that we don't see weirdness later. | |
305341 | rmudgett | Obtain the pri lock for PRI queue counters. | |
305888 | rmudgett | Minor AST_FRAME_TEXT related issues. | |
306119 | twilson | Set hangup cause in local_hangup | |
306617 | twilson | Don't allow a REFER w/replaces to replace its own dialog | |
306672 | twilson | Don't try to pickup a call in the middle of a masquerade | |
306864 | jpeeler | make this safer and fully correct, pointed out by Steve Davis | |
306964 | jpeeler | clean this up, sorry my brain is not really working | |
306965 | jpeeler | fix this line again | |
306972 | twilson | Fix comparison for REFER Replaces tags with pedantic=yes | |
307534 | qwell | Remove color when executing commands via a remote console. | #18776 |
307623 | rmudgett | Reentrancy problem if outgoing call gets different B channel than requested. | |
308413 | mnicholson | Properly 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. |
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(-)