<p>George Joseph <strong>uploaded patch set #7</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/10227">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bridges: Remove reliance on stasis caching<br><br>* The bridging core no longer uses the stasis cache for bridge<br> snapshots. The latest bridge snapshot is now stored on the<br> ast_bridge structure itself.<br><br>* The following APIs are no longer available since the stasis cache<br> is no longer used:<br> ast_bridge_topic_cached()<br> ast_bridge_topic_all_cached()<br><br>* A topic pool is now used for individual bridge topics.<br><br>* The ast_bridge_cache() function was removed since there's no<br> longer a separate container of snapshots.<br><br>* A new function "ast_bridges()" was created to retrieve the<br> container of all bridges. Users formerly calling<br> ast_bridge_cache() can use the new function to iterate over<br> bridges and retrieve the latest snapshot directly from the<br> bridge.<br><br>* The ast_bridge_snapshot_get_latest() function was renamed to<br> ast_bridge_get_snapshot_by_uniqueid().<br><br>* A new function "ast_bridge_get_snapshot()" was created to retrieve<br> the bridge snapshot directly from the bridge structure.<br><br>* The ast_bridge_topic_all() function now returns a normal topic<br> not a cached one so you can't use stasis cache functions on it<br> either.<br><br>* The ast_bridge_snapshot_type() stasis message now has the<br> ast_bridge_snapshot_update structure as it's data. It contains<br> the last snapshot and the new one.<br><br>* cdr, cel, manager and ari have been updated to use the new<br> arrangement.<br><br>Change-Id: I7049b80efa88676ce5c4666f818fa18ad1985369<br>---<br>M CHANGES<br>M UPGRADE.txt<br>M apps/confbridge/confbridge_manager.c<br>M include/asterisk/bridge.h<br>M include/asterisk/stasis_bridges.h<br>M main/Makefile<br>M main/bridge.c<br>M main/cdr.c<br>M main/cel.c<br>M main/manager_bridges.c<br>M main/stasis_bridges.c<br>M res/ari/resource_bridges.c<br>M res/res_stasis.c<br>M res/stasis/app.c<br>M tests/test_cel.c<br>15 files changed, 397 insertions(+), 340 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/27/10227/7</pre><p>To view, visit <a href="https://gerrit.asterisk.org/10227">change 10227</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/10227"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I7049b80efa88676ce5c4666f818fa18ad1985369 </div>
<div style="display:none"> Gerrit-Change-Number: 10227 </div>
<div style="display:none"> Gerrit-PatchSet: 7 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 (1000185) </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>