aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-20 23:23:25 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-20 23:23:25 +0000
commitf36de042adeff1e1ab6c153b657c41219b2cf3fb (patch)
treea6b69cab8006e8443b27dc3cc022852499254c24 /CHANGES
parent19fad2d909c697872dff634ee6ce1ae2abae9152 (diff)
Separate queue_log arguments into separate fields, and allow the text file to be used, even when realtime is used.
(closes issue #17082) Reported by: coolmig Patches: 20100720__issue17082.diff.txt uploaded by tilghman (license 14) Tested by: coolmig git-svn-id: http://svn.digium.com/svn/asterisk/trunk@278307 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b1423a3e7..7b866d2f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -270,6 +270,11 @@ Queue changes
queues for which he is a member, not just the queue that failed to reach
the member.
* Added dialplan function QUEUE_EXISTS to check if a queue exists
+ * The queue logger now allows events to optionally propagate to a file,
+ even when realtime logging is turned on. Additionally, realtime logging
+ supports sending the event arguments to 5 individual fields, although it
+ will fallback to the previous data definition, if the new table layout is
+ not found.
mISDN channel driver (chan_misdn) changes
----------------------------------------