diff --git a/main/rtp_engine.c b/main/rtp_engine.c
index c5540b168982cd9f6dc1cac34fabe1d10e7d3fca..0637f5338e575d80a9dc664db0790d600cf41d78 100644
--- a/main/rtp_engine.c
+++ b/main/rtp_engine.c
@@ -1504,6 +1504,10 @@ void ast_rtp_instance_early_bridge_make_compatible(struct ast_channel *c0, struc
 		ast_rtp_codecs_payloads_copy(&tinstance0->codecs, &tinstance1->codecs, tinstance1);
 	}
 
+        if (glue0->update_peer(c0, instance1, vinstance1, tinstance1, cap1, 0)) {
+                ast_log(LOG_WARNING, "Channel '%s' failed to setup early bridge to '%s'\n", ast_channel_name(c0), c1 ? ast_channel_name(c1) : "<unspecified>");
+        }
+
 	res = 0;
 
 done: