mirror of
https://github.com/asterisk/asterisk.git
synced 2025-08-20 04:33:20 +00:00
Compare commits
9 Commits
11.9.0
...
11.6.0-rc2
Author | SHA1 | Date | |
---|---|---|---|
|
3f2411a18d | ||
|
52013a1688 | ||
|
6f27615759 | ||
|
4a104c1300 | ||
|
adf51fff8f | ||
|
fe784e169f | ||
|
1001d7972b | ||
|
71e611a852 | ||
|
6df08f781a |
1
.lastclean
Normal file
1
.lastclean
Normal file
@@ -0,0 +1 @@
|
||||
40
|
62
asterisk-11.6.0-rc2-summary.html
Normal file
62
asterisk-11.6.0-rc2-summary.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!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.6.0-rc2</title></head>
|
||||
<body>
|
||||
<h1 align="center"><a name="top">Release Summary</a></h1>
|
||||
<h3 align="center">asterisk-11.6.0-rc2</h3>
|
||||
<h3 align="center">Date: 2013-10-18</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 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.6.0-rc1.</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>
|
||||
3 bebuild<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/11?view=revision&revision=401221">401221</a></td><td>bebuild</td><td>Create 11.6.0-rc2</td>
|
||||
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=401235">401235</a></td><td>bebuild</td><td>Merge changes for 11.6.0-rc2</td>
|
||||
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/11?view=revision&revision=401236">401236</a></td><td>bebuild</td><td>Update ChangeLog for r401182</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 | 49 +++
|
||||
asterisk-11.6.0-rc1-summary.html | 576 ---------------------------------------
|
||||
channels/chan_sip.c | 11
|
||||
main/channel.c | 16 +
|
||||
main/logger.c | 2
|
||||
6 files changed, 73 insertions(+), 583 deletions(-)
|
||||
</pre><br/>
|
||||
<hr/>
|
||||
</body>
|
||||
</html>
|
91
asterisk-11.6.0-rc2-summary.txt
Normal file
91
asterisk-11.6.0-rc2-summary.txt
Normal file
@@ -0,0 +1,91 @@
|
||||
Release Summary
|
||||
|
||||
asterisk-11.6.0-rc2
|
||||
|
||||
Date: 2013-10-18
|
||||
|
||||
<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-11.6.0-rc1.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
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
|
||||
3 bebuild
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
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 |
|
||||
|-----------+---------+------------------------------+-------------------|
|
||||
| 401221 | bebuild | Create 11.6.0-rc2 | |
|
||||
|-----------+---------+------------------------------+-------------------|
|
||||
| 401235 | bebuild | Merge changes for 11.6.0-rc2 | |
|
||||
|-----------+---------+------------------------------+-------------------|
|
||||
| 401236 | bebuild | Update ChangeLog for r401182 | |
|
||||
+------------------------------------------------------------------------+
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
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 | 49 +++
|
||||
asterisk-11.6.0-rc1-summary.html | 576 ---------------------------------------
|
||||
channels/chan_sip.c | 11
|
||||
main/channel.c | 16 +
|
||||
main/logger.c | 2
|
||||
6 files changed, 73 insertions(+), 583 deletions(-)
|
||||
|
||||
----------------------------------------------------------------------
|
@@ -16884,9 +16884,8 @@ static enum check_auth_result register_verify(struct sip_pvt *p, struct ast_sock
|
||||
} else {
|
||||
|
||||
set_peer_nat(p, peer);
|
||||
if (p->natdetected && ast_test_flag(&p->flags[2], SIP_PAGE3_NAT_AUTO_RPORT)) {
|
||||
ast_copy_flags(&p->flags[0], &peer->flags[0], SIP_NAT_FORCE_RPORT);
|
||||
}
|
||||
|
||||
ast_copy_flags(&p->flags[0], &peer->flags[0], SIP_NAT_FORCE_RPORT);
|
||||
|
||||
if (!(res = check_auth(p, req, peer->name, peer->secret, peer->md5secret, SIP_REGISTER, uri2, XMIT_UNRELIABLE))) {
|
||||
if (sip_cancel_destroy(p))
|
||||
@@ -17938,9 +17937,9 @@ static void check_for_nat(const struct ast_sockaddr *addr, struct sip_pvt *p)
|
||||
return;
|
||||
}
|
||||
|
||||
if (ast_sockaddr_cmp(addr, &p->recv)) {
|
||||
char *tmp_str = ast_strdupa(ast_sockaddr_stringify(addr));
|
||||
ast_debug(3, "NAT detected for %s / %s\n", tmp_str, ast_sockaddr_stringify(&p->recv));
|
||||
if (ast_sockaddr_cmp_addr(addr, &p->recv)) {
|
||||
char *tmp_str = ast_strdupa(ast_sockaddr_stringify_addr(addr));
|
||||
ast_debug(3, "NAT detected for %s / %s\n", tmp_str, ast_sockaddr_stringify_addr(&p->recv));
|
||||
p->natdetected = 1;
|
||||
if (ast_test_flag(&p->flags[2], SIP_PAGE3_NAT_AUTO_RPORT)) {
|
||||
ast_set_flag(&p->flags[0], SIP_NAT_FORCE_RPORT);
|
||||
|
@@ -6793,6 +6793,8 @@ int ast_do_masquerade(struct ast_channel *original)
|
||||
{
|
||||
int x;
|
||||
int origstate;
|
||||
unsigned int orig_disablestatecache;
|
||||
unsigned int clone_disablestatecache;
|
||||
int visible_indication;
|
||||
int clone_was_zombie = 0;/*!< TRUE if the clonechan was a zombie before the masquerade. */
|
||||
struct ast_frame *current;
|
||||
@@ -7029,6 +7031,20 @@ int ast_do_masquerade(struct ast_channel *original)
|
||||
ast_channel_state_set(original, ast_channel_state(clonechan));
|
||||
ast_channel_state_set(clonechan, origstate);
|
||||
|
||||
/* And the swap the cachable state too. Otherwise we'd start caching
|
||||
* Local channels and ignoring real ones. */
|
||||
orig_disablestatecache = ast_test_flag(ast_channel_flags(original), AST_FLAG_DISABLE_DEVSTATE_CACHE);
|
||||
clone_disablestatecache = ast_test_flag(ast_channel_flags(clonechan), AST_FLAG_DISABLE_DEVSTATE_CACHE);
|
||||
if (orig_disablestatecache != clone_disablestatecache) {
|
||||
if (orig_disablestatecache) {
|
||||
ast_clear_flag(ast_channel_flags(original), AST_FLAG_DISABLE_DEVSTATE_CACHE);
|
||||
ast_set_flag(ast_channel_flags(clonechan), AST_FLAG_DISABLE_DEVSTATE_CACHE);
|
||||
} else {
|
||||
ast_set_flag(ast_channel_flags(original), AST_FLAG_DISABLE_DEVSTATE_CACHE);
|
||||
ast_clear_flag(ast_channel_flags(clonechan), AST_FLAG_DISABLE_DEVSTATE_CACHE);
|
||||
}
|
||||
}
|
||||
|
||||
/* Mangle the name of the clone channel */
|
||||
snprintf(zombn, sizeof(zombn), "%s<ZOMBIE>", orig); /* quick, hide the brains! */
|
||||
__ast_change_name_nolink(clonechan, zombn);
|
||||
|
@@ -1811,6 +1811,7 @@ void __ast_verbose_ap(const char *file, int line, const char *func, int level, s
|
||||
res = ast_str_set_va(&buf, 0, fmt, ap);
|
||||
/* If the build failed then we can drop this allocated message */
|
||||
if (res == AST_DYNSTR_BUILD_FAILED) {
|
||||
ast_free(buf);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1838,6 +1839,7 @@ void __ast_verbose_ap(const char *file, int line, const char *func, int level, s
|
||||
} while (p && *p);
|
||||
|
||||
ast_log_callid(__LOG_VERBOSE, file, line, func, callid, "%s", ast_str_buffer(prefixed));
|
||||
ast_free(buf);
|
||||
}
|
||||
|
||||
void __ast_verbose(const char *file, int line, const char *func, int level, const char *fmt, ...)
|
||||
|
Reference in New Issue
Block a user