[asterisk-commits] mmichelson: branch mmichelson/digit_manipulation r195629 - /team/mmichelson/d...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 19 17:04:35 CDT 2009


Author: mmichelson
Date: Tue May 19 17:04:31 2009
New Revision: 195629

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=195629
Log:
Add new channel variables to chanvars.tex

No, you're not crazy. I'm updating documentation FIRST.


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=195629&r1=195628&r2=195629
==============================================================================
--- team/mmichelson/digit_manipulation/doc/tex/channelvariables.tex (original)
+++ team/mmichelson/digit_manipulation/doc/tex/channelvariables.tex Tue May 19 17:04:31 2009
@@ -1005,3 +1005,14 @@
 ${OSPOUTTIMELIMIT}      Duration limit for out_bound call
 ${OSPRESULTS}           Number of remained destinations
 \end{verbatim}
+
+\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 asterisk-commits mailing list