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

Eliel Sardañons eliels at gmail.com
Wed Jul 14 11:19:25 CDT 2010


If you need some help with the astdata api let me know.

On Jul 14, 2010, at 11:14 AM, SVN commits to the Asterisk project wrote:

> 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) {
>
>
> -- 
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-commits mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-commits




More information about the asterisk-dev mailing list