[asterisk-commits] lmadsen: branch 1.4 r193544 -	/branches/1.4/funcs/func_channel.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon May 11 12:35:21 CDT 2009
    
    
  
Author: lmadsen
Date: Mon May 11 12:35:17 2009
New Revision: 193544
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=193544
Log:
Document CHANNEL(transfercapability) in CLI documentation.
(issue #15073)
Reported by: pkempgen
Patches:
      20090511__issue15073.diff.txt uploaded by tilghman (license 14)
Modified:
    branches/1.4/funcs/func_channel.c
Modified: branches/1.4/funcs/func_channel.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/funcs/func_channel.c?view=diff&rev=193544&r1=193543&r2=193544
==============================================================================
--- branches/1.4/funcs/func_channel.c (original)
+++ branches/1.4/funcs/func_channel.c Mon May 11 12:35:17 2009
@@ -155,6 +155,8 @@
 		"R/W	rxgain             set rxgain level on channel drivers that support it\n"
 		"R/O	state              state for channel\n"
 		"R/W	tonezone           zone for indications played\n"
+		"R/W	transfercapability ISDN transfer capability (one of SPEECH, DIGITAL,\n"
+		"                          RESTRICTED_DIGITAL, 3K1AUDIO, DIGITAL_W_TONES, or VIDEO).\n"
 		"R/W	txgain             set txgain level on channel drivers that support it\n"
 		"R/O	videonativeformat  format used natively for video\n"
 		"\n"
    
    
More information about the asterisk-commits
mailing list