[asterisk-commits] qwell: branch 1.6.1 r179059 - in /branches/1.6.1: ./ doc/tex/

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


Author: qwell
Date: Fri Feb 27 13:06:18 2009
New Revision: 179059

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

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/doc/tex/channelvariables.tex

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/doc/tex/channelvariables.tex
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/doc/tex/channelvariables.tex?view=diff&rev=179059&r1=179058&r2=179059
==============================================================================
--- branches/1.6.1/doc/tex/channelvariables.tex (original)
+++ branches/1.6.1/doc/tex/channelvariables.tex Fri Feb 27 13:06:18 2009
@@ -948,8 +948,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