aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/enum.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-16 18:12:16 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-16 18:12:16 +0000
commit39b00dbd3960cc622ff48f9905368d23bb08afc3 (patch)
tree924686af38593fc5fc5098aafa2be51cbce3f805 /include/asterisk/enum.h
parentc62ec7daf40ce29ee314bedbdf7beb32150211ae (diff)
Add ability to look up callerid name by txt (bug #1442)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2986 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/enum.h')
-rwxr-xr-xinclude/asterisk/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/enum.h b/include/asterisk/enum.h
index 684276860..9d45b3a93 100755
--- a/include/asterisk/enum.h
+++ b/include/asterisk/enum.h
@@ -16,6 +16,7 @@
#include <asterisk/channel.h>
/* Lookup entry in ENUM Returns 1 if found, 0 if not found, -1 on hangup */
extern int ast_get_enum(struct ast_channel *chan, const char *number, char *location, int maxloc, char *technology, int maxtech);
+extern int ast_get_txt(struct ast_channel *chan, const char *number, char *location, int maxloc, char *technology, int maxtech, char *txt, int maxtxt);
extern int ast_enum_init(void);
extern int ast_enum_reload(void);