From ebbaabb3fea1afe3dead9de7e57747a8ffce233d Mon Sep 17 00:00:00 2001 From: Asterisk Autobuilder Date: Mon, 30 Jan 2012 14:13:33 +0000 Subject: [PATCH] Importing release summary for 1.8.10.0-rc1 release. git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.8.10.0-rc1@353311 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- asterisk-1.8.10.0-rc1-summary.html | 284 +++++++++++++++++ asterisk-1.8.10.0-rc1-summary.txt | 491 +++++++++++++++++++++++++++++ 2 files changed, 775 insertions(+) create mode 100644 asterisk-1.8.10.0-rc1-summary.html create mode 100644 asterisk-1.8.10.0-rc1-summary.txt diff --git a/asterisk-1.8.10.0-rc1-summary.html b/asterisk-1.8.10.0-rc1-summary.html new file mode 100644 index 0000000000..d63e35ad0c --- /dev/null +++ b/asterisk-1.8.10.0-rc1-summary.html @@ -0,0 +1,284 @@ + + +Release Summary - asterisk-1.8.10.0-rc1 + +

Release Summary

+

asterisk-1.8.10.0-rc1

+

Date: 2012-01-30

+

<asteriskteam@digium.com>

+
+

Table of Contents

+
    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Closed Issues
  6. +
  7. Other Changes
  8. +
  9. Diffstat
  10. +
+
+

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

+18 rmudgett
+12 jrose
+9 kmoore
+8 mmichelson
+6 kpfleming
+6 mjordan
+5 twilson
+3 file
+3 russell
+2 alecdavis
+2 schmidts
+2 wdoekes
+1 may
+1 pabelanger
+1 Yuri
+
+1 Kristjan Vrban
+
+1 rossbeer
+1 ys
+
+
+

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


+ASTERISK-19057: message-summary NOTIFY: Port in Message-Account added twice and mwi_from (sip.conf) has no effect
+Revision: 351759
+Reporter: ys
+Coders: Yuri
+
+

Category: Channels/chan_sip/Transfers


