aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tex/queuelog.tex
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-19 14:28:56 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-19 14:28:56 +0000
commit947f688974d97ed317999803112e41a18aa169c9 (patch)
treea88c055f4db7d84139a311615f064d6335f30118 /doc/tex/queuelog.tex
parent7e12ff985cbc2eb55dd391375a72f6fb9b56ae01 (diff)
Update the queuelog.tex documentation as well.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@123830 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/tex/queuelog.tex')
-rw-r--r--doc/tex/queuelog.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/tex/queuelog.tex b/doc/tex/queuelog.tex
index daf650a26..4200e55d8 100644
--- a/doc/tex/queuelog.tex
+++ b/doc/tex/queuelog.tex
@@ -106,13 +106,13 @@ member!
A call was answered by an agent, but the call was dropped because the
channels were not compatible.
-\textbf{TRANSFER(extension$|$context$|$holdtime$|$calltime)}
+\textbf{TRANSFER(extension$|$context$|$holdtime$|$calltime$|$origposition$)}
Caller was transferred to a different extension. Context and extension
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.
-
+recorded, as is the caller's entry position at the time of the transfer.
+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.