Issue #5484 (branch sipdiversion) - Support for Diversion header in redirects of calls

with 302 redirection. (tinning)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45365 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-10-17 19:57:35 +00:00
parent 3e2a2bfd7e
commit 0b0d72579e
2 changed files with 76 additions and 13 deletions

View File

@@ -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