[-]
[+]
|
Changed |
asterisk180.spec
|
|
[-]
[+]
|
Changed |
asterisk-1.8.2.1.tar.bz2/.version
^
|
@@ -1 +1 @@
-1.8.2
+1.8.2.1
|
[-]
[+]
|
Changed |
asterisk-1.8.2.1.tar.bz2/ChangeLog
^
|
@@ -1,3 +1,9 @@
+2011-01-17 Leif Madsen <lmadsen@digium.com>
+
+ * Asterisk 1.8.2.1 Released.
+
+ * AST-2011-001: Stack buffer overflow in SIP channel driver
+
2011-01-12 Leif Madsen <lmadsen@digium.com>
* Asterisk 1.8.2 Released.
|
[-]
[+]
|
Added |
asterisk-1.8.2.1.tar.bz2/asterisk-1.8.2.1-summary.html
^
|
@@ -0,0 +1,60 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Release Summary - asterisk-1.8.2.1</title></head>
+<body>
+<h1 align="center"><a name="top">Release Summary</a></h1>
+<h3 align="center">asterisk-1.8.2.1</h3>
+<h3 align="center">Date: 2011-01-17</h3>
+<h3 align="center"><asteriskteam@digium.com></h3>
+<hr/>
+<h2 align="center">Table of Contents</h2>
+<ol>
+ <li><a href="#summary">Summary</a></li>
+ <li><a href="#contributors">Contributors</a></li>
+ <li><a href="#commits">Other Changes</a></li>
+ <li><a href="#diffstat">Diffstat</a></li>
+</ol>
+<hr/>
+<a name="summary"><h2 align="center">Summary</h2></a>
+<center><a href="#top">[Back to Top]</a></center><br/><p>This release has been made to address one or more security vulnerabilities that have been identified. A security advisory document has been published for each vulnerability that includes additional information. Users of versions of Asterisk that are affected are strongly encouraged to review the advisories and determine what action they should take to protect their systems from these issues.</p>
+<p>Security Advisories: <a href="http://downloads.asterisk.org/pub/security/AST-2011-001.html">AST-2011-001</a></p>
+<p>The data in this summary reflects changes that have been made since the previous release, asterisk-1.8.2.</p>
+<hr/>
+<a name="contributors"><h2 align="center">Contributors</h2></a>
+<center><a href="#top">[Back to Top]</a></center><br/><p>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.</p>
+<table width="100%" border="0">
+<tr>
+<td width="33%"><h3>Coders</h3></td>
+<td width="33%"><h3>Testers</h3></td>
+<td width="33%"><h3>Reporters</h3></td>
+</tr>
+<tr valign="top">
+<td>
+2 lmadsen<br/>
+</td>
+<td>
+</td>
+<td>
+</td>
+</tr>
+</table>
+<hr/>
+<a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a>
+<center><a href="#top">[Back to Top]</a></center><br/><p>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.</p>
+<table width="100%" border="1">
+<tr><td><b>Revision</b></td><td><b>Author</b></td><td><b>Summary</b></td><td><b>Issues Referenced</b></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/tags/1.8.2.1?view=revision&revision=302106">302106</a></td><td>lmadsen</td><td>Create 1.8.2.1 from 1.8.2</td>
+<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/tags/1.8.2.1?view=revision&revision=302150">302150</a></td><td>lmadsen</td><td>AST-2011-001</td>
+<td></td></tr></table>
+<hr/>
+<a name="diffstat"><h2 align="center">Diffstat Results</h2></a>
+<center><a href="#top">[Back to Top]</a></center><br/><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p>
+<pre>
+.version | 2
+ChangeLog | 6
+asterisk-1.8.2-summary.html | 365 --------------------------------
+asterisk-1.8.2-summary.txt | 489 --------------------------------------------
+4 files changed, 7 insertions(+), 855 deletions(-)
+</pre><br/>
+<hr/>
+</body>
+</html>
|
[-]
[+]
|
Added |
asterisk-1.8.2.1.tar.bz2/asterisk-1.8.2.1-summary.txt
^
|
@@ -0,0 +1,88 @@
+ Release Summary
+
+ asterisk-1.8.2.1
+
+ Date: 2011-01-17
+
+ <asteriskteam@digium.com>
+
+ ----------------------------------------------------------------------
+
+ Table of Contents
+
+ 1. Summary
+ 2. Contributors
+ 3. Other Changes
+ 4. Diffstat
+
+ ----------------------------------------------------------------------
+
+ Summary
+
+ [Back to Top]
+
+ This release has been made to address one or more security vulnerabilities
+ that have been identified. A security advisory document has been published
+ for each vulnerability that includes additional information. Users of
+ versions of Asterisk that are affected are strongly encouraged to review
+ the advisories and determine what action they should take to protect their
+ systems from these issues.
+
+ Security Advisories: AST-2011-001
+
+ The data in this summary reflects changes that have been made since the
+ previous release, asterisk-1.8.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
+ 2 lmadsen
+
+ ----------------------------------------------------------------------
+
+ 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 |
+ |-----------+----------+----------------------------+--------------------|
+ | 302106 | lmadsen | Create 1.8.2.1 from 1.8.2 | |
+ |-----------+----------+----------------------------+--------------------|
+ | 302150 | lmadsen | AST-2011-001 | |
+ +------------------------------------------------------------------------+
+
+ ----------------------------------------------------------------------
+
+ 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.
+
+ .version | 2
+ ChangeLog | 6
+ asterisk-1.8.2-summary.html | 365 --------------------------------
+ asterisk-1.8.2-summary.txt | 489 --------------------------------------------
+ 4 files changed, 7 insertions(+), 855 deletions(-)
+
+ ----------------------------------------------------------------------
|
|
Changed |
asterisk-1.8.2.1.tar.bz2/doc/AST.pdf
^
|
[-]
[+]
|
Changed |
asterisk-1.8.2.1.tar.bz2/doc/AST.txt
^
|
@@ -33,19 +33,19 @@
683 684 685 686 686 687 687 688 688 689 689 690 690 691 692 692 693 693 694 694 696 697 697 698 699 699 700 701 701 702 703 703 704 705 705 706 706 707 707 708 708 709 709 710 710 711 712 712 713 714 714 715 715 716 716 717 717 718 718 719 720 720 720 720 722 725 727 727 729 734 734 740 740 741 753
-1.2.4.4 Coding Guidelines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.4.5 Janitor Projects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.4.6 Locking in Asterisk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.4.7 Measuring SIP Channel Performance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.4.8 Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.5 Confluence Tips . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6 Roadmap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.1 AstriDevCon 2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.2 Asterisk 1.8 Projects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.2.1 CCSS Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.2.2 CODEC Bit Expansion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3 Asterisk 1.10 Projects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.1 chan_sip Transaction Support Proprosal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.2 Documentation Improvements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.3 Media Architecture Proposal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.4 Media Overhaul . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.5 SIP Security Events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.6 T.38 Gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.3 Asterisk Versions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
+1.2.4.4 Coding Guidelines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.4.5 Janitor Projects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.4.6 Locking in Asterisk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.4.7 Measuring SIP Channel Performance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.4.8 Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.5 Confluence Tips . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6 Roadmap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.1 AstriDevCon 2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.2 Asterisk 1.8 Projects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.2.1 CCSS Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.2.2 CODEC Bit Expansion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3 Asterisk 1.10 Projects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.1 chan_sip Transaction Support Proprosal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.2 Documentation Improvements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.3 Media Architecture Proposal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.4 Media Overhaul . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.5 SIP Security Events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.6.3.6 T.38 Gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.3 Asterisk Versions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.4 FOSDEM 2011 Open Source Telephony Devroom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
-753 763 764 768 769 770 771 773 777 777 777 778 778 780 782 802 803 812 819
+753 763 764 768 769 770 771 773 777 777 777 778 778 780 782 802 803 812 819 820
Home
This is the home of the official wiki for The Asterisk Project. This is not the first wiki that has existed for Asterisk, but there are some significant things that are different about this wiki than others. The most significant difference is that this wiki was created to be the official source of documentation for the Asterisk project, maintained by the same development team that manages the code itself. That means that we are committed to the content being correct and up to date. To make that happen, editing the content is not open to the general public. However, all Asterisk users are encouraged to participate by leaving comments on pages. If you are an Asterisk expert and would like to get involved with the development and maintenance of content for the Asterisk wiki, contact Russell Bryant. Thank you very much for your continued support of Asterisk!
Recently Updated
-chan_sip Transaction Support Proprosal updated by Terry Wilson (view change) Jan 06 Subversion Usage commented by Andrew Latham Jan 06 Subversion Usage commented by Paul Belanger Jan 05 Controlling the way Queues Call Agents updated by Malcolm Davenport (view change) Jan 05 Timing Interfaces updated by Shaun Ruffell (view change) Jan 05 Subversion Usage updated by Malcolm Davenport (view change) Jan 05 Subversion Usage commented by Andrew Latham Jan 05 Troubleshooting commented by Malcolm Davenport Jan 05 Troubleshooting updated by Malcolm Davenport (view change) Jan 05 Troubleshooting commented by Arseny Speransky Jan 05 Creating SIP Accounts updated by Malcolm Davenport (view change) Jan 05
+FOSDEM 2011 Open Source Telephony Devroom updated by Malcolm Davenport (view change) about 3 hours ago Subversion Usage commented by Andrew Latham Jan 14 Commit Messages commented by Andrew Latham Jan 14 Subversion Usage commented by Andrew Latham Jan 13 Subversion Usage commented by Paul Belanger Jan 13 Subversion Usage commented by Andrew Latham Jan 13 Subversion Usage commented by Andrew Latham Jan 12 chan_sip Transaction Support Proprosal updated by Terry Wilson (view change) Jan 06 Subversion Usage commented by Paul Belanger Jan 05 Controlling the way Queues Call Agents updated by Malcolm Davenport (view change) Jan 05 Timing Interfaces updated by Shaun Ruffell (view change) Jan 05 Subversion Usage updated by Malcolm Davenport
Content is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 United States License.
-Using The include and exec Constructs commented by Malcolm Davenport Jan 05 Using The include and exec Constructs updated by Malcolm Davenport (view change) Jan 05 Using The include and exec Constructs commented by Andrew Latham Jan 05 Creating SIP Accounts commented by Andrew Latham Jan 05 More
+(view change) Jan 05 Subversion Usage commented by Andrew Latham Jan 05 Troubleshooting commented by Malcolm Davenport Jan 05 Troubleshooting updated by Malcolm Davenport (view change) Jan 05 More
Navigate space
@@ -16308,6 +16308,28 @@
If you're not sure which one to use, choose either the latest release for the most up to date features, or the latest LTS release for a platform that may have less features, but will usually be around longer.
+FOSDEM 2011 Open Source Telephony Devroom
+Overview An Open Source Telephony Devroom has been organized at FOSDEM 2011 in Brussels on Sunday, February 6th, 2011. We will be holding a day full of presentations on development topics in the area of open source telephony. 30 minute presentations will be made from 09:00 until 17:00. We have been assigned room AW1.124 - provided with a projector, WiFi, and 59 seats. Proposals have already been submitted and accepted. The following schedule will be observed. Please direct discussion about this devroom to the telephony-devroom mailing list hosted on http://lists.fosdem.org/. If you would like to contact the devroom organizer directly, please contact Russell Bryant <russell at digium.com>. Feel free to forward this along to any people or mailing lists that you think would be interested in this event. Schedule
+Time 09:00 09:15 09:45 09:55 10:00 10:30 10:40 10:45 11:15 11:25 11:30 12:00 12:10 12:15 12:45 12:55 13:00 13:30 13:40 Session Welcome to the Open Source Telephony Devroom Introduction to Asterisk Development Session Q&A Break Digital PSTN Connectivity with Asterisk Session Q&A Break Mobicents 2.0, The Open Source Java Communication Platform Session Q&A Break Scaling Location Services in Large SIP Networks with Kamailio Session Q&A Break Unifying SIP and Web Worlds with Lua Session Q&A Break XiVO IPPBX OpenHardware Session Q&A Break Xavier Carcelle Daniel-Constantin Meirla Hennig Westerhold, Marius Zbihlei Jean Deruelle Jakub Klausa Speaker(s) Russell Bryant Russell Bryant
+
Content is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 United States License.
+13:45 14:15 14:25 14:30 15:00 15:10 15:15 15:45 15:55 16:00 16:30 16:40 17:00
+
+SIP Communicator: Building a Multi-Protocol Multi-OS Communications Client Session Q&A Break Asterisk SCF Development Interfaces Session Q&A Break Developing rich VoIP Applications with SIPSIMPLE SDK Session Q&A Break Unified Communications - Future (Yate and YateClient) Session Q&A Concluding Remarks End
+
+Emil Ivov
+
+Kevin P. Fleming
+
+Saúl Ibarra Corretgé
+
+Diana Cionoiu
+
+Location FOSDEM 2011 will take place at the ULB Campus Solbosch, Brussels, Belgium. Avenue Franklin D. Roosevelt, 50 1050 Bruxelles The Open Source Telephony Devroom will be in room 124 in building AW as shown on this map:
+
+Content is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 United States License.
+
+Content is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 United States License.
+

