summaryrefslogtreecommitdiff
path: root/doc/README.variables
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-11-13 20:42:17 +0000
committerMark Spencer <markster@digium.com>2003-11-13 20:42:17 +0000
commit64c02a21748c1c89977e2e815ca172660f099e25 (patch)
treeb2b1ad11b90d595720ec91dcd85b760070150dd1 /doc/README.variables
parent5f0e314fe51062f40e7ae4a8fd18ca4b943458b6 (diff)
Make ${ACCOUNTCODE} available and document (bug #459)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1743 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/README.variables')
-rwxr-xr-xdoc/README.variables2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.variables b/doc/README.variables
index 95485ba7f..dab5faca9 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -44,6 +44,8 @@ ${UNIQUEID} Current call unique identifier
${DNID} Dialed Number Identifier
${RDNIS} Redirected Dial Number ID Service
${HANGUPCAUSE} Hangup cause on last PRI hangup
+${ACCOUNTCODE} Account code (if specified)
+
${SIPDOMAIN} SIP destination domain of an inbound call (if appropriate)
There are two reference modes - reference by value and reference by name.