Compare commits

...

3 Commits

Author SHA1 Message Date
Asterisk Autobuilder
35a612c868 Importing release summary for 10.1.2 release.
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.1.2@354654 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-09 19:30:00 +00:00
Matthew Jordan
638257e6b3 Committing 354496, 354543, 354548 for 10.1.2
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.1.2@354642 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-09 19:13:16 +00:00
Matthew Jordan
0ac98cb7c0 Create tag for 10.1.2
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.1.2@354578 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-09 17:26:55 +00:00
8 changed files with 253 additions and 403 deletions

View File

@@ -1 +1 @@
10.1.1
10.1.2

View File

@@ -1,3 +1,27 @@
2012-02-09 Asterisk Development Team <asteriskteam@digium.com>
* Asterisk 10.1.2 Released.
* channels/chan_sip.c: Fix SIP INFO DTMF handling for non-numeric
codes. In ASTERISK-18924, SIP INFO DTMF handling was changed to
account for both lowercase alphabetic DTMF events, as well as
uppercase alphabetic DTMF events. When this occurred, the comparison
of the character buffer containing the event code was changed such
that the buffer was first compared against '0' and '9' to determine if
it was numeric. Unfortunately, since the first character in the
buffer will typically be '1' in the case of non-numeric event codes
(10-16), this caused those codes to be converted to a DTMF event of
'1'. This patch fixes that, and cleans up handling of both
application/dtmf-relay and application/dtmf content types.
Review: https://reviewboard.asterisk.org/r/1722/
(closes issue ASTERISK-19290) Reported by: Ira Emus
Tested by: mjordan
* apps/app_parkandannounce.c: Fix crash in ParkAndAnnounce from
uninitiliazed caller_id storage (closes issue ASTERISK-19311)
Reported by: tootai
Tested by: rmudgett
2012-02-06 Asterisk Development Team <asteriskteam@digium.com>
* Asterisk 10.1.1 Released.

View File

@@ -150,6 +150,7 @@ static int parkandannounce_exec(struct ast_channel *chan, const char *data)
}
/* Save the CallerID because the masquerade turns chan into a ZOMBIE. */
ast_party_id_init(&caller_id);
ast_channel_lock(chan);
ast_party_id_copy(&caller_id, &chan->caller.id);
ast_channel_unlock(chan);

View File

