mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 02:57:23 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user