Merge "bridge_softmix: Add SDP "label" attribute to streams" into 16

This commit is contained in:
Joshua Colp
2018-10-25 07:45:40 -05:00
committed by Gerrit Code Review
5 changed files with 55 additions and 63 deletions

View File

@@ -1568,6 +1568,10 @@ static struct confbridge_conference *join_conference_bridge(const char *conferen
}
}
if (ast_test_flag(&conference->b_profile, BRIDGE_OPT_ENABLE_EVENTS)) {
ast_bridge_set_send_sdp_label(conference->bridge, 1);
}
/* Link it into the conference bridges container */
if (!ao2_link(conference_bridges, conference)) {
ao2_ref(conference, -1);