Index: pbx/pbx_dundi.c =================================================================== RCS file: /usr/cvsroot/asterisk/pbx/pbx_dundi.c,v retrieving revision 1.46 diff -u -r1.46 pbx_dundi.c --- pbx/pbx_dundi.c 31 Oct 2005 15:34:11 -0000 1.46 +++ pbx/pbx_dundi.c 4 Nov 2005 13:21:38 -0000 @@ -3850,6 +3850,9 @@ return dundi_query_eid_internal(dei, dcontext, &eid, &hmd, dundi_ttl, 0, avoid); } +/*! + * \ingroup applications + */ static int dundi_lookup_exec(struct ast_channel *chan, void *data) { char *num; @@ -3976,6 +3979,10 @@ return buf; } +/*! DUNDILOOKUP + * \ingroup functions +*/ + static struct ast_custom_function dundi_function = { .name = "DUNDILOOKUP", .synopsis = "Do a DUNDi lookup of a phone number.",