Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call" level.

(Closes issue #11015)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91173 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-12-05 16:46:47 +00:00
parent d226c1d637
commit ce2f670228
6 changed files with 12 additions and 3 deletions

View File

@@ -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