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

causes.h

Go to the documentation of this file.
00001 /*
00002  * Asterisk -- A telephony toolkit for Linux.
00003  *
00004  * Internal Asterisk's hangup causes
00005  *
00006  * Copyright (C) 2003, Digium
00007  *
00008  * Martin Pycko <martinp@digium.com>
00009  *
00010  * This program is free software, distributed under the terms of
00011  * the GNU General Public License
00012  */
00013 
00014 
00015 #define AST_CAUSE_NOTDEFINED  0
00016 #define AST_CAUSE_NORMAL   1
00017 #define AST_CAUSE_BUSY     2
00018 #define AST_CAUSE_FAILURE  3
00019 #define AST_CAUSE_CONGESTION  4
00020 #define AST_CAUSE_UNALLOCATED 5
00021 

Generated on Fri Feb 27 12:19:41 2004 for Asterisk by doxygen 1.3.5