@@ -1,119 +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-10.1.1</title></head>
<body>
<h1 align="center"><a name="top">Release Summary</a></h1>
<h3 align="center">asterisk-10.1.1</h3>
<h3 align="center">Date: 2012-02-06</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="#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-10.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>
6 rmudgett<br/>
5 jrose<br/>
2 alecdavis<br/>
2 kpfleming<br/>
2 russell<br/>
2 twilson<br/>
1 kmoore<br/>
1 mjordan<br/>
1 mmichelson<br/>
1 seanbright<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/branches/10?view=revision&revision=352956">352956</a></td><td>rmudgett</td><td>Audit of ao2_iterator_init() usage for v1.8.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=352965">352965</a></td><td>jrose</td><td>Make failed PauseMonitor and UnpauseMonitor with no valid channel not close AMI session.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19249">ASTERISK-19249</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=352992">352992</a></td><td>rmudgett</td><td>Audit of ao2_iterator_init() usage for v10.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353039">353039</a></td><td>rmudgett</td><td>Audit of ao2_iterator_init() usage for v10. Missed one.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353078">353078</a></td><td>russell</td><td>Update ast_set_default_eid() to find more network interfaces.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353127">353127</a></td><td>kpfleming</td><td>Add 'L16-256' MIME subtype alias for slin16.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353176">353176</a></td><td>russell</td><td>Find even more network interfaces.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353261">353261</a></td><td>kpfleming</td><td>Clarify log WARNING message when port-zero SDP 'm' lines received.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353321">353321</a></td><td>alecdavis</td><td>RFC3261 Section 8.1.1.5. The sequence number value MUST be expressible as a 32-bit unsigned integer</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353369">353369</a></td><td>alecdavis</td><td>prevent debug messsges displaying -ve Cseq numbers. Missed in R353320</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353397">353397</a></td><td>twilson</td><td>Re-link peers by IP when dnsmgr changes the IP</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19106">ASTERISK-19106</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353463">353463</a></td><td>rmudgett</td><td>Fix memory leak in error paths for action_originate().</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353503">353503</a></td><td>twilson</td><td>Allow res_calendar to be unloaded</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-16744">ASTERISK-16744</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353551">353551</a></td><td>mjordan</td><td>Added clarification for the VERBOSITY setting to etc_default_asterisk</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-17030">ASTERISK-17030</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353599">353599</a></td><td>seanbright</td><td>Resolve an overlap in the ast_audiohook_flags values.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19246">ASTERISK-19246</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353721">353721</a></td><td>jrose</td><td>Use ast_sockaddr_stringify_fmt wrappers for various functions in chan_sip</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-16930">ASTERISK-16930</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353771">353771</a></td><td>jrose</td><td>Fix sip show peers port output, align columns, and fix ami port output.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-16930">ASTERISK-16930</a>, <a href="https://issues.asterisk.org/jira/browse/ASTERISK-19281">ASTERISK-19281</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353820">353820</a></td><td>mmichelson</td><td>Fix TLS port binding behavior as well as reload behavior:</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-16959">ASTERISK-16959</a>, <a href="https://issues.asterisk.org/jira/browse/ASTERISK-19201">ASTERISK-19201</a>, <a href="https://issues.asterisk.org/jira/browse/ASTERISK-19204">ASTERISK-19204</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353868">353868</a></td><td>rmudgett</td><td>Restore the 'w' modifier support for ISDN spans. Dial(DAHDI/g0/1234w888)</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19176">ASTERISK-19176</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353916">353916</a></td><td>kmoore</td><td>Ensure entering T.38 passthrough does not cause an infinite loop</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-18951">ASTERISK-18951</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=353962">353962</a></td><td>jrose</td><td>Fixes a segfault occuring when performing attended transfer with FAXOPT(gateway)=yes</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19184">ASTERISK-19184</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=354000">354000</a></td><td>jrose</td><td>Fixes deadlocks occuring in chan_agent due to r335976</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19285">ASTERISK-19285</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=354119">354119</a></td><td>rmudgett</td><td>Add missing headers to AMI UnParkedCall event to uniquely identify the call.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19240">ASTERISK-19240</a></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>
apps/app_chanspy.c | 13 -
apps/app_queue.c | 34 +-
channels/chan_agent.c | 171 +++++++++++---
channels/chan_dahdi.c | 57 ++++
channels/chan_iax2.c | 16 -
channels/chan_sip.c | 412 +++++++++++++++++++++++-------------
channels/sig_pri.c | 98 +++++++-
channels/sig_pri.h | 6
channels/sip/include/dialog.h | 4
channels/sip/include/sip.h | 16 -
configs/http.conf.sample | 3
configs/manager.conf.sample | 3
contrib/init.d/etc_default_asterisk | 3
include/asterisk/audiohook.h | 11
include/asterisk/channel.h | 16 -
include/asterisk/dnsmgr.h | 27 ++
include/asterisk/indications.h | 3
include/asterisk/manager.h | 1
main/dnsmgr.c | 31 ++
main/features.c | 9
main/http.c | 11
main/indications.c | 2
main/manager.c | 85 ++++---
main/netsock.c | 32 ++
main/pbx.c | 1
main/rtp_engine.c | 1
main/taskprocessor.c | 2
res/res_calendar.c | 42 ++-
res/res_fax.c | 1
res/res_monitor.c | 35 +--
res/res_odbc.c | 5
res/res_srtp.c | 46 ++--
res/snmp/agent.c | 9
tests/test_format_api.c | 1
34 files changed, 869 insertions(+), 338 deletions(-)
</pre><br/>
<hr/>
</body>
</html>

View File

