aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.variables
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-07 06:38:00 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-07 06:38:00 +0000
commit3e4e6e77b828c666b15da4556bcf298339a70b8e (patch)
tree6c9a31698e59781d257806fe19ca030f9ea32f1f /doc/README.variables
parenta566223bfeac536c8be03b38e66e8e075c1e49c5 (diff)
Fix README for variables (bug #3209)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4703 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/README.variables')
-rwxr-xr-xdoc/README.variables4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.variables b/doc/README.variables
index 54ae8b3e4..9446175e1 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