Release Summary

asterisk-1.4.40

Date: 2011-02-22

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


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

6 lmadsen
6 tilghman
5 jpeeler
5 mnicholson
1 abelbeck
1 ks3
1 rmudgett
1 russell
1 seanbright
1 twilson
1 tzafrir
2 elguero
2 jthurman
2 trev
2 zerohalo
1 abelbeck
1 ks3
1 mdu113
1 pabelanger
1 russell
1 twilson
1 abelbeck
1 bcnit
1 jlaguilar
1 ks3
1 mdu113
1 pabelanger
1 rgj
1 zerohalo

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: Channels/chan_sip/DatabaseSupport


#18251: [patch] Realtime field 'fullcontact' populated with invalid data
Revision: 298480
Reporter: bcnit
Testers: trev, jthurman, elguero, zerohalo
Coders: tilghman

Category: Channels/chan_sip/Subscriptions


#18075: [patch] Asterisk fails to recognize SUBSCRIBE retransmissions and tries to re-authenticate them, which breaks presence on polyco
Revision: 300216
Reporter: mdu113
Testers: twilson, mdu113
Coders: twilson

Category: Core/BuildSystem


#18301: [patch] [regression] Change in revision 284478 causes configure to exit when cross-compiling
Revision: 301869
Reporter: abelbeck
Testers: abelbeck, russell
Coders: abelbeck

Category: Functions/func_odbc


#18243: [patch] Random segfault when querying MySQL via func_odbc
Revision: 300621
Reporter: ks3
Testers: ks3
Coders: ks3

Category: General


#18130: [regression] DTMF on agent channel causes high CPU
Revision: 301502
Reporter: rgj
Coders: jpeeler

Category: PBX/pbx_realtime


#16228: eswitch does not substiotute variables when using Local Channel
Revision: 299624
Reporter: jlaguilar
Coders: tilghman

Category: Resources/res_config_odbc


#18279: [patch] res_odbc using ^ separator in M(macro) option as argument separator in Dial app gives control characters
Revision: 298480
Reporter: zerohalo
Testers: trev, jthurman, elguero, zerohalo
Coders: tilghman

Category: Resources/res_fax


#18481: [patch] *** glibc detected *** /usr/sbin/asterisk: free(): invalid pointer on shutdown
Revision: 298392
Reporter: pabelanger
Testers: pabelanger
Coders: tilghman


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
298193rmudgettOutgoing PRI/BRI calls cannot do DTMF triggered transfers.
298345seanbrightFix reference and container leaks when running 'astobj2 test.'
298596jpeelerFix improper hangup when doing an attended transfer to queue.
298683jpeelerAfter recording only silence for a voicemail prepending, restore backup files.
298820tilghmanDocument the -F option.
298905tilghmanLet Asterisk find better backtrace information with libbfd.
299002tzafrirTypos: recieved => received
299194mnicholsonRespond as soon as possible with a 202 Accepted to refer requests.
299198mnicholsonRemove changes to via processing that were not supposed to go into the last commit.
299220mnicholsonUse ast_free() instead of free()
300428russellUpdate the autosupport script from Digium support.
300918jpeelerEnsure good bye prompt in voicemail is played at the correct time.
300924jpeelerchange variable name to the same used in later branches
301305mnicholsonPrevent buffer overflows in ast_uri_encode()
301591mnicholsonDon't store the thread id for the manager session in the structure we pass to
303100lmadsenCreate 1.4.40-rc2 from 1.4.40-rc1.
303143lmadsenUpdate .version, ChangeLog, and merge changes.
303766lmadsenImporting release summary for 1.4.40-rc2 release.
308139lmadsenCreate 1.4.40-rc3 from 1.4.40-rc2
308142lmadsenUpdate .version file, remove older summary files, update ChangeLog, merge change that was a blocker for this release.
308145lmadsenImporting release summary for 1.4.40-rc3 release.

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                        |   22 +
apps/app_queue.c                 |    2
apps/app_rpt.c                   |    2
apps/app_voicemail.c             |   25 +
asterisk-1.4.40-rc2-summary.html |   60 ---
asterisk-1.4.40-rc2-summary.txt  |   90 -----
asterisk-1.4.40-rc3-summary.html |   60 +++
asterisk-1.4.40-rc3-summary.txt  |   93 +++++
build_tools/cflags-devmode.xml   |    5
build_tools/menuselect-deps.in   |    2
cdr/cdr_sqlite.c                 |    5
channels/chan_dahdi.c            |   13
channels/chan_local.c            |   12
channels/chan_sip.c              |  101 +++---
configure.ac                     |   54 +--
contrib/scripts/autosupport      |  639 +++++++++++++++++++++++++++------------
contrib/scripts/autosupport.8    |   66 ++--
include/asterisk/autoconfig.h.in |   59 ++-
include/asterisk/smdi.h          |    2
include/asterisk/utils.h         |    9
main/Makefile                    |    4
main/abstract_jb.c               |    2
main/astobj2.c                   |    3
main/channel.c                   |    2
main/logger.c                    |  163 +++++++++
main/manager.c                   |   22 -
main/utils.c                     |   47 ++
makeopts.in                      |    3
res/res_config_odbc.c            |    5
res/res_jabber.c                 |    2
res/res_odbc.c                   |   18 -
res/res_smdi.c                   |    6
33 files changed, 1038 insertions(+), 562 deletions(-)