[svn-commits] rmudgett: branch rmudgett/cid r276342 - /team/rmudgett/cid/main/channel.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 14 10:14:11 CDT 2010


Author: rmudgett
Date: Wed Jul 14 10:14:01 2010
New Revision: 276342

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=276342
Log:
Changed comment regarding AstData that ast_callerid no longer exists.

Modified:
    team/rmudgett/cid/main/channel.c

Modified: team/rmudgett/cid/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cid/main/channel.c?view=diff&rev=276342&r1=276341&r2=276342
==============================================================================
--- team/rmudgett/cid/main/channel.c (original)
+++ team/rmudgett/cid/main/channel.c Wed Jul 14 10:14:01 2010
@@ -141,7 +141,7 @@
 #define NUM_CHANNEL_BUCKETS 1567
 #endif
 
-#if 0	/* BUGBUG ast_callerid no longer exists */
+#if 0	/* XXX AstData: ast_callerid no longer exists. (Equivalent code not readily apparent.) */
 #define DATA_EXPORT_CALLERID(MEMBER)				\
 	MEMBER(ast_callerid, cid_dnid, AST_DATA_STRING)		\
 	MEMBER(ast_callerid, cid_num, AST_DATA_STRING)		\
@@ -349,7 +349,7 @@
 	struct ast_data *data_zones;
 	struct ast_data *enum_node;
 	struct ast_data *data_softhangup;
-#if 0	/* BUGBUG ast_callerid no longer exists */
+#if 0	/* XXX AstData: ast_callerid no longer exists. (Equivalent code not readily apparent.) */
 	struct ast_data *data_callerid;
 	char value_str[100];
 #endif
@@ -432,7 +432,7 @@
 
 	ast_data_add_uint(tree, "timetohangup", chan->whentohangup.tv_sec);
 
-#if 0	/* BUGBUG ast_callerid no longer exists */
+#if 0	/* XXX AstData: ast_callerid no longer exists. (Equivalent code not readily apparent.) */
 	/* callerid */
 	data_callerid = ast_data_add_node(tree, "callerid");
 	if (!data_callerid) {




More information about the svn-commits mailing list