mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add BUGBUG comment.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -258,6 +258,14 @@ static int native_rtp_bridge_framehook_attach(struct ast_bridge_channel *bridge_
|
||||
return -1;
|
||||
}
|
||||
|
||||
/*
|
||||
* BUGBUG The RTP native bridge technology should use tech_pvt not bridge_pvt.
|
||||
*
|
||||
* This technology needs to be reworked to not change the
|
||||
* tech_pvt of channels other than the one that is currently
|
||||
* entering/leaving before it can actually use the correct
|
||||
* pointer.
|
||||
*/
|
||||
bridge_channel->bridge_pvt = data;
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user