aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-09 21:05:43 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-09 21:05:43 +0000
commit86b341ba1e43abf113b33a74c3b1f96b1acac666 (patch)
tree97faa02dacf3c6b3fed4fe66699cfc533df4d87e /doc
parent4a3fb2531e9e0f54be7eb224887540f842eb5d1c (diff)
Add SIPUSERAGENT, SIPCALLID, and fix some formatting (bug #1593)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2937 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.variables2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.variables b/doc/README.variables
index e62e5d35b..3a845154a 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -67,6 +67,8 @@ ${HANGUPCAUSE} Asterisk hangup cause
${ACCOUNTCODE} Account code (if specified)
${LANGUAGE} Current language
${SIPDOMAIN} SIP destination domain of an inbound call (if appropriate)
+${SIPUSERAGENT} SIP user agent
+${SIPCALLID} SIP Call-ID: header verbatim (for logging or CDR matching)
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