aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.variables
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-03 01:42:37 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-03 01:42:37 +0000
commitf79a9b227be7de6e293cca58a8edecacbcaebae8 (patch)
tree11a829e4d58f34f351d629d5643e29f1f29329e9 /doc/README.variables
parentbe7c21bde0bc530a307bee9d84cef9eb99dd71e6 (diff)
Fix formatting etc in queues (bug #3159)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4640 f38db490-d61c-443f-a65b-d21fe96a405b
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,