aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-17 19:57:35 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-17 19:57:35 +0000
commitd80770ba4dbf0b3e16638e4b60d1b008d60e3de7 (patch)
treedcfa70886659d0a53e8c69a3da06bf6a12f690b6 /doc
parent7813852f07f9993e84aeda372a6e4cc846e80c97 (diff)
Issue #5484 (branch sipdiversion) - Support for Diversion header in redirects of calls
with 302 redirection. (tinning) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@45365 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/channelvariables.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/channelvariables.txt b/doc/channelvariables.txt
index 123f9a77e..0a859ef90 100644
--- a/doc/channelvariables.txt
+++ b/doc/channelvariables.txt
@@ -594,8 +594,10 @@ ${LEN(VAR)} * String length of VAR (integer)
${MEMBERINTERFACE} * The interface name of the queuemember that was chosen
${MEMBERNAME} * The member name of the queuemember that was chosen
${PRIORITY} * Current priority in the dialplan
-${PRIREDIRECTREASON} Reason for redirect on PRI, if a call was directed
+${PRIREDIRECTREASON} Reason for redirect on PRI, if a call was directed (also set in SIP)
+${SIPREDIRECTREASON} Reason for redirect on SIP (text string)
${RDNIS} * Redirected Dial Number ID Service (Deprecated; use ${CALLERID(rdnis)})
+${SIPRDNISDOMAIN} RDNIS domain from a redirect in SIP.
${TIMESTAMP} * Current date time in the format: YYYYMMDD-HHMMSS (Deprecated; use ${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)})
${TRANSFER_CONTEXT} Context for transferred calls
${FORWARD_CONTEXT} Context for forwarded calls