summaryrefslogtreecommitdiff
path: root/doc/channelvariables.txt
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-02-14 23:42:36 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-02-14 23:42:36 +0000
commit124b00c4a4b971d8f4e34c3bbd73c992ad84d20c (patch)
tree14af2c1d8853ddb0857db29b448f72736e4cab44 /doc/channelvariables.txt
parentec7df7e55771e991d2102d97e9c384acd6317179 (diff)
add 'systemname' option to prefix channel unique IDs with (issue #5825)
convert chan->uniqueid to a stringfield from a fixed-size buffer git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10088 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/channelvariables.txt')
-rw-r--r--doc/channelvariables.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/channelvariables.txt b/doc/channelvariables.txt
index 3d76885ea..3b3a742b6 100644
--- a/doc/channelvariables.txt
+++ b/doc/channelvariables.txt
@@ -594,6 +594,7 @@ ${TIMESTAMP} * Current date time in the format: YYYYMMDD-HHMMSS (Deprecated; u
${TRANSFER_CONTEXT} Context for transferred calls
${FORWARD_CONTEXT} Context for forwarded calls
${UNIQUEID} * Current call unique identifier
+${SYSTEMNAME} * value of the systemname option of asterisk.conf
Application return values
-------------------------