[asterisk-commits] file: branch file/bridging r172704 - /team/file/bridging/include/asterisk/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Jan 31 09:01:34 CST 2009


Author: file
Date: Sat Jan 31 09:01:34 2009
New Revision: 172704

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=172704
Log:
This should not be here as it is already in bridging_technology.h and is specifically for technologies.

Modified:
    team/file/bridging/include/asterisk/bridging.h

Modified: team/file/bridging/include/asterisk/bridging.h
URL: http://svn.digium.com/svn-view/asterisk/team/file/bridging/include/asterisk/bridging.h?view=diff&rev=172704&r1=172703&r2=172704
==============================================================================
--- team/file/bridging/include/asterisk/bridging.h (original)
+++ team/file/bridging/include/asterisk/bridging.h Sat Jan 31 09:01:34 2009
@@ -240,26 +240,6 @@
 	AST_LIST_HEAD_NOLOCK(, ast_bridge_channel) channels;
 };
 
-/*! \brief Feed notification that a frame is waiting on a channel into the bridging core
- *
- * \param bridge
- * \param bridge_channel
- * \param chan
- * \param outfd
- *
- * Example usage:
- *
- * \code
- * ast_bridge_handle_trip(bridge, NULL, chan, -1);
- * \endcode
- *
- * This tells the bridging core that a frame has been received on
- * the channel pointed to by chan and that it should be read and handled.
- *
- * \note This should only be used by bridging technologies.
- */
-void ast_bridge_handle_trip(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, struct ast_channel *chan, int outfd);
-
 /*! \brief Create a new bridge
  *
  * \param capabilities The capabilities that we require to be used on the bridge




More information about the asterisk-commits mailing list