\ No newline at end of file
|
[-]
[+]
|
Deleted |
asterisk-1.8.2.tar.bz2/asterisk-1.8.2-summary.html
^
|
@@ -1,365 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Release Summary - asterisk-1.8.2</title></head>
-<body>
-<h1 align="center"><a name="top">Release Summary</a></h1>
-<h3 align="center">asterisk-1.8.2</h3>
-<h3 align="center">Date: 2011-01-12</h3>
-<h3 align="center"><asteriskteam@digium.com></h3>
-<hr/>
-<h2 align="center">Table of Contents</h2>
-<ol>
- <li><a href="#summary">Summary</a></li>
- <li><a href="#contributors">Contributors</a></li>
- <li><a href="#issues">Closed Issues</a></li>
- <li><a href="#commits">Other Changes</a></li>
- <li><a href="#diffstat">Diffstat</a></li>
-</ol>
-<hr/>
-<a name="summary"><h2 align="center">Summary</h2></a>
-<center><a href="#top">[Back to Top]</a></center><br/><p>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.</p>
-<p>The data in this summary reflects changes that have been made since the previous release, asterisk-1.8.1.1.</p>
-<hr/>
-<a name="contributors"><h2 align="center">Contributors</h2></a>
-<center><a href="#top">[Back to Top]</a></center><br/><p>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.</p>
-<table width="100%" border="0">
-<tr>
-<td width="33%"><h3>Coders</h3></td>
-<td width="33%"><h3>Testers</h3></td>
-<td width="33%"><h3>Reporters</h3></td>
-</tr>
-<tr valign="top">
-<td>
-11 rmudgett<br/>
-10 russell<br/>
-9 tilghman<br/>
-6 lmadsen<br/>
-5 jpeeler<br/>
-5 mnicholson<br/>
-5 pabelanger<br/>
-3 twilson<br/>
-2 klaus3000<br/>
-2 oej<br/>
-2 seanbright<br/>
-1 bbryant<br/>
-1 bjm<br/>
-1 dvossel<br/>
-1 jsolares<br/>
-1 junky<br/>
-1 may<br/>
-1 nivek<br/>
-</td>
-<td>
-3 klaus3000<br/>
-2 cmbaker82<br/>
-2 russell<br/>
-2 twilson<br/>
-1 alecdavis<br/>
-1 bjm<br/>
-1 jsolares<br/>
-1 Marquis<br/>
-1 nivek<br/>
-1 ranjtech<br/>
-1 rmudgett<br/>
-1 tilghman<br/>
-</td>
-<td>
-4 klaus3000<br/>
-2 oej<br/>
-1 alecdavis<br/>
-1 birgita<br/>
-1 bjm<br/>
-1 cmaj<br/>
-1 eeman<br/>
-1 junky<br/>
-1 kwemheuer<br/>
-1 macbrody<br/>
-1 marcbou<br/>
-1 mbrevda<br/>
-1 nerbos<br/>
-1 nevermind_quack<br/>
-1 nivek<br/>
-1 pabelanger<br/>
-1 rain<br/>
-1 ranjtech<br/>
-1 rsw686<br/>
-1 SantaFox<br/>
-1 tnakonz<br/>
-1 vmarrone<br/>
-1 zahir_koradia<br/>
-</td>
-</tr>
-</table>
-<hr/>
-<a name="issues"><h2 align="center">Closed Issues</h2></a>
-<center><a href="#top">[Back to Top]</a></center><br/><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p>
-<h3>Category: Applications/app_followme</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18126">#18126</a>: [patch] stuck channels if followme context doesnt exists<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297733">297733</a><br/>
-Reporter: junky<br/>
-Coders: junky<br/>
-<br/>
-<h3>Category: Applications/app_meetme</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18322">#18322</a>: Redirect two bridged channels to the same conference<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295866">295866</a><br/>
-Reporter: nerbos<br/>
-Coders: rmudgett<br/>
-<br/>
-<a href="https://issues.asterisk.org/view.php?id=18369">#18369</a>: Conference with scheduler blocks on realtime ODBC connection to MSSQL database<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296467">296467</a><br/>
-Reporter: tnakonz<br/>
-Coders: tilghman<br/>
-<br/>
-<h3>Category: Applications/app_queue</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18031">#18031</a>: potential channel/queue deadlock when setqueuevar enabled<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295670">295670</a><br/>
-Reporter: rain<br/>
-Coders: bbryant<br/>
-<br/>
-<h3>Category: CDR/General</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18415">#18415</a>: [patch] Asterisk 1.8.1-rc1 crashes in cdr.c line 1201 after a parked call catched with parkedcall() is hungup<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297952">297952</a><br/>
-Reporter: macbrody<br/>
-Testers: jsolares, twilson<br/>
-Coders: jsolares<br/>
-<br/>
-<h3>Category: Channels/General</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18129">#18129</a>: [patch] Oneway audio from SIP phone to FXS port after FXS port gets a CallWaiting pip<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296167">296167</a><br/>
-Reporter: alecdavis<br/>
-Testers: alecdavis, rmudgett<br/>
-Coders: rmudgett<br/>
-<br/>
-<a href="https://issues.asterisk.org/view.php?id=18211">#18211</a>: Channel hangs up when redirected through CLI or AMI<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295866">295866</a><br/>
-Reporter: zahir_koradia<br/>
-Coders: rmudgett<br/>
-<br/>
-<a href="https://issues.asterisk.org/view.php?id=18230">#18230</a>: [regression] Redirect function (over console or AMI) does not work anymore<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295866">295866</a><br/>
-Reporter: vmarrone<br/>
-Coders: rmudgett<br/>
-<br/>
-<h3>Category: Channels/chan_gtalk</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18412">#18412</a>: [patch] outbound google voice calls fail (staring approx 30Nov2010)<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297957">297957</a><br/>
-Reporter: nevermind_quack<br/>
-Coders: dvossel<br/>
-<br/>
-<h3>Category: Channels/chan_iax2</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18397">#18397</a>: IAX2 CODEC_PRES wrong (offset error?)<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296992">296992</a><br/>
-Reporter: birgita<br/>
-Coders: tilghman<br/>
-<br/>
-<a href="https://issues.asterisk.org/view.php?id=18398">#18398</a>: [patch] segfault with 'core stop gracefully'<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296673">296673</a><br/>
-Reporter: pabelanger<br/>
-Coders: pabelanger<br/>
-<br/>
-<h3>Category: Channels/chan_sip/General</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18051">#18051</a>: SIP brute force attemps having a DoS effect<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297965">297965</a><br/>
-Reporter: eeman<br/>
-Testers: twilson<br/>
-Coders: twilson<br/>
-<br/>
-<h3>Category: Channels/chan_sip/Interoperability</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18275">#18275</a>: [patch] "sip notify clear-mwi" needs terminating CRLF<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295477">295477</a><br/>
-Reporter: klaus3000<br/>
-Coders: klaus3000<br/>
-<br/>
-<h3>Category: Channels/chan_sip/Subscriptions</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18342">#18342</a>: [patch] chan_sip continues to call add_peer_mwi_subs which continues to increament MWI NOTIFY's<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296352">296352</a><br/>
-Reporter: nivek<br/>
-Testers: nivek<br/>
-Coders: nivek<br/>
-<br/>
-<h3>Category: Channels/chan_sip/Transfers</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18185">#18185</a>: Blind transfer failure, A calls B, B transfers to C<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295866">295866</a><br/>
-Reporter: kwemheuer<br/>
-Coders: rmudgett<br/>
-<br/>
-<h3>Category: Core/General</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18284">#18284</a>: [patch] devicestate is not aggregated from all received events<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295711">295711</a><br/>
-Reporter: klaus3000<br/>
-Testers: russell, klaus3000<br/>
-Coders: russell<br/>
-<br/>
-<h3>Category: Core/Internationalization</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18353">#18353</a>: saynumber(1,n) in Swedish doesn't work<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295949">295949</a><br/>
-Reporter: oej<br/>
-Coders: oej<br/>
-<br/>
-<a href="https://issues.asterisk.org/view.php?id=18355">#18355</a>: saynumber() fixes for Swedish<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296391">296391</a><br/>
-Reporter: oej<br/>
-Coders: oej<br/>
-<br/>
-<h3>Category: Core/Netsock</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18442">#18442</a>: [patch] Error building netsock library on OpenSolaris 5.11 snv_134b<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=298051">298051</a><br/>
-Reporter: ranjtech<br/>
-Testers: ranjtech<br/>
-Coders: tilghman<br/>
-<br/>
-<h3>Category: Core/Portability</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18384">#18384</a>: [patch] main/asterisk.c compile errors<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296534">296534</a><br/>
-Reporter: bjm<br/>
-Testers: tilghman, bjm<br/>
-Coders: bjm, tilghman<br/>
-<br/>
-<h3>Category: Core/RTP</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18189">#18189</a>: RFC2833 DTMF generation broken due to SSRC change on bridges channels<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297825">297825</a><br/>
-Reporter: marcbou<br/>
-Testers: cmbaker82<br/>
-Coders: jpeeler<br/>
-<br/>
-<a href="https://issues.asterisk.org/view.php?id=18352">#18352</a>: SSRC is changing when DTMF sent<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297825">297825</a><br/>
-Reporter: rsw686<br/>
-Testers: cmbaker82<br/>
-Coders: jpeeler<br/>
-<br/>
-<h3>Category: General</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18171">#18171</a>: Channel redirect doesn't work<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295866">295866</a><br/>
-Reporter: SantaFox<br/>
-Coders: rmudgett<br/>
-<br/>
-<h3>Category: Resources/res_fax</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18299">#18299</a>: Asterisk not send fax to fax extension<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295866">295866</a><br/>
-Reporter: mbrevda<br/>
-Coders: rmudgett<br/>
-<br/>
-<h3>Category: Resources/res_jabber</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18272">#18272</a>: [patch] distributed device state does not work<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296354">296354</a><br/>
-Reporter: klaus3000<br/>
-Testers: klaus3000, Marquis<br/>
-Coders: klaus3000<br/>
-<br/>
-<a href="https://issues.asterisk.org/view.php?id=18280">#18280</a>: EID is not copied when event is received from XMPP and forwarded into Asterisk's core<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295711">295711</a><br/>
-Reporter: klaus3000<br/>
-Testers: russell, klaus3000<br/>
-Coders: russell<br/>
-<br/>
-<h3>Category: Utilities/General</h3><br/>
-<a href="https://issues.asterisk.org/view.php?id=18385">#18385</a>: ast_expr2.y undefined references with DEBUG_FD_LEAKS<br/>
-Revision: <a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296429">296429</a><br/>
-Reporter: cmaj<br/>
-Coders: tilghman<br/>
-<br/>
-<hr/>
-<a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a>
-<center><a href="#top">[Back to Top]</a></center><br/><p>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.</p>
-<table width="100%" border="1">
-<tr><td><b>Revision</b></td><td><b>Author</b></td><td><b>Summary</b></td><td><b>Issues Referenced</b></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295164">295164</a></td><td>russell</td><td>Check for wikiexport.py in PATH and give a useful error message if not found.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295201">295201</a></td><td>russell</td><td>Remove intentional typo I had added when testing the check. oops.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295278">295278</a></td><td>russell</td><td>Check for pdftotext and give a useful error if not found.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295282">295282</a></td><td>rmudgett</td><td>Dead code elimination in channel.c:ast_channel_bridge() variable who.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295361">295361</a></td><td>pabelanger</td><td>Uncomment settings under [global], to surpress warning when loading Asterisk.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295404">295404</a></td><td>pabelanger</td><td>Add RedHat specific dependencies</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295441">295441</a></td><td>pabelanger</td><td>Fix compiler warnings when using openssl-dev 1.0.0+</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295516">295516</a></td><td>rmudgett</td><td>Bring sig_analog extraction more into alignment with orig-trunk/v1.6.2 chan_dahdi.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295673">295673</a></td><td>twilson</td><td>Discard responses with more than one Via</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295747">295747</a></td><td>rmudgett</td><td>One way audio before answering call waiting call on analog port.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=295869">295869</a></td><td>seanbright</td><td>Change some documentation to suggest dahdi_monitor instead of ztmonitor.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296002">296002</a></td><td>russell</td><td>Handle failures building translation paths more effectively.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296084">296084</a></td><td>russell</td><td>Fix false reporting of an error by set_format().</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296230">296230</a></td><td>russell</td><td>Make Asterisk less crashy.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296582">296582</a></td><td>rmudgett</td><td>Merged revision 296575 from</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296628">296628</a></td><td>russell</td><td>Complete some error handling in transmit_publish() in chan_sip.c.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296787">296787</a></td><td>tilghman</td><td>DOC: Conference number can be omitted; if omitted, all users in a meetme are listed.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296870">296870</a></td><td>jpeeler</td><td>Properly restore backup information file when hanging up during message prepending.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=296951">296951</a></td><td>tilghman</td><td>Missed initializations caused startup errors on Mac OS X (and possibly others, too).</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297075">297075</a></td><td>jpeeler</td><td>Fix not stopping MOH when transfered local channel queue member is answered.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297157">297157</a></td><td>mnicholson</td><td>Changed some NOTICE and WARNING messages to DEBUG messages.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297245">297245</a></td><td>russell</td><td>Add "DAHDI" to a couple of app_meetme error messages.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297312">297312</a></td><td>twilson</td><td>Initialize offset for adaptive jitter buffer</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297406">297406</a></td><td>pabelanger</td><td>Resolve compile error under FreeBSD</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297486">297486</a></td><td>mnicholson</td><td>Add support for reserving a fax session before answering the channel.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297495">297495</a></td><td>mnicholson</td><td>Print a DEBUG message instead of a WARNING message when the selected fax tech does not support reserving sessions.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297535">297535</a></td><td>seanbright</td><td>The CLI command should not contain <placeholder>s, these are for descriptions.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297607">297607</a></td><td>jpeeler</td><td>Improve handling of REGISTER requests with multiple contact headers.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297821">297821</a></td><td>tilghman</td><td>Use non-deprecated APIs for CoreAudio</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297905">297905</a></td><td>mnicholson</td><td>Display the capabilities requested when requesting a fax session fails instead of displaying a hex value.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=297909">297909</a></td><td>tilghman</td><td>Use inheritance to get correct results for SIPFROMDOMAIN.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=298054">298054</a></td><td>mnicholson</td><td>Prevent a memcpy overlap in GENERIC_FAX_EXEC_SET_VARS</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=298099">298099</a></td><td>may</td><td>Correction to work with gatekeeper which don't send GK ID</td>
-<td><a href="https://issues.asterisk.org/view.php?id=18401">#18401</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=298192">298192</a></td><td>lmadsen</td><td>Create 1.8.1.1 tag from 1.8.1.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=298203">298203</a></td><td>lmadsen</td><td>Update ChangeLog and .version file. Merge fixes for CDR crash and chan_gtalk fixup.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=298285">298285</a></td><td>lmadsen</td><td>Importing release summary for 1.8.1.1 release.</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=301456">301456</a></td><td>lmadsen</td><td>Create Asterisk 1.8.2 from 1.8.2-rc1</td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=301494">301494</a></td><td>lmadsen</td><td></td>
-<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=301495">301495</a></td><td>lmadsen</td><td>Update ChangeLog, .version file, and remove summary files.</td>
-<td></td></tr></table>
-<hr/>
-<a name="diffstat"><h2 align="center">Diffstat Results</h2></a>
-<center><a href="#top">[Back to Top]</a></center><br/><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p>
-<pre>
-.version | 2
-ChangeLog | 37 +
-Makefile | 16
-addons/ooh323c/src/ooGkClient.c | 88 ++--
-apps/app_dial.c | 11
-apps/app_followme.c | 10
-apps/app_macro.c | 24 -
-apps/app_meetme.c | 12
-apps/app_queue.c | 13
-apps/app_voicemail.c | 10
-asterisk-1.8.2-rc1-summary.html | 352 ----------------
-asterisk-1.8.2-rc1-summary.txt | 466 ----------------------
-autoconf/ast_ext_lib.m4 | 2
-build_tools/prep_tarball | 19
-channels/chan_console.c | 2
-channels/chan_dahdi.c | 460 +++++++++++++--------
-channels/chan_gtalk.c | 45 +-
-channels/chan_iax2.c | 13
-channels/chan_misdn.c | 9
-channels/chan_sip.c | 88 +++-
-channels/misdn/isdn_msg_parser.c | 20
-channels/sig_analog.c | 610 ++++++++++++++++-------------
-channels/sig_analog.h | 42 +
-channels/sig_pri.h | 4
-configs/chan_dahdi.conf.sample | 2
-configs/extensions.conf.sample | 4
-configs/res_curl.conf.sample | 4
-configs/sip_notify.conf.sample | 2
-configure | 2
-configure.ac | 2
-contrib/init.d/org.asterisk.asterisk.plist | 6
-contrib/init.d/org.asterisk.muted.plist | 33 +
-contrib/scripts/install_prereq | 5
-include/asterisk.h | 4
-include/asterisk/autoconfig.h.in | 68 ++-
-include/asterisk/channel.h | 32 +
-include/asterisk/event.h | 20
-include/asterisk/frame.h | 11
-include/asterisk/jabber.h | 2
-include/asterisk/res_fax.h | 25 -
-main/abstract_jb.c | 5
-main/asterisk.c | 8
-main/channel.c | 154 ++++---
-main/event.c | 161 +++++++
-main/features.c | 10
-main/netsock.c | 2
-main/pbx.c | 24 -
-main/say.c | 93 ++--
-res/res_fax.c | 324 ++++++++++++---
-res/res_jabber.c | 85 +---
-utils/muted.c | 76 ++-
-51 files changed, 1871 insertions(+), 1648 deletions(-)
-</pre><br/>
-<hr/>
-</body>
-</html>
|
[-]
[+]
|
Deleted |
asterisk-1.8.2.tar.bz2/asterisk-1.8.2-summary.txt
^
|
@@ -1,489 +0,0 @@
- Release Summary
-
- asterisk-1.8.2
-
- Date: 2011-01-12
-
- <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.1.1.
-
- ----------------------------------------------------------------------
-
- 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 rmudgett 3 klaus3000 4 klaus3000
- 10 russell 2 cmbaker82 2 oej
- 9 tilghman 2 russell 1 alecdavis
- 6 lmadsen 2 twilson 1 birgita
- 5 jpeeler 1 alecdavis 1 bjm
- 5 mnicholson 1 bjm 1 cmaj
- 5 pabelanger 1 jsolares 1 eeman
- 3 twilson 1 Marquis 1 junky
- 2 klaus3000 1 nivek 1 kwemheuer
- 2 oej 1 ranjtech 1 macbrody
- 2 seanbright 1 rmudgett 1 marcbou
- 1 bbryant 1 tilghman 1 mbrevda
- 1 bjm 1 nerbos
- 1 dvossel 1 nevermind_quack
- 1 jsolares 1 nivek
- 1 junky 1 pabelanger
- 1 may 1 rain
- 1 nivek 1 ranjtech
- 1 rsw686
- 1 SantaFox
- 1 tnakonz
- 1 vmarrone
- 1 zahir_koradia
-
- ----------------------------------------------------------------------
-
- 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_followme
-
- #18126: [patch] stuck channels if followme context doesnt exists
- Revision: 297733
- Reporter: junky
- Coders: junky
-
- Category: Applications/app_meetme
-
- #18322: Redirect two bridged channels to the same conference
- Revision: 295866
- Reporter: nerbos
- Coders: rmudgett
-
- #18369: Conference with scheduler blocks on realtime ODBC connection to
- MSSQL database
- Revision: 296467
- Reporter: tnakonz
- Coders: tilghman
-
- Category: Applications/app_queue
-
- #18031: potential channel/queue deadlock when setqueuevar enabled
- Revision: 295670
- Reporter: rain
- Coders: bbryant
-
- Category: CDR/General
-
- #18415: [patch] Asterisk 1.8.1-rc1 crashes in cdr.c line 1201 after a
- parked call catched with parkedcall() is hungup
- Revision: 297952
- Reporter: macbrody
- Testers: jsolares, twilson
- Coders: jsolares
-
- Category: Channels/General
-
- #18129: [patch] Oneway audio from SIP phone to FXS port after FXS port
- gets a CallWaiting pip
- Revision: 296167
- Reporter: alecdavis
- Testers: alecdavis, rmudgett
- Coders: rmudgett
-
- #18211: Channel hangs up when redirected through CLI or AMI
- Revision: 295866
- Reporter: zahir_koradia
- Coders: rmudgett
-
- #18230: [regression] Redirect function (over console or AMI) does not work
- anymore
- Revision: 295866
- Reporter: vmarrone
- Coders: rmudgett
-
- Category: Channels/chan_gtalk
-
- #18412: [patch] outbound google voice calls fail (staring approx
- 30Nov2010)
- Revision: 297957
- Reporter: nevermind_quack
- Coders: dvossel
-
- Category: Channels/chan_iax2
-
- #18397: IAX2 CODEC_PRES wrong (offset error?)
- Revision: 296992
- Reporter: birgita
- Coders: tilghman
-
- #18398: [patch] segfault with 'core stop gracefully'
- Revision: 296673
- Reporter: pabelanger
- Coders: pabelanger
-
- Category: Channels/chan_sip/General
-
- #18051: SIP brute force attemps having a DoS effect
- Revision: 297965
- Reporter: eeman
- Testers: twilson
- Coders: twilson
-
- Category: Channels/chan_sip/Interoperability
-
- #18275: [patch] "sip notify clear-mwi" needs terminating CRLF
- Revision: 295477
- Reporter: klaus3000
- Coders: klaus3000
-
- Category: Channels/chan_sip/Subscriptions
-
- #18342: [patch] chan_sip continues to call add_peer_mwi_subs which
- continues to increament MWI NOTIFY's
- Revision: 296352
- Reporter: nivek
- Testers: nivek
- Coders: nivek
-
- Category: Channels/chan_sip/Transfers
-
- #18185: Blind transfer failure, A calls B, B transfers to C
- Revision: 295866
- Reporter: kwemheuer
- Coders: rmudgett
-
- Category: Core/General
-
- #18284: [patch] devicestate is not aggregated from all received events
- Revision: 295711
- Reporter: klaus3000
- Testers: russell, klaus3000
- Coders: russell
-
- Category: Core/Internationalization
-
- #18353: saynumber(1,n) in Swedish doesn't work
- Revision: 295949
- Reporter: oej
- Coders: oej
-
- #18355: saynumber() fixes for Swedish
- Revision: 296391
- Reporter: oej
- Coders: oej
-
- Category: Core/Netsock
-
- #18442: [patch] Error building netsock library on OpenSolaris 5.11
- snv_134b
- Revision: 298051
- Reporter: ranjtech
- Testers: ranjtech
- Coders: tilghman
-
- Category: Core/Portability
-
- #18384: [patch] main/asterisk.c compile errors
- Revision: 296534
- Reporter: bjm
- Testers: tilghman, bjm
- Coders: bjm, tilghman
-
- Category: Core/RTP
-
- #18189: RFC2833 DTMF generation broken due to SSRC change on bridges
- channels
- Revision: 297825
- Reporter: marcbou
- Testers: cmbaker82
- Coders: jpeeler
-
- #18352: SSRC is changing when DTMF sent
- Revision: 297825
- Reporter: rsw686
- Testers: cmbaker82
- Coders: jpeeler
-
- Category: General
-
- #18171: Channel redirect doesn't work
- Revision: 295866
- Reporter: SantaFox
- Coders: rmudgett
-
- Category: Resources/res_fax
-
- #18299: Asterisk not send fax to fax extension
- Revision: 295866
- Reporter: mbrevda
- Coders: rmudgett
-
- Category: Resources/res_jabber
-
- #18272: [patch] distributed device state does not work
- Revision: 296354
- Reporter: klaus3000
- Testers: klaus3000, Marquis
- Coders: klaus3000
-
- #18280: EID is not copied when event is received from XMPP and forwarded
- into Asterisk's core
- Revision: 295711
- Reporter: klaus3000
- Testers: russell, klaus3000
- Coders: russell
-
- Category: Utilities/General
-
- #18385: ast_expr2.y undefined references with DEBUG_FD_LEAKS
- Revision: 296429
- Reporter: cmaj
- Coders: tilghman
-
- ----------------------------------------------------------------------
-
- 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 |
- |----------+------------+-----------------------------------+------------|
- | | | Check for wikiexport.py in PATH | |
- | 295164 | russell | and give a useful error message | |
- | | | if not found. | |
- |----------+------------+-----------------------------------+------------|
- | | | Remove intentional typo I had | |
- | 295201 | russell | added when testing the check. | |
- | | | oops. | |
- |----------+------------+-----------------------------------+------------|
- | 295278 | russell | Check for pdftotext and give a | |
- | | | useful error if not found. | |
- |----------+------------+-----------------------------------+------------|
- | | | Dead code elimination in | |
- | 295282 | rmudgett | channel.c:ast_channel_bridge() | |
- | | | variable who. | |
- |----------+------------+-----------------------------------+------------|
- | | | Uncomment settings under | |
- | 295361 | pabelanger | [global], to surpress warning | |
- | | | when loading Asterisk. | |
- |----------+------------+-----------------------------------+------------|
- | 295404 | pabelanger | Add RedHat specific dependencies | |
- |----------+------------+-----------------------------------+------------|
- | 295441 | pabelanger | Fix compiler warnings when using | |
- | | | openssl-dev 1.0.0+ | |
- |----------+------------+-----------------------------------+------------|
- | | | Bring sig_analog extraction more | |
- | 295516 | rmudgett | into alignment with | |
- | | | orig-trunk/v1.6.2 chan_dahdi. | |
- |----------+------------+-----------------------------------+------------|
- | 295673 | twilson | Discard responses with more than | |
- | | | one Via | |
- |----------+------------+-----------------------------------+------------|
- | 295747 | rmudgett | One way audio before answering | |
- | | | call waiting call on analog port. | |
- |----------+------------+-----------------------------------+------------|
- | | | Change some documentation to | |
- | 295869 | seanbright | suggest dahdi_monitor instead of | |
- | | | ztmonitor. | |
- |----------+------------+-----------------------------------+------------|
- | | | Handle failures building | |
- | 296002 | russell | translation paths more | |
- | | | effectively. | |
- |----------+------------+-----------------------------------+------------|
- | 296084 | russell | Fix false reporting of an error | |
- | | | by set_format(). | |
- |----------+------------+-----------------------------------+------------|
- | 296230 | russell | Make Asterisk less crashy. | |
- |----------+------------+-----------------------------------+------------|
- | 296582 | rmudgett | Merged revision 296575 from | |
- |----------+------------+-----------------------------------+------------|
- | 296628 | russell | Complete some error handling in | |
- | | | transmit_publish() in chan_sip.c. | |
- |----------+------------+-----------------------------------+------------|
- | | | DOC: Conference number can be | |
- | 296787 | tilghman | omitted; if omitted, all users in | |
- | | | a meetme are listed. | |
- |----------+------------+-----------------------------------+------------|
- | | | Properly restore backup | |
- | 296870 | jpeeler | information file when hanging up | |
- | | | during message prepending. | |
- |----------+------------+-----------------------------------+------------|
- | | | Missed initializations caused | |
- | 296951 | tilghman | startup errors on Mac OS X (and | |
- | | | possibly others, too). | |
- |----------+------------+-----------------------------------+------------|
- | | | Fix not stopping MOH when | |
- | 297075 | jpeeler | transfered local channel queue | |
- | | | member is answered. | |
- |----------+------------+-----------------------------------+------------|
- | 297157 | mnicholson | Changed some NOTICE and WARNING | |
- | | | messages to DEBUG messages. | |
- |----------+------------+-----------------------------------+------------|
- | 297245 | russell | Add "DAHDI" to a couple of | |
- | | | app_meetme error messages. | |
- |----------+------------+-----------------------------------+------------|
- | 297312 | twilson | Initialize offset for adaptive | |
- | | | jitter buffer | |
- |----------+------------+-----------------------------------+------------|
- | 297406 | pabelanger | Resolve compile error under | |
- | | | FreeBSD | |
- |----------+------------+-----------------------------------+------------|
- | | | Add support for reserving a fax | |
- | 297486 | mnicholson | session before answering the | |
- | | | channel. | |
- |----------+------------+-----------------------------------+------------|
- | | | Print a DEBUG message instead of | |
- | 297495 | mnicholson | a WARNING message when the | |
- | | | selected fax tech does not | |
- | | | support reserving sessions. | |
- |----------+------------+-----------------------------------+------------|
- | | | The CLI command should not | |
- | 297535 | seanbright | contain s, these are for | |
- | | | descriptions. | |
- |----------+------------+-----------------------------------+------------|
- | | | Improve handling of REGISTER | |
- | 297607 | jpeeler | requests with multiple contact | |
- | | | headers. | |
- |----------+------------+-----------------------------------+------------|
- | 297821 | tilghman | Use non-deprecated APIs for | |
- | | | CoreAudio | |
- |----------+------------+-----------------------------------+------------|
- | | | Display the capabilities | |
- | 297905 | mnicholson | requested when requesting a fax | |
- | | | session fails instead of | |
- | | | displaying a hex value. | |
- |----------+------------+-----------------------------------+------------|
- | 297909 | tilghman | Use inheritance to get correct | |
- | | | results for SIPFROMDOMAIN. | |
- |----------+------------+-----------------------------------+------------|
- | 298054 | mnicholson | Prevent a memcpy overlap in | |
- | | | GENERIC_FAX_EXEC_SET_VARS | |
- |----------+------------+-----------------------------------+------------|
- | 298099 | may | Correction to work with | #18401 |
- | | | gatekeeper which don't send GK ID | |
- |----------+------------+-----------------------------------+------------|
- | 298192 | lmadsen | Create 1.8.1.1 tag from 1.8.1. | |
- |----------+------------+-----------------------------------+------------|
- | | | Update ChangeLog and .version | |
- | 298203 | lmadsen | file. Merge fixes for CDR crash | |
- | | | and chan_gtalk fixup. | |
- |----------+------------+-----------------------------------+------------|
- | 298285 | lmadsen | Importing release summary for | |
- | | | 1.8.1.1 release. | |
- |----------+------------+-----------------------------------+------------|
- | 301456 | lmadsen | Create Asterisk 1.8.2 from | |
- | | | 1.8.2-rc1 | |
- |----------+------------+-----------------------------------+------------|
- | 301494 | lmadsen | | |
- |----------+------------+-----------------------------------+------------|
- | 301495 | lmadsen | Update ChangeLog, .version file, | |
- | | | and remove summary files. | |
- +------------------------------------------------------------------------+
-
- ----------------------------------------------------------------------
-
- 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.
-
- .version | 2
- ChangeLog | 37 +
- Makefile | 16
- addons/ooh323c/src/ooGkClient.c | 88 ++--
- apps/app_dial.c | 11
- apps/app_followme.c | 10
- apps/app_macro.c | 24 -
- apps/app_meetme.c | 12
- apps/app_queue.c | 13
- apps/app_voicemail.c | 10
- asterisk-1.8.2-rc1-summary.html | 352 ----------------
- asterisk-1.8.2-rc1-summary.txt | 466 ----------------------
- autoconf/ast_ext_lib.m4 | 2
- build_tools/prep_tarball | 19
- channels/chan_console.c | 2
- channels/chan_dahdi.c | 460 +++++++++++++--------
- channels/chan_gtalk.c | 45 +-
- channels/chan_iax2.c | 13
- channels/chan_misdn.c | 9
- channels/chan_sip.c | 88 +++-
- channels/misdn/isdn_msg_parser.c | 20
- channels/sig_analog.c | 610 ++++++++++++++++-------------
- channels/sig_analog.h | 42 +
- channels/sig_pri.h | 4
- configs/chan_dahdi.conf.sample | 2
- configs/extensions.conf.sample | 4
- configs/res_curl.conf.sample | 4
- configs/sip_notify.conf.sample | 2
- configure | 2
- configure.ac | 2
- contrib/init.d/org.asterisk.asterisk.plist | 6
- contrib/init.d/org.asterisk.muted.plist | 33 +
- contrib/scripts/install_prereq | 5
- include/asterisk.h | 4
- include/asterisk/autoconfig.h.in | 68 ++-
- include/asterisk/channel.h | 32 +
- include/asterisk/event.h | 20
- include/asterisk/frame.h | 11
- include/asterisk/jabber.h | 2
- include/asterisk/res_fax.h | 25 -
- main/abstract_jb.c | 5
- main/asterisk.c | 8
- main/channel.c | 154 ++++---
- main/event.c | 161 +++++++
- main/features.c | 10
- main/netsock.c | 2
- main/pbx.c | 24 -
- main/say.c | 93 ++--
- res/res_fax.c | 324 ++++++++++++---
- res/res_jabber.c | 85 +---
- utils/muted.c | 76 ++-
- 51 files changed, 1871 insertions(+), 1648 deletions(-)
-
- ----------------------------------------------------------------------
|