summaryrefslogtreecommitdiff
path: root/doc/README.variables
diff options
context:
space:
mode:
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 9446175e1..8ba423bbc 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -100,6 +100,10 @@ The queue() application uses the following variables:
${MONITOR_FILENAME} File for monitoring (recording) calls in queue
${QUEUE_PRIO} Queue priority
+
+The following variables can be set to change certian behaviour:
+${TOUCH_MONITOR} The filename base to use with Touch Monitor (auto record)
+
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,