Release Summary

asterisk-10.7.0

Date: 2012-07-30

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


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

8 rmudgett
7 mjordan
7 mmichelson
5 kmoore
4 Mark
4 twilson
2 jrose
2 may
1 file
1 jcolp
1 kpfleming
1 Michael
1 qwell
2 Steve Davies
2 Terry Wilson
1 Dan Delaney
1 Guenther Kelleter
1 jamicque
1 Julian Yap
1 Michael L. Young
1 Paul Belanger
1 rmudgett
1 Tilghman Lesher
3 lmadsen
2 fnordian
2 one47
1 alecdavis
1 drdelaney
1 elguero
1 jamicque
1 karlfife
1 mdavenport
1 mjordan
1 mmichelson
1 sdolloff
1 themsley
1 tomaso
1 tsarik
1 twilson
1 vsauer

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: Addons/chan_ooh323


ASTERISK-19179: RTP inactivity SIP / ooh323 wont work
Revision: 369091
Reporter: tsarik
Coders: may

Category: Applications/app_dial


ASTERISK-19611: SIP stack stops working (deadlock?) if a call to a snom phone is redirected by "302 Moved temporarily" to chan_local
Revision: 368899
Reporter: vsauer
Coders: Mark

Category: Applications/app_voicemail


ASTERISK-19923: Asterisk crashing due to memory corruptions in chan_sip/voicemail
Revision: 369653
Reporter: drdelaney
Testers: Dan Delaney, Julian Yap
Coders: kmoore

Category: Channels/chan_iax2


ASTERISK-19801: Deadlock with masquerade and chan_iax
Revision: 368760
Reporter: alecdavis
Testers: Guenther Kelleter
Coders: rmudgett

Category: Channels/chan_local


ASTERISK-19611: SIP stack stops working (deadlock?) if a call to a snom phone is redirected by "302 Moved temporarily" to chan_local
Revision: 368899
Reporter: vsauer
Coders: Mark

Category: Channels/chan_sip/General


ASTERISK-19179: RTP inactivity SIP / ooh323 wont work
Revision: 369091
Reporter: tsarik
Coders: may

ASTERISK-19859: cid_tag is not set according to the sip configuration anymore if get_rpid() != 0
Revision: 368808
Reporter: tomaso
Coders: mmichelson

ASTERISK-19892: If Asterisk sends a 481 to an initial INVITE that contained a to-tag, then Asterisk will not recognize the ensuing ACK
Revision: 369353
Reporter: mmichelson
Coders: mmichelson

ASTERISK-19992: SIP re-INVITEs have no transaction timeout
Revision: 369437
Reporter: one47
Testers: Steve Davies, Terry Wilson
Coders: twilson

ASTERISK-19992: SIP re-INVITEs have no transaction timeout
Revision: 369558
Reporter: one47
Testers: Steve Davies, Terry Wilson
Coders: twilson

ASTERISK-20008: outboundproxy ignored after when sending invite after 407
Revision: 369067
Reporter: fnordian
Coders: Mark

ASTERISK-20040: Asterisk crashes when a guest call uses directmedia
Revision: 369215
Reporter: twilson
Coders: twilson

Category: Channels/chan_sip/IPv6


ASTERISK-16618: Unable to use IPv4 addresses for a TCP host when using IPv6
Revision: 369472
Reporter: lmadsen
Coders: jcolp

Category: Channels/chan_sip/Interoperability


ASTERISK-19601: Failure of domain matching on authentication of INVITE request produces misleading NOTICE message; bypasses alwaysauthreject logic
Revision: 369303
Reporter: mjordan
Coders: Mark

Category: Core/Configuration


ASTERISK-19910: Add sip_notify.conf entry for Digium phones
Revision: 369819
Reporter: mdavenport
Coders: qwell

ASTERISK-19920: res_adsi module is loaded (or Asterisk thinks it is) despite no modules.conf, noload or autoload=no instructions
Revision: 368885
Reporter: lmadsen
Coders: mmichelson

Category: Core/General


ASTERISK-19834: Memory leak caused by thread created by bridge_channel_join being neither joined nor detached
Revision: 369709
Reporter: fnordian
Coders: mmichelson

