[svn-commits] dvossel: branch dvossel/generic_aoc r257747 - /team/dvossel/generic_aoc/inclu...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Apr 16 17:18:25 CDT 2010


Author: dvossel
Date: Fri Apr 16 17:18:24 2010
New Revision: 257747

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=257747
Log:
updating doxygen in aoc.h

Modified:
    team/dvossel/generic_aoc/include/asterisk/aoc.h

Modified: team/dvossel/generic_aoc/include/asterisk/aoc.h
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/generic_aoc/include/asterisk/aoc.h?view=diff&rev=257747&r1=257746&r2=257747
==============================================================================
--- team/dvossel/generic_aoc/include/asterisk/aoc.h (original)
+++ team/dvossel/generic_aoc/include/asterisk/aoc.h Fri Apr 16 17:18:24 2010
@@ -315,6 +315,9 @@
  * \param ast_aoc_decoded struct to set values on
  * \param charging association identifier
  *
+ * \note If the association number was set, this will override that value. Only the id OR the
+ *       number can be set at a time, not both.
+ *
  * \retval 0 success
  */
 int ast_aoc_set_association_id(struct ast_aoc_decoded *decoded, const int id);
@@ -333,6 +336,9 @@
  * private(5),
  * nationalStandard(8) - Reserved
  *
+ * \note If the association id was set, this will override that value. Only the id OR the
+ *       number can be set at a time, not both.
+ *
  * \retval 0 success
  */
 int ast_aoc_set_association_number(struct ast_aoc_decoded *decoded, const char *num, uint8_t plan);




More information about the svn-commits mailing list