aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/pbx_dundi.c7
1 files changed, 7 insertions, 0 deletions
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.",