]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add note in party manipulation chapter on interception macros.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 21 Sep 2010 21:03:28 +0000 (21:03 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 21 Sep 2010 21:03:28 +0000 (21:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@288082 65c4cc65-6c06-0410-ace0-fbb531ad65f3

doc/tex/partymanip.tex

index a356e4fc7ad25fbad278ef1d4f6a39b3660b425f..72a7469d2cf24e77585177c52574a1b686ad717b 100644 (file)
@@ -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.