summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2010-09-21 21:04:04 +0000
committerRichard Mudgett <rmudgett@digium.com>2010-09-21 21:04:04 +0000
commite100d8f649706a83e6c90809e837d8784433ef9c (patch)
treedd32e1ddf7ac882b117ca581cdd9c551d96613fa /doc
parent851141c131ac9ab08e1420cd29f7f2f098b09e7c (diff)
Merged revisions 288082 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r288082 | rmudgett | 2010-09-21 16:03:28 -0500 (Tue, 21 Sep 2010) | 1 line Add note in party manipulation chapter on interception macros. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@288083 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/partymanip.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tex/partymanip.tex b/doc/tex/partymanip.tex
index a356e4fc7..72a7469d2 100644
--- a/doc/tex/partymanip.tex
+++ b/doc/tex/partymanip.tex
@@ -163,6 +163,12 @@ The tag string available in CALLERID, CONNECTEDLINE, and REDIRECTING is
useful for the interception macros to provide some information about where
the information originally came from.
+The 'i' option of the CONNECTEDLINE dialplan function should always be
+used in the CONNECTED_LINE interception macros. The interception macro
+always passes the connected line information on to the channel driver when
+the macro exits. Similarly, the 'i' option of the REDIRECTING dialplan
+function should always be used in the REDIRECTING interception macros.
+
\begin{verbatim}
${REDIRECTING_CALLEE_SEND_MACRO}
Macro to call before sending a redirecting update to the callee.