summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-12-05 16:46:47 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-12-05 16:46:47 +0000
commitce2f670228a12dadf513b1068afbb75d815736ef (patch)
tree5ca674f8851be82aa3f1d9b569113d0fa02ce386 /UPGRADE.txt
parentd226c1d6377ebd9cc798b886bf5985d3bd70a41b (diff)
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
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 82374eb59..06828c683 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -146,3 +146,7 @@ Manager:
* The IAXpeers command output has been changed to more closely resemble the
output of the SIPpeers command.
+* cdr_manager now reports at the "cdr" level, not at "call" You may need to
+ change your manager.conf to add the level to existing AMI users, if they
+ want to see the CDR events generated.
+