Corrected documented CONNECTED_LINE and REDIRECTING party manipulation macro names.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@286647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2010-09-14 15:30:49 +00:00
parent 8c274ff680
commit 4b3c5cc45f
2 changed files with 24 additions and 24 deletions

View File

@@ -1046,21 +1046,21 @@ ${OSPOUTAUDIOQOS} The outbound call leg audio QoS string.
\subsection{Digit manipulation} \subsection{Digit manipulation}
\begin{verbatim} \begin{verbatim}
${REDIRECTING_SEND_CALLEE_MACRO} ${REDIRECTING_CALLEE_SEND_MACRO}
Macro to call before sending a redirecting update to the callee Macro to call before sending a redirecting update to the callee
${REDIRECTING_SEND_CALLEE_MACRO_ARGS} ${REDIRECTING_CALLEE_SEND_MACRO_ARGS}
Arguments to pass to ${REDIRECTING_SEND_CALLEE_MACRO} Arguments to pass to ${REDIRECTING_CALLEE_SEND_MACRO}
${REDIRECTING_SEND_CALLER_MACRO} ${REDIRECTING_CALLER_SEND_MACRO}
Macro to call before sending a redirecting update to the caller Macro to call before sending a redirecting update to the caller
${REDIRECTING_SEND_CALLER_MACRO_ARGS} ${REDIRECTING_CALLER_SEND_MACRO_ARGS}
Arguments to pass to ${REDIRECTING_SEND_CALLER_MACRO} Arguments to pass to ${REDIRECTING_CALLER_SEND_MACRO}
${CONNECTED_LINE_SEND_CALLEE_MACRO} ${CONNECTED_LINE_CALLEE_SEND_MACRO}
Macro to call before sending a connected line update to the callee Macro to call before sending a connected line update to the callee
${CONNECTED_LINE_SEND_CALLEE_MACRO_ARGS} ${CONNECTED_LINE_CALLEE_SEND_MACRO_ARGS}
Arguments to pass to ${CONNECTED_LINE_SEND_CALLEE_MACRO} Arguments to pass to ${CONNECTED_LINE_CALLEE_SEND_MACRO}
${CONNECTED_LINE_SEND_CALLER_MACRO} ${CONNECTED_LINE_CALLER_SEND_MACRO}
Macro to call before sending a connected line update to the caller Macro to call before sending a connected line update to the caller
${CONNECTED_LINE_SEND_CALLER_MACRO_ARGS} ${CONNECTED_LINE_CALLER_SEND_MACRO_ARGS}
Arguments to pass to ${CONNECTED_LINE_SEND_CALLER_MACRO} Arguments to pass to ${CONNECTED_LINE_CALLER_SEND_MACRO}
\end{verbatim} \end{verbatim}

View File

@@ -164,28 +164,28 @@ useful for the interception macros to provide some information about where
the information originally came from. the information originally came from.
\begin{verbatim} \begin{verbatim}
${REDIRECTING_SEND_CALLEE_MACRO} ${REDIRECTING_CALLEE_SEND_MACRO}
Macro to call before sending a redirecting update to the callee. Macro to call before sending a redirecting update to the callee.
This macro may never be needed since the redirecting updates This macro may never be needed since the redirecting updates
should only go from the callee to the caller direction. It is should only go from the callee to the caller direction. It is
available for completeness. available for completeness.
${REDIRECTING_SEND_CALLEE_MACRO_ARGS} ${REDIRECTING_CALLEE_SEND_MACRO_ARGS}
Arguments to pass to ${REDIRECTING_SEND_CALLEE_MACRO}. Arguments to pass to ${REDIRECTING_CALLEE_SEND_MACRO}.
${REDIRECTING_SEND_CALLER_MACRO} ${REDIRECTING_CALLER_SEND_MACRO}
Macro to call before sending a redirecting update to the caller. Macro to call before sending a redirecting update to the caller.
${REDIRECTING_SEND_CALLER_MACRO_ARGS} ${REDIRECTING_CALLER_SEND_MACRO_ARGS}
Arguments to pass to ${REDIRECTING_SEND_CALLER_MACRO}. Arguments to pass to ${REDIRECTING_CALLER_SEND_MACRO}.
${CONNECTED_LINE_SEND_CALLEE_MACRO} ${CONNECTED_LINE_CALLEE_SEND_MACRO}
Macro to call before sending a connected line update to the callee. Macro to call before sending a connected line update to the callee.
${CONNECTED_LINE_SEND_CALLEE_MACRO_ARGS} ${CONNECTED_LINE_CALLEE_SEND_MACRO_ARGS}
Arguments to pass to ${CONNECTED_LINE_SEND_CALLEE_MACRO}. Arguments to pass to ${CONNECTED_LINE_CALLEE_SEND_MACRO}.
${CONNECTED_LINE_SEND_CALLER_MACRO} ${CONNECTED_LINE_CALLER_SEND_MACRO}
Macro to call before sending a connected line update to the caller. Macro to call before sending a connected line update to the caller.
${CONNECTED_LINE_SEND_CALLER_MACRO_ARGS} ${CONNECTED_LINE_CALLER_SEND_MACRO_ARGS}
Arguments to pass to ${CONNECTED_LINE_SEND_CALLER_MACRO}. Arguments to pass to ${CONNECTED_LINE_CALLER_SEND_MACRO}.
\end{verbatim} \end{verbatim}
\section{Manipulation examples} \section{Manipulation examples}