@@ -1,210 +0,0 @@
Release Summary
asterisk-10.1.1
Date: 2012-02-06
<asteriskteam@digium.com>
----------------------------------------------------------------------
Table of Contents
1. Summary
2. Contributors
3. Other Changes
4. Diffstat
----------------------------------------------------------------------
Summary
[Back to Top]
This release includes only bug fixes. The changes included were made only
to address problems that have been identified in this release series.
Users should be able to safely upgrade to this version if this release
series is already in use. Users considering upgrading from a previous
release series are strongly encouraged to review the UPGRADE.txt document
as well as the CHANGES document for information about upgrading to this
release series.
The data in this summary reflects changes that have been made since the
previous release, asterisk-10.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
6 rmudgett
5 jrose
2 alecdavis
2 kpfleming
2 russell
2 twilson
1 kmoore
1 mjordan
1 mmichelson
1 seanbright
----------------------------------------------------------------------
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 |
|----------+------------+------------------------------+-----------------|
| 352956 | rmudgett | Audit of ao2_iterator_init() | |
| | | usage for v1.8. | |
|----------+------------+------------------------------+-----------------|
| | | Make failed PauseMonitor and | |
| 352965 | jrose | UnpauseMonitor with no valid | ASTERISK-19249 |
| | | channel not close AMI | |
| | | session. | |
|----------+------------+------------------------------+-----------------|
| 352992 | rmudgett | Audit of ao2_iterator_init() | |
| | | usage for v10. | |
|----------+------------+------------------------------+-----------------|
| 353039 | rmudgett | Audit of ao2_iterator_init() | |
| | | usage for v10. Missed one. | |
|----------+------------+------------------------------+-----------------|
| | | Update ast_set_default_eid() | |
| 353078 | russell | to find more network | |
| | | interfaces. | |
|----------+------------+------------------------------+-----------------|
| 353127 | kpfleming | Add 'L16-256' MIME subtype | |
| | | alias for slin16. | |
|----------+------------+------------------------------+-----------------|
| 353176 | russell | Find even more network | |
| | | interfaces. | |
|----------+------------+------------------------------+-----------------|
| | | Clarify log WARNING message | |
| 353261 | kpfleming | when port-zero SDP 'm' lines | |
| | | received. | |
|----------+------------+------------------------------+-----------------|
| | | RFC3261 Section 8.1.1.5. The | |
| 353321 | alecdavis | sequence number value MUST | |
| | | be expressible as a 32-bit | |
| | | unsigned integer | |
|----------+------------+------------------------------+-----------------|
| | | prevent debug messsges | |
| 353369 | alecdavis | displaying -ve Cseq numbers. | |
| | | Missed in R353320 | |
|----------+------------+------------------------------+-----------------|
| 353397 | twilson | Re-link peers by IP when | ASTERISK-19106 |
| | | dnsmgr changes the IP | |
|----------+------------+------------------------------+-----------------|
| | | Fix memory leak in error | |
| 353463 | rmudgett | paths for | |
| | | action_originate(). | |
|----------+------------+------------------------------+-----------------|
| 353503 | twilson | Allow res_calendar to be | ASTERISK-16744 |
| | | unloaded | |
|----------+------------+------------------------------+-----------------|
| | | Added clarification for the | |
| 353551 | mjordan | VERBOSITY setting to | ASTERISK-17030 |
| | | etc_default_asterisk | |
|----------+------------+------------------------------+-----------------|
| 353599 | seanbright | Resolve an overlap in the | ASTERISK-19246 |
| | | ast_audiohook_flags values. | |
|----------+------------+------------------------------+-----------------|
| | | Use | |
| 353721 | jrose | ast_sockaddr_stringify_fmt | ASTERISK-16930 |
| | | wrappers for various | |
| | | functions in chan_sip | |
|----------+------------+------------------------------+-----------------|
| | | Fix sip show peers port | ASTERISK-16930, |
| 353771 | jrose | output, align columns, and | ASTERISK-19281 |
| | | fix ami port output. | |
|----------+------------+------------------------------+-----------------|
| | | Fix TLS port binding | ASTERISK-16959, |
| 353820 | mmichelson | behavior as well as reload | ASTERISK-19201, |
| | | behavior: | ASTERISK-19204 |
|----------+------------+------------------------------+-----------------|
| | | Restore the 'w' modifier | |
| 353868 | rmudgett | support for ISDN spans. | ASTERISK-19176 |
| | | Dial(DAHDI/g0/1234w888) | |
|----------+------------+------------------------------+-----------------|
| | | Ensure entering T.38 | |
| 353916 | kmoore | passthrough does not cause | ASTERISK-18951 |
| | | an infinite loop | |
|----------+------------+------------------------------+-----------------|
| | | Fixes a segfault occuring | |
| 353962 | jrose | when performing attended | ASTERISK-19184 |
| | | transfer with | |
| | | FAXOPT(gateway)=yes | |
|----------+------------+------------------------------+-----------------|
| 354000 | jrose | Fixes deadlocks occuring in | ASTERISK-19285 |
| | | chan_agent due to r335976 | |
|----------+------------+------------------------------+-----------------|
| | | Add missing headers to AMI | |
| 354119 | rmudgett | UnParkedCall event to | ASTERISK-19240 |
| | | uniquely identify the call. | |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
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.
apps/app_chanspy.c | 13 -
apps/app_queue.c | 34 +-
channels/chan_agent.c | 171 +++++++++++---
channels/chan_dahdi.c | 57 ++++
channels/chan_iax2.c | 16 -
channels/chan_sip.c | 412 +++++++++++++++++++++++-------------
channels/sig_pri.c | 98 +++++++-
channels/sig_pri.h | 6
channels/sip/include/dialog.h | 4
channels/sip/include/sip.h | 16 -
configs/http.conf.sample | 3
configs/manager.conf.sample | 3
contrib/init.d/etc_default_asterisk | 3
include/asterisk/audiohook.h | 11
include/asterisk/channel.h | 16 -
include/asterisk/dnsmgr.h | 27 ++
include/asterisk/indications.h | 3
include/asterisk/manager.h | 1
main/dnsmgr.c | 31 ++
main/features.c | 9
main/http.c | 11
main/indications.c | 2
main/manager.c | 85 ++++---
main/netsock.c | 32 ++
main/pbx.c | 1
main/rtp_engine.c | 1
main/taskprocessor.c | 2
res/res_calendar.c | 42 ++-
res/res_fax.c | 1
res/res_monitor.c | 35 +--
res/res_odbc.c | 5
res/res_srtp.c | 46 ++--
res/snmp/agent.c | 9
tests/test_format_api.c | 1
34 files changed, 869 insertions(+), 338 deletions(-)
----------------------------------------------------------------------

