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).


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309170 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2011-03-01 21:57:26 +00:00
parent 10e378b07c
commit 5413ea1c8c

View File

@@ -224,13 +224,20 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</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>
</syntax>