aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-19 19:47:21 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-19 19:47:21 +0000
commit31fc18fcb69e0506b6b8ae5f8ef7d02d09aa46d7 (patch)
tree1e21b39614e4e6e7c284536d652fd134fd7c8ea5 /doc
parent26bb6abc1945b1348777e29f480d1b6fc1773f2a (diff)
Update dial documentation (bug #2096)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3481 f38db490-d61c-443f-a65b-d21fe96a405b
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,