mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
Move after bridge callbacks into their own file
One more major refactoring to go. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395367 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -576,7 +576,7 @@ static void softmix_bridge_write_voice(struct ast_bridge *bridge, struct ast_bri
|
||||
ast_mutex_unlock(&sc->lock);
|
||||
|
||||
if (update_talking != -1) {
|
||||
ast_bridge_notify_talking(bridge_channel, update_talking);
|
||||
ast_bridge_channel_notify_talking(bridge_channel, update_talking);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user