mirror of
https://github.com/asterisk/asterisk.git
synced 2026-03-16 18:49:56 +00:00
Compare commits
7 Commits
17.2.0-rc1
...
17.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
758a5207e4 | ||
|
|
098c164ff7 | ||
|
|
bdcf8e7165 | ||
|
|
8b027e2490 | ||
|
|
19b0efce0d | ||
|
|
78a907e23d | ||
|
|
5b4d900e43 |
58
ChangeLog
58
ChangeLog
@@ -1,3 +1,61 @@
|
||||
2020-02-04 15:08 +0000 Asterisk Development Team <asteriskteam@digium.com>
|
||||
|
||||
* asterisk 17.2.0 Released.
|
||||
|
||||
2020-01-30 16:38 +0000 Asterisk Development Team <asteriskteam@digium.com>
|
||||
|
||||
* asterisk 17.2.0-rc2 Released.
|
||||
|
||||
2020-01-27 11:44 +0000 [19b0efce0d] Kevin Harwell <kharwell@digium.com>
|
||||
|
||||
* res_stasis: trigger cleanup after update
|
||||
|
||||
The cleanup code in stasis shuts down applications if they are in a deactivated
|
||||
state, and no longer have explicit subscriptions. When registering an app the
|
||||
cleanup code was running before calling 'update'. When it should be executed
|
||||
after 'update' since a call to register may re-activate the app. We don't want
|
||||
it to shutdown before the 'update' otherwise the app won't be re-activated,
|
||||
or registered.
|
||||
|
||||
This patch makes it so the cleanup code is executed post 'update'.
|
||||
|
||||
ASTERISK-28679 #close
|
||||
|
||||
Change-Id: I8f2c0b17e33bb8128441567b97fd4c7bf74a327b
|
||||
(cherry picked from commit 7031c3b7bd5871c965df7d507d3f1d95aaaba9e8)
|
||||
|
||||
2020-01-27 12:01 +0000 [78a907e23d] Kevin Harwell <kharwell@digium.com>
|
||||
|
||||
* stasis/app: don't lock an app before a call to send
|
||||
|
||||
Calling 'app_send' eventually calls the app's message handler. It's possible
|
||||
for a handler to obtain a lock on another object, and then need/want to lock
|
||||
the app object. If the caller of 'app_send' locks the app object prior to
|
||||
calling then there's a potential for a deadlock, if another thread calls
|
||||
'app_send' without locking.
|
||||
|
||||
This patch makes it so 'app_send' is not called with the app object locked in
|
||||
the section of code doing such.
|
||||
|
||||
ASTERISK-28423 #close
|
||||
|
||||
Change-Id: I6767c6d0933c7db1b984018966eefca4c0638a27
|
||||
(cherry picked from commit 737bd8365e09b7f4229a16662fc40583fb0a32bf)
|
||||
|
||||
2020-01-28 09:18 +0000 [5b4d900e43] Joshua C. Colp <jcolp@sangoma.com>
|
||||
|
||||
* res_pjsip_pubsub: Increment persistence data ref when recreating.
|
||||
|
||||
Each subscription needs to have a reference to the persisted data
|
||||
for it, as well as the main JSON contained within the tree. When
|
||||
recreating a subscription this did not occur and they both shared
|
||||
the same reference.
|
||||
|
||||
ASTERISK-28714
|
||||
|
||||
Change-Id: I706abd49ea182ea367a4ac3feca2706460ae9f4a
|
||||
(cherry picked from commit 35c9332edf013685cda733d275264877feb02707)
|
||||
|
||||
2020-01-23 17:04 +0000 Asterisk Development Team <asteriskteam@digium.com>
|
||||
|
||||
* asterisk 17.2.0-rc1 Released.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!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"><title>Release Summary - asterisk-17.2.0-rc1</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-17.2.0-rc1</h3><h3 align="center">Date: 2020-01-23</h3><h3 align="center"><asteriskteam@digium.com></h3><hr><h2 align="center">Table of Contents</h2><ol>
|
||||
<!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"><title>Release Summary - asterisk-17.2.0</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-17.2.0</h3><h3 align="center">Date: 2020-02-04</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="#closed_issues">Closed Issues</a></li>
|
||||
@@ -6,7 +6,7 @@
|
||||
<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><p>This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version 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-17.1.0.</p><hr><a name="contributors"><h2 align="center">Contributors</h2></a><center><a href="#top">[Back to Top]</a></center><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 affected by commits that went into this release.</p><table width="100%" border="0">
|
||||
<tr><th width="33%">Coders</th><th width="33%">Testers</th><th width="33%">Reporters</th></tr>
|
||||
<tr valign="top"><td width="33%">20 Sean Bright <sean.bright@gmail.com><br/>6 George Joseph <gjoseph@digium.com><br/>6 Richard Mudgett <rmudgett@digium.com><br/>4 Joshua C. Colp <jcolp@sangoma.com><br/>3 Jaco Kroon <jaco@uls.co.za><br/>2 Kevin Harwell <kharwell@digium.com><br/>2 Pascal Cadotte Michaud <pcm@wazo.io><br/>1 Kevin Reeves <kevin@phoneburner.com><br/>1 Asterisk Development Team <asteriskteam@digium.com><br/>1 Frederic LE FOLL <frederic.lefoll@c-s.fr><br/>1 Jean Aunis <jean.aunis@prescom.fr><br/>1 Rodrigo Ramírez Norambuena <a@rodrigoramirez.com><br/>1 Boris P. Korzun <drtr0jan@yandex.ru><br/>1 Andrew Siplas <andrew@asiplas.net><br/>1 Corey Farrell <git@cfware.com><br/>1 snuffy <snuffy22@gmail.com><br/></td><td width="33%"><td width="33%">3 Sean Bright <sean.bright@gmail.com><br/>3 cmaj <chris@penguinpbx.com><br/>2 Pascal Cadotte Michaud <pascal.cadotte@gmail.com><br/>2 Joshua C. Colp <jcolp@digium.com><br/>1 Robert Sutton <rsutton@noojee.com.au><br/>1 Kevin Flyn<br/>1 Kevin Reeves <kevin@phoneburner.com><br/>1 Maciej Michno <maciej.michno@xtb.com><br/>1 AvayaXAsterisk<br/>1 Jean Aunis - Prescom <jean.aunis@prescom.fr><br/>1 George Joseph <gjoseph@digium.com><br/>1 Jaco Kroon <jaco@uls.co.za><br/>1 Joshua C. Colp<br/>1 Andrew Siplas <andrew@asiplas.net><br/>1 Frank Matano <ftalarico99@gmail.com><br/>1 Cédric Bassaget<br/>1 Kevin Harwell <kharwell@digium.com><br/>1 Dan Jenkins <dan@nimbleape.com><br/>1 kevin@phoneburner.com<br/>1 Maciej Michno<br/>1 Dirk Wendland <dirk@starface.de><br/>1 Ross Beer <ross.beer@voicehost.co.uk><br/>1 Jim Van Meggelen <jim.vanmeggelen@clearlycore.com><br/>1 Ted G<br/>1 Stas Kobzar<br/>1 Jean-Denis Girard<br/>1 Stas Kobzar <stas@modulis.ca><br/>1 Boris P. Korzun <drtr0jan@yandex.ru><br/>1 Cedric BASSAGET <cedric@oceanet.com><br/>1 Niksa Baldun <niksa.baldun@gmail.com><br/>1 Ted G <tgwaste@gmail.com><br/>1 Corey Farrell <git@cfware.com><br/>1 Richard Kenner<br/>1 Frank Matano<br/>1 Joeran Vinzens <vinzens@sipgate.de><br/>1 Frederic LE FOLL <frederic.lefoll@c-s.fr><br/>1 Kevin Flyn <kevflynn69@gmail.com><br/>1 David M. Lee <dlee@digium.com><br/>1 Dirk Wendland<br/>1 Bryan Nelson <bnelson@fluentstream.com><br/>1 Richard Kenner <kenner@gnat.com><br/>1 Ross Beer<br/>1 Joeran Vinzens<br/>1 Jonathan Harris <lardconcepts@gmail.com><br/>1 Jonathan Harris<br/>1 Dan Jenkins<br/>1 AvayaXAsterisk <joh.zuerner@yahoo.de><br/>1 Sean Bright<br/>1 Jean-Denis Girard <jd.girard@sysnux.pf><br/>1 nappsoft <infos@nappsoft.ch><br/>1 candrews <candrews@integralblue.com><br/>1 Niksa Baldun<br/>1 Mitch Claborn<br/>1 Robin Leffmann <robin@stolendata.net><br/>1 Jim Van Meggelen<br/>1 David Lee<br/>1 Robert Sutton<br/></td></tr>
|
||||
<tr valign="top"><td width="33%">20 Sean Bright <sean.bright@gmail.com><br/>7 George Joseph <gjoseph@digium.com><br/>6 Richard Mudgett <rmudgett@digium.com><br/>5 Joshua C. Colp <jcolp@sangoma.com><br/>4 Kevin Harwell <kharwell@digium.com><br/>3 Asterisk Development Team <asteriskteam@digium.com><br/>3 Jaco Kroon <jaco@uls.co.za><br/>2 Pascal Cadotte Michaud <pcm@wazo.io><br/>1 Kevin Reeves <kevin@phoneburner.com><br/>1 Frederic LE FOLL <frederic.lefoll@c-s.fr><br/>1 Joshua Colp <jcolp@sangoma.com><br/>1 Jean Aunis <jean.aunis@prescom.fr><br/>1 Rodrigo Ramírez Norambuena <a@rodrigoramirez.com><br/>1 Boris P. Korzun <drtr0jan@yandex.ru><br/>1 Andrew Siplas <andrew@asiplas.net><br/>1 Corey Farrell <git@cfware.com><br/>1 snuffy <snuffy22@gmail.com><br/></td><td width="33%"><td width="33%">3 Sean Bright <sean.bright@gmail.com><br/>3 Ross Beer <ross.beer@voicehost.co.uk><br/>3 cmaj <chris@penguinpbx.com><br/>2 Pascal Cadotte Michaud <pascal.cadotte@gmail.com><br/>2 Joshua C. Colp <jcolp@digium.com><br/>1 Robert Sutton <rsutton@noojee.com.au><br/>1 Kevin Flyn<br/>1 Kevin Reeves <kevin@phoneburner.com><br/>1 Maciej Michno <maciej.michno@xtb.com><br/>1 AvayaXAsterisk<br/>1 Jean Aunis - Prescom <jean.aunis@prescom.fr><br/>1 George Joseph <gjoseph@digium.com><br/>1 Jaco Kroon <jaco@uls.co.za><br/>1 candrews <candrews@integralblue.com><br/>1 Andrew Siplas <andrew@asiplas.net><br/>1 Frank Matano <ftalarico99@gmail.com><br/>1 Cédric Bassaget<br/>1 Kevin Harwell <kharwell@digium.com><br/>1 Dan Jenkins <dan@nimbleape.com><br/>1 kevin@phoneburner.com<br/>1 Maciej Michno<br/>1 Dirk Wendland <dirk@starface.de><br/>1 Jim Van Meggelen <jim.vanmeggelen@clearlycore.com><br/>1 Ted G<br/>1 Stas Kobzar<br/>1 Jean-Denis Girard<br/>1 Stas Kobzar <stas@modulis.ca><br/>1 Boris P. Korzun <drtr0jan@yandex.ru><br/>1 Cedric BASSAGET <cedric@oceanet.com><br/>1 Niksa Baldun <niksa.baldun@gmail.com><br/>1 Ted G <tgwaste@gmail.com><br/>1 Corey Farrell <git@cfware.com><br/>1 Richard Kenner<br/>1 Frank Matano<br/>1 Joeran Vinzens <vinzens@sipgate.de><br/>1 Frederic LE FOLL <frederic.lefoll@c-s.fr><br/>1 Kevin Flyn <kevflynn69@gmail.com><br/>1 David M. Lee <dlee@digium.com><br/>1 Dirk Wendland<br/>1 Bryan Nelson <bnelson@fluentstream.com><br/>1 Richard Kenner <kenner@gnat.com><br/>1 Ross Beer<br/>1 Francois Blackburn <fblackburn@wazo.io><br/>1 Joeran Vinzens<br/>1 Jonathan Harris <lardconcepts@gmail.com><br/>1 Jonathan Harris<br/>1 Dan Jenkins<br/>1 AvayaXAsterisk <joh.zuerner@yahoo.de><br/>1 Sean Bright<br/>1 Jean-Denis Girard <jd.girard@sysnux.pf><br/>1 nappsoft <infos@nappsoft.ch><br/>1 Joshua C. Colp<br/>1 Niksa Baldun<br/>1 Mitch Claborn<br/>1 Robin Leffmann <robin@stolendata.net><br/>1 Jim Van Meggelen<br/>1 David Lee<br/>1 Robert Sutton<br/></td></tr>
|
||||
</table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>New Feature</h3><h4>Category: Functions/func_curl</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-17491">ASTERISK-17491</a>: CURLOPT() needs a "followlocation" parameter / "maxredirs" doesn't do anything<br/>Reported by: candrews<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=a8100257821d890e1384ce4d8a41cf84782ff161">[a810025782]</a> Sean Bright -- func_curl: Add 'followlocation' option to CURLOPT()</li>
|
||||
</ul><br><h4>Category: Resources/res_pjsip_endpoint_identifier_ip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28639">ASTERISK-28639</a>: res_pjsip_endpoint_identifier_ip: Add ability to match on source port<br/>Reported by: Sean Bright<ul>
|
||||
@@ -69,6 +69,8 @@
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=9ff062f99435949bfe627eefbf94549a01d3e455">[9ff062f994]</a> Sean Bright -- pbx.c: Include filesystem cache in free memory calculation</li>
|
||||
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28605">ASTERISK-28605</a>: chan_dahdi: Deadlock in Hangup Scenarios with concurrent command pri show span X<br/>Reported by: Dirk Wendland<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=015cdc9f64ffa8545376b96ced8704ebfc585ad3">[015cdc9f64]</a> George Joseph -- sig_pri: Fix deadlock caused by sig_pri_queue_hangup</li>
|
||||
</ul><br><h4>Category: Resources/res_ari</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28679">ASTERISK-28679</a>: stasis application is destroyed after its creation<br/>Reported by: Francois Blackburn<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=19b0efce0d5c86b833904689d51cde772a1b4c4d">[19b0efce0d]</a> Kevin Harwell -- res_stasis: trigger cleanup after update</li>
|
||||
</ul><br><h4>Category: Resources/res_fax</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28660">ASTERISK-28660</a>: res_fax: wrap Asterisk initiated negotiation with config option<br/>Reported by: Kevin Harwell<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=68724425e435f911c8549db6ac38659486e7b755">[68724425e4]</a> Kevin Harwell -- res_fax: wrap v21 detected Asterisk initiated negotiation with config option</li>
|
||||
</ul><br><h4>Category: Resources/res_http_websocket</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28562">ASTERISK-28562</a>: SIP WSS message not processed until next frame arrives<br/>Reported by: Robert Sutton<ul>
|
||||
@@ -77,7 +79,9 @@
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=28275609b3f01266b45da90f3f12ed2ac55cb364">[28275609b3]</a> Sean Bright -- res_pjsip_endpoint_identifier_ip: Document support for hostnames</li>
|
||||
</ul><br><h4>Category: Resources/res_pjsip_notify</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-27775">ASTERISK-27775</a>: res_pjsip_notify: Multiple Event headers can be present instead of just one<br/>Reported by: AvayaXAsterisk<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6898c8e0daedc17b768de6c9ae9ed1ce74d5cd41">[6898c8e0da]</a> Sean Bright -- res_pjsip_notify: Only allow a single Event header to be added to a NOTIFY</li>
|
||||
</ul><br><h4>Category: Resources/res_pjsip_pubsub</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-27759">ASTERISK-27759</a>: res_pjsip_pubsub: Subscription persistence does not preserve XML <dialog-info> version number<br/>Reported by: Bryan Nelson<ul>
|
||||
</ul><br><h4>Category: Resources/res_pjsip_pubsub</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28714">ASTERISK-28714</a>: REGRESSION: Feature subscription_persistence_recreate (ASTERISK-27759) Causes Segfaults<br/>Reported by: Ross Beer<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=5b4d900e4317d2fc2d6270848ea3b189cce17d96">[5b4d900e43]</a> Joshua C. Colp -- res_pjsip_pubsub: Increment persistence data ref when recreating.</li>
|
||||
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-27759">ASTERISK-27759</a>: res_pjsip_pubsub: Subscription persistence does not preserve XML <dialog-info> version number<br/>Reported by: Bryan Nelson<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=e17ba921f3b3c2b677b5229fdf0ba78a22251506">[e17ba921f3]</a> Joshua C. Colp -- res_pjsip_pubsub: Add ability to persist generator state information.</li>
|
||||
</ul><br><h4>Category: Resources/res_pjsip_sdp_rtp</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28659">ASTERISK-28659</a>: res_pjsip_sdp_rtp: Bundle includes non-existent media stream if codecs create additional streams and offer does not have them<br/>Reported by: nappsoft<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c9147a759e85ea2826e38644df290f422ce65603">[c9147a759e]</a> Joshua C. Colp -- res_pjsip_session: Set stream state on created streams for incoming SDP.</li>
|
||||
@@ -85,7 +89,9 @@
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c9147a759e85ea2826e38644df290f422ce65603">[c9147a759e]</a> Joshua C. Colp -- res_pjsip_session: Set stream state on created streams for incoming SDP.</li>
|
||||
</ul><br><h4>Category: Resources/res_realtime</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-21794">ASTERISK-21794</a>: CLI command 'realtime update2' syntax failure when using according to usage help<br/>Reported by: Cedric BASSAGET<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=3779e76b6892c4b33746ec3835c8821146cd1e0d">[3779e76b68]</a> Sean Bright -- res_realtime: Fix 'realtime update2' argument handling</li>
|
||||
</ul><br><h4>Category: Resources/res_stasis</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28633">ASTERISK-28633</a>: stasis bridge topic leak<br/>Reported by: Joeran Vinzens<ul>
|
||||
</ul><br><h4>Category: Resources/res_stasis</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28423">ASTERISK-28423</a>: ARI causes STASIS Deadlock<br/>Reported by: Ross Beer<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=78a907e23d9a40381e00ebf31e5156fcb091ac81">[78a907e23d]</a> Kevin Harwell -- stasis/app: don't lock an app before a call to send</li>
|
||||
</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28633">ASTERISK-28633</a>: stasis bridge topic leak<br/>Reported by: Joeran Vinzens<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=e0449939ec6a5950556e3f6b8e14ef4a370c2849">[e0449939ec]</a> George Joseph -- stasis.c: Use correct topic name in stasis_topic_pool_delete_topic</li>
|
||||
</ul><br><h4>Category: Resources/res_statsd</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-24484">ASTERISK-24484</a>: Update documentation for statsd module - usage requirements unclear<br/>Reported by: Dan Jenkins<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=deed0f5706749e882390fdd5af3d11b22dc860d6">[deed0f5706]</a> Sean Bright -- res_statsd: Document that res_statsd does nothing on its own</li>
|
||||
@@ -103,6 +109,10 @@
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=7038c8676e3dd794786779bb8218fc026825277e">[7038c8676e]</a> Sean Bright -- res_agi: Improve GET FULL VARIABLE documentation</li>
|
||||
</ul><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><p>This is a list of all changes that went into this release that did not reference a JIRA issue.</p><table width="100%" border="1">
|
||||
<tr><th>Revision</th><th>Author</th><th>Summary</th></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=098c164ff7b798cf1dcd42aecedb0d6d573e8250">098c164ff7</a></td><td>Joshua Colp</td><td>REVERT: Add option to suppress the Message channel AMI and ARI events</td></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=bdcf8e71655cd2fd79264e212cb50494c70c1e05">bdcf8e7165</a></td><td>George Joseph</td><td>message.c: Add option to suppress the Message channel AMI and ARI events</td></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=8b027e249029fcce322dbda430439ef66bafa1d6">8b027e2490</a></td><td>Asterisk Development Team</td><td>Update for 17.2.0-rc2</td></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=4579ddd8466d4878c628650b56d80b7226967703">4579ddd846</a></td><td>Asterisk Development Team</td><td>Update for 17.2.0-rc1</td></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=a0f44b10522b92e0b684a9cb1f35325047b9f89f">a0f44b1052</a></td><td>Asterisk Development Team</td><td>Update CHANGES and UPGRADE.txt for 17.2.0</td></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d33cd39260325f550606682a36e4ce8ba5dbca66">d33cd39260</a></td><td>Sean Bright</td><td>func_odbc.conf.sample: Add example lookup</td></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=7b327631903d308c661285edf4a2ade2d8f47f84">7b32763190</a></td><td>Rodrigo Ramírez Norambuena</td><td>queue_log: Add alembic script for generate db table for queue_log</td></tr>
|
||||
@@ -114,14 +124,13 @@
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=4dfa19eb273a571b8a0b05c6eaaaf5caadda9028">4dfa19eb27</a></td><td>Richard Mudgett</td><td>app_softhangup.c: Reduce unnecessary warning to verbose message.</td></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=843d601e2cf8d1a081fc1e229d3dbb67dd67e80f">843d601e2c</a></td><td>Sean Bright</td><td>db: Initialize condition primitive before use</td></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6041fc8b9cf032e97c72c8e4c9656a1952383adf">6041fc8b9c</a></td><td>Jaco Kroon</td><td>ACL: ast_apply_acl_nolog - identical to ast_apply_acl but without logging.</td></tr>
|
||||
</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><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 |87710 ----------
|
||||
asterisk-17.1.0-summary.html | 372
|
||||
asterisk-17.1.0-summary.txt | 962
|
||||
</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><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>asterisk-17.1.0-summary.html | 372 ---
|
||||
asterisk-17.1.0-summary.txt | 962 ----------
|
||||
b/.version | 2
|
||||
b/CHANGES | 55
|
||||
b/ChangeLog | 834 ++++++++
|
||||
b/apps/app_agent_pool.c | 4
|
||||
b/apps/app_chanisavail.c | 140
|
||||
b/apps/app_chanisavail.c | 140 -
|
||||
b/apps/app_chanspy.c | 3
|
||||
b/apps/app_confbridge.c | 2
|
||||
b/apps/app_dial.c | 51
|
||||
@@ -129,9 +138,11 @@ b/apps/app_page.c
|
||||
b/apps/app_queue.c | 2
|
||||
b/apps/app_record.c | 3
|
||||
b/apps/app_softhangup.c | 2
|
||||
b/apps/app_voicemail.c | 407
|
||||
b/apps/app_voicemail.c | 407 ++--
|
||||
b/apps/confbridge/conf_config_parser.c | 17
|
||||
b/apps/confbridge/include/confbridge.h | 1
|
||||
b/asterisk-17.2.0-rc2-summary.html | 15
|
||||
b/asterisk-17.2.0-rc2-summary.txt | 96
|
||||
b/bridges/bridge_softmix.c | 18
|
||||
b/channels/chan_dahdi.c | 2
|
||||
b/channels/chan_sip.c | 30
|
||||
@@ -170,7 +181,7 @@ b/main/file.c
|
||||
b/main/http.c | 56
|
||||
b/main/iostream.c | 14
|
||||
b/main/pbx.c | 12
|
||||
b/main/say.c | 956
|
||||
b/main/say.c | 956 ++++-----
|
||||
b/main/stasis.c | 17
|
||||
b/main/translate.c | 8
|
||||
b/res/res_agi.c | 20
|
||||
@@ -185,11 +196,6 @@ b/res/res_pjsip_notify.c
|
||||
b/res/res_pjsip_pubsub.c | 87
|
||||
b/res/res_pjsip_transport_websocket.c | 2
|
||||
b/res/res_realtime.c | 56
|
||||
b/res/res_statsd.c | 27
|
||||
contrib/realtime/mysql/mysql_cdr.sql | 41
|
||||
contrib/realtime/mysql/mysql_config.sql | 1270
|
||||
contrib/realtime/mysql/mysql_voicemail.sql | 35
|
||||
contrib/realtime/postgresql/postgresql_cdr.sql | 45
|
||||
contrib/realtime/postgresql/postgresql_config.sql | 1382
|
||||
contrib/realtime/postgresql/postgresql_voicemail.sql | 39
|
||||
78 files changed, 1923 insertions(+), 92848 deletions(-)</pre><br></html>
|
||||
b/res/res_stasis.c | 8
|
||||
b/res/res_statsd.c | 35
|
||||
74 files changed, 2848 insertions(+), 2362 deletions(-)</pre><br></html>
|
||||
@@ -1,8 +1,8 @@
|
||||
Release Summary
|
||||
|
||||
asterisk-17.2.0-rc1
|
||||
asterisk-17.2.0
|
||||
|
||||
Date: 2020-01-23
|
||||
Date: 2020-02-04
|
||||
|
||||
<asteriskteam@digium.com>
|
||||
|
||||
@@ -51,18 +51,19 @@
|
||||
|
||||
Coders Testers Reporters
|
||||
20 Sean Bright 3 Sean Bright
|
||||
6 George Joseph 3 cmaj
|
||||
6 Richard Mudgett 2 Pascal Cadotte Michaud
|
||||
4 Joshua C. Colp 2 Joshua C. Colp
|
||||
3 Jaco Kroon 1 Robert Sutton
|
||||
2 Kevin Harwell 1 Kevin Flyn
|
||||
7 George Joseph 3 Ross Beer
|
||||
6 Richard Mudgett 3 cmaj
|
||||
5 Joshua C. Colp 2 Pascal Cadotte Michaud
|
||||
4 Kevin Harwell 2 Joshua C. Colp
|
||||
3 Asterisk Development Team 1 Robert Sutton
|
||||
3 Jaco Kroon 1 Kevin Flyn
|
||||
2 Pascal Cadotte Michaud 1 Kevin Reeves
|
||||
1 Kevin Reeves 1 Maciej Michno
|
||||
1 Asterisk Development Team 1 AvayaXAsterisk
|
||||
1 Frederic LE FOLL 1 Jean Aunis - Prescom
|
||||
1 Frederic LE FOLL 1 AvayaXAsterisk
|
||||
1 Joshua Colp 1 Jean Aunis - Prescom
|
||||
1 Jean Aunis 1 George Joseph
|
||||
1 Rodrigo RamÃrez Norambuena 1 Jaco Kroon
|
||||
1 Boris P. Korzun 1 Joshua C. Colp
|
||||
1 Boris P. Korzun 1 candrews
|
||||
1 Andrew Siplas 1 Andrew Siplas
|
||||
1 Corey Farrell 1 Frank Matano
|
||||
1 snuffy 1 Cédric Bassaget
|
||||
@@ -71,7 +72,6 @@
|
||||
1 kevin@phoneburner.com
|
||||
1 Maciej Michno
|
||||
1 Dirk Wendland
|
||||
1 Ross Beer
|
||||
1 Jim Van Meggelen
|
||||
1 Ted G
|
||||
1 Stas Kobzar
|
||||
@@ -92,6 +92,7 @@
|
||||
1 Bryan Nelson
|
||||
1 Richard Kenner
|
||||
1 Ross Beer
|
||||
1 Francois Blackburn
|
||||
1 Joeran Vinzens
|
||||
1 Jonathan Harris
|
||||
1 Jonathan Harris
|
||||
@@ -100,7 +101,7 @@
|
||||
1 Sean Bright
|
||||
1 Jean-Denis Girard
|
||||
1 nappsoft
|
||||
1 candrews
|
||||
1 Joshua C. Colp
|
||||
1 Niksa Baldun
|
||||
1 Mitch Claborn
|
||||
1 Robin Leffmann
|
||||
@@ -334,6 +335,12 @@
|
||||
* [015cdc9f64] George Joseph -- sig_pri: Fix deadlock caused by
|
||||
sig_pri_queue_hangup
|
||||
|
||||
Category: Resources/res_ari
|
||||
|
||||
ASTERISK-28679: stasis application is destroyed after its creation
|
||||
Reported by: Francois Blackburn
|
||||
* [19b0efce0d] Kevin Harwell -- res_stasis: trigger cleanup after update
|
||||
|
||||
Category: Resources/res_fax
|
||||
|
||||
ASTERISK-28660: res_fax: wrap Asterisk initiated negotiation with config
|
||||
@@ -367,6 +374,11 @@
|
||||
|
||||
Category: Resources/res_pjsip_pubsub
|
||||
|
||||
ASTERISK-28714: REGRESSION: Feature subscription_persistence_recreate
|
||||
(ASTERISK-27759) Causes Segfaults
|
||||
Reported by: Ross Beer
|
||||
* [5b4d900e43] Joshua C. Colp -- res_pjsip_pubsub: Increment persistence
|
||||
data ref when recreating.
|
||||
ASTERISK-27759: res_pjsip_pubsub: Subscription persistence does not
|
||||
preserve XML version number
|
||||
Reported by: Bryan Nelson
|
||||
@@ -399,6 +411,10 @@
|
||||
|
||||
Category: Resources/res_stasis
|
||||
|
||||
ASTERISK-28423: ARI causes STASIS Deadlock
|
||||
Reported by: Ross Beer
|
||||
* [78a907e23d] Kevin Harwell -- stasis/app: don't lock an app before a
|
||||
call to send
|
||||
ASTERISK-28633: stasis bridge topic leak
|
||||
Reported by: Joeran Vinzens
|
||||
* [e0449939ec] George Joseph -- stasis.c: Use correct topic name in
|
||||
@@ -468,6 +484,20 @@
|
||||
+------------------------------------------------------------------------+
|
||||
| Revision | Author | Summary |
|
||||
|------------+-----------------+-----------------------------------------|
|
||||
| 098c164ff7 | Joshua Colp | REVERT: Add option to suppress the |
|
||||
| | | Message channel AMI and ARI events |
|
||||
|------------+-----------------+-----------------------------------------|
|
||||
| bdcf8e7165 | George Joseph | message.c: Add option to suppress the |
|
||||
| | | Message channel AMI and ARI events |
|
||||
|------------+-----------------+-----------------------------------------|
|
||||
| | Asterisk | |
|
||||
| 8b027e2490 | Development | Update for 17.2.0-rc2 |
|
||||
| | Team | |
|
||||
|------------+-----------------+-----------------------------------------|
|
||||
| | Asterisk | |
|
||||
| 4579ddd846 | Development | Update for 17.2.0-rc1 |
|
||||
| | Team | |
|
||||
|------------+-----------------+-----------------------------------------|
|
||||
| | Asterisk | Update CHANGES and UPGRADE.txt for |
|
||||
| a0f44b1052 | Development | 17.2.0 |
|
||||
| | Team | |
|
||||
@@ -513,14 +543,13 @@
|
||||
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 |87710 ----------
|
||||
asterisk-17.1.0-summary.html | 372
|
||||
asterisk-17.1.0-summary.txt | 962
|
||||
asterisk-17.1.0-summary.html | 372 ---
|
||||
asterisk-17.1.0-summary.txt | 962 ----------
|
||||
b/.version | 2
|
||||
b/CHANGES | 55
|
||||
b/ChangeLog | 834 ++++++++
|
||||
b/apps/app_agent_pool.c | 4
|
||||
b/apps/app_chanisavail.c | 140
|
||||
b/apps/app_chanisavail.c | 140 -
|
||||
b/apps/app_chanspy.c | 3
|
||||
b/apps/app_confbridge.c | 2
|
||||
b/apps/app_dial.c | 51
|
||||
@@ -528,9 +557,11 @@
|
||||
b/apps/app_queue.c | 2
|
||||
b/apps/app_record.c | 3
|
||||
b/apps/app_softhangup.c | 2
|
||||
b/apps/app_voicemail.c | 407
|
||||
b/apps/app_voicemail.c | 407 ++--
|
||||
b/apps/confbridge/conf_config_parser.c | 17
|
||||
b/apps/confbridge/include/confbridge.h | 1
|
||||
b/asterisk-17.2.0-rc2-summary.html | 15
|
||||
b/asterisk-17.2.0-rc2-summary.txt | 96
|
||||
b/bridges/bridge_softmix.c | 18
|
||||
b/channels/chan_dahdi.c | 2
|
||||
b/channels/chan_sip.c | 30
|
||||
@@ -569,7 +600,7 @@
|
||||
b/main/http.c | 56
|
||||
b/main/iostream.c | 14
|
||||
b/main/pbx.c | 12
|
||||
b/main/say.c | 956
|
||||
b/main/say.c | 956 ++++-----
|
||||
b/main/stasis.c | 17
|
||||
b/main/translate.c | 8
|
||||
b/res/res_agi.c | 20
|
||||
@@ -584,11 +615,6 @@
|
||||
b/res/res_pjsip_pubsub.c | 87
|
||||
b/res/res_pjsip_transport_websocket.c | 2
|
||||
b/res/res_realtime.c | 56
|
||||
b/res/res_statsd.c | 27
|
||||
contrib/realtime/mysql/mysql_cdr.sql | 41
|
||||
contrib/realtime/mysql/mysql_config.sql | 1270
|
||||
contrib/realtime/mysql/mysql_voicemail.sql | 35
|
||||
contrib/realtime/postgresql/postgresql_cdr.sql | 45
|
||||
contrib/realtime/postgresql/postgresql_config.sql | 1382
|
||||
contrib/realtime/postgresql/postgresql_voicemail.sql | 39
|
||||
78 files changed, 1923 insertions(+), 92848 deletions(-)
|
||||
b/res/res_stasis.c | 8
|
||||
b/res/res_statsd.c | 35
|
||||
74 files changed, 2848 insertions(+), 2362 deletions(-)
|
||||
@@ -1264,7 +1264,7 @@ static struct ast_sip_subscription *allocate_subscription(const struct ast_sip_s
|
||||
*/
|
||||
|
||||
if (tree->persistence && tree->persistence->generator_data) {
|
||||
sub->persistence_data = ast_json_object_get(tree->persistence->generator_data, resource);
|
||||
sub->persistence_data = ast_json_ref(ast_json_object_get(tree->persistence->generator_data, resource));
|
||||
}
|
||||
|
||||
sub->handler = handler;
|
||||
|
||||
@@ -1715,12 +1715,11 @@ static int __stasis_app_register(const char *app_name, stasis_app_cb handler, vo
|
||||
if (app) {
|
||||
/*
|
||||
* We need to unlock the apps_registry before calling app_update to
|
||||
* prevent the possibility of a deadlock with the session. We'll still
|
||||
* run the lazy cleanup first though.
|
||||
* prevent the possibility of a deadlock with the session.
|
||||
*/
|
||||
cleanup();
|
||||
ao2_unlock(apps_registry);
|
||||
app_update(app, handler, data);
|
||||
cleanup();
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -1745,11 +1744,12 @@ static int __stasis_app_register(const char *app_name, stasis_app_cb handler, vo
|
||||
}
|
||||
ao2_link_flags(apps_registry, app, OBJ_NOLOCK);
|
||||
|
||||
ao2_unlock(apps_registry);
|
||||
|
||||
/* We lazily clean up the apps_registry, because it's good enough to
|
||||
* prevent memory leaks, and we're lazy.
|
||||
*/
|
||||
cleanup();
|
||||
ao2_unlock(apps_registry);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -1126,8 +1126,23 @@ void app_update(struct stasis_app *app, stasis_app_cb handler, void *data)
|
||||
"timestamp", ast_json_timeval(ast_tvnow(), NULL),
|
||||
"application", app->name);
|
||||
if (msg) {
|
||||
/*
|
||||
* The app must be unlocked before calling 'send' since a handler may
|
||||
* subsequently attempt to grab the app lock after first obtaining a
|
||||
* lock for another object, thus causing a deadlock.
|
||||
*/
|
||||
ao2_unlock(app);
|
||||
app_send(app, msg);
|
||||
ao2_lock(app);
|
||||
ast_json_unref(msg);
|
||||
if (!app->handler) {
|
||||
/*
|
||||
* If the handler disappeared then the app was deactivated. In that
|
||||
* case don't replace. Re-activation will reset the handler later.
|
||||
*/
|
||||
ao2_unlock(app);
|
||||
return;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
ast_verb(1, "Activating Stasis app '%s'\n", app->name);
|
||||
|
||||
Reference in New Issue
Block a user