View File

@@ -0,0 +1,73 @@
<!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-10.1.2</title></head>
<body>
<h1 align="center"><a name="top">Release Summary</a></h1>
<h3 align="center">asterisk-10.1.2</h3>
<h3 align="center">Date: 2012-02-09</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="#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-10.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>
2 mjordan<br/>
2 rmudgett<br/>
1 jrose<br/>
1 mmichelson<br/>
1 russell<br/>
1 twilson<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/branches/10?view=revision&revision=354217">354217</a></td><td>rmudgett</td><td>Improved documentation of CLI "dialplan add extension" command.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19222">ASTERISK-19222</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=354270">354270</a></td><td>jrose</td><td>Fix column duplication bug in module reload for cdr_pgsql.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19216">ASTERISK-19216</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=354349">354349</a></td><td>twilson</td><td>Fix multiple SIP realtime issues</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19172">ASTERISK-19172</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=354493">354493</a></td><td>russell</td><td>Remove some unnecessary locking from ast_hangup().</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=354496">354496</a></td><td>rmudgett</td><td>Fix crash in ParkAndAnnounce.</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-19311">ASTERISK-19311</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=354543">354543</a></td><td>mjordan</td><td>Fix SIP INFO DTMF handling for non-numeric codes</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-18924">ASTERISK-18924</a>, <a href="https://issues.asterisk.org/jira/browse/ASTERISK-19290">ASTERISK-19290</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=354546">354546</a></td><td>mmichelson</td><td>Adding reload support to res_fax.so</td>
<td><a href="https://issues.asterisk.org/jira/browse/ASTERISK-16712">ASTERISK-16712</a></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/10?view=revision&revision=354548">354548</a></td><td>mjordan</td><td>Clean-up of minor formatting issues in r354542/3/4</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>
apps/app_parkandannounce.c | 1
cdr/cdr_pgsql.c | 135 ++++++++++++------------
channels/chan_sip.c | 113 +++++++-------------
contrib/realtime/postgresql/realtime.sql | 8 +
main/channel.c | 39 +++----
pbx/pbx_config.c | 68 +++++++-----
res/res_fax.c | 168 +++++++++++++++++++++----------
7 files changed, 287 insertions(+), 245 deletions(-)
</pre><br/>
<hr/>
</body>
</html>

118
asterisk-10.1.2-summary.txt Normal file
View File

