From 238c12b67e49791844cc10a45aaf04e1e70c00fb Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Fri, 7 Jan 2005 06:38:00 +0000
Subject: [PATCH] Fix README for variables (bug #3209)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 doc/README.variables | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/README.variables b/doc/README.variables
index 54ae8b3e44..9446175e19 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -80,8 +80,8 @@ The dial() application sets 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}   Total time for the call in seconds (Network time).
+${ANSWEREDTIME} Time from answer to end of call in seconds (Billable time).
 ${DIALSTATUS}   Status of the call, one of:
                 CHANUNAVAIL | CONGESTION | BUSY | NOANSWER | ANSWER | CANCEL
 
-- 
GitLab