Release Summary

asterisk-1.8.9.3

Date: 2012-02-23

<asteriskteam@digium.com>


Table of Contents

  1. Summary
  2. Contributors
  3. Other Changes
  4. 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.8.9.2.


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

13 seanbright
8 pabelanger
8 rmudgett
6 mmichelson
2 kmoore
2 qwell
2 twilson
1 alecdavis
1 file
1 may
1 mjordan

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
354594mmichelsonFix translation path choices. ASTERISK-16821
354640mmichelsonRemove outdated comment.
354655kmooreMake the config parser remove escaping backslashes ASTERISK-17121
354702kmooreFix parsing of SIP headers where compact and non-compact headers are mixed ASTERISK-17192
354749twilsonNote that CDRs are immutable once a bridge is torn down ASTERISK-16923
354835rmudgettFix AMI Redirect ExtraChannel not redirecting to the same exten and context. ASTERISK-16974
354889qwellFix a voicemail memory leak with heard/deleted messages.
354953rmudgettFix reconnecting to pgsql database after connection loss. ASTERISK-16982
355009fileOnly allow one 'dialplan reload' to execute at a time as otherwise they would share the same common local context list.
355056rmudgettFix occasional incorrectly delayed call-file execution. ASTERISK-19081
355136maycall manager_event only if there is not null channel structure ASTERISK-19298
355182seanbrightClear the high order bit from the destination call number before sending.
355228qwellDon't enable sqlite3 CDRs by default in sample configs.
355268mmichelsonProperly invert the return of a strncmp call.
355319rmudgettFix lock typo that should be unlock in cel_sqlite_custom reload. ASTERISK-19356
355365rmudgettFix voicemail problems when using ogg/vorbis. ASTERISK-16926
355448seanbrightUse TRUNK_CALL_START as originally intended.
355458seanbrightOnly use maxtrunkcall and maxnontrunkcall in chan_iax2 if IAX_OLD_FIND is specified.
355529seanbrightWhen IAX2 debugging is enabled, make sure to log 'apathetic' messages too.
355574rmudgettFix AMI Monitor action without File header converting channel name into filename.
355608rmudgettFix compile problem when old version of libvorbisfile v1.1.2 is used. ASTERISK-19370
355622seanbrightRevert a change to audio_audiohook_write_list that had no affect.
355700pabelangerFix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
355701pabelangerMissed a variable
355711pabelangerRevert 355700 and 355701
355721mmichelsonRevert change to translate.c as it has caused an infinite loop to occur in circumstances.
355732mmichelsonFix regressions with regards to route-set creation on early dialogs. ASTERISK-19358
355746seanbrightPass the correct value to ast_timer_set_rate() for IAX2 trunking.
355793seanbrightDon't allow trunkfreq to be greater than 1000ms.
355839pabelangerFix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
355850alecdavispush 'outgoing' flag from sig_XXX up to chan_dahdi ASTERISK-19316
355901seanbrightSet the length of the ast_sockaddr, so that we can set it's port later.
355904seanbrightAdd some boilerplate documentation for IAXVAR and IAXPEER.
355949seanbrightChange some debug messages from LOG_DEBUG to ast_debug.
355952seanbrightThis was a LOG_NOTICE, so roll it back.
355997seanbrightRemove spurious warning when 'qualifyfreqnotok' is set successfully. ASTERISK-17176
356107seanbrightMake 'iax2 show callnumber usage' output make sense when an IP is passed in.
356214mjordanFix potential buffer overrun and memory leak when executing "sip show peers" ASTERISK-19231, ASTERISK-19361
356290pabelangerFix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
356291twilsonTrack module use count for res_calendar
356335pabelangerAdd back strsep() function for previous commit
356337pabelangerMissed one strsep() function
356430pabelangerFix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
356475mmichelsonFix ACK routing for non-2xx responses. ASTERISK-19389
356521rmudgettFix blind transfer parking issues if the dialed extension is not recognized as a parking extension. ASTERISK-19322

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.

addons/chan_ooh323.c                   |    9
apps/app_rpt.c                         |   69 +----
apps/app_voicemail.c                   |   23 -
autoconf/ast_c_declare_check.m4        |   31 ++
cel/cel_sqlite3_custom.c               |    2
channels/chan_dahdi.c                  |   12
channels/chan_iax2.c                   |   62 +++--
channels/chan_sip.c                    |  113 +++++----
channels/sig_analog.c                  |   16 -
channels/sig_analog.h                  |    1
channels/sig_pri.c                     |   16 -
channels/sig_pri.h                     |    1
channels/sig_ss7.c                     |   14 -
channels/sig_ss7.h                     |    1
configs/cdr_sqlite3_custom.conf.sample |    8
configs/extconfig.conf.sample          |    4
configs/iax.conf.sample                |    3
configure.ac                           |    5
formats/format_ogg_vorbis.c            |  399 +++++++++++----------------------
funcs/func_cdr.c                       |    4
include/asterisk/autoconfig.h.in       |   16 -
include/asterisk/calendar.h            |    2
main/audiohook.c                       |    4
main/config.c                          |    4
main/features.c                        |   81 +++---
main/loader.c                          |    4
main/manager.c                         |    7
pbx/pbx_config.c                       |   10
pbx/pbx_spool.c                        |   41 ++-
res/res_calendar.c                     |    2
res/res_config_pgsql.c                 |   66 +++++
res/res_monitor.c                      |   22 +
res/res_pktccops.c                     |    6
33 files changed, 562 insertions(+), 496 deletions(-)