Release Summary

asterisk-1.4.36-rc1

Date: 2010-08-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.35.


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

4 dvossel
4 tilghman
3 jpeeler
3 rmudgett
2 RoadKill
2 twilson
1 addix
1 jeang
1 klaus3000
1 lmadsen
1 mmichelson
1 nic
1 qwell
1 russell
1 snuffy
1 addix
1 dvossel
1 jstapleton
1 manvirr
1 schmidts
1 sdolloff
1 sybasesql
1 twilson
1 zerohalo
2 manvirr
2 RoadKill
1 addix
1 anonymouz666
1 jstapleton
1 klaus3000
1 kobaz
1 nic_bellamy
1 nickb
1 sdolloff
1 sybasesql
1 wuwu
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: Applications/General


#17080: [patch] Asterisk crashes while core restart (#0 0x000000000050683c in term_beep (el=0x16cdd9b0) at term.c:865)
Revision: 278981
Reporter: sybasesql
Testers: sybasesql
Coders: tilghman

Category: Applications/app_chanspy


#17630: [patch] Chanspy Keeps using G729 Encoder licenses even after the spying channel hangs up.
Revision: 279945
Reporter: manvirr
Coders: dvossel

#17630: [patch] Chanspy Keeps using G729 Encoder licenses even after the spying channel hangs up.
Revision: 280448
Reporter: manvirr
Testers: manvirr, dvossel
Coders: dvossel

Category: Applications/app_dial


#17641: [patch] reset visible_indication after call answering
Revision: 281566
Reporter: klaus3000
Testers: schmidts
Coders: klaus3000

Category: Applications/app_disa


#16661: [patch] DISA doesn't honor caller ID on the channel
Revision: 280811
Reporter: jstapleton
Testers: jstapleton
Coders: tilghman

Category: Channels/chan_dahdi


#17874: [patch] Q931 - Sending PROGRESS after sending ALERTING is a protocol error
Revision: 283048
Reporter: nic_bellamy
Coders: nic

Category: Channels/chan_iax2


#17138: [patch] CallerID not properly set when using Originate and AGI
Revision: 281390
Reporter: kobaz
Coders: jpeeler

Category: Channels/chan_sip/General


#17497: [patch] [regression] Segmentation fault in scheduled event
Revision: 281185
Reporter: anonymouz666
Coders: dvossel

#17643: [patch] dialplan reload deadlocks in ast_rdlock_contexts when calling ast_hint_state_changed
Revision: 280982
Reporter: zerohalo
Testers: zerohalo
Coders: tilghman

#17712: TOS_SIP does not get set
Revision: 282893
Reporter: nickb
Coders: dvossel

Category: Channels/chan_sip/Transfers


#17007: [patch] RTP Timestamp changes after transfer, but SSRC not and the markerbit ist not set.
Revision: 282430
Reporter: addix
Testers: addix, twilson
Coders: addix, twilson

Category: Core/Configuration


#17833: [patch] say.conf has problem with large numbers
Revision: 281762
Reporter: RoadKill
Coders: RoadKill

#17836: [patch] say.conf added support for Danish
Revision: 281819
Reporter: RoadKill
Coders: RoadKill

Category: Core/RTP


#17404: [patch] [regression] audio delay when bridging calls related to timestamp mismatch
Revision: 281911
Reporter: sdolloff
Testers: sdolloff
Coders: jpeeler

Category: General


#17568: [patch] DNID does not get cleard on new call
Revision: 278701
Reporter: wuwu
Coders: rmudgett


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
278984tilghmanEstablish a maximum version for openh323 (i.e. not opal), because chan_h323 will fail to load, even if it links. #17679
279053mmichelsonBackport fixes for sip_uri_params_cmp() from trunk.
279206rmudgettSIP promiscuous redirect could fail to dial the redirect.
279344jpeelerProvide a default value for DAHDI_TRANSCODE so when DAHDI is not installed
279346snuffyMinor update to man page
280088lmadsenUpdate help text to be less confusing.
280341jeangFix a dsp structure leak occuring when a local channel is put into a meetme
280944russellCopy astcli back to 1.4 so it's available for automated testing purposes.
282129qwellRegister CLI commands before parsing config, in case there is a config error.
282729twilsonAdd some documentation about codec negotiation to sip.conf
283123rmudgettMerged revision 278274 from

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                  |   12 +-
apps/app_meetme.c                |    3
apps/app_queue.c                 |    9 +
autoconf/ast_check_pwlib.m4      |   12 ++
channels/chan_dahdi.c            |   18 +--
channels/chan_local.c            |   20 +++
channels/chan_sip.c              |  204 +++++++++++++++++++++++++++------------
configs/say.conf.sample          |   96 +++++++++++++++++-
configs/sip.conf.sample          |   13 ++
configure.ac                     |    3
contrib/scripts/astcli           |  167 +++++++++++++++++++++++++++++++
contrib/scripts/live_ast         |    2
doc/asterisk.8                   |    4
funcs/func_callerid.c            |    6 +
include/asterisk/audiohook.h     |    7 +
include/asterisk/autoconfig.h.in |   51 ++++-----
main/asterisk.c                  |   19 ++-
main/audiohook.c                 |   12 ++
main/channel.c                   |   27 ++++-
main/pbx.c                       |   14 +-
pbx/pbx_config.c                 |    7 -
21 files changed, 572 insertions(+), 134 deletions(-)