summaryrefslogtreecommitdiff
path: root/doc/README.variables
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-03 01:42:37 +0000
committerMark Spencer <markster@digium.com>2005-01-03 01:42:37 +0000
commit4430b896fa7f29e678ee1f62eee88a73d347d9f8 (patch)
tree11a829e4d58f34f351d629d5643e29f1f29329e9 /doc/README.variables
parent4b5e3caa7d685bb7906d2bfad05ab88d14d9bcf3 (diff)
Fix formatting etc in queues (bug #3159)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/README.variables')
-rwxr-xr-xdoc/README.variables4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.variables b/doc/README.variables
index f3ca27ed1..54ae8b3e4 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -96,6 +96,10 @@ ${AGENTNUMBER} Agent number (username) set at login
${AGENTSTATUS} Status of login ( fail | on | off )
${AGENTEXTEN} Extension for logged in agent
+The queue() application uses the following variables:
+${MONITOR_FILENAME} File for monitoring (recording) calls in queue
+${QUEUE_PRIO} Queue priority
+
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,