From 31a804b97c290715dd761231f52616598c2f981f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 6 Nov 2005 15:09:47 +0000 Subject: issue #5605 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6979 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_dundi.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pbx/pbx_dundi.c') diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index c0165d962..c7e68f788 100755 --- a/pbx/pbx_dundi.c +++ b/pbx/pbx_dundi.c @@ -3850,6 +3850,9 @@ int dundi_query_eid(struct dundi_entity_info *dei, const char *dcontext, dundi_e 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 @@ static char *dundifunc_read(struct ast_channel *chan, char *cmd, char *data, cha return buf; } +/*! DUNDILOOKUP + * \ingroup functions +*/ + static struct ast_custom_function dundi_function = { .name = "DUNDILOOKUP", .synopsis = "Do a DUNDi lookup of a phone number.", -- cgit v1.2.3