2 * Asterisk -- A telephony toolkit for Linux.
4 * Internal Asterisk's hangup causes
6 * Copyright (C) 2003, Digium
8 * Martin Pycko <martinp@digium.com>
10 * This program is free software, distributed under the terms of
11 * the GNU General Public License
14 #ifndef _ASTERISK_CAUSES_H
15 #define _ASTERISK_CAUSES_H
17 #define AST_CAUSE_NOTDEFINED 0
18 #define AST_CAUSE_NORMAL 1
19 #define AST_CAUSE_BUSY 2
20 #define AST_CAUSE_FAILURE 3
21 #define AST_CAUSE_CONGESTION 4
22 #define AST_CAUSE_UNALLOCATED 5