summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2011-07-27 20:42:18 +0000
committerJonathan Rose <jrose@digium.com>2011-07-27 20:42:18 +0000
commit3ee80d6a90c5ce59f20f9dfc89d7f3faaa4fd753 (patch)
tree6f0c57e23a37802b9b7309186c840e518f0f56d7 /CHANGES
parent1e332468dcef968070158b65ef532789ed6f1713 (diff)
Adds cdr logging of calls resulting in CONGESTION
Applies a patch made a long time ago by alecdavis which adds a CDR feature for logging calls that failed due to congestion. (closes issue #15907) Reported by: alecdavis Patches: cdr_congestion.diff.txt uploaded by alecdavis (license #5546) Review: https://reviewboard.asterisk.org/r/454/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@329835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 869f2d0e4..cf8c59be7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -70,6 +70,7 @@ CDR
--------------------------
* The filter option in cdr_adaptive_odbc now supports negating the argument,
thus allowing records which do NOT match the specified filter.
+ * Added ability to log CONGESTION calls to CDR
CODECS
--------------------------