Compare commits

...

3 Commits

Author SHA1 Message Date
Asterisk Autobuilder
171f720d34 Importing release summary for 11.2.1 release.
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/11.2.1@379894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-01-22 19:17:22 +00:00
Asterisk Autobuilder
25b37b20ee Merge 378984,379513,379790 for 11.2.1
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/11.2.1@379889 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-01-22 18:57:06 +00:00
Asterisk Autobuilder
c7b0aaa3f4 Create 11.2.1
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/11.2.1@379882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-01-22 17:39:46 +00:00
17 changed files with 201 additions and 968 deletions

View File

@@ -1 +1 @@
11.2.0
11.2.1

View File

@@ -1,3 +1,70 @@
2013-01-22 Asterisk Development Team <asteriskteam@digium.com>
* Asterisk 11.2.1 Released.
* Fix astcanary startup problem due to wrong pid value from before daemon
call
When Asterisk forks itself into the background via a call to daemon, it must
re-set the pid value of the new process. Otherwise, astcanary gets the pid
value of the process before the fork, which prevents it from running.
Asterisk eventually starts lowering its priority, as it can no longer
communicate with the proverbial canary in the coal mine.
This patch ensures that the correct process identifier is used by astcanary.
(closes issue ASTERISK-20947)
Reported by: Jakob Hirsch
Tested by: mjordan
patches:
asterisk-10.12.0.astcanary_ppid.diff uploaded by Jakob Hirsch (license 6113)
* Update init.d scripts to handle stderr; readd splash screen for remote
consoles
When r376428 was commited to re-order start up sequences to be more tolerant
of forking with thread primitives, a few items were changed that caused
changes in behavior on some distros. This includes:
* Not displaying the splash screen on a remote console.
* Displaying an error message on stderr when a remote console cannot
connect to a running instance of Asterisk.
In the first case, the splash screen was re-added (thanks to Michael L.
Young).
In the second case, the various init.d scripts were modified to pipe
stderr to /dev/null, as the error message is useful - if you execute a
remote console or a remote console command execution and it fail, it
should tell you. Note that the error message was always present, it just
failed to be printed prior to r376428.
Much thanks to the folks who quickly reported this problem, provided
solutions, and promptly tested the various init.d scripts on a variety of
distros.
(closes issue ASTERISK-20945)
Reported by: Warren Selby
Tested by: Michael L. Young, Jamuel Starkey, kaldemar, Danny Nicholas, mjordan
patches:
asterisk-20945-remote-intro-msg.diff uploaded by elguero (license 5026)
ASTERISK-20945-1.8-mjordan.diff uploaded by mjordan (license 6283)
* Reset RTP timestamp; sequence number on SSRC change
In r370252 for ASTERISK-18404, Asterisk's handling of RTP was
modified to better account for out of order RTP packets. This was
accomplished by using the RTP timestamp and sequence number to check
for out of order packets. However, when a SSRC change occurs, the
timestamp and sequence number will no longer have any relation to the
previously received packets. The variables tracking the timestamp and
sequence number therefore have to be reset.
(closes issue ASTERISK-20906)
Reported by: Eelco Brolman
patches:
dtmf_on_hold.patch uploaded by Eelco Brolman (license #6442)
2013-01-14 Asterisk Development Team <asteriskteam@digium.com>
* Asterisk 11.2.0 Released.

View File

@@ -20,6 +20,16 @@
===
===========================================================
From 11.2.0 to 11.2.1:
* Asterisk would previously not output certain error messages when a remote
console attempted to connect to Asterisk and no instance of Asterisk was
running. This error message is displayed on stderr; as a result, some
initialization scripts that used remote consoles to test for the presence
of a running Asterisk instance started to display erroneous error messages.
The init.d scripts and the safe_asterisk have been updated in the contrib
folder to account for this.
From 11.1 to 11.2:
* Asterisk has always had code to ignore dash '-' characters that are not

View File

@@ -1,413 +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-11.2.0</title></head>
<body>
<h1 align="center"><a name="top">Release Summary</a></h1>
<h3 align="center">asterisk-11.2.0</h3>
<h3 align="center">Date: 2013-01-14</h3>
<h3 align="center">&lt;asteriskteam@digium.com&gt;</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-11.1.0.</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>
22 rmudgett<br/>
4 bebuild<br/>
4 jcolp<br/>
4 jrose<br/>
4 mjordan<br/>
4 mmichelson<br/>
3 dlee<br/>
2 elguero<br/>
2 russell<br/>
2 tilghman<br/>
1 alecdavis<br/>
1 Andre Luis<br/>
1 beagles<br/>
1 file<br/>
1 James Le Cuirot<br/>
1 Jeremiah Gowdy<br/>
1 jkroon<br/>
1 kmoore<br/>
1 pkiefer<br/>
1 Rusty Newton<br/>
1 seanbright<br/>
1 wdoekes<br/>
</td>
<td>
3 rmudgett<br/>
1 alecdavis<br/>
1 elguero<br/>
1 Jared Smith<br/>
1 mjordan<br/>
1 Rusty Newton<br/>
1 Steven T. Wheeler<br/>
</td>
<td>
4 mjordan<br/>
1 alecdavis<br/>
1 andrel<br/>
1 chewi<br/>
1 coopvr<br/>
1 deti<br/>
1 dlee<br/>
1 eabad<br/>
1 elguero<br/>
1 ibc<br/>
1 jgowdy<br/>
1 jkroon<br/>
1 joshoa<br/>
1 jrose<br/>
1 jsmith<br/>
1 mcargile<br/>
1 p_lindheimer<br/>
1 rmudgett<br/>
1 sruffell<br/>
1 supertle<br/>
1 swheeler<br/>
1 tomo1657<br/>
1 tootai<br/>
1 vldmr<br/>
1 wimpy<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_confbridge</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20655">ASTERISK-20655</a>: Cannot reset pin with CONFBRIDGE(user,pin)<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377228">377228</a><br/>
Reporter: wimpy<br/>
Coders: rmudgett<br/>
<br/>
<h3>Category: Applications/app_meetme</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20486">ASTERISK-20486</a>: MeetMe Unable to write frame to channel after SIP channel hangs up.<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376310">376310</a><br/>
Reporter: mcargile<br/>
Coders: jrose<br/>
<br/>
<h3>Category: Applications/app_queue</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-19918">ASTERISK-19918</a>: MoH (Music on Hold) is stopped after call in a queue is terminated<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376217">376217</a><br/>
Reporter: eabad<br/>
Coders: beagles<br/>
<br/>
<h3>Category: Applications/app_voicemail</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20280">ASTERISK-20280</a>: In app_voicemail we attempt to play the sound "vm-urgent-removed", which should be "vm-marked-nonurgent"<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376264">376264</a><br/>
Reporter: tomo1657<br/>
Testers: Rusty Newton<br/>
Coders: Rusty Newton<br/>
<br/>
<h3>Category: Channels/General</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20414">ASTERISK-20414</a>: Timeout antipattern using ast_waitfor_nandfds<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376014">376014</a><br/>
Reporter: dlee<br/>
Coders: mmichelson<br/>
<br/>
<h3>Category: Channels/chan_bridge</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20492">ASTERISK-20492</a>: Stuck DTMF when using ChannelRedirect to split a two channel bridge<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=375966">375966</a><br/>
Reporter: jgowdy<br/>
Testers: rmudgett<br/>
Coders: Jeremiah Gowdy, rmudgett<br/>
<br/>
<h3>Category: Channels/chan_dahdi/SS7</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20204">ASTERISK-20204</a>: Asterisk not rejecting call setup on CIC that is down<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376060">376060</a><br/>
Reporter: supertle<br/>
Coders: rmudgett<br/>
<br/>
<h3>Category: Channels/chan_local</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20769">ASTERISK-20769</a>: Memory leak of local_pvt in chan_local.<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376870">376870</a><br/>
Reporter: rmudgett<br/>
Testers: rmudgett<br/>
Coders: rmudgett<br/>
<br/>
<h3>Category: Channels/chan_motif</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20671">ASTERISK-20671</a>: Add Who Hung Up support to the Motif channel driver<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377462">377462</a><br/>
Reporter: mjordan<br/>
Coders: jcolp<br/>
<br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20751">ASTERISK-20751</a>: chan_motif leaves UDP ports open<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377021">377021</a><br/>
Reporter: joshoa<br/>
Coders: jcolp<br/>
<br/>
<h3>Category: Channels/chan_sip/General</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20226">ASTERISK-20226</a>: Segfault in chan_sip while performing connected line update<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376917">376917</a><br/>
Reporter: jsmith<br/>
Testers: Jared Smith<br/>
Coders: mmichelson<br/>
<br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20486">ASTERISK-20486</a>: MeetMe Unable to write frame to channel after SIP channel hangs up.<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376310">376310</a><br/>
Reporter: mcargile<br/>
Coders: jrose<br/>
<br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20570">ASTERISK-20570</a>: Asterisk, when acting as the UAS in Session Timer negotiation, fails to add required header in 200 response ("Require: timer")<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376550">376550</a><br/>
Reporter: mjordan<br/>
Coders: mmichelson<br/>
<br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20643">ASTERISK-20643</a>: SIP ICE support - remove hardcoded limitation on SDP size, make ICE support disabled by default in SIP, maybe provide a better warning message<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376130">376130</a><br/>
Reporter: coopvr<br/>
Coders: jcolp<br/>
<br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20724">ASTERISK-20724</a>: Fix natdetected flag being set when VIA doesn't include port in address<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376836">376836</a><br/>
Reporter: elguero<br/>
Coders: elguero<br/>
<br/>
<h3>Category: Channels/chan_sip/SRTP</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20499">ASTERISK-20499</a>: Crash in libsrtp srtp_unprotect_rtcp when SIP channel is bridged with non-optimizing Local channel<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377262">377262</a><br/>
Reporter: tootai<br/>
Coders: jrose<br/>
<br/>
<h3>Category: Channels/chan_sip/TCP-TLS</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20763">ASTERISK-20763</a>: Memory Leak in chan_sip with TLS enabled clients<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377259">377259</a><br/>
Reporter: deti<br/>
Coders: jcolp<br/>
<br/>
<h3>Category: Channels/chan_sip/WebSocket</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20745">ASTERISK-20745</a>: In MESSAGE received over WebSocket, the body last char is cut<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376822">376822</a><br/>
Reporter: ibc<br/>
Coders: pkiefer<br/>
<br/>
<h3>Category: Codecs/codec_dahdi</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-19921">ASTERISK-19921</a>: codec_dahdi: Wrong number of encoder/decoder channels.<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377383">377383</a><br/>
Reporter: sruffell<br/>
Coders: kmoore<br/>
<br/>
<h3>Category: Contrib/General</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20756">ASTERISK-20756</a>: Asterisk sippeers.sql columns place error cause peer to be without codecs when setting disallow=all under MySQL<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377433">377433</a><br/>
Reporter: andrel<br/>
Coders: Andre Luis<br/>
<br/>
<h3>Category: Core/Channels</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20492">ASTERISK-20492</a>: Stuck DTMF when using ChannelRedirect to split a two channel bridge<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=375966">375966</a><br/>
Reporter: jgowdy<br/>
Testers: rmudgett<br/>
Coders: Jeremiah Gowdy, rmudgett<br/>
<br/>
<h3>Category: Core/ManagerInterface</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20677">ASTERISK-20677</a>: Action Challenge not working with allowmultiplelogin=no<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376727">376727</a><br/>
Reporter: vldmr<br/>
Coders: jrose<br/>
<br/>
<h3>Category: Core/PBX</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-19205">ASTERISK-19205</a>: Most Unique pattern matching broken when trailing "-" is part of extension<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376690">376690</a><br/>
Reporter: p_lindheimer<br/>
Testers: rmudgett<br/>
Coders: rmudgett<br/>
<br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20639">ASTERISK-20639</a>: Dynamic hints are not properly initialized when the extension contains an underscore.<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376144">376144</a><br/>
Reporter: swheeler<br/>
Testers: Steven T. Wheeler, elguero<br/>
Coders: elguero<br/>
<br/>
<h3>Category: General</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-19463">ASTERISK-19463</a>: Asterisk deadlocks during startup with mutex errors<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376441">376441</a><br/>
Reporter: mjordan<br/>
Testers: mjordan<br/>
Coders: mjordan<br/>
<br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20226">ASTERISK-20226</a>: Segfault in chan_sip while performing connected line update<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376917">376917</a><br/>
Reporter: jsmith<br/>
Testers: Jared Smith<br/>
Coders: mmichelson<br/>
<br/>
<h3>Category: PBX/General</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20628">ASTERISK-20628</a>: [patch] - main/pbx.c - ShowDialPlan generates with error if no Exten: was presented and there are no exten => lines present<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376168">376168</a><br/>
Reporter: jkroon<br/>
Coders: jkroon<br/>
<br/>
<h3>Category: PBX/pbx_spool</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20593">ASTERISK-20593</a>: [patch] Future-dated call files are ignored when astspooldir is relative<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376234">376234</a><br/>
Reporter: chewi<br/>
Coders: James Le Cuirot<br/>
<br/>
<h3>Category: Resources/res_monitor</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20641">ASTERISK-20641</a>: Erroneous error messages from Monitor when using options 'i' and 'o'<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376391">376391</a><br/>
Reporter: jrose<br/>
Coders: jrose<br/>
<br/>
<h3>Category: Tests/testsuite</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-19463">ASTERISK-19463</a>: Asterisk deadlocks during startup with mutex errors<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376441">376441</a><br/>
Reporter: mjordan<br/>
Testers: mjordan<br/>
Coders: mjordan<br/>
<br/>
<h3>Category: Utilities/General</h3><br/>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-20505">ASTERISK-20505</a>: Migrate hashtest/hashtest2 to be unit tests<br/>
Revision: <a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376339">376339</a><br/>
Reporter: mjordan<br/>
Coders: dlee<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/11?view=revision&revision=376048">376048</a></td><td>rmudgett</td><td>Add MALLOC_DEBUG enhancements.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376089">376089</a></td><td>mmichelson</td><td>Fix a "set but not used" warning on newer gccs.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376343">376343</a></td><td>dlee</td><td>Fixed extconf.c breakage introduced in r376306.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376415">376415</a></td><td>mjordan</td><td>Add a test event that reports changes in ConfBridge state</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376471">376471</a></td><td>wdoekes</td><td>Fix most leftover non-opaque ast_str uses.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376561">376561</a></td><td>dlee</td><td>Added missing newlines to websocket ast_logs.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376588">376588</a></td><td>mjordan</td><td>Re-initialize logmsgs mutex upon logger initialization to prevent lock errors</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19463">ASTERISK-19463</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376629">376629</a></td><td>rmudgett</td><td>Made AST_LIST_REMOVE() simpler and use better names.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376659">376659</a></td><td>rmudgett</td><td>Remove unnecessary channel module references.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376760">376760</a></td><td>rmudgett</td><td>Enhance MALLOC_DEBUG CLI commands.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376790">376790</a></td><td>rmudgett</td><td>Add MALLOC_DEBUG atexit unreleased malloc memory summary.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376866">376866</a></td><td>rmudgett</td><td>Fix compile error.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-20724">ASTERISK-20724</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376921">376921</a></td><td>seanbright</td><td>Minor spelling fix to the VOLUME documentation.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376952">376952</a></td><td>rmudgett</td><td>chan_misdn: Fix sending RELEASE_COMPLETE in response to SETUP.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=376983">376983</a></td><td>file</td><td>Tweak extension used for incoming calls received on Motif.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377039">377039</a></td><td>rmudgett</td><td>Fix CCSS CLI commands and logger level not unregistered.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-20649">ASTERISK-20649</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377071">377071</a></td><td>rmudgett</td><td>Cleanup CDR resources on exit.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-20649">ASTERISK-20649</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377075">377075</a></td><td>rmudgett</td><td>Cleanup CLI resources on exit and CLI command registration errors.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-20649">ASTERISK-20649</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377106">377106</a></td><td>rmudgett</td><td>Cleanup config cache on exit.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-20649">ASTERISK-20649</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377137">377137</a></td><td>rmudgett</td><td>Cleanup core main on exit.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-20649">ASTERISK-20649</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377167">377167</a></td><td>rmudgett</td><td>Cleanup ast_run_atexits() atexits list.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-20649">ASTERISK-20649</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377195">377195</a></td><td>russell</td><td>Add libuuid to install_prereq for Fedora.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377213">377213</a></td><td>rmudgett</td><td>confbridge: Update online XML documentation.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377244">377244</a></td><td>rmudgett</td><td>Fix registering core show codecs/codec CLI commands twice.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377319">377319</a></td><td>mjordan</td><td>Fix memory leak in 'manager show event' when command entered incorrectly</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377340">377340</a></td><td>russell</td><td>Add CLI tab completion to 'acl show'.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377355">377355</a></td><td>rmudgett</td><td>confbridge: Fix some resource leaks on conference teardown.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377401">377401</a></td><td>rmudgett</td><td>MALLOC_DEBUG: Only wait if we want atexit allocation dumps.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377505">377505</a></td><td>tilghman</td><td>Remove some dead code and additionally handle a case that wasn't handled.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377511">377511</a></td><td>tilghman</td><td>Improve documentation by making all of the colors used readable,</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377525">377525</a></td><td>bebuild</td><td>Creating tag for the release of asterisk-11.2.0-rc1</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377526">377526</a></td><td>bebuild</td><td>Importing files for 11.2.0-rc1 release.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377527">377527</a></td><td>bebuild</td><td>Importing release summary for 11.2.0-rc1 release.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=377528">377528</a></td><td>bebuild</td><td>Use autotagged externals</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>
.lastclean | 1
.version | 1
ChangeLog |22369 +++++++++++++++++++++++++++++++++++
UPGRADE.txt | 6
addons/cdr_mysql.c | 11
addons/res_config_mysql.c | 3
apps/app_celgenuserevent.c | 9
apps/app_confbridge.c | 148
apps/app_dial.c | 14
apps/app_jack.c | 4
apps/app_meetme.c | 15
apps/app_queue.c | 26
apps/app_record.c | 27
apps/app_voicemail.c | 2
apps/app_waitforring.c | 25
apps/confbridge/conf_config_parser.c | 126
apps/confbridge/conf_state.c | 5
asterisk-11.2.0-rc1-summary.html | 403
asterisk-11.2.0-rc1-summary.txt | 526
channels/chan_agent.c | 14
channels/chan_dahdi.c | 42
channels/chan_iax2.c | 14
channels/chan_local.c | 21
channels/chan_motif.c | 27
channels/chan_sip.c | 208
channels/misdn/isdn_lib.c | 17
channels/sig_analog.c | 22
channels/sig_pri.c | 12
channels/sig_ss7.c | 51
channels/sip/include/sip.h | 1
codecs/codec_dahdi.c | 2
configs/motif.conf.sample | 5
configs/sip.conf.sample | 5
contrib/realtime/mysql/sippeers.sql | 2
contrib/scripts/install_prereq | 2
funcs/func_volume.c | 2
include/asterisk/_private.h | 1
include/asterisk/astmm.h | 3
include/asterisk/channel.h | 8
include/asterisk/features.h | 12
include/asterisk/hashtab.h | 3
include/asterisk/linkedlists.h | 58
include/asterisk/lock.h | 16
include/asterisk/time.h | 14
include/asterisk/utils.h | 29
main/asterisk.c | 352
main/astmm.c | 1223 +
main/ccss.c | 2
main/cdr.c | 46
main/channel.c | 150
main/channel_internal_api.c | 21
main/cli.c | 41
main/config.c | 14
main/features.c | 27
main/format.c | 6
main/indications.c | 2
main/lock.c | 2
main/logger.c | 11
main/manager.c | 7
main/named_acl.c | 25
main/pbx.c | 532
main/rtp_engine.c | 16
main/security_events.c | 2
main/stdtime/localtime.c | 14
main/utils.c | 69
main/xmldoc.c | 8
pbx/pbx_dundi.c | 31
pbx/pbx_spool.c | 2
res/res_fax.c | 128
res/res_http_websocket.c | 12
res/res_monitor.c | 32
res/res_rtp_asterisk.c | 2
res/res_srtp.c | 4
tests/test_astobj2_thrash.c | 353
tests/test_hashtab_thrash.c | 321
utils/Makefile | 7
utils/extconf.c | 1
utils/hashtest.c | 410
utils/hashtest2.c | 418
utils/utils.xml | 8
80 files changed, 26769 insertions(+), 1842 deletions(-)
</pre><br/>
<hr/>
</body>
</html>

View File

@@ -1,543 +0,0 @@
Release Summary
asterisk-11.2.0
Date: 2013-01-14
<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-11.1.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
22 rmudgett 3 rmudgett 4 mjordan
4 bebuild 1 alecdavis 1 alecdavis
4 jcolp 1 elguero 1 andrel
4 jrose 1 Jared Smith 1 chewi
4 mjordan 1 mjordan 1 coopvr
4 mmichelson 1 Rusty Newton 1 deti
3 dlee 1 Steven T. Wheeler 1 dlee
2 elguero 1 eabad
2 russell 1 elguero
2 tilghman 1 ibc
1 alecdavis 1 jgowdy
1 Andre Luis 1 jkroon
1 beagles 1 joshoa
1 file 1 jrose
1 James Le Cuirot 1 jsmith
1 Jeremiah Gowdy 1 mcargile
1 jkroon 1 p_lindheimer
1 kmoore 1 rmudgett
1 pkiefer 1 sruffell
1 Rusty Newton 1 supertle
1 seanbright 1 swheeler
1 wdoekes 1 tomo1657
1 tootai
1 vldmr
1 wimpy
----------------------------------------------------------------------
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_confbridge
ASTERISK-20655: Cannot reset pin with CONFBRIDGE(user,pin)
Revision: 377228
Reporter: wimpy
Coders: rmudgett
Category: Applications/app_meetme
ASTERISK-20486: MeetMe Unable to write frame to channel after SIP channel
hangs up.
Revision: 376310
Reporter: mcargile
Coders: jrose
Category: Applications/app_queue
ASTERISK-19918: MoH (Music on Hold) is stopped after call in a queue is
terminated
Revision: 376217
Reporter: eabad
Coders: beagles
Category: Applications/app_voicemail
ASTERISK-20280: In app_voicemail we attempt to play the sound
"vm-urgent-removed", which should be "vm-marked-nonurgent"
Revision: 376264
Reporter: tomo1657
Testers: Rusty Newton
Coders: Rusty Newton
Category: Channels/General
ASTERISK-20414: Timeout antipattern using ast_waitfor_nandfds
Revision: 376014
Reporter: dlee
Coders: mmichelson
Category: Channels/chan_bridge
ASTERISK-20492: Stuck DTMF when using ChannelRedirect to split a two
channel bridge
Revision: 375966
Reporter: jgowdy
Testers: rmudgett
Coders: Jeremiah Gowdy, rmudgett
Category: Channels/chan_dahdi/SS7
ASTERISK-20204: Asterisk not rejecting call setup on CIC that is down
Revision: 376060
Reporter: supertle
Coders: rmudgett
Category: Channels/chan_local
ASTERISK-20769: Memory leak of local_pvt in chan_local.
Revision: 376870
Reporter: rmudgett
Testers: rmudgett
Coders: rmudgett
Category: Channels/chan_motif
ASTERISK-20671: Add Who Hung Up support to the Motif channel driver
Revision: 377462
Reporter: mjordan
Coders: jcolp
ASTERISK-20751: chan_motif leaves UDP ports open
Revision: 377021
Reporter: joshoa
Coders: jcolp
Category: Channels/chan_sip/General
ASTERISK-20226: Segfault in chan_sip while performing connected line
update
Revision: 376917
Reporter: jsmith
Testers: Jared Smith
Coders: mmichelson
ASTERISK-20486: MeetMe Unable to write frame to channel after SIP channel
hangs up.
Revision: 376310
Reporter: mcargile
Coders: jrose
ASTERISK-20570: Asterisk, when acting as the UAS in Session Timer
negotiation, fails to add required header in 200 response ("Require:
timer")
Revision: 376550
Reporter: mjordan
Coders: mmichelson
ASTERISK-20643: SIP ICE support - remove hardcoded limitation on SDP size,
make ICE support disabled by default in SIP, maybe provide a better
warning message
Revision: 376130
Reporter: coopvr
Coders: jcolp
ASTERISK-20724: Fix natdetected flag being set when VIA doesn't include
port in address
Revision: 376836
Reporter: elguero
Coders: elguero
Category: Channels/chan_sip/SRTP
ASTERISK-20499: Crash in libsrtp srtp_unprotect_rtcp when SIP channel is
bridged with non-optimizing Local channel
Revision: 377262
Reporter: tootai
Coders: jrose
Category: Channels/chan_sip/TCP-TLS
ASTERISK-20763: Memory Leak in chan_sip with TLS enabled clients
Revision: 377259
Reporter: deti
Coders: jcolp
Category: Channels/chan_sip/WebSocket
ASTERISK-20745: In MESSAGE received over WebSocket, the body last char is
cut
Revision: 376822
Reporter: ibc
Coders: pkiefer
Category: Codecs/codec_dahdi
ASTERISK-19921: codec_dahdi: Wrong number of encoder/decoder channels.
Revision: 377383
Reporter: sruffell
Coders: kmoore
Category: Contrib/General
ASTERISK-20756: Asterisk sippeers.sql columns place error cause peer to be
without codecs when setting disallow=all under MySQL
Revision: 377433
Reporter: andrel
Coders: Andre Luis
Category: Core/Channels
ASTERISK-20492: Stuck DTMF when using ChannelRedirect to split a two
channel bridge
Revision: 375966
Reporter: jgowdy
Testers: rmudgett
Coders: Jeremiah Gowdy, rmudgett
Category: Core/ManagerInterface
ASTERISK-20677: Action Challenge not working with allowmultiplelogin=no
Revision: 376727
Reporter: vldmr
Coders: jrose
Category: Core/PBX
ASTERISK-19205: Most Unique pattern matching broken when trailing "-" is
part of extension
Revision: 376690
Reporter: p_lindheimer
Testers: rmudgett
Coders: rmudgett
ASTERISK-20639: Dynamic hints are not properly initialized when the
extension contains an underscore.
Revision: 376144
Reporter: swheeler
Testers: Steven T. Wheeler, elguero
Coders: elguero
Category: General
ASTERISK-19463: Asterisk deadlocks during startup with mutex errors
Revision: 376441
Reporter: mjordan
Testers: mjordan
Coders: mjordan
ASTERISK-20226: Segfault in chan_sip while performing connected line
update
Revision: 376917
Reporter: jsmith
Testers: Jared Smith
Coders: mmichelson
Category: PBX/General
ASTERISK-20628: [patch] - main/pbx.c - ShowDialPlan generates with error
if no Exten: was presented and there are no exten => lines present
Revision: 376168
Reporter: jkroon
Coders: jkroon
Category: PBX/pbx_spool
ASTERISK-20593: [patch] Future-dated call files are ignored when
astspooldir is relative
Revision: 376234
Reporter: chewi
Coders: James Le Cuirot
Category: Resources/res_monitor
ASTERISK-20641: Erroneous error messages from Monitor when using options
'i' and 'o'
Revision: 376391
Reporter: jrose
Coders: jrose
Category: Tests/testsuite
ASTERISK-19463: Asterisk deadlocks during startup with mutex errors
Revision: 376441
Reporter: mjordan
Testers: mjordan
Coders: mjordan
Category: Utilities/General
ASTERISK-20505: Migrate hashtest/hashtest2 to be unit tests
Revision: 376339
Reporter: mjordan
Coders: dlee
----------------------------------------------------------------------
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 |
|----------+------------+----------------------------+-------------------|
| 376048 | rmudgett | Add MALLOC_DEBUG | |
| | | enhancements. | |
|----------+------------+----------------------------+-------------------|
| 376089 | mmichelson | Fix a "set but not used" | |
| | | warning on newer gccs. | |
|----------+------------+----------------------------+-------------------|
| 376343 | dlee | Fixed extconf.c breakage | |
| | | introduced in r376306. | |
|----------+------------+----------------------------+-------------------|
| | | Add a test event that | |
| 376415 | mjordan | reports changes in | |
| | | ConfBridge state | |
|----------+------------+----------------------------+-------------------|
| 376471 | wdoekes | Fix most leftover | |
| | | non-opaque ast_str uses. | |
|----------+------------+----------------------------+-------------------|
| 376561 | dlee | Added missing newlines to | |
| | | websocket ast_logs. | |
|----------+------------+----------------------------+-------------------|
| | | Re-initialize logmsgs | |
| 376588 | mjordan | mutex upon logger | ASTERISK-19463 |
| | | initialization to prevent | |
| | | lock errors | |
|----------+------------+----------------------------+-------------------|
| | | Made AST_LIST_REMOVE() | |
| 376629 | rmudgett | simpler and use better | |
| | | names. | |
|----------+------------+----------------------------+-------------------|
| 376659 | rmudgett | Remove unnecessary channel | |
| | | module references. | |
|----------+------------+----------------------------+-------------------|
| 376760 | rmudgett | Enhance MALLOC_DEBUG CLI | |
| | | commands. | |
|----------+------------+----------------------------+-------------------|
| | | Add MALLOC_DEBUG atexit | |
| 376790 | rmudgett | unreleased malloc memory | |
| | | summary. | |
|----------+------------+----------------------------+-------------------|
| 376866 | rmudgett | Fix compile error. | ASTERISK-20724 |
|----------+------------+----------------------------+-------------------|
| 376921 | seanbright | Minor spelling fix to the | |
| | | VOLUME documentation. | |
|----------+------------+----------------------------+-------------------|
| | | chan_misdn: Fix sending | |
| 376952 | rmudgett | RELEASE_COMPLETE in | |
| | | response to SETUP. | |
|----------+------------+----------------------------+-------------------|
| | | Tweak extension used for | |
| 376983 | file | incoming calls received on | |
| | | Motif. | |
|----------+------------+----------------------------+-------------------|
| | | Fix CCSS CLI commands and | |
| 377039 | rmudgett | logger level not | ASTERISK-20649 |
| | | unregistered. | |
|----------+------------+----------------------------+-------------------|
| 377071 | rmudgett | Cleanup CDR resources on | ASTERISK-20649 |
| | | exit. | |
|----------+------------+----------------------------+-------------------|
| | | Cleanup CLI resources on | |
| 377075 | rmudgett | exit and CLI command | ASTERISK-20649 |
| | | registration errors. | |
|----------+------------+----------------------------+-------------------|
| 377106 | rmudgett | Cleanup config cache on | ASTERISK-20649 |
| | | exit. | |
|----------+------------+----------------------------+-------------------|
| 377137 | rmudgett | Cleanup core main on exit. | ASTERISK-20649 |
|----------+------------+----------------------------+-------------------|
| 377167 | rmudgett | Cleanup ast_run_atexits() | ASTERISK-20649 |
| | | atexits list. | |
|----------+------------+----------------------------+-------------------|
| 377195 | russell | Add libuuid to | |
| | | install_prereq for Fedora. | |
|----------+------------+----------------------------+-------------------|
| 377213 | rmudgett | confbridge: Update online | |
| | | XML documentation. | |
|----------+------------+----------------------------+-------------------|
| | | Fix registering core show | |
| 377244 | rmudgett | codecs/codec CLI commands | |
| | | twice. | |
|----------+------------+----------------------------+-------------------|
| | | Fix memory leak in | |
| 377319 | mjordan | 'manager show event' when | |
| | | command entered | |
| | | incorrectly | |
|----------+------------+----------------------------+-------------------|
| 377340 | russell | Add CLI tab completion to | |
| | | 'acl show'. | |
|----------+------------+----------------------------+-------------------|
| | | confbridge: Fix some | |
| 377355 | rmudgett | resource leaks on | |
| | | conference teardown. | |
|----------+------------+----------------------------+-------------------|
| | | MALLOC_DEBUG: Only wait if | |
| 377401 | rmudgett | we want atexit allocation | |
| | | dumps. | |
|----------+------------+----------------------------+-------------------|
| | | Remove some dead code and | |
| 377505 | tilghman | additionally handle a case | |
| | | that wasn't handled. | |
|----------+------------+----------------------------+-------------------|
| | | Improve documentation by | |
| 377511 | tilghman | making all of the colors | |
| | | used readable, | |
|----------+------------+----------------------------+-------------------|
| | | Creating tag for the | |
| 377525 | bebuild | release of | |
| | | asterisk-11.2.0-rc1 | |
|----------+------------+----------------------------+-------------------|
| 377526 | bebuild | Importing files for | |
| | | 11.2.0-rc1 release. | |
|----------+------------+----------------------------+-------------------|
| 377527 | bebuild | Importing release summary | |
| | | for 11.2.0-rc1 release. | |
|----------+------------+----------------------------+-------------------|
| 377528 | bebuild | Use autotagged externals | |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
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.
.lastclean | 1
.version | 1
ChangeLog |22369 +++++++++++++++++++++++++++++++++++
UPGRADE.txt | 6
addons/cdr_mysql.c | 11
addons/res_config_mysql.c | 3
apps/app_celgenuserevent.c | 9
apps/app_confbridge.c | 148
apps/app_dial.c | 14
apps/app_jack.c | 4
apps/app_meetme.c | 15
apps/app_queue.c | 26
apps/app_record.c | 27
apps/app_voicemail.c | 2
apps/app_waitforring.c | 25
apps/confbridge/conf_config_parser.c | 126
apps/confbridge/conf_state.c | 5
asterisk-11.2.0-rc1-summary.html | 403
asterisk-11.2.0-rc1-summary.txt | 526
channels/chan_agent.c | 14
channels/chan_dahdi.c | 42
channels/chan_iax2.c | 14
channels/chan_local.c | 21
channels/chan_motif.c | 27
channels/chan_sip.c | 208
channels/misdn/isdn_lib.c | 17
channels/sig_analog.c | 22
channels/sig_pri.c | 12
channels/sig_ss7.c | 51
channels/sip/include/sip.h | 1
codecs/codec_dahdi.c | 2
configs/motif.conf.sample | 5
configs/sip.conf.sample | 5
contrib/realtime/mysql/sippeers.sql | 2
contrib/scripts/install_prereq | 2
funcs/func_volume.c | 2
include/asterisk/_private.h | 1
include/asterisk/astmm.h | 3
include/asterisk/channel.h | 8
include/asterisk/features.h | 12
include/asterisk/hashtab.h | 3
include/asterisk/linkedlists.h | 58
include/asterisk/lock.h | 16
include/asterisk/time.h | 14
include/asterisk/utils.h | 29
main/asterisk.c | 352
main/astmm.c | 1223 +
main/ccss.c | 2
main/cdr.c | 46
main/channel.c | 150
main/channel_internal_api.c | 21
main/cli.c | 41
main/config.c | 14
main/features.c | 27
main/format.c | 6
main/indications.c | 2
main/lock.c | 2
main/logger.c | 11
main/manager.c | 7
main/named_acl.c | 25
main/pbx.c | 532
main/rtp_engine.c | 16
main/security_events.c | 2
main/stdtime/localtime.c | 14
main/utils.c | 69
main/xmldoc.c | 8
pbx/pbx_dundi.c | 31
pbx/pbx_spool.c | 2
res/res_fax.c | 128
res/res_http_websocket.c | 12
res/res_monitor.c | 32
res/res_rtp_asterisk.c | 2
res/res_srtp.c | 4
tests/test_astobj2_thrash.c | 353
tests/test_hashtab_thrash.c | 321
utils/Makefile | 7
utils/extconf.c | 1
utils/hashtest.c | 410
utils/hashtest2.c | 418
utils/utils.xml | 8
80 files changed, 26769 insertions(+), 1842 deletions(-)
----------------------------------------------------------------------

View File

@@ -0,0 +1,46 @@
<!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-11.2.1</title></head>
<body>
<h1 align="center"><a name="top">Release Summary</a></h1>
<h3 align="center">asterisk-11.2.1</h3>
<h3 align="center">Date: 2013-01-22</h3>
<h3 align="center">&lt;asteriskteam@digium.com&gt;</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="#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-11.2.0.</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>
</td>
<td>
</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>
0 files changed
</pre><br/>
<hr/>
</body>
</html>

View File

@@ -0,0 +1,62 @@
Release Summary
asterisk-11.2.1
Date: 2013-01-22
<asteriskteam@digium.com>
----------------------------------------------------------------------
Table of Contents
1. Summary
2. Contributors
3. 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-11.2.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
----------------------------------------------------------------------
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.
0 files changed
----------------------------------------------------------------------

View File

@@ -33,7 +33,7 @@ case "$1" in
if [ -x $DAEMON ]; then
# Check if Asterisk is already running. If it is, then bug out, because
# starting safe_asterisk when Asterisk is running is very bad.
VERSION=`${DAEMON} -rx 'core show version'`
VERSION=`${DAEMON} -rx 'core show version' 2>/dev/null`
if [ "`echo $VERSION | cut -c 1-8`" = "Asterisk" ]; then
echo "Asterisk is already running. $0 will exit now."
exit 1

View File

@@ -66,7 +66,7 @@ case "$1" in
start)
# Check if Asterisk is already running. If it is, then bug out, because
# starting up Asterisk when Asterisk is already running is very bad.
VERSION=`${DAEMON} -rx 'core show version' || ${TRUE}`
VERSION=`${DAEMON} -rx 'core show version' 2>/dev/null || ${TRUE}`
if [ "`echo $VERSION | cut -c 1-8`" = "Asterisk" ]; then
echo "Asterisk is already running. $0 will exit now."
exit 0

View File

@@ -20,7 +20,7 @@ depend() {
start() {
# Check if Asterisk is already running. If it is, then bug out, because
# starting safe_asterisk when Asterisk is running is very bad.
VERSION=`${ASTSBINDIR}/asterisk -rx 'core show version'`
VERSION=`${ASTSBINDIR}/asterisk -rx 'core show version' 2>/dev/null`
if [ "`echo $VERSION | cut -c 1-8`" = "Asterisk" ]; then
echo "Asterisk is already running. $0 will exit now."
exit 1

View File

@@ -135,7 +135,7 @@ case "$1" in
start)
# Check if Asterisk is already running. If it is, then bug out, because
# starting Asterisk when Asterisk is already running is very bad.
VERSION=`${ASTSBINDIR}/asterisk -rx 'core show version'`
VERSION=`${ASTSBINDIR}/asterisk -rx 'core show version' 2>/dev/null`
if [ "`echo $VERSION | cut -c 1-8`" = "Asterisk" ]; then
echo "Asterisk is already running. $0 will exit now."
exit 1

View File

@@ -71,7 +71,7 @@ RETVAL=0
start() {
# Check if Asterisk is already running. If it is, then bug out, because
# starting safe_asterisk when Asterisk is running is very bad.
VERSION=`${AST_SBIN}/asterisk -rx 'core show version'`
VERSION=`${AST_SBIN}/asterisk -rx 'core show version' 2>/dev/null`
if [ "`echo $VERSION | cut -c 1-8`" = "Asterisk" ]; then
echo "Asterisk is already running."
exit 0

View File

@@ -24,7 +24,7 @@ asterisk_start() {
if [ -x /usr/sbin/asterisk ]; then
# Check if Asterisk is already running. If it is, then bug out, because
# starting safe_asterisk when Asterisk is running is very bad.
VERSION=`/usr/sbin/asterisk -rx 'core show version'`
VERSION=`/usr/sbin/asterisk -rx 'core show version' 2>/dev/null`
if [ "`echo $VERSION | cut -c 1-8`" = "Asterisk" ]; then
echo "Asterisk is already running. $0 will exit now."
exit 1

View File

@@ -78,7 +78,7 @@ start() {
# Check if Asterisk is already running. If it is, then bug out, because
# starting Asterisk when Asterisk is already running is very bad.
VERSION=`/usr/sbin/asterisk -rx 'core show version'`
VERSION=`/usr/sbin/asterisk -rx 'core show version' 2>/dev/null`
if [ "`echo $VERSION | cut -c 1-8`" = "Asterisk" ]; then
echo "Asterisk is already running. $0 will exit now."
exit 1

View File

@@ -49,7 +49,7 @@ message() {
# Check if Asterisk is already running. If it is, then bug out, because
# starting safe_asterisk when Asterisk is running is very bad.
VERSION=`${ASTSBINDIR}/asterisk -nrx 'core show version'`
VERSION=`${ASTSBINDIR}/asterisk -nrx 'core show version' 2>/dev/null`
if test "`echo $VERSION | cut -c 1-8`" = "Asterisk" ; then
message "Asterisk is already running. $0 will exit now."
exit 1

View File

@@ -3472,7 +3472,7 @@ static void env_init(void)
static void print_intro_message(const char *runuser, const char *rungroup)
{
if (ast_opt_console || option_verbose) {
if (ast_opt_console || option_verbose || (ast_opt_remote && !ast_opt_exec)) {
if (ast_register_verbose(console_verboser)) {
fprintf(stderr, "Unable to register console verboser?\n");
return;
@@ -3893,6 +3893,8 @@ int main(int argc, char *argv[])
#ifndef HAVE_SBIN_LAUNCHD
if (daemon(1, 0) < 0) {
fprintf(stderr, "daemon() failed: %s\n", strerror(errno));
} else {
ast_mainpid = getpid();
}
#else
fprintf(stderr, "Mac OS X detected. Use 'launchctl load /Library/LaunchDaemon/org.asterisk.asterisk.plist'.\n");
@@ -3944,11 +3946,10 @@ int main(int argc, char *argv[])
}
/* Blindly write the PID file. */
ast_mainpid = getpid();
unlink(ast_config_AST_PID);
f = fopen(ast_config_AST_PID, "w");
if (f) {
fprintf(f, "%ld\n", (long)getpid());
fprintf(f, "%ld\n", (long)ast_mainpid);
fclose(f);
} else {
fprintf(stderr, "Unable to open pid file '%s': %s\n", ast_config_AST_PID, strerror(errno));

View File

@@ -3584,6 +3584,9 @@ static struct ast_frame *ast_rtp_read(struct ast_rtp_instance *instance, int rtc
f = ast_frisolate(&srcupdate);
AST_LIST_INSERT_TAIL(&frames, f, frame_list);
rtp->last_seqno = 0;
rtp->last_end_timestamp = 0;
}
rtp->rxssrc = ssrc;