aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-05 16:46:47 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-05 16:46:47 +0000
commita17700ba803b10ebbb90dbe3f4e2cec12d027d92 (patch)
tree5ca674f8851be82aa3f1d9b569113d0fa02ce386 /include
parent29a6f4d8e6884bce6faf039b4f7902c3408a88b6 (diff)
Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call" level.
(Closes issue #11015) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@91173 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index 79a1998d0..a57e890fd 100644
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -63,6 +63,8 @@
#define EVENT_FLAG_CONFIG (1 << 7) /* Ability to modify configurations */
#define EVENT_FLAG_DTMF (1 << 8) /* Ability to read DTMF events */
#define EVENT_FLAG_REPORTING (1 << 9) /* Reporting events such as rtcp sent */
+#define EVENT_FLAG_CDR (1 << 10) /* CDR events */
+
/* Export manager structures */
#define AST_MAX_MANHEADERS 128