summaryrefslogtreecommitdiff
path: root/bridges/bridge_native_rtp.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-06-04 22:55:46 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-06-04 22:55:46 +0000
commit18338967c45ef00d8aad4528b9620b790bbaec07 (patch)
tree0714eac6c63c45a0d35f5accf8a2501f3a23fb89 /bridges/bridge_native_rtp.c
parentdcf5990c56dad2692f24cc31746daa0441091505 (diff)
Add BUGBUG comment.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'bridges/bridge_native_rtp.c')
-rw-r--r--bridges/bridge_native_rtp.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/bridges/bridge_native_rtp.c b/bridges/bridge_native_rtp.c
index 5b03726c5..054d89ca0 100644
--- a/bridges/bridge_native_rtp.c
+++ b/bridges/bridge_native_rtp.c
@@ -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;