Category: Core/Netsock


ASTERISK-20006: Fix NULL pointer segfault in ast_sockaddr_parse()
Revision: 369109
Reporter: elguero
Testers: Michael L. Young
Coders: Michael

Category: Documentation


ASTERISK-20007: GotoIf() documentation updates to be more clear that [[context,]extension,]priority is valid
Revision: 369871
Reporter: lmadsen
Coders: kmoore

Category: General


ASTERISK-19492: Group write permission removed from existing directory /etc/asterisk/. when updating
Revision: 368831
Reporter: karlfife
Testers: Paul Belanger, Tilghman Lesher
Coders: mjordan

Category: Resources/res_adsi


ASTERISK-19920: res_adsi module is loaded (or Asterisk thinks it is) despite no modules.conf, noload or autoload=no instructions
Revision: 368885
Reporter: lmadsen
Coders: mmichelson


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
368721kmooreFix compilation in dev-mode
368739kmooreFix coverity UNUSED_VALUE findings in core support level files ASTERISK-19672
368853mjordanDo not install empty directories; add ASTLIBDIR
368895mjordanMark res_smdi/res_adsi as 'core' supported modules
368928mmichelsonRevert Makefile change to remove embedding res_adsi.so
368947mjordanAST-2012-009: Fix crash in chan_skinny due to Key Pad Button Message handling ASTERISK-19905
369005kpflemingMultiple revisions 369001-369002
369147mayfix locking issue on empty callList ASTERISK-19298
369206kmooreDon't parse media stream state for SIP video streams
369236rmudgettChange incorrect chan_sip zombie hangup debug message. They are all zombies now.
369239rmudgettCheck if PBX was started for generic CCSS recall.
369259rmudgettCheck if PBX was started and fix F and F(x) action logic in Dial application.
369263rmudgettExplicitly check caller hangup in app Queue rather than a polluted res2 value.
369283rmudgettFix Bridge application and AMI Bridge action error handling.
369325mmichelsonMultiple revisions 369323-369324
369369mjordanFix incorrect duration reporting in CDRs created in batch mode ASTERISK-19860
369391mjordanFix crash in unloading of res_adsi module
369491fileWith some configurations a transport is not actually specified so assume UDP in these cases.
369511mmichelsonFix apparent copy and paste error where incorrect "glue" is used.
369580twilsonMore improvements to re-INVITEs timing out after a provisional response ASTERISK-19992
369627mjordanDo not send a BYE when a provisional response arrives during a re-INVITE ASTERISK-19992
369751jrosechan_sip: Add case for FLASH control frames so that we don't display a warning.
369793jrosechan_sip: Fix small behavioral change accidentally introduced in r369750

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.

