Add ENUM configurable search path

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@946 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-05-01 04:29:25 +00:00
parent b7dcee9370
commit 475fc3de54
5 changed files with 113 additions and 8 deletions

View File

@@ -17,4 +17,6 @@
/* 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_enum_init(void);
extern int ast_enum_reload(void);
#endif