summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-05-19 01:10:23 +0000
committerMatthew Jordan <mjordan@digium.com>2014-05-19 01:10:23 +0000
commit42a1dee02d124635d570d834dd8ba32b99612964 (patch)
treea1ba581ccac58a7257063c480b64686dca2c66be /include/asterisk/channel.h
parent17ff4d92823264e0db1902747d0b1ffcf5a7c26e (diff)
Undo r414123
The Test Suite caught a few problems, undoing until those are resolved git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@414138 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index c2d8b39c9..a4ad2ae01 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -4273,22 +4273,6 @@ struct ast_bridge *ast_channel_get_bridge(const struct ast_channel *chan);
int ast_channel_is_bridged(const struct ast_channel *chan);
/*!
- * \brief Determine if a channel is leaving a bridge, but \em not hung up
- * \since 12.3.0
- *
- * \param chan The channel to test
- *
- * \note If a channel is hung up, it is implicitly leaving any bridge it
- * may be in. This function is used to test if a channel is leaving a bridge
- * but may survive the experience, if it has a place to go to (dialplan or
- * otherwise)
- *
- * \retval 0 The channel is not leaving the bridge or is hung up
- * \retval non-zero The channel is leaving the bridge
- */
-int ast_channel_is_leaving_bridge(struct ast_channel *chan);
-
-/*!
* \brief Get the channel's bridge peer only if the bridge is two-party.
* \since 12.0.0
*