aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-27 19:03:56 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-27 19:03:56 +0000
commitb470d2950631d1928e1740fb164ac7780ac83b43 (patch)
treecd3921bca387656e0a12dd4f134b67c4685c4dba /doc
parent60f5d61f33736941acf99d8009385ab30bdfbc79 (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: http://svn.digium.com/svn/asterisk/branches/1.4@179056 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/channelvariables.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/channelvariables.txt b/doc/channelvariables.txt
index a879f0d13..c049e08f9 100644
--- a/doc/channelvariables.txt
+++ b/doc/channelvariables.txt
@@ -734,8 +734,8 @@ The Dial() application uses the following variables:
---------------------------------------------------------
${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)