aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-10 04:03:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-10 04:03:30 +0000
commit106ebde6c884402848452ef92ba5d29fc6110e21 (patch)
tree854a2dd7fbd8a8ef06ca23dc72463261bd8db8f7 /doc
parentcf0c739b21e2630930e3e6ef70b1c8fd1caa70f1 (diff)
Merge Tony's one touch record improvements (bug #3263)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4742 f38db490-d61c-443f-a65b-d21fe96a405b
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,