[asterisk-commits] mmichelson: branch group/CCSS r242358 - /team/group/CCSS/include/asterisk/ccss.h
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Jan 22 10:48:12 CST 2010
    
    
  
Author: mmichelson
Date: Fri Jan 22 10:48:09 2010
New Revision: 242358
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=242358
Log:
Add some clarification to the doxygen for setting the CC_INTERFACES chanvar.
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=242358&r1=242357&r2=242358
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Fri Jan 22 10:48:09 2010
@@ -1413,6 +1413,10 @@
  * \details
  * The CC_INTERFACES channel variable will have the interfaces that should be
  * called back for a specific PBX instance.
+ *
+ * \param chan The channel to set the CC_INTERFACES variable on
+ * \param extension The name of the extension for which we're setting the variable.
+ * This should be in the form of "exten at context"
  */
 int ast_set_cc_interfaces_chanvar(struct ast_channel *chan, const char * const extension);
 
    
    
More information about the asterisk-commits
mailing list