mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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:
@@ -309,6 +309,7 @@ static struct permalias {
|
||||
{ EVENT_FLAG_CONFIG, "config" },
|
||||
{ EVENT_FLAG_DTMF, "dtmf" },
|
||||
{ EVENT_FLAG_REPORTING, "reporting" },
|
||||
{ EVENT_FLAG_CDR, "cdr" },
|
||||
{ -1, "all" },
|
||||
{ 0, "none" },
|
||||
};
|
||||
|
Reference in New Issue
Block a user