Merge "bridge_softmix / res_rtp_asterisk: Fix packet loss and renegotiation issues."

This commit is contained in:
Joshua Colp
2017-07-26 08:31:13 -05:00
committed by Gerrit Code Review
12 changed files with 108 additions and 9 deletions

View File

@@ -3386,7 +3386,7 @@ int ast_rtp_instance_bundle(struct ast_rtp_instance *child, struct ast_rtp_insta
{
int res = -1;
if (child->engine != parent->engine) {
if (parent && (child->engine != parent->engine)) {
return -1;
}