mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 14:17:02 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1669 65c4cc65-6c06-0410-ace0-fbb531ad65f3
22 lines
446 B
C
Executable File
22 lines
446 B
C
Executable File
/*
|
|
* Asterisk -- A telephony toolkit for Linux.
|
|
*
|
|
* Internal Asterisk's hangup causes
|
|
*
|
|
* Copyright (C) 2003, Digium
|
|
*
|
|
* Martin Pycko <martinp@digium.com>
|
|
*
|
|
* This program is free software, distributed under the terms of
|
|
* the GNU General Public License
|
|
*/
|
|
|
|
|
|
#define AST_CAUSE_NOTDEFINED 0
|
|
#define AST_CAUSE_NORMAL 1
|
|
#define AST_CAUSE_BUSY 2
|
|
#define AST_CAUSE_FAILURE 3
|
|
#define AST_CAUSE_CONGESTION 4
|
|
#define AST_CAUSE_UNALLOCATED 5
|
|
|