aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-01 23:01:54 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-01 23:01:54 +0000
commit2b16364b05911941e1a860b30f2bdabec10b9233 (patch)
tree99a0ca0406338a2f312838143060c8309fd126bd /doc
parent91c7eb7448be47e0a4dfdb1d87ffb13ba995859b (diff)
allow for custom URI options to be set (issue #4927 with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6499 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.variables3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.variables b/doc/README.variables
index fc96bd446..90e74ffcd 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -628,13 +628,14 @@ ${CALLINGSUBADDR} * Called PRI Subaddress
${FAXEXTEN} * The extension called before being redirected to "fax"
${PRIREDIRECTREASON} * Reason for redirect, if a call was directed
-The SIP channel sets the following variables:
+The SIP channel uses the following variables:
---------------------------------------------------------
${SIPCALLID} * SIP Call-ID: header verbatim (for logging or CDR matching)
${SIPDOMAIN} * SIP destination domain of an inbound call (if appropriate)
${SIPUSERAGENT} * SIP user agent
${SIPURI} * SIP uri
${SIP_CODEC} Set the SIP codec for a call
+${SIP_URI_OPTIONS} * additional options to add to the URI for an outgoing call
The Agent channel uses the following variables:
---------------------------------------------------------