aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-27 19:06:18 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-27 19:06:18 +0000
commitde463f50a7dcf78555bf7643c5a8aeae1a486bd0 (patch)
treeb50e12c312748db4a13cf132a033dd037582c824 /doc
parentf258388f1755680ec1389121aa0e550a8c77dd2e (diff)
Merged revisions 179057 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r179057 | qwell | 2009-02-27 13:04:57 -0600 (Fri, 27 Feb 2009) | 8 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.1@179059 f38db490-d61c-443f-a65b-d21fe96a405b
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 ae28818d3..05067050d 100644
--- a/doc/tex/channelvariables.tex
+++ b/doc/tex/channelvariables.tex
@@ -948,8 +948,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)