[Asterisk-cvs] asterisk/pbx pbx_dundi.c,1.46,1.47

russell russell
Sun Nov 6 10:18:32 CST 2005


Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv2786/pbx

Modified Files:
	pbx_dundi.c 
Log Message:
issue #5605


Index: pbx_dundi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_dundi.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- pbx_dundi.c	31 Oct 2005 15:34:11 -0000	1.46
+++ pbx_dundi.c	6 Nov 2005 15:09:47 -0000	1.47
@@ -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.",




More information about the svn-commits mailing list