[asterisk-commits] qwell: trunk r179057 - /trunk/doc/tex/channelvariables.tex

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Feb 27 13:05:01 CST 2009


Author: qwell
Date: Fri Feb 27 13:04:57 2009
New Revision: 179057

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=179057
Log:
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)

Modified:
    trunk/doc/tex/channelvariables.tex

Modified: trunk/doc/tex/channelvariables.tex
URL: http://svn.digium.com/svn-view/asterisk/trunk/doc/tex/channelvariables.tex?view=diff&rev=179057&r1=179056&r2=179057
==============================================================================
--- trunk/doc/tex/channelvariables.tex (original)
+++ trunk/doc/tex/channelvariables.tex Fri Feb 27 13:04:57 2009
@@ -949,8 +949,8 @@
 \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)




More information about the asterisk-commits mailing list