[svn-commits] eliel: branch group/appdocsxml r146406 - /team/group/appdocsxml/funcs/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Oct 4 16:11:43 CDT 2008


Author: eliel
Date: Sat Oct  4 16:11:42 2008
New Revision: 146406

URL: http://svn.digium.com/view/asterisk?view=rev&rev=146406
Log:
add CHANNEL_TRACE comment to the CHANNEL() documentation.

Modified:
    team/group/appdocsxml/funcs/func_channel.c

Modified: team/group/appdocsxml/funcs/func_channel.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/funcs/func_channel.c?view=diff&rev=146406&r1=146405&r2=146406
==============================================================================
--- team/group/appdocsxml/funcs/func_channel.c (original)
+++ team/group/appdocsxml/funcs/func_channel.c Sat Oct  4 16:11:42 2008
@@ -74,7 +74,8 @@
 				<para>R/W <literal>tonezone</literal>           zone for indications played</para>
 				<para>R/W <literal>txgain</literal>             set txgain level on channel drivers that support it</para>
 				<para>R/O <literal>videonativeformat</literal>  format used natively for video</para>
-				<para>R/W <literal>trace</literal>              whether or not context tracing is enabled</para>
+				<para>R/W <literal>trace</literal>              whether or not context tracing is enabled, only available
+				if CHANNEL_TRACE is defined.</para>
 				<para><emphasis>chan_sip</emphasis> provides the following additional options:</para>
 				<para>R/O <literal>peerip</literal>             Get the IP address of the peer</para>
 				<para>R/O <literal>recvip</literal>             Get the source IP address of the peer</para>




More information about the svn-commits mailing list