diff --git a/main/channel.c b/main/channel.c index e6eb214ce7b3d83c08ad2a8e6cb868c6e478b150..0e5b72308f0f2d4c9b2ead73bcfd8054efab87a3 100644 --- a/main/channel.c +++ b/main/channel.c @@ -7094,8 +7094,8 @@ enum ast_bridge_result ast_channel_bridge(struct ast_channel *c0, struct ast_cha manager_bridge_event(1, 1, c0, c1); /* Before we enter in and bridge these two together tell them both the source of audio has changed */ - ast_indicate(c0, AST_CONTROL_SRCCHANGE); - ast_indicate(c1, AST_CONTROL_SRCCHANGE); + ast_indicate(c0, AST_CONTROL_SRCUPDATE); + ast_indicate(c1, AST_CONTROL_SRCUPDATE); for (/* ever */;;) { struct timeval now = { 0, };