Merge "res_rtp_asterisk / res_pjsip: Add support for BUNDLE."

This commit is contained in:
Jenkins2
2017-07-13 14:40:11 -05:00
committed by Gerrit Code Review
11 changed files with 1170 additions and 393 deletions

View File

@@ -792,8 +792,6 @@ static struct ast_frame *chan_pjsip_read_stream(struct ast_channel *ast)
return f;
}
f->stream_num = callback_state->session->stream_num;
if (f->frametype != AST_FRAME_VOICE ||
callback_state->session != session->active_media_state->default_session[callback_state->session->type]) {
return f;