projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Warn about setting read only variables (bug #3309)
[asterisk/asterisk.git]
/
doc
/
README.variables
diff --git
a/doc/README.variables
b/doc/README.variables
index
ced8f8e
..
c02a94a
100755
(executable)
--- a/
doc/README.variables
+++ b/
doc/README.variables
@@
-78,6
+78,9
@@
${TXTCIDNAME} Result of application TXTCIDName
${UNIQUEID} Current call unique identifier
${PRIREDIRECTREASON} Reason for redirect, if a call was directed
${UNIQUEID} Current call unique identifier
${PRIREDIRECTREASON} Reason for redirect, if a call was directed
+NOTE: Attempting to set any of these "special" variables will not change
+their value, but will not display any warning either.
+
The dial() application sets the following variables:
${DIALEDPEERNAME} Dialed peer name
The dial() application sets the following variables:
${DIALEDPEERNAME} Dialed peer name