[asterisk-commits] lmadsen: trunk r193545 - in /trunk: ./ funcs/func_channel.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 11 13:01:48 CDT 2009


Author: lmadsen
Date: Mon May 11 13:01:44 2009
New Revision: 193545

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=193545
Log:
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)
........

Modified:
    trunk/   (props changed)
    trunk/funcs/func_channel.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/funcs/func_channel.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/funcs/func_channel.c?view=diff&rev=193545&r1=193544&r2=193545
==============================================================================
--- trunk/funcs/func_channel.c (original)
+++ trunk/funcs/func_channel.c Mon May 11 13:01:44 2009
@@ -97,6 +97,17 @@
 					</enum>
 					<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>




More information about the asterisk-commits mailing list