mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Recorded merge of revisions 193544 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r193544 | lmadsen | 2009-05-11 13:35:17 -0400 (Mon, 11 May 2009) | 7 lines Document CHANNEL(transfercapability) in CLI documentation. (issue #15073) Reported by: pkempgen Patches: 20090511__issue15073.diff.txt uploaded by tilghman (license 14) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@193545 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -98,6 +98,17 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<enum name="tonezone">
|
||||
<para>R/W zone for indications played</para>
|
||||
</enum>
|
||||
<enum name="transfercapability">
|
||||
<para>R/W ISDN Transfer Capability, one of:</para>
|
||||
<enumlist>
|
||||
<enum name="SPEECH" />
|
||||
<enum name="DIGITAL" />
|
||||
<enum name="RESTRICTED_DIGITAL" />
|
||||
<enum name="3K1AUDIO" />
|
||||
<enum name="DIGITAL_W_TONES" />
|
||||
<enum name="VIDEO" />
|
||||
</enumlist>
|
||||
</enum>
|
||||
<enum name="txgain">
|
||||
<para>R/W set txgain level on channel drivers that support it.</para>
|
||||
</enum>
|
||||
|
Reference in New Issue
Block a user