[svn-commits] rmudgett: branch rmudgett/cid r266871 - in /team/rmudgett/cid: include/asteri...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 1 17:29:07 CDT 2010


Author: rmudgett
Date: Tue Jun  1 17:29:05 2010
New Revision: 266871

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=266871
Log:
Adjust some BUGBUG comments.

Modified:
    team/rmudgett/cid/include/asterisk/channel.h
    team/rmudgett/cid/tests/test_substitution.c

Modified: team/rmudgett/cid/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cid/include/asterisk/channel.h?view=diff&rev=266871&r1=266870&r2=266871
==============================================================================
--- team/rmudgett/cid/include/asterisk/channel.h (original)
+++ team/rmudgett/cid/include/asterisk/channel.h Tue Jun  1 17:29:05 2010
@@ -370,7 +370,7 @@
 
 	/*!
 	 * \brief Automatic Number Identification (ANI) (Malloced)
-	 * \todo BUGBUG Maybe this should be an ast_party_id instead.
+	 * \todo BUGBUG This should be made an ast_party_id.
 	 */
 	char *ani;
 
@@ -401,7 +401,7 @@
 	 * \brief Automatic Number Identification (ANI) (Malloced)
 	 * \note Not really part of connected line data but needed to
 	 * save the corresponding caller id value.
-	 * \todo BUGBUG Maybe this should be an ast_party_id instead.
+	 * \todo BUGBUG This should be made an ast_party_id.
 	 */
 	char *ani;
 

Modified: team/rmudgett/cid/tests/test_substitution.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cid/tests/test_substitution.c?view=diff&rev=266871&r1=266870&r2=266871
==============================================================================
--- team/rmudgett/cid/tests/test_substitution.c (original)
+++ team/rmudgett/cid/tests/test_substitution.c Tue Jun  1 17:29:05 2010
@@ -221,7 +221,6 @@
 
 #define TEST(t) if (t == AST_TEST_FAIL) { res = AST_TEST_FAIL; }
 #if 0
-	/* BUGBUG need new test? */
 	/*
 	 * We can no longer test the CALLINGPRES value this way because it is now
 	 * a calculated value from the name and number presentation information to




More information about the svn-commits mailing list