[asterisk-commits] qwell: branch 1.4 r179056 - /branches/1.4/doc/channelvariables.txt

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


Author: qwell
Date: Fri Feb 27 13:03:56 2009
New Revision: 179056

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=179056
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:
    branches/1.4/doc/channelvariables.txt

Modified: branches/1.4/doc/channelvariables.txt
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/doc/channelvariables.txt?view=diff&rev=179056&r1=179055&r2=179056
==============================================================================
--- branches/1.4/doc/channelvariables.txt (original)
+++ branches/1.4/doc/channelvariables.txt Fri Feb 27 13:03:56 2009
@@ -734,8 +734,8 @@
 ---------------------------------------------------------
 ${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