summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-07-19 19:47:21 +0000
committerMark Spencer <markster@digium.com>2004-07-19 19:47:21 +0000
commit24a570479872232dc400bc3c7e5a22432c65af1c (patch)
tree1e21b39614e4e6e7c284536d652fd134fd7c8ea5 /doc
parentd3397cd37d9726c331db9b015372b13ad2277b8c (diff)
Update dial documentation (bug #2096)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3481 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.variables9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/README.variables b/doc/README.variables
index c57bf8212..cc5932fc1 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -74,6 +74,15 @@ ${TIMESTAMP} Current date time in the format: YYYYMMDD-HHMMSS
${TXTCIDNAME} Result of application TXTCIDName
${UNIQUEID} Current call unique identifier
+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)
+${DIALSTATUS} Status of the call, one of:
+ CHANUNAVAIL | CONGESTION | BUSY | NOANSWER | ANSWER | CANCEL
+
There are two reference modes - reference by value and reference by name.
To refer to a variable with its name (as an argument to a function that
requires a variable), just write the name. To refer to the variable's value,