aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-10 04:29:33 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-10 04:29:33 +0000
commit1e9da76cb752f62fba811dae22c043e178c646eb (patch)
tree900297b03659a874c5661e3bf9f601e3c7577b1d /doc
parent0b389a5a94c40f2d846d6f0040a4836b7e615ffe (diff)
Merge anthm's monitor fixes (better default path, set variable for monitor) (bug #3266)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4745 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.variables3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README.variables b/doc/README.variables
index 8ba423bbc..4cf42451b 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -104,6 +104,9 @@ ${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)
+The monitor application sets the following variable:
+${MONITOR} Set to "true" if the channel is/has been monitored.
+
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,