summaryrefslogtreecommitdiff
path: root/include/asterisk/causes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/causes.h')
-rwxr-xr-xinclude/asterisk/causes.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/include/asterisk/causes.h b/include/asterisk/causes.h
index 470510981..851362882 100755
--- a/include/asterisk/causes.h
+++ b/include/asterisk/causes.h
@@ -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);
-