[asterisk-commits] mmichelson: branch group/CCSS r235901 - /team/group/CCSS/include/asterisk/ccss.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 21 11:37:43 CST 2009
Author: mmichelson
Date: Mon Dec 21 11:37:41 2009
New Revision: 235901
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235901
Log:
Update public functions with proper doxygen parameters.
Modified:
team/group/CCSS/include/asterisk/ccss.h
Modified: team/group/CCSS/include/asterisk/ccss.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/include/asterisk/ccss.h?view=diff&rev=235901&r1=235900&r2=235901
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Mon Dec 21 11:37:41 2009
@@ -99,6 +99,8 @@
*
* \param chan The channel onto which to queue the frame
* \param monitor_type The type of monitor to use when CC is requested
+ * \param dialable_name The dialstring used to call the device
+ * \param service The type of CC service the device is willing to offer
* \retval 0 Success
* \retval -1 Error
*/
@@ -1193,6 +1195,7 @@
* \param chan A channel involved in the call. What we want is on a datastore on both incoming and outgoing so either may be provided
* \param cc_params The CC configuration parameters for the outbound target
* \param interface_name The name of the outbound target
+ * \param dialable_name The dialstring used when calling this specific interface
* \param[out] frame. The frame we will be returning to the caller. It is vital that ast_frame_free be called on this frame since the
* payload will be allocated on the heap.
* \retval -1 Failure. At some point there was a failure. Do not attempt to use the frame in this case.
More information about the asterisk-commits
mailing list