[asterisk-commits] rmudgett: branch group/CCSS r238180 - /team/group/CCSS/include/asterisk/ccss.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 6 14:33:56 CST 2010


Author: rmudgett
Date: Wed Jan  6 14:33:53 2010
New Revision: 238180

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=238180
Log:
More doxygen comment updates.

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=238180&r1=238179&r2=238180
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Wed Jan  6 14:33:53 2010
@@ -100,7 +100,7 @@
  *
  * \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 dialable_name The dial string used to call the device
  * \param service The type of CC service the device is willing to offer
  * \retval 0 Success
  * \retval -1 Error
@@ -1443,6 +1443,7 @@
  * \param cc_params The CC configuration parameters for the outbound target
  * \param interface_name The name of the outbound target
  * \param dialable_name The dial string used when calling this specific interface
+ * \param service What kind of CC service is being offered. (CCBS/CCNR/etc...)
  * \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