summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2014-05-11 01:09:06 +0000
committerJoshua Colp <jcolp@digium.com>2014-05-11 01:09:06 +0000
commite2ed86e4ca7df1ec7038d9f744d3accf91a7989e (patch)
treea7f9975aed6025c506d7d52c471e98c6c7a96dbf /include/asterisk/channel.h
parent3b3e4b9b959e835dab1619beae89b2a469a13049 (diff)
Undoing framehook support. Issues were uncovered by Bamboo.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@413668 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index a4ad2ae01..8cef68e87 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -1049,8 +1049,8 @@ enum {
*/
AST_SOFTHANGUP_EXPLICIT = (1 << 5),
/*!
- * Used to request that the bridge core re-evaluate the current
- * bridging technology in use by the bridge this channel is in.
+ * Used to break a bridge so the channel can be spied upon
+ * instead of actually hanging up.
*/
AST_SOFTHANGUP_UNBRIDGE = (1 << 6),
/*!
@@ -4402,16 +4402,6 @@ const char *ast_channel_oldest_linkedid(const char *a, const char *b);
int ast_channel_has_audio_frame_or_monitor(struct ast_channel *chan);
/*!
- * \brief Check if the channel has any active hooks that require audio.
- * \since 12.3.0
- *
- * \param chan The channel to check.
- *
- * \retval non-zero if channel has active audiohooks, audio framehooks, or monitor.
- */
-int ast_channel_has_hook_requiring_audio(struct ast_channel *chan);
-
-/*!
* \brief Removes the trailing identifiers from a channel name string
* \since 12.0.0
*