@@ -0,0 +1,118 @@
Release Summary
asterisk-10.1.2
Date: 2012-02-09
<asteriskteam@digium.com>
----------------------------------------------------------------------
Table of Contents
1. Summary
2. Contributors
3. Other Changes
4. Diffstat
----------------------------------------------------------------------
Summary
[Back to Top]
This release includes only bug fixes. The changes included were made only
to address problems that have been identified in this release series.
Users should be able to safely upgrade to this version if this release
series is already in use. Users considering upgrading from a previous
release series are strongly encouraged to review the UPGRADE.txt document
as well as the CHANGES document for information about upgrading to this
release series.
The data in this summary reflects changes that have been made since the
previous release, asterisk-10.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
2 mjordan
2 rmudgett
1 jrose
1 mmichelson
1 russell
1 twilson
----------------------------------------------------------------------
Commits Not Associated with an Issue
[Back to Top]
This is a list of all changes that went into this release that did not
directly close an issue from the issue tracker. The commits may have been
marked as being related to an issue. If that is the case, the issue
numbers are listed here, as well.
+------------------------------------------------------------------------+
| Revision | Author | Summary | Issues Referenced |
|----------+------------+----------------------------+-------------------|
| | | Improved documentation of | |
| 354217 | rmudgett | CLI "dialplan add | ASTERISK-19222 |
| | | extension" command. | |
|----------+------------+----------------------------+-------------------|
| | | Fix column duplication bug | |
| 354270 | jrose | in module reload for | ASTERISK-19216 |
| | | cdr_pgsql. | |
|----------+------------+----------------------------+-------------------|
| 354349 | twilson | Fix multiple SIP realtime | ASTERISK-19172 |
| | | issues | |
|----------+------------+----------------------------+-------------------|
| 354493 | russell | Remove some unnecessary | |
| | | locking from ast_hangup(). | |
|----------+------------+----------------------------+-------------------|
| 354496 | rmudgett | Fix crash in | ASTERISK-19311 |
| | | ParkAndAnnounce. | |
|----------+------------+----------------------------+-------------------|
| 354543 | mjordan | Fix SIP INFO DTMF handling | ASTERISK-18924, |
| | | for non-numeric codes | ASTERISK-19290 |
|----------+------------+----------------------------+-------------------|
| 354546 | mmichelson | Adding reload support to | ASTERISK-16712 |
| | | res_fax.so | |
|----------+------------+----------------------------+-------------------|
| | | Clean-up of minor | |
| 354548 | mjordan | formatting issues in | |
| | | r354542/3/4 | |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
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.
apps/app_parkandannounce.c | 1
cdr/cdr_pgsql.c | 135 ++++++++++++------------
channels/chan_sip.c | 113 +++++++-------------
contrib/realtime/postgresql/realtime.sql | 8 +
main/channel.c | 39 +++----
pbx/pbx_config.c | 68 +++++++-----
res/res_fax.c | 168 +++++++++++++++++++++----------
7 files changed, 287 insertions(+), 245 deletions(-)
----------------------------------------------------------------------

View File

