Skip to content
Snippets Groups Projects
Commit ffe9e4ac authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Merged revisions 309170 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r309170 | rmudgett | 2011-03-01 15:57:26 -0600 (Tue, 01 Mar 2011) | 7 lines
  
  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/trunk@309171 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 72260849
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment