<p>George Joseph <strong>uploaded patch set #3</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.  Bridge snapshots are now stored in an rbtree<br>  container in stasis_bridges.c<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 now returns an ao2_container of<br>  ast_bridge_snapshots rather than a container of stasis_messages<br>  therefore you can't (and don't need to) call stasis_cache<br>  functions on it.<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>* ast_bridge_snapshot_get_latest() still returns the latest<br>  snapshot.<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/stasis/app.c<br>13 files changed, 290 insertions(+), 212 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/3</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: 3 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.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: Kevin Harwell <kharwell@digium.com> </div>