summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-10 04:03:30 +0000
committerMark Spencer <markster@digium.com>2005-01-10 04:03:30 +0000
commit77dafbed411d5693e5a5bc127b0098d7bfdf5b66 (patch)
tree854a2dd7fbd8a8ef06ca23dc72463261bd8db8f7 /doc
parent4fc6c2eb0d6477e18c149a2e23cd1c1632138117 (diff)
Merge Tony's one touch record improvements (bug #3263)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4742 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-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,