Merge "bridges: Remove reliance on stasis caching"

This commit is contained in:
George Joseph
2018-11-29 15:05:33 -06:00
committed by Gerrit Code Review
15 changed files with 397 additions and 340 deletions

View File

@@ -351,7 +351,7 @@ static struct ast_str *__test_cel_generate_peer_str(struct ast_channel_snapshot
static struct ast_str *test_cel_generate_peer_str_snapshot(struct ast_channel_snapshot *chan, struct ast_bridge *bridge)
{
RAII_VAR(struct ast_bridge_snapshot *, snapshot,
ast_bridge_snapshot_get_latest(bridge->uniqueid),
ast_bridge_get_snapshot(bridge),
ao2_cleanup);
if (!snapshot) {