[svn-commits] rmudgett: branch 1.8 r309170 - /branches/1.8/funcs/func_channel.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 1 15:57:29 CST 2011


Author: rmudgett
Date: Tue Mar  1 15:57:26 2011
New Revision: 309170

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=309170
Log:
Document CHANNEL(keypad_digits) and CHANNEL(no_media_path).

* Added XML documentation for CHANNEL(keypad_digits) and
CHANNEL(no_media_path).

* Tweaked XML documentation for CHANNEL(reversecharge).

Modified:
    branches/1.8/funcs/func_channel.c

Modified: branches/1.8/funcs/func_channel.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/funcs/func_channel.c?view=diff&rev=309170&r1=309169&r2=309170
==============================================================================
--- branches/1.8/funcs/func_channel.c (original)
+++ branches/1.8/funcs/func_channel.c Tue Mar  1 15:57:26 2011
@@ -224,12 +224,19 @@
 				</enumlist>
 				<para><emphasis>chan_dahdi</emphasis> provides the following additional options:</para>
 				<enumlist>
+					<enum name="keypad_digits">
+						<para>R/O PRI Keypad digits that came in with the SETUP message.</para>
+					</enum>
 					<enum name="reversecharge">
-						<para>R/O Reverse Charging Indication, one of:</para>
+						<para>R/O PRI Reverse Charging Indication, one of:</para>
 						<enumlist>
-							<enum name="-1 - None" />
-							<enum name="1 - Reverse Charging Requested" />
+							<enum name="-1"> <para>None</para></enum>
+							<enum name=" 1"> <para>Reverse Charging Requested</para></enum>
 						</enumlist>
+					</enum>
+					<enum name="no_media_path">
+						<para>R/O PRI Nonzero if the channel has no B channel.
+						The channel is either on hold or a call waiting call.</para>
 					</enum>
 				</enumlist>
 			</parameter>




More information about the svn-commits mailing list