aboutsummaryrefslogtreecommitdiffstats
path: root/doc/queuelog.txt
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-03 20:31:58 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-03 20:31:58 +0000
commit0e6d1249c7504472d304c90f81320ec071655d0c (patch)
treec1b8b13f3c1041d3bfd7018080686b7074453e92 /doc/queuelog.txt
parent24fcc70d3b8941e4b78e34844f2b2595a8fe04b4 (diff)
Log hold time and talktime in queue_log when blind transfers are made by queue members. #7038 (alphaqueue) w/documentation mods added
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24565 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/queuelog.txt')
-rw-r--r--doc/queuelog.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/queuelog.txt b/doc/queuelog.txt
index 72cc7c2f7..aa6365e36 100644
--- a/doc/queuelog.txt
+++ b/doc/queuelog.txt
@@ -80,7 +80,12 @@ SYSCOMPAT
A call was answered by an agent, but the call was dropped because the
channels were not compatible.
-TRANSFER(extension,context)
+TRANSFER(extension|context|holdtime|calltime)
Caller was transferred to a different extension. Context and extension
-are recorded.
+are recorded. The caller's hold time and the length of the call are both
+recorded. PLEASE remember that transfers performed by SIP UA's by way
+of a reinvite may not always be caught by Asterisk and trigger off this
+event. The only way to be 100% sure that you will get this event when
+a transfer is performed by a queue member is to use the built-in transfer
+functionality of Asterisk.