Makefile                               |   46 +--
addons/chan_ooh323.c                   |   23 +
addons/ooh323c/src/ooCalls.c           |    3
addons/ooh323c/src/ooq931.c            |    2
apps/app_dial.c                        |   34 +-
apps/app_directory.c                   |    3
apps/app_queue.c                       |   14 -
apps/app_stack.c                       |    5
apps/app_voicemail.c                   |   86 +++++-
apps/confbridge/conf_config_parser.c   |    4
build_tools/find_missing_support_level |    3
channels/chan_dahdi.c                  |   16 -
channels/chan_iax2.c                   |   15 -
channels/chan_misdn.c                  |    1
channels/chan_sip.c                    |  235 +++++++++++++------
channels/chan_skinny.c                 |   14 -
channels/console_board.c               |    4
channels/console_gui.c                 |    4
channels/console_video.c               |    4
channels/iax2-parser.c                 |    4
channels/iax2-provision.c              |    4
channels/misdn/ie.c                    |    4
channels/misdn/isdn_lib.c              |    4
channels/misdn/isdn_msg_parser.c       |    4
channels/misdn/portinfo.c              |    3
channels/misdn_config.c                |    4
channels/sig_analog.c                  |   15 +
channels/sig_pri.c                     |    3
channels/sig_ss7.c                     |    3
channels/sip/config_parser.c           |    4
channels/sip/dialplan_functions.c      |    8
channels/sip/include/sip.h             |    4
channels/sip/reqresp_parser.c          |    6
channels/sip/sdp_crypto.c              |    8
channels/sip/security_events.c         |    4
channels/sip/srtp.c                    |    4
channels/vcodecs.c                     |    4
channels/vgrabbers.c                   |    4
configs/sip_notify.conf.sample         |    5
funcs/func_strings.c                   |    3
funcs/func_volume.c                    |    3
include/asterisk/adsi.h                |   93 +++++--
include/asterisk/channel.h             |    2
include/asterisk/netsock2.h            |    3
main/Makefile                          |    3
main/abstract_jb.c                     |    4
main/acl.c                             |    4
main/adsi.c                            |  351 ++++++++++++++++++++++++++++
main/alaw.c                            |    4
main/aoc.c                             |    4
main/app.c                             |    4
main/asterisk.c                        |    4
main/astfd.c                           |    4
main/astmm.c                           |    4
main/astobj2.c                         |    5
main/audiohook.c                       |    4
main/autochan.c                        |    4
main/autoservice.c                     |    4
main/bridging.c                        |   18 -
main/callerid.c                        |    4
main/ccss.c                            |   13 -
main/cdr.c                             |   10
main/cel.c                             |    4
main/channel.c                         |   14 -
main/chanvars.c                        |    4
main/cli.c                             |    4
main/config.c                          |    4
main/data.c                            |    4
main/datastore.c                       |    4
main/db.c                              |    4
main/devicestate.c                     |    4
main/dial.c                            |    4
main/dns.c                             |    4
main/dnsmgr.c                          |    4
main/dsp.c                             |    4
main/enum.c                            |    4
main/event.c                           |    4
main/features.c                        |  407 ++++++++++++++++++---------------
main/file.c                            |    4
main/fixedjitterbuf.c                  |    4
main/format.c                          |    4
main/format_cap.c                      |    4
main/format_pref.c                     |    4
main/frame.c                           |    4
main/framehook.c                       |    4
main/fskmodem.c                        |    4
main/fskmodem_float.c                  |    4
main/fskmodem_int.c                    |    4
main/global_datastores.c               |    4
main/hashtab.c                         |    4
main/heap.c                            |    4
main/image.c                           |    4
main/indications.c                     |    4
main/io.c                              |    4
main/jitterbuf.c                       |    4
main/loader.c                          |    8
main/lock.c                            |    4
main/logger.c                          |    4
main/md5.c                             |    6
main/message.c                         |    4
main/netsock.c                         |    4
main/netsock2.c                        |   10
main/pbx.c                             |   24 +
main/plc.c                             |    4
main/privacy.c                         |    4
main/rtp_engine.c                      |    6
main/say.c                             |    6
main/sched.c                           |    4
main/security_events.c                 |    4
main/slinfactory.c                     |    4
main/srv.c                             |    4
main/ssl.c                             |    4
main/stdtime/localtime.c               |    4
main/strcompat.c                       |    4
main/strings.c                         |    4
main/stun.c                            |    4
main/syslog.c                          |    4
main/taskprocessor.c                   |    4
main/tcptls.c                          |    7
main/tdd.c                             |    4
main/term.c                            |    4
main/test.c                            |    4
main/threadstorage.c                   |    4
main/timing.c                          |    4
main/translate.c                       |    4
main/udptl.c                           |    7
main/ulaw.c                            |    4
main/utils.c                           |    4
main/xml.c                             |    4
main/xmldoc.c                          |    4
pbx/dundi-parser.c                     |    4
pbx/pbx_config.c                       |    4
res/ael/pval.c                         |    4
res/ais/clm.c                          |    4
res/ais/evt.c                          |    4
res/res_adsi.c                         |  187 ++++++++++-----
res/res_adsi.exports.in                |   33 --
res/res_config_odbc.c                  |    7
res/res_fax.c                          |    2
res/res_odbc.c                         |    2
res/res_smdi.c                         |    2
res/res_speech.c                       |    3
res/snmp/agent.c                       |    4
utils/astdb2bdb.c                      |    6
utils/astdb2sqlite3.c                  |    6
145 files changed, 1645 insertions(+), 521 deletions(-)