aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-14 15:30:49 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-14 15:30:49 +0000
commitcfe50b599ad9788ea489afe22fcb98cf1ba8f2cc (patch)
tree071640eb3c090ccecb559e7f5183e4d3a1338fc2 /doc
parent912245f6b92a4f88a44c07a9e91adc7c8ade1d43 (diff)
Corrected documented CONNECTED_LINE and REDIRECTING party manipulation macro names.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@286647 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/channelvariables.tex24
-rw-r--r--doc/tex/partymanip.tex24
2 files changed, 24 insertions, 24 deletions
diff --git a/doc/tex/channelvariables.tex b/doc/tex/channelvariables.tex
index a493e05fb..d0aeae6ea 100644
--- a/doc/tex/channelvariables.tex
+++ b/doc/tex/channelvariables.tex
@@ -1046,21 +1046,21 @@ ${OSPOUTAUDIOQOS} The outbound call leg audio QoS string.
\subsection{Digit manipulation}
\begin{verbatim}
-${REDIRECTING_SEND_CALLEE_MACRO}
+${REDIRECTING_CALLEE_SEND_MACRO}
Macro to call before sending a redirecting update to the callee
-${REDIRECTING_SEND_CALLEE_MACRO_ARGS}
- Arguments to pass to ${REDIRECTING_SEND_CALLEE_MACRO}
-${REDIRECTING_SEND_CALLER_MACRO}
+${REDIRECTING_CALLEE_SEND_MACRO_ARGS}
+ Arguments to pass to ${REDIRECTING_CALLEE_SEND_MACRO}
+${REDIRECTING_CALLER_SEND_MACRO}
Macro to call before sending a redirecting update to the caller
-${REDIRECTING_SEND_CALLER_MACRO_ARGS}
- Arguments to pass to ${REDIRECTING_SEND_CALLER_MACRO}
+${REDIRECTING_CALLER_SEND_MACRO_ARGS}
+ 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
-${CONNECTED_LINE_SEND_CALLEE_MACRO_ARGS}
- Arguments to pass to ${CONNECTED_LINE_SEND_CALLEE_MACRO}
-${CONNECTED_LINE_SEND_CALLER_MACRO}
+${CONNECTED_LINE_CALLEE_SEND_MACRO_ARGS}
+ Arguments to pass to ${CONNECTED_LINE_CALLEE_SEND_MACRO}
+${CONNECTED_LINE_CALLER_SEND_MACRO}
Macro to call before sending a connected line update to the caller
-${CONNECTED_LINE_SEND_CALLER_MACRO_ARGS}
- Arguments to pass to ${CONNECTED_LINE_SEND_CALLER_MACRO}
+${CONNECTED_LINE_CALLER_SEND_MACRO_ARGS}
+ Arguments to pass to ${CONNECTED_LINE_CALLER_SEND_MACRO}
\end{verbatim}
diff --git a/doc/tex/partymanip.tex b/doc/tex/partymanip.tex
index 2ca05569f..a356e4fc7 100644
--- a/doc/tex/partymanip.tex
+++ b/doc/tex/partymanip.tex
@@ -164,28 +164,28 @@ useful for the interception macros to provide some information about where
the information originally came from.
\begin{verbatim}
-${REDIRECTING_SEND_CALLEE_MACRO}
+${REDIRECTING_CALLEE_SEND_MACRO}
Macro to call before sending a redirecting update to the callee.
This macro may never be needed since the redirecting updates
should only go from the callee to the caller direction. It is
available for completeness.
-${REDIRECTING_SEND_CALLEE_MACRO_ARGS}
- Arguments to pass to ${REDIRECTING_SEND_CALLEE_MACRO}.
+${REDIRECTING_CALLEE_SEND_MACRO_ARGS}
+ 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.
-${REDIRECTING_SEND_CALLER_MACRO_ARGS}
- Arguments to pass to ${REDIRECTING_SEND_CALLER_MACRO}.
+${REDIRECTING_CALLER_SEND_MACRO_ARGS}
+ 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.
-${CONNECTED_LINE_SEND_CALLEE_MACRO_ARGS}
- Arguments to pass to ${CONNECTED_LINE_SEND_CALLEE_MACRO}.
+${CONNECTED_LINE_CALLEE_SEND_MACRO_ARGS}
+ 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.
-${CONNECTED_LINE_SEND_CALLER_MACRO_ARGS}
- Arguments to pass to ${CONNECTED_LINE_SEND_CALLER_MACRO}.
+${CONNECTED_LINE_CALLER_SEND_MACRO_ARGS}
+ Arguments to pass to ${CONNECTED_LINE_CALLER_SEND_MACRO}.
\end{verbatim}
\section{Manipulation examples}