summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2009-02-27 19:04:57 +0000
committerJason Parker <jparker@digium.com>2009-02-27 19:04:57 +0000
commit796ec24ed562753feca762526dd35797df7ff0ba (patch)
tree8c65ee83a4b45da5a705865215bb23d391b93785 /doc
parentfed7b94f0b966df4adb17768959785fb77728905 (diff)
Update documentation for DIALEDTIME and ANSWEREDTIME variables.
(closes issue #14566) Reported by: klaus3000 Patches: ANSWEREDTIME-1.4-patch.txt uploaded by klaus3000 (license 65) ANSWEREDTIME-trunk-patch.txt uploaded by klaus3000 (license 65) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@179057 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/channelvariables.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tex/channelvariables.tex b/doc/tex/channelvariables.tex
index e52c2187b..4c3195246 100644
--- a/doc/tex/channelvariables.tex
+++ b/doc/tex/channelvariables.tex
@@ -949,8 +949,8 @@ ${AGENTEXTEN} * Extension for logged in agent
\begin{verbatim}
${DIALEDPEERNAME} * Dialed peer name
${DIALEDPEERNUMBER} * Dialed peer number
-${DIALEDTIME} * Time for the call (seconds)
-${ANSWEREDTIME} * Time from dial to answer (seconds)
+${DIALEDTIME} * Time for the call (seconds). Is only set if call was answered.
+${ANSWEREDTIME} * Time from answer to hangup (seconds)
${DIALSTATUS} * Status of the call, one of:
(CHANUNAVAIL | CONGESTION | BUSY | NOANSWER
| ANSWER | CANCEL | DONTCALL | TORTURE)