+ASTERISK-19173: All blind transfers failing on 1.8.9.0-rc1
+Revision: 352199
+Reporter: rossbeer
+Testers: Kristjan Vrban
+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
349450jroseFix documentation for SayNumber to reflect the fact that language is changed in CHANNEL()ASTERISK-18962
349482jroseAdds Subscription-State header to notify with call completion. per RFC3265ASTERISK-17953
349504kmooreUpdate autosupport script and man page
349529kmooreMake debian init script conform to the LSB standardASTERISK-17958
349558rmudgettFix segfault in chan_dahdi for CHANNEL(dahdi_span) evaluation on hangup.ASTERISK-19142
349672jroseEnsures Asterisk closes when receiving terminal signals in 'no fork' mode.ASTERISK-19127
349728jroseFix an issue where dsp.c would interpret multiple dtmf events from a single key press.ASTERISK-17493
349731kmooreAllow playback of formats that don't support seekingASTERISK-18994
349819rmudgettMake not assume that the cel_sqlite3_custom SQL table primary key is AcctId.ASTERISK-18963
349872rmudgettFix memory leaks in app_followme find_realtime().ASTERISK-19055
349968twilsonDon't leak CID in From header when presentation=unavailableASTERISK-16538
350023kmoorePrevent SLA settings from getting wiped out on reload
350075rmudgettMake Asterisk -x command line parameter imply -r parameter presence.ASTERISK-19094
350127rmudgettUpdate contrib script live_ast to invoke Asterisk with valgrind and suppression file.ASTERISK-17339
350128rmudgettlive_ast: valgrind: run asterisk under valgrind
350220rmudgettFix joinable thread terminating without joiner memory leak in chan_iax.c.ASTERISK-17339, ASTERISK-17825
350311rmudgettFix absolute/relative time mismatch in LOCK function.ASTERISK-16868
350364rmudgettMake FollowMe optionally update connected line information when the accepting endpoint is bridged.ASTERISK-18969
350452rmudgettRemove extraneous BRIDGEPEER AMI VarSet event on a CEL dummy channel.ASTERISK-19180
350501jroseAdds peer to CEL report on CEL_BRIDGE_START and CEL_BRIDGE_ENDASTERISK-17940
350552mjordanRealtime queues failed to load queue information without queue member tableASTERISK-19170
350555rmudgettAdd missing CEL logging fields to various CEL backends.ASTERISK-17190
350571rmudgettUse compatible names for event extra data for various CEL backends.ASTERISK-17190
350679mmichelsonSet port to a default sane value if a bogus one is provided when parsing hostnames.
350730kmooreMake sure asterisk builds on OpenBSDASTERISK-18929
350733rmudgettCorrect eventtype names in cel_odbc and cel_pgsql sample files
350736kmooreRun bootstrap.sh for the for the ASTERISK-18929 fixASTERISK-18929
350788kpflemingEnsure that two prerequisites are properly installed on Debian-style distributions.
350789kpflemingCorrect some 'set-but-not-used' variable warnings.
350837kpflemingEnsure that all AC_LANG_PROGRAM calls in the configure script are properly quoted.
350885wdoekesFix -Werror=unused-but-set-variable compile error in utils/extconf.c.ASTERISK-15350
350888wdoekesAllow only one thread at a time to do asterisk cleanup/shutdown.ASTERISK-18883
350975fileAdd missing code to set direct RTP setup information during dialing.
351027mjordanCreate and initialize udptl only when dialog negotiates for image mediaASTERISK-16698, ASTERISK-16794
351080twilsonDon't prematurely stop SIP session timerASTERISK-18996
351130twilsonEnsure ACK retransmit & hangup on non-200 response to INVITEASTERISK-17717
351182russellAdd some missing locking in chan_sip.ASTERISK-18979
351233mjordanFix udptl issue with initial INVITE introduced by r351027
351284mmichelsonUse built-in parsing functions for Contact and Record-Route headers.ASTERISK-18990
351287jroseAdds pjmedia probation concepts to res_rtp_asterisk's learning mode.
351306mmichelsonEliminate odd initialization of probation variable.
351396schmidtsThe get_pai function in chan_sip.c didn't recognized a proper callerid name and
351450mjordanInclude iLBC source code for distribution with AsteriskASTERISK-18943
351504filePrevent crash when an SDP offer is received with an encrypted video stream when support for video is disabled and res_srtp is loaded.ASTERISK-19202
351559jroseEliminates doubling the :port part of SIP Notify Message-Account headers.ASTERISK-19057
351611kmooreCorrect output of RTCP jitter statistics in SR and RR reportsASTERISK-14530
351618rmudgettMisc minor fixes in reqresp_parser.c and chan_sip.c.
351707schmidtsenable doxygen build for files in the channels/sip folder like reqresp_parser.c
351760mjordanRemove unused variable 'tmp' from helpfun in ilbc codec
351765jroseAccidentally left off a semicolon only in 1.8 somehow for previous patch.
351858kmooreAllow ilbc code to build under dev mode
351860kmooreMore corrections for the ilbc code
352014mmichelsonFix RTP reference leak.ASTERISK-19192
352016mmichelsonRemove XXX comment that is not necessary.
352029rmudgettFix ast_app_dtget() time unit inconsistency.ASTERISK-16817
352090rmudgettFix sip_cfg.notifycid to be set with the defined enum values.ASTERISK-19232
352144mjordanCorrectly apply FAXOPT settings (V17, V27, V29) before starting spandsp layerASTERISK-16409
352230mmichelsonFix grammar of comment.
352287fileMove RTP timeout check to before bridged channel check so it is actually executed.ASTERISK-19179, ASTERISK-14534
352291rmudgettFix locking issues with channel datastores in func_odbc.c.ASTERISK-17948
352367jroseSet core sounds version to 1.4.22.ASTERISK-18978
352424mmichelsonDon't do a DNS lookup on an outbound REGISTER host if there is an outbound proxy configured.ASTERISK-16550
352511jroseRedocuments sip types peer, user, friend in sip.conf.sampleASTERISK-15537
352514twilsonClean up some SIP registry-related memory leaks
352551twilsonRemove some extraneous debugging from registry memleak fix
352612kpflemingAvoid unnecessary rebuilds of main/test.c.
352643pabelangerFix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
352704alecdavisCleanup dialog-info+xml Notify dialog
352755jroseCopy amaflags to sip_pvt from peer during create_addr_from_peerASTERISK-19029
352807mayFix outbound DTMF for inband mode (tell asterisk core to generate DTMFASTERISK-19233
352862alecdavisrfc4235 - Section 4.1: Versions MUST be representable using a non-negative 32 bit integer.
352955rmudgettAudit of ao2_iterator_init() usage for v1.8.
352959jroseMake failed PauseMonitor and UnpauseMonitor with no valid channel not close AMI session.ASTERISK-19249
353077russellUpdate ast_set_default_eid() to find more network interfaces.
353126kpflemingAdd 'L16-256' MIME subtype alias for slin16.
353175russellFind even more network interfaces.
353260kpflemingClarify log WARNING message when port-zero SDP 'm' lines received.
+
+

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                                |   22
+addons/chan_mobile.c                   |    9
+addons/chan_ooh323.c                   |   23
+apps/app_chanspy.c                     |   13
+apps/app_dial.c                        |    4
+apps/app_followme.c                    |  262
+apps/app_meetme.c                      |   31
+apps/app_queue.c                       |   36
+apps/app_voicemail.c                   |   17
+autoconf/ast_gcc_attribute.m4          |    8
+autoconf/libcurl.m4                    |    4
+bootstrap.sh                           |    4
+cel/cel_manager.c                      |   34
+cel/cel_odbc.c                         |    2
+cel/cel_pgsql.c                        |    2
+cel/cel_sqlite3_custom.c               |    2
+channels/chan_dahdi.c                  |   15
+channels/chan_h323.c                   |    9
+channels/chan_iax2.c                   |   24
+channels/chan_sip.c                    |  525 -
+channels/sip/config_parser.c           |    4
+channels/sip/include/sip.h             |    2
+channels/sip/reqresp_parser.c          |  200
+codecs/codec_ilbc.c                    |    1
+codecs/ilbc/FrameClassify.c            |  114
+codecs/ilbc/FrameClassify.h            |   27
+codecs/ilbc/LICENSE                    |   29
+codecs/ilbc/LICENSE_ADDENDUM           |   55
+codecs/ilbc/LPCdecode.c                |  158
+codecs/ilbc/LPCdecode.h                |   52
+codecs/ilbc/LPCencode.c                |  240
+codecs/ilbc/LPCencode.h                |   28
+codecs/ilbc/Makefile                   |   11
+codecs/ilbc/PATENTS                    |   24
+codecs/ilbc/StateConstructW.c          |   86
+codecs/ilbc/StateConstructW.h          |   31
+codecs/ilbc/StateSearchW.c             |  211
+codecs/ilbc/StateSearchW.h             |   52
+codecs/ilbc/anaFilter.c                |   72
+codecs/ilbc/anaFilter.h                |   30
+codecs/ilbc/constants.c                |  770 ++
+codecs/ilbc/constants.h                |   80
+codecs/ilbc/createCB.c                 |  231
+codecs/ilbc/createCB.h                 |   58
+codecs/ilbc/doCPLC.c                   |  270
+codecs/ilbc/doCPLC.h                   |   29
+codecs/ilbc/enhancer.c                 |  701 ++
+codecs/ilbc/enhancer.h                 |   36
+codecs/ilbc/extract-cfile.awk          |   24
+codecs/ilbc/filter.c                   |  175
+codecs/ilbc/filter.h                   |   80
+codecs/ilbc/gainquant.c                |  116
+codecs/ilbc/gainquant.h                |   30
+codecs/ilbc/getCBvec.c                 |  193
+codecs/ilbc/getCBvec.h                 |   25
+codecs/ilbc/helpfun.c                  |  324
+codecs/ilbc/helpfun.h                  |  106
+codecs/ilbc/hpInput.c                  |   65
+codecs/ilbc/hpInput.h                  |   24
+codecs/ilbc/hpOutput.c                 |   61
+codecs/ilbc/hpOutput.h                 |   24
+codecs/ilbc/iCBConstruct.c             |  112
+codecs/ilbc/iCBConstruct.h             |   40
+codecs/ilbc/iCBSearch.c                |  512 +
+codecs/ilbc/iCBSearch.h                |   37
+codecs/ilbc/iLBC_decode.c              |  651 +
+codecs/ilbc/iLBC_decode.h              |   42
+codecs/ilbc/iLBC_define.h              |  217
+codecs/ilbc/iLBC_encode.c              |  543 +
+codecs/ilbc/iLBC_encode.h              |   39
+codecs/ilbc/iLBC_test.c                |  314
+codecs/ilbc/lsf.c                      |  283
+codecs/ilbc/lsf.h                      |   27
+codecs/ilbc/packing.c                  |  182
+codecs/ilbc/packing.h                  |   68
+codecs/ilbc/rfc3951.txt                |10867 +++++++++++++++++++++++++++++++++
+codecs/ilbc/syntFilter.c               |   80
+codecs/ilbc/syntFilter.h               |   24
+configs/cel.conf.sample                |    6
+configs/cel_custom.conf.sample         |   13
+configs/cel_odbc.conf.sample           |   53
+configs/cel_pgsql.conf.sample          |   56
+configs/cel_sqlite3_custom.conf.sample |   16
+configs/rtp.conf.sample                |    7
+configs/sip.conf.sample                |   28
+configure.ac                           |  119
+contrib/asterisk-ng-doxygen            |    1
+contrib/init.d/rc.debian.asterisk      |    2
+contrib/scripts/autosupport            |  100
+contrib/scripts/autosupport.8          |    9
+contrib/scripts/get_ilbc_source.sh     |    7
+contrib/scripts/install_prereq         |    4
+contrib/scripts/live_ast               |    9
+contrib/scripts/valgrind_compare       |   21
+funcs/func_lock.c                      |   23
+funcs/func_odbc.c                      |   24
+funcs/func_timeout.c                   |    4
+include/asterisk/autoconfig.h.in       |   14
+include/asterisk/indications.h         |    3
+include/asterisk/netsock2.h            |    8
+main/app.c                             |   12
+main/asterisk.c                        |  213
+main/cel.c                             |   15
+main/dsp.c                             |   63
+main/features.c                        |   15
+main/file.c                            |   16
+main/indications.c                     |    2
+main/netsock.c                         |   32
+main/pbx.c                             |    3
+main/rtp_engine.c                      |    5
+main/taskprocessor.c                   |    2
+main/test.c                            |    8
+res/res_fax_spandsp.c                  |   27
+res/res_monitor.c                      |   35
+res/res_odbc.c                         |    5
+res/res_rtp_asterisk.c                 |   85
+res/res_srtp.c                         |   46
+res/snmp/agent.c                       |    9
+sounds/Makefile                        |    2
+utils/extconf.c                        |    7
+120 files changed, 20226 insertions(+), 836 deletions(-)
+

+
+ + diff --git a/asterisk-1.8.10.0-rc1-summary.txt b/asterisk-1.8.10.0-rc1-summary.txt new file mode 100644 index 0000000000..fbefc5d433 --- /dev/null +++ b/asterisk-1.8.10.0-rc1-summary.txt @@ -0,0 +1,491 @@ + Release Summary + + asterisk-1.8.10.0-rc1 + + Date: 2012-01-30 + + + + ---------------------------------------------------------------------- + + 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.9.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 + 18 rmudgett 1 Kristjan Vrban 1 rossbeer + 12 jrose 1 ys + 9 kmoore + 8 mmichelson + 6 kpfleming + 6 mjordan + 5 twilson + 3 file + 3 russell + 2 alecdavis + 2 schmidts + 2 wdoekes + 1 may + 1 pabelanger + 1 Yuri + + ---------------------------------------------------------------------- + + 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/Subscriptions + + ASTERISK-19057: message-summary NOTIFY: Port in Message-Account added + twice and mwi_from (sip.conf) has no effect + Revision: 351759 + Reporter: ys + Coders: Yuri + + Category: Channels/chan_sip/Transfers + + ASTERISK-19173: All blind transfers failing on 1.8.9.0-rc1 + Revision: 352199 + Reporter: rossbeer + Testers: Kristjan Vrban + 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. + + +------------------------------------------------------------------------+ + |Revision|Author |Summary |Issues | + | | | |Referenced | + |--------+----------+------------------------------------+---------------| + | | |Fix documentation for SayNumber to | | + |349450 |jrose |reflect the fact that language is |ASTERISK-18962 | + | | |changed in CHANNEL() | | + |--------+----------+------------------------------------+---------------| + | | |Adds Subscription-State header to | | + |349482 |jrose |notify with call completion. per |ASTERISK-17953 | + | | |RFC3265 | | + |--------+----------+------------------------------------+---------------| + |349504 |kmoore |Update autosupport script and man | | + | | |page | | + |--------+----------+------------------------------------+---------------| + |349529 |kmoore |Make debian init script conform to |ASTERISK-17958 | + | | |the LSB standard | | + |--------+----------+------------------------------------+---------------| + | | |Fix segfault in chan_dahdi for | | + |349558 |rmudgett |CHANNEL(dahdi_span) evaluation on |ASTERISK-19142 | + | | |hangup. | | + |--------+----------+------------------------------------+---------------| + | | |Ensures Asterisk closes when | | + |349672 |jrose |receiving terminal signals in 'no |ASTERISK-19127 | + | | |fork' mode. | | + |--------+----------+------------------------------------+---------------| + | | |Fix an issue where dsp.c would | | + |349728 |jrose |interpret multiple dtmf events from |ASTERISK-17493 | + | | |a single key press. | | + |--------+----------+------------------------------------+---------------| + |349731 |kmoore |Allow playback of formats that don't|ASTERISK-18994 | + | | |support seeking | | + |--------+----------+------------------------------------+---------------| + | | |Make not assume that the | | + |349819 |rmudgett |cel_sqlite3_custom SQL table primary|ASTERISK-18963 | + | | |key is AcctId. | | + |--------+----------+------------------------------------+---------------| + |349872 |rmudgett |Fix memory leaks in app_followme |ASTERISK-19055 | + | | |find_realtime(). | | + |--------+----------+------------------------------------+---------------| + |349968 |twilson |Don't leak CID in From header when |ASTERISK-16538 | + | | |presentation=unavailable | | + |--------+----------+------------------------------------+---------------| + |350023 |kmoore |Prevent SLA settings from getting | | + | | |wiped out on reload | | + |--------+----------+------------------------------------+---------------| + | | |Make Asterisk -x command line | | + |350075 |rmudgett |parameter imply -r parameter |ASTERISK-19094 | + | | |presence. | | + |--------+----------+------------------------------------+---------------| + | | |Update contrib script live_ast to | | + |350127 |rmudgett |invoke Asterisk with valgrind and |ASTERISK-17339 | + | | |suppression file. | | + |--------+----------+------------------------------------+---------------| + |350128 |rmudgett |live_ast: valgrind: run asterisk | | + | | |under valgrind | | + |--------+----------+------------------------------------+---------------| + | | |Fix joinable thread terminating |ASTERISK-17339,| + |350220 |rmudgett |without joiner memory leak in |ASTERISK-17825 | + | | |chan_iax.c. | | + |--------+----------+------------------------------------+---------------| + |350311 |rmudgett |Fix absolute/relative time mismatch |ASTERISK-16868 | + | | |in LOCK function. | | + |--------+----------+------------------------------------+---------------| + | | |Make FollowMe optionally update | | + |350364 |rmudgett |connected line information when the |ASTERISK-18969 | + | | |accepting endpoint is bridged. | | + |--------+----------+------------------------------------+---------------| + |350452 |rmudgett |Remove extraneous BRIDGEPEER AMI |ASTERISK-19180 | + | | |VarSet event on a CEL dummy channel.| | + |--------+----------+------------------------------------+---------------| + |350501 |jrose |Adds peer to CEL report on |ASTERISK-17940 | + | | |CEL_BRIDGE_START and CEL_BRIDGE_END | | + |--------+----------+------------------------------------+---------------| + | | |Realtime queues failed to load queue| | + |350552 |mjordan |information without queue member |ASTERISK-19170 | + | | |table | | + |--------+----------+------------------------------------+---------------| + |350555 |rmudgett |Add missing CEL logging fields to |ASTERISK-17190 | + | | |various CEL backends. | | + |--------+----------+------------------------------------+---------------| + |350571 |rmudgett |Use compatible names for event extra|ASTERISK-17190 | + | | |data for various CEL backends. | | + |--------+----------+------------------------------------+---------------| + | | |Set port to a default sane value if | | + |350679 |mmichelson|a bogus one is provided when parsing| | + | | |hostnames. | | + |--------+----------+------------------------------------+---------------| + |350730 |kmoore |Make sure asterisk builds on OpenBSD|ASTERISK-18929 | + |--------+----------+------------------------------------+---------------| + |350733 |rmudgett |Correct eventtype names in cel_odbc | | + | | |and cel_pgsql sample files | | + |--------+----------+------------------------------------+---------------| + |350736 |kmoore |Run bootstrap.sh for the for the |ASTERISK-18929 | + | | |ASTERISK-18929 fix | | + |--------+----------+------------------------------------+---------------| + | | |Ensure that two prerequisites are | | + |350788 |kpfleming |properly installed on Debian-style | | + | | |distributions. | | + |--------+----------+------------------------------------+---------------| + |350789 |kpfleming |Correct some 'set-but-not-used' | | + | | |variable warnings. | | + |--------+----------+------------------------------------+---------------| + | | |Ensure that all AC_LANG_PROGRAM | | + |350837 |kpfleming |calls in the configure script are | | + | | |properly quoted. | | + |--------+----------+------------------------------------+---------------| + |350885 |wdoekes |Fix -Werror=unused-but-set-variable |ASTERISK-15350 | + | | |compile error in utils/extconf.c. | | + |--------+----------+------------------------------------+---------------| + |350888 |wdoekes |Allow only one thread at a time to |ASTERISK-18883 | + | | |do asterisk cleanup/shutdown. | | + |--------+----------+------------------------------------+---------------| + |350975 |file |Add missing code to set direct RTP | | + | | |setup information during dialing. | | + |--------+----------+------------------------------------+---------------| + | | |Create and initialize udptl only |ASTERISK-16698,| + |351027 |mjordan |when dialog negotiates for image |ASTERISK-16794 | + | | |media | | + |--------+----------+------------------------------------+---------------| + |351080 |twilson |Don't prematurely stop SIP session |ASTERISK-18996 | + | | |timer | | + |--------+----------+------------------------------------+---------------| + |351130 |twilson |Ensure ACK retransmit & hangup on |ASTERISK-17717 | + | | |non-200 response to INVITE | | + |--------+----------+------------------------------------+---------------| + |351182 |russell |Add some missing locking in |ASTERISK-18979 | + | | |chan_sip. | | + |--------+----------+------------------------------------+---------------| + |351233 |mjordan |Fix udptl issue with initial INVITE | | + | | |introduced by r351027 | | + |--------+----------+------------------------------------+---------------| + |351284 |mmichelson|Use built-in parsing functions for |ASTERISK-18990 | + | | |Contact and Record-Route headers. | | + |--------+----------+------------------------------------+---------------| + |351287 |jrose |Adds pjmedia probation concepts to | | + | | |res_rtp_asterisk's learning mode. | | + |--------+----------+------------------------------------+---------------| + |351306 |mmichelson|Eliminate odd initialization of | | + | | |probation variable. | | + |--------+----------+------------------------------------+---------------| + | | |The get_pai function in chan_sip.c | | + |351396 |schmidts |didn't recognized a proper callerid | | + | | |name and | | + |--------+----------+------------------------------------+---------------| + |351450 |mjordan |Include iLBC source code for |ASTERISK-18943 | + | | |distribution with Asterisk | | + |--------+----------+------------------------------------+---------------| + | | |Prevent crash when an SDP offer is | | + |351504 |file |received with an encrypted video |ASTERISK-19202 | + | | |stream when support for video is | | + | | |disabled and res_srtp is loaded. | | + |--------+----------+------------------------------------+---------------| + | | |Eliminates doubling the :port part | | + |351559 |jrose |of SIP Notify Message-Account |ASTERISK-19057 | + | | |headers. | | + |--------+----------+------------------------------------+---------------| + |351611 |kmoore |Correct output of RTCP jitter |ASTERISK-14530 | + | | |statistics in SR and RR reports | | + |--------+----------+------------------------------------+---------------| + |351618 |rmudgett |Misc minor fixes in reqresp_parser.c| | + | | |and chan_sip.c. | | + |--------+----------+------------------------------------+---------------| + | | |enable doxygen build for files in | | + |351707 |schmidts |the channels/sip folder like | | + | | |reqresp_parser.c | | + |--------+----------+------------------------------------+---------------| + |351760 |mjordan |Remove unused variable 'tmp' from | | + | | |helpfun in ilbc codec | | + |--------+----------+------------------------------------+---------------| + | | |Accidentally left off a semicolon | | + |351765 |jrose |only in 1.8 somehow for previous | | + | | |patch. | | + |--------+----------+------------------------------------+---------------| + |351858 |kmoore |Allow ilbc code to build under dev | | + | | |mode | | + |--------+----------+------------------------------------+---------------| + |351860 |kmoore |More corrections for the ilbc code | | + |--------+----------+------------------------------------+---------------| + |352014 |mmichelson|Fix RTP reference leak. |ASTERISK-19192 | + |--------+----------+------------------------------------+---------------| + |352016 |mmichelson|Remove XXX comment that is not | | + | | |necessary. | | + |--------+----------+------------------------------------+---------------| + |352029 |rmudgett |Fix ast_app_dtget() time unit |ASTERISK-16817 | + | | |inconsistency. | | + |--------+----------+------------------------------------+---------------| + |352090 |rmudgett |Fix sip_cfg.notifycid to be set with|ASTERISK-19232 | + | | |the defined enum values. | | + |--------+----------+------------------------------------+---------------| + | | |Correctly apply FAXOPT settings | | + |352144 |mjordan |(V17, V27, V29) before starting |ASTERISK-16409 | + | | |spandsp layer | | + |--------+----------+------------------------------------+---------------| + |352230 |mmichelson|Fix grammar of comment. | | + |--------+----------+------------------------------------+---------------| + | | |Move RTP timeout check to before |ASTERISK-19179,| + |352287 |file |bridged channel check so it is |ASTERISK-14534 | + | | |actually executed. | | + |--------+----------+------------------------------------+---------------| + |352291 |rmudgett |Fix locking issues with channel |ASTERISK-17948 | + | | |datastores in func_odbc.c. | | + |--------+----------+------------------------------------+---------------| + |352367 |jrose |Set core sounds version to 1.4.22. |ASTERISK-18978 | + |--------+----------+------------------------------------+---------------| + | | |Don't do a DNS lookup on an outbound| | + |352424 |mmichelson|REGISTER host if there is an |ASTERISK-16550 | + | | |outbound proxy configured. | | + |--------+----------+------------------------------------+---------------| + |352511 |jrose |Redocuments sip types peer, user, |ASTERISK-15537 | + | | |friend in sip.conf.sample | | + |--------+----------+------------------------------------+---------------| + |352514 |twilson |Clean up some SIP registry-related | | + | | |memory leaks | | + |--------+----------+------------------------------------+---------------| + |352551 |twilson |Remove some extraneous debugging | | + | | |from registry memleak fix | | + |--------+----------+------------------------------------+---------------| + |352612 |kpfleming |Avoid unnecessary rebuilds of | | + | | |main/test.c. | | + |--------+----------+------------------------------------+---------------| + |352643 |pabelanger|Fix -Werror=unused-but-set-variable | | + | | |compiler error (gcc 4.6.2) | | + |--------+----------+------------------------------------+---------------| + |352704 |alecdavis |Cleanup dialog-info+xml Notify | | + | | |dialog | | + |--------+----------+------------------------------------+---------------| + |352755 |jrose |Copy amaflags to sip_pvt from peer |ASTERISK-19029 | + | | |during create_addr_from_peer | | + |--------+----------+------------------------------------+---------------| + |352807 |may |Fix outbound DTMF for inband mode |ASTERISK-19233 | + | | |(tell asterisk core to generate DTMF| | + |--------+----------+------------------------------------+---------------| + | | |rfc4235 - Section 4.1: Versions MUST| | + |352862 |alecdavis |be representable using a | | + | | |non-negative 32 bit integer. | | + |--------+----------+------------------------------------+---------------| + |352955 |rmudgett |Audit of ao2_iterator_init() usage | | + | | |for v1.8. | | + |--------+----------+------------------------------------+---------------| + | | |Make failed PauseMonitor and | | + |352959 |jrose |UnpauseMonitor with no valid channel|ASTERISK-19249 | + | | |not close AMI session. | | + |--------+----------+------------------------------------+---------------| + |353077 |russell |Update ast_set_default_eid() to find| | + | | |more network interfaces. | | + |--------+----------+------------------------------------+---------------| + |353126 |kpfleming |Add 'L16-256' MIME subtype alias for| | + | | |slin16. | | + |--------+----------+------------------------------------+---------------| + |353175 |russell |Find even more network interfaces. | | + |--------+----------+------------------------------------+---------------| + |353260 |kpfleming |Clarify log WARNING message when | | + | | |port-zero SDP 'm' lines received. | | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + 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 | 22 + addons/chan_mobile.c | 9 + addons/chan_ooh323.c | 23 + apps/app_chanspy.c | 13 + apps/app_dial.c | 4 + apps/app_followme.c | 262 + apps/app_meetme.c | 31 + apps/app_queue.c | 36 + apps/app_voicemail.c | 17 + autoconf/ast_gcc_attribute.m4 | 8 + autoconf/libcurl.m4 | 4 + bootstrap.sh | 4 + cel/cel_manager.c | 34 + cel/cel_odbc.c | 2 + cel/cel_pgsql.c | 2 + cel/cel_sqlite3_custom.c | 2 + channels/chan_dahdi.c | 15 + channels/chan_h323.c | 9 + channels/chan_iax2.c | 24 + channels/chan_sip.c | 525 - + channels/sip/config_parser.c | 4 + channels/sip/include/sip.h | 2 + channels/sip/reqresp_parser.c | 200 + codecs/codec_ilbc.c | 1 + codecs/ilbc/FrameClassify.c | 114 + codecs/ilbc/FrameClassify.h | 27 + codecs/ilbc/LICENSE | 29 + codecs/ilbc/LICENSE_ADDENDUM | 55 + codecs/ilbc/LPCdecode.c | 158 + codecs/ilbc/LPCdecode.h | 52 + codecs/ilbc/LPCencode.c | 240 + codecs/ilbc/LPCencode.h | 28 + codecs/ilbc/Makefile | 11 + codecs/ilbc/PATENTS | 24 + codecs/ilbc/StateConstructW.c | 86 + codecs/ilbc/StateConstructW.h | 31 + codecs/ilbc/StateSearchW.c | 211 + codecs/ilbc/StateSearchW.h | 52 + codecs/ilbc/anaFilter.c | 72 + codecs/ilbc/anaFilter.h | 30 + codecs/ilbc/constants.c | 770 ++ + codecs/ilbc/constants.h | 80 + codecs/ilbc/createCB.c | 231 + codecs/ilbc/createCB.h | 58 + codecs/ilbc/doCPLC.c | 270 + codecs/ilbc/doCPLC.h | 29 + codecs/ilbc/enhancer.c | 701 ++ + codecs/ilbc/enhancer.h | 36 + codecs/ilbc/extract-cfile.awk | 24 + codecs/ilbc/filter.c | 175 + codecs/ilbc/filter.h | 80 + codecs/ilbc/gainquant.c | 116 + codecs/ilbc/gainquant.h | 30 + codecs/ilbc/getCBvec.c | 193 + codecs/ilbc/getCBvec.h | 25 + codecs/ilbc/helpfun.c | 324 + codecs/ilbc/helpfun.h | 106 + codecs/ilbc/hpInput.c | 65 + codecs/ilbc/hpInput.h | 24 + codecs/ilbc/hpOutput.c | 61 + codecs/ilbc/hpOutput.h | 24 + codecs/ilbc/iCBConstruct.c | 112 + codecs/ilbc/iCBConstruct.h | 40 + codecs/ilbc/iCBSearch.c | 512 + + codecs/ilbc/iCBSearch.h | 37 + codecs/ilbc/iLBC_decode.c | 651 + + codecs/ilbc/iLBC_decode.h | 42 + codecs/ilbc/iLBC_define.h | 217 + codecs/ilbc/iLBC_encode.c | 543 + + codecs/ilbc/iLBC_encode.h | 39 + codecs/ilbc/iLBC_test.c | 314 + codecs/ilbc/lsf.c | 283 + codecs/ilbc/lsf.h | 27 + codecs/ilbc/packing.c | 182 + codecs/ilbc/packing.h | 68 + codecs/ilbc/rfc3951.txt |10867 +++++++++++++++++++++++++++++++++ + codecs/ilbc/syntFilter.c | 80 + codecs/ilbc/syntFilter.h | 24 + configs/cel.conf.sample | 6 + configs/cel_custom.conf.sample | 13 + configs/cel_odbc.conf.sample | 53 + configs/cel_pgsql.conf.sample | 56 + configs/cel_sqlite3_custom.conf.sample | 16 + configs/rtp.conf.sample | 7 + configs/sip.conf.sample | 28 + configure.ac | 119 + contrib/asterisk-ng-doxygen | 1 + contrib/init.d/rc.debian.asterisk | 2 + contrib/scripts/autosupport | 100 + contrib/scripts/autosupport.8 | 9 + contrib/scripts/get_ilbc_source.sh | 7 + contrib/scripts/install_prereq | 4 + contrib/scripts/live_ast | 9 + contrib/scripts/valgrind_compare | 21 + funcs/func_lock.c | 23 + funcs/func_odbc.c | 24 + funcs/func_timeout.c | 4 + include/asterisk/autoconfig.h.in | 14 + include/asterisk/indications.h | 3 + include/asterisk/netsock2.h | 8 + main/app.c | 12 + main/asterisk.c | 213 + main/cel.c | 15 + main/dsp.c | 63 + main/features.c | 15 + main/file.c | 16 + main/indications.c | 2 + main/netsock.c | 32 + main/pbx.c | 3 + main/rtp_engine.c | 5 + main/taskprocessor.c | 2 + main/test.c | 8 + res/res_fax_spandsp.c | 27 + res/res_monitor.c | 35 + res/res_odbc.c | 5 + res/res_rtp_asterisk.c | 85 + res/res_srtp.c | 46 + res/snmp/agent.c | 9 + sounds/Makefile | 2 + utils/extconf.c | 7 + 120 files changed, 20226 insertions(+), 836 deletions(-) + + ----------------------------------------------------------------------