[svn-commits] mmichelson: branch mmichelson/digit_manipulation r198560 - /team/mmichelson/d...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 1 10:32:44 CDT 2009


Author: mmichelson
Date: Mon Jun  1 10:32:41 2009
New Revision: 198560

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=198560
Log:
Remove the RECV macros from docs in this branch.


Modified:
    team/mmichelson/digit_manipulation/doc/tex/channelvariables.tex

Modified: team/mmichelson/digit_manipulation/doc/tex/channelvariables.tex
URL: http://svn.asterisk.org/svn-view/asterisk/team/mmichelson/digit_manipulation/doc/tex/channelvariables.tex?view=diff&rev=198560&r1=198559&r2=198560
==============================================================================
--- team/mmichelson/digit_manipulation/doc/tex/channelvariables.tex (original)
+++ team/mmichelson/digit_manipulation/doc/tex/channelvariables.tex Mon Jun  1 10:32:41 2009
@@ -1008,11 +1008,7 @@
 
 \subsection{Connected line digit manipulation}
 \begin{verbatim}
-${CONNECTED_LINE_RECV_CALLEE_MACRO}        Macro to call when the callee receives a connected line update
-${CONNECTED_LINE_RECV_CALLEE_MACRO_ARGS}   Arguments to pass to ${CONNECTED_LINE_RECV_CALLEE_MACRO}
 ${CONNECTED_LINE_SEND_CALLEE_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_RECV_CALLER_MACRO}        Macro to call when the caller receives a connected line update
-${CONNECTED_LINE_RECV_CALLER_MACRO_ARGS}   Arguments to pass to ${CONNECTED_LINE_RECV_CALLER_MACRO}
 ${CONNECTED_LINE_SEND_CALLER_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}




More information about the svn-commits mailing list