aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-21 21:03:28 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-21 21:03:28 +0000
commita2fd4451fca1befd21bedcd895d1eed167b121ab (patch)
treee719b5e24c7e38b814e4f75908516fb7a7667a29 /doc
parentb5f5dfdec985ebe5a0bd64cd2a786066cea640c4 (diff)
Add note in party manipulation chapter on interception macros.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@288082 f38db490-d61c-443f-a65b-d21fe96a405b
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.