mirror of http://gerrit.asterisk.org/asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1501 65c4cc65-6c06-0410-ace0-fbb531ad65f31.0
parent
5a894711eb
commit
3bd044c236
@ -1,9 +1,20 @@
|
||||
/*
|
||||
* 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
|
||||
|
||||
/* Translate the pri's cause number to asterisk's */
|
||||
int hangup_pri2cause(int cause);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in new issue