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.37.
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 |
14 tilghman 10 jpeeler 9 rmudgett 4 dvossel 4 twilson 3 alecdavis 3 pabelanger 3 russell 2 mnicholson 2 qwell 1 bbryant 1 camsown 1 kuj 1 lmadsen 1 mdu113 1 oej 1 RadicAlish 1 schmitds 1 sruffell 1 tbelder |
3 alecdavis 3 ramonpeek 2 davidw 1 camsown 1 dpetersen 1 jamicque 1 jmls 1 jtodd 1 kuj 1 lmadsen 1 mdu113 1 pabelanger 1 qwell 1 RadicAlish 1 rmudgett 1 schmidts 1 seanbright 1 tbelder 1 wdoekes 1 zerohalo |
3 jmls 2 davidw 1 amorsen 1 antonio 1 camsown 1 dpetersen 1 jamicque 1 kuj 1 kwemheuer 1 lftsy 1 mdu113 1 netfuse 1 pabelanger 1 RadicAlish 1 rain 1 ramonpeek 1 schmidts 1 seanbright 1 shin-shoryuken 1 tbelder 1 tzafrir 1 wdoekes 1 zerohalo |
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 |
287933 | tilghman | Less than zero is an error, not any non-zero value. | |
288116 | tilghman | Underquoted definition of stringfield macro. | |
288266 | tilghman | Document addition of encoding parameter. | #16940 |
288339 | russell | Fix a 100% CPU consumption problem when setting console=yes in asterisk.conf. | |
288343 | dvossel | During check_pendings, if the dialog is terminated with a CANCEL, change the invitestate to INV_CANCEL like in sip_hangup. | |
288416 | dvossel | RFC3261 section 12.2 explicitly says out of order requests are responded with a 500 Server Internal Error response. | |
288499 | twilson | Don't let a Local channel get bridged to itself | |
288636 | tilghman | Solaris compatibility fixes | |
288746 | twilson | Don't fail a masquerade if it is already being hung up | |
289338 | qwell | Allow a manager originate to succeed on forwarded devices. | |
289424 | russell | Fix a crash in app_sms. | |
289703 | pabelanger | Disable debugging by default | |
289797 | jpeeler | Change RFC2833 DTMF event duration on end to report actual elapsed time. | |
289949 | oej | Add documentation for undocumented option to AMI action originate | |
290100 | tilghman | Automatically re-run configure test for menuselect, when the relevant makeopts settings change. | |
290177 | tilghman | Fixing Mac OS X auto-builder. | |
290323 | rmudgett | Merged revision 258974 from | |
291109 | rmudgett | Add missing unlock to an exception condition in reload_config(). | |
291263 | tilghman | Oops, incorrect range (although unallocated at ARIN) | |
291392 | russell | Lock pvt so pvt->owner can't disappear when queueing up a frame. | |
291862 | twilson | Don't access o->next after freeing o on unload | |
291938 | pabelanger | Clean up formatting. | |
292223 | jpeeler | Fix improper operator key acceptance and clean up temp recording files. | |
292866 | dvossel | This patch turns chan_local pvts into astobj2 objects. | |
293004 | jpeeler | Fix inprocess_container in voicemail to correctly restrict max messages. | |
293194 | tilghman | "!00" evaluated as false, which is incorrect. Fixing. | |
293339 | rmudgett | Remove some code that serves no purpose. | |
293416 | rmudgett | Remove some more code that serves no purpose. | |
293639 | rmudgett | Make warning message have more useful information in it. | |
293805 | rmudgett | Party A in an analog 3-way call would continue to hear ringback after party C answers. | |
293922 | dvossel | Fixes ringback tone on feature semi-attended transfer | |
293968 | sruffell | codecs/codec_dahdi: Prevent "choppy" audio when receiving unexpected frame sizes. | |
294163 | mnicholson | Modify our handling of 491 responses to drop any pending reinvite retry scheduler entries if we get a new 491. | |
294641 | jpeeler | One small addition to 294384 found while very carefully merging to 1.6. | |
294739 | jpeeler | I didn't mean to merge this, sorry | |
295026 | tilghman | Create test verifying results of expression parser | |
295031 | tilghman | Err, oops. Made it const to verify that it wasn't altered, but forgot to revert before commit. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
UPGRADE.txt | 5 apps/app_dial.c | 2 apps/app_meetme.c | 18 - apps/app_sms.c | 6 apps/app_voicemail.c | 166 +++++++---- autoconf/ast_ext_lib.m4 | 1 cdr/cdr_pgsql.c | 25 + channels/chan_dahdi.c | 372 ++++++++++++++++++-------- channels/chan_iax2.c | 220 +++++++++------ channels/chan_local.c | 313 ++++++++++++---------- channels/chan_oss.c | 9 channels/chan_sip.c | 158 +++++++---- codecs/codec_dahdi.c | 8 configs/cdr_pgsql.conf.sample | 1 configs/gtalk.conf.sample | 24 - configs/jabber.conf.sample | 30 +- configure.ac | 18 + contrib/valgrind.supp | 2 include/asterisk.h | 1 include/asterisk/autoconfig.h.in | 53 +-- include/asterisk/channel.h | 13 include/asterisk/compat.h | 4 include/asterisk/rtp.h | 1 include/asterisk/stringfields.h | 4 main/acl.c | 4 main/ast_expr2.c | 540 ++++++++++++++++++++++++--------------- main/ast_expr2.h | 67 +--- main/ast_expr2.y | 4 main/asterisk.c | 14 - main/asterisk.exports | 1 main/channel.c | 62 +++- main/manager.c | 1 main/pbx.c | 301 ++++++++++++++------- main/rtp.c | 16 + main/strcompat.c | 13 res/res_agi.c | 2 res/res_features.c | 5 res/res_jabber.c | 11 sounds/Makefile | 17 - sounds/sounds.xml | 14 - tests/test_expr.c | 191 +++++++++++++ 41 files changed, 1787 insertions(+), 930 deletions(-)