Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

enum.h

Go to the documentation of this file.
00001 /* 00002 * Asterisk -- A telephony toolkit for Linux. 00003 * 00004 * ENUM support 00005 * 00006 * Copyright (C) 1999, Mark Spencer 00007 * 00008 * Mark Spencer <markster@linux-support.net> 00009 * 00010 * This program is free software, distributed under the terms of 00011 * the GNU General Public License 00012 */ 00013 00014 #ifndef _ASTERISK_ENUM_H 00015 #define _ASTERISK_ENUM_H 00016 #include <asterisk/channel.h> 00017 /* Lookup entry in ENUM Returns 1 if found, 0 if not found, -1 on hangup */ 00018 extern int ast_get_enum(struct ast_channel *chan, const char *number, char *location, int maxloc, char *technology, int maxtech); 00019 extern int ast_get_txt(struct ast_channel *chan, const char *number, char *location, int maxloc, char *technology, int maxtech, char *txt, int maxtxt); 00020 00021 extern int ast_enum_init(void); 00022 extern int ast_enum_reload(void); 00023 #endif

Generated on Sat Jun 12 16:40:58 2004 for Asterisk by doxygen 1.3.7