[asterisk-commits] mmichelson: branch group/CCSS r237925 - /team/group/CCSS/main/ccss.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 5 17:11:17 CST 2010
Author: mmichelson
Date: Tue Jan 5 17:11:15 2010
New Revision: 237925
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=237925
Log:
Modified:
team/group/CCSS/main/ccss.c
Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=237925&r1=237924&r2=237925
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Tue Jan 5 17:11:15 2010
@@ -1601,9 +1601,7 @@
}
/*!
- * \internal
- * \brief Function for handling AST_CONTROL_CC frames
- *
+ * \details
* Unless we are ignoring CC for some reason, we will always
* call this function when we read an AST_CONTROL_CC frame
* from an outbound channel.
@@ -1617,11 +1615,6 @@
* If this is the first AST_CONTROL_CC frame that we have handled
* for this call, then we will also initialize the CC core for
* this call.
- *
- * \param inbound The caller's channel
- * \param outbound The channel we read the control frame from
- * \param frame_data The data on the frame
- * \return void
*/
void ast_handle_cc_control_frame(struct ast_channel *inbound, struct ast_channel *outbound, void *frame_data)
{
More information about the asterisk-commits
mailing list