summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-07-20 23:23:25 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-07-20 23:23:25 +0000
commit82448ad7d23de260487a0b86ea08c70cc6b1eba4 (patch)
treea6b69cab8006e8443b27dc3cc022852499254c24 /CHANGES
parentebf651105ec2ac565fb0b83d210b5370b62c0bcf (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: https://origsvn.digium.com/svn/asterisk/trunk@278307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
----------------------------------------