mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Merge "bridge_softmix / res_rtp_asterisk: Fix packet loss and renegotiation issues."
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user