summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-08 17:51:26 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-08 17:51:26 +0000
commit73b3c70a5fbd3665e428f26b64b0549c890e1955 (patch)
tree473f669563de8cb80f16d3756b4183233fb84524 /include
parent33e7b76d1dc8bcd50ad9e121e1c8c8d6081a0a34 (diff)
Remove some resolved or obsolete BUGBUG comments.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396401 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/bridge_features.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/bridge_features.h b/include/asterisk/bridge_features.h
index 0a3a21ede..7590d8af8 100644
--- a/include/asterisk/bridge_features.h
+++ b/include/asterisk/bridge_features.h
@@ -86,7 +86,6 @@ enum ast_bridge_builtin_feature {
* parking slot to which it was parked.
*/
AST_BRIDGE_BUILTIN_PARKCALL,
-/* BUGBUG does Monitor and/or MixMonitor require a two party bridge? MixMonitor is used by ConfBridge so maybe it doesn't. */
/*!
* DTMF one-touch-record toggle using Monitor app.
*
@@ -174,7 +173,6 @@ enum ast_bridge_hook_type {
AST_BRIDGE_HOOK_TYPE_TALK,
};
-/* BUGBUG Need to be able to selectively remove DTMF, hangup, and interval hooks. */
/*! \brief Structure that is the essence of a feature hook. */
struct ast_bridge_hook {
/*! Callback that is called when hook is tripped */