@@ -19024,7 +19024,8 @@ static void handle_request_info(struct sip_pvt *p, struct sip_request *req)
/* Need to check the media/type */
if (!strcasecmp(c, "application/dtmf-relay") ||
!strcasecmp(c, "application/vnd.nortelnetworks.digits")) {
!strcasecmp(c, "application/vnd.nortelnetworks.digits") ||
!strcasecmp(c, "application/dtmf")) {
unsigned int duration = 0;
if (!p->owner) { /* not a PBX call */
@@ -19033,44 +19034,55 @@ static void handle_request_info(struct sip_pvt *p, struct sip_request *req)
return;
}
/* Try getting the "signal=" part */
if (ast_strlen_zero(c = get_body(req, "Signal", '=')) && ast_strlen_zero(c = get_body(req, "d", '='))) {
ast_log(LOG_WARNING, "Unable to retrieve DTMF signal from INFO message from %s\n", p->callid);
transmit_response(p, "200 OK", req); /* Should return error */
/* If dtmf-relay or vnd.nortelnetworks.digits, parse the signal and duration;
* otherwise use the body as the signal */
if (strcasecmp(c, "application/dtmf")) {
const char *msg_body;
if ( ast_strlen_zero(msg_body = get_body(req, "Signal", '='))
&& ast_strlen_zero(msg_body = get_body(req, "d", '='))) {
ast_log(LOG_WARNING, "Unable to retrieve DTMF signal for INFO message on "
"call %s\n", p->callid);
transmit_response(p, "200 OK", req);
return;
}
ast_copy_string(buf, msg_body, sizeof(buf));
if (!ast_strlen_zero((msg_body = get_body(req, "Duration", '=')))) {
sscanf(msg_body, "%30u", &duration);
}
} else {
ast_copy_string(buf, c, sizeof(buf));
/* Type is application/dtmf, simply use what's in the message body */
get_msg_text(buf, sizeof(buf), req);
}
if (!ast_strlen_zero((c = get_body(req, "Duration", '=')))) {
duration = atoi(c);
}
if (!duration) {
duration = 100; /* 100 ms */
}
/* An empty message body requires us to send a 200 OK */
if (ast_strlen_zero(buf)) {
transmit_response(p, "200 OK", req);
return;
}
if ('0' <= buf[0] && buf[0] <= '9') {
event = buf[0] - '0';
} else if (buf[0] == '*') {
if (!duration) {
duration = 100; /* 100 ms */
}
if (buf[0] == '*') {
event = 10;
} else if (buf[0] == '#') {
event = 11;
} else if (buf[0] == '!') {
event = 16;
} else if ('A' <= buf[0] && buf[0] <= 'D') {
event = 12 + buf[0] - 'A';
} else if ('a' <= buf[0] && buf[0] <= 'd') {
event = 12 + buf[0] - 'a';
} else if (buf[0] == '!') {
event = 16;
} else {
/* Unknown digit */
event = 0;
} else if ((sscanf(buf, "%30u", &event) != 1) || event > 16) {
ast_log(AST_LOG_WARNING, "Unable to convert DTMF event signal code to a valid "
"value for INFO message on call %s\n", p->callid);
transmit_response(p, "200 OK", req);
return;
}
if (event == 16) {
/* send a FLASH event */
struct ast_frame f = { AST_FRAME_CONTROL, { AST_CONTROL_FLASH, } };
@@ -19087,7 +19099,7 @@ static void handle_request_info(struct sip_pvt *p, struct sip_request *req)
f.subclass.integer = '*';
} else if (event == 11) {
f.subclass.integer = '#';
} else if (event < 16) {
} else {
f.subclass.integer = 'A' + (event - 12);
}
f.len = duration;
@@ -19098,55 +19110,6 @@ static void handle_request_info(struct sip_pvt *p, struct sip_request *req)
}
transmit_response(p, "200 OK", req);
return;
} else if (!strcasecmp(c, "application/dtmf")) {
/*! \todo Note: Doesn't read the duration of the DTMF. Should be fixed. */
unsigned int duration = 0;
if (!p->owner) { /* not a PBX call */
transmit_response(p, "481 Call leg/transaction does not exist", req);
sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
return;
}
get_msg_text(buf, sizeof(buf), req);
duration = 100; /* 100 ms */
if (ast_strlen_zero(buf)) {
transmit_response(p, "200 OK", req);
return;
}
event = atoi(buf);
if (event == 16) {
/* send a FLASH event */
struct ast_frame f = { AST_FRAME_CONTROL, { AST_CONTROL_FLASH }, };
ast_queue_frame(p->owner, &f);
if (sipdebug) {
ast_verbose("* DTMF-relay event received: FLASH\n");
}
} else {
/* send a DTMF event */
struct ast_frame f = { AST_FRAME_DTMF, };
if (event < 10) {
f.subclass.integer = '0' + event;
} else if (event == 10) {
f.subclass.integer = '*';
} else if (event == 11) {
f.subclass.integer = '#';
} else if (event < 16) {
f.subclass.integer = 'A' + (event - 12);
} else {
/* Unknown digit. */
f.subclass.integer = '0';
}
f.len = duration;
ast_queue_frame(p->owner, &f);
if (sipdebug) {
ast_verbose("* DTMF-relay event received: %c\n", (int) f.subclass.integer);
}
}
transmit_response(p, "200 OK", req);
return;
} else if (!strcasecmp(c, "application/media_control+xml")) {
/* Eh, we'll just assume it's a fast picture update for now */
if (p->owner) {