]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update documentation for DIALEDTIME and ANSWEREDTIME variables.
authorJason Parker <jparker@digium.com>
Fri, 27 Feb 2009 19:03:56 +0000 (19:03 +0000)
committerJason Parker <jparker@digium.com>
Fri, 27 Feb 2009 19:03:56 +0000 (19:03 +0000)
(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/branches/1.4@179056 65c4cc65-6c06-0410-ace0-fbb531ad65f3

doc/channelvariables.txt

index a879f0d13675963c13d2f8df24c3b17a8f136ba3..c049e08f978994c3168af3a10c544aad8fe5b1bc 100644 (file)
@@ -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)