[asterisk-commits] rmudgett: branch 1.8 r286647 - /branches/1.8/doc/tex/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 14 10:30:54 CDT 2010


Author: rmudgett
Date: Tue Sep 14 10:30:49 2010
New Revision: 286647

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=286647
Log:
Corrected documented CONNECTED_LINE and REDIRECTING party manipulation macro names.

Modified:
    branches/1.8/doc/tex/channelvariables.tex
    branches/1.8/doc/tex/partymanip.tex

Modified: branches/1.8/doc/tex/channelvariables.tex
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/doc/tex/channelvariables.tex?view=diff&rev=286647&r1=286646&r2=286647
==============================================================================
--- branches/1.8/doc/tex/channelvariables.tex (original)
+++ branches/1.8/doc/tex/channelvariables.tex Tue Sep 14 10:30:49 2010
@@ -1046,21 +1046,21 @@
 
 \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}
-
-${CONNECTED_LINE_SEND_CALLEE_MACRO}
+${REDIRECTING_CALLER_SEND_MACRO_ARGS}
+  Arguments to pass to ${REDIRECTING_CALLER_SEND_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}
-\end{verbatim}
+${CONNECTED_LINE_CALLER_SEND_MACRO_ARGS}
+  Arguments to pass to ${CONNECTED_LINE_CALLER_SEND_MACRO}
+\end{verbatim}

Modified: branches/1.8/doc/tex/partymanip.tex
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/doc/tex/partymanip.tex?view=diff&rev=286647&r1=286646&r2=286647
==============================================================================
--- branches/1.8/doc/tex/partymanip.tex (original)
+++ branches/1.8/doc/tex/partymanip.tex Tue Sep 14 10:30:49 2010
@@ -164,28 +164,28 @@
 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_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}.
-
-${CONNECTED_LINE_SEND_CALLEE_MACRO}
+${REDIRECTING_CALLER_SEND_MACRO_ARGS}
+  Arguments to pass to ${REDIRECTING_CALLER_SEND_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}
 
 \section{Manipulation examples}




More information about the asterisk-commits mailing list