dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@288083 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rmudgett 2010-09-21 21:04:04 +00:00
parent b7d816065b
commit 0f6319eda8
1 changed files with 6 additions and 0 deletions

View 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.