Release Summary

asterisk-1.8.0-rc4

Date: 2010-10-18

<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.8.0-rc3.


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

11 dvossel
7 rmudgett
4 twilson
2 espiceland
2 jpeeler
2 may
2 pabelanger
2 russell
2 tilghman
1 lathama
1 lmadsen
1 qwell
1 tzafrir
1 wdoekes
1 alecdavis
1 dvossel
1 jamesnet
1 lmadsen
1 ovi
1 rmudgett
1 vrban
2 jamesnet
2 tzafrir
1 davidw
1 jmls
1 lathama
1 lmadsen
1 ovi
1 seandarcy
1 shin-shoryuken
1 st
1 vrban

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/app_dial


#16946: Call that clears in same app_dial poll as answer is reported as NOANSWER but NORMAL_CLEARING
Revision: 291581
Reporter: davidw
Coders: twilson

Category: Applications/app_fax


#18116: [patch] [regression] faxdetect now must apply to all dahdi channels; change from 1.6.2.x
Revision: 291541
Reporter: seandarcy
Coders: rmudgett

Category: Channels/chan_dahdi


#16847: [patch] Deadlock between dahdi_exception and dahdi_indicate
Revision: 291656
Reporter: shin-shoryuken
Testers: alecdavis, rmudgett
Coders: rmudgett

Category: Channels/chan_sip/General


#18135: [patch] chan_sip loses port information for peers in memory when using bindaddr=::
Revision: 291942
Reporter: lmadsen
Testers: lmadsen
Coders: dvossel

Category: Channels/chan_sip/IPv6


#18099: [patch] tos_sip and tos_audio doesn't work on IPV6
Revision: 291829
Reporter: jamesnet
Testers: dvossel, jamesnet
Coders: dvossel

#18099: [patch] tos_sip and tos_audio doesn't work on IPV6
Revision: 292085
Reporter: jamesnet
Coders: dvossel

Category: Core/BuildSystem


#17314: [patch] ./configure --with-pri=LIBPATH does not use libpri from LIBPRI_PATH
Revision: 290752
Reporter: tzafrir
Coders: qwell

Category: Core/General


#17698: CTRL-C from asterisk -vvvvvvvvc has strange results
Revision: 290864
Reporter: jmls
Coders: jpeeler

Category: Core/ManagerInterface


#17994: [patch] crash in __ast_manager_event_multichan
Revision: 291227
Reporter: vrban
Testers: vrban
Coders: dvossel

Category: Core/Portability


#18137: [patch] failure to cross compile asterisk-1.8.0-rc3
Revision: 291791
Reporter: ovi
Testers: ovi
Coders: wdoekes

Category: Resources/res_musiconhold


#16906: [patch] moh files install under datadir, at runtime: under varlibdir
Revision: 292050
Reporter: tzafrir
Coders: tzafrir

Category: Resources/res_phoneprov


#18107: [patch] Add Undocumented Variables to phoneprov.conf.sample
Revision: 291284
Reporter: lathama
Coders: lathama

Category: Resources/res_srtp


#18085: Segmentation fault caused by "core restart when convenient" while SRTP call is active
Revision: 292016
Reporter: st
Coders: twilson


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
290828dvosselOutbound gtalk calls now work correctly.
290829dvosselAdd Philippe Sultan to chan_gtalk author list.
290937espicelandAdd option to res_config_mysql and app_mysql to specify a character set that MySQL should use.
290938espicelandParentheses around assignment used as truth value, introduced in r290937.
290973dvosselMake outbound Google Voice calls.
291005mayAdded fast start and h.245 tunneling options per user and peer. #17972
291037maysmall correction for verbose print h.323 packets
291038tilghmanAdd missing option to set calls to be logged in GMT/UTC.
291075rmudgettFixed infinite loop in verbose/debug message output.
291112rmudgettAdd missing unlock to an exception condition in reload_config().
291113rmudgettMove declaration closer to where now used.
291192dvosselGtalk enhancements and general code cleanup.
291194dvosselUpdate CHANGES to reflect new gtalk.conf options.
291230lmadsenAdd documention that mentions options are defined but not used.
291265tilghmanOops, incorrect range (although unallocated at ARIN)
291394russellLock pvt so pvt->owner can't disappear when queueing up a frame.
291469rmudgettMerge revision 291468 from
291507rmudgettMerged revision 291504 from
291575twilsonAdd a simple AMI client web page
291578dvosselMore fixup for chan_gtalk.
291725russellFix a typo - s/seucre/secure/
291758pabelangerAdd the ability for ast_find_ourip to return IPv4, IPv6 or both.
291827dvosselSafer xml parsing, treat all clients the same, and better local candidate selection.
291905twilsonDon't crash or deadlock on module unload
291940pabelangerClean up formatting.
292083jpeelerDisable use of inotify for call file handling as it is not working properly.

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.

CHANGES                              |    6
Makefile                             |    3
addons/app_mysql.c                   |   19 -
addons/chan_ooh323.c                 |   42 ++
addons/ooh323c/src/oochannels.c      |    3
addons/ooh323c/src/ooh245.c          |   18 -
addons/ooh323c/src/ooh323.c          |   84 +++--
addons/res_config_mysql.c            |   16
autoconf/ast_ext_lib.m4              |    1
cdr/cdr_pgsql.c                      |   47 ++
channels/chan_dahdi.c                |   80 +++-
channels/chan_gtalk.c                |  579 +++++++++++++++++------------------
channels/chan_h323.c                 |    2
channels/chan_jingle.c               |   10
channels/chan_misdn.c                |  281 +++++++++++-----
channels/chan_sip.c                  |   37 +-
channels/sig_analog.c                |  303 +++++++++++++-----
channels/sig_analog.h                |    3
configs/cdr_pgsql.conf.sample        |    1
configs/gtalk.conf.sample            |   26 -
configs/manager.conf.sample          |    4
configs/musiconhold.conf.sample      |    2
configs/phoneprov.conf.sample        |   14
configs/res_config_mysql.conf.sample |    5
doc/tex/secure-calls.tex             |    2
include/asterisk/acl.h               |    4
include/asterisk/autoconfig.h.in     |   53 +--
include/asterisk/stun.h              |    2
main/acl.c                           |    8
main/asterisk.c                      |    9
main/channel.c                       |   13
main/cli.c                           |   56 ++-
main/manager.c                       |   32 -
main/netsock2.c                      |   32 +
main/stdtime/localtime.c             |    7
pbx/pbx_spool.c                      |    5
res/res_jabber.c                     |    6
res/res_musiconhold.c                |    2
res/res_srtp.c                       |    2
res/res_stun_monitor.c               |    1
static-http/mantest.html             |  177 ++++++++++
41 files changed, 1341 insertions(+), 656 deletions(-)