[asterisk-commits] branch bweschke/gain_functions r14720 - /team/bweschke/gain_functions/funcs/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Mar 24 08:02:17 MST 2006


Author: bweschke
Date: Fri Mar 24 09:02:16 2006
New Revision: 14720

URL: http://svn.digium.com/view/asterisk?rev=14720&view=rev
Log:
 Fix help text to have new commands alphabetized after having read a comment in #6670


Modified:
    team/bweschke/gain_functions/funcs/func_channel.c

Modified: team/bweschke/gain_functions/funcs/func_channel.c
URL: http://svn.digium.com/view/asterisk/team/bweschke/gain_functions/funcs/func_channel.c?rev=14720&r1=14719&r2=14720&view=diff
==============================================================================
--- team/bweschke/gain_functions/funcs/func_channel.c (original)
+++ team/bweschke/gain_functions/funcs/func_channel.c Fri Mar 24 09:02:16 2006
@@ -120,10 +120,10 @@
 		"R/O	audiowriteformat 	format currently being written\n"
 		"R/W	language 		language for sounds played\n"
 		"R/W	musicclass 		class (from musiconhold.conf) for hold music\n"
+		"R/W	rxgain			set rxgain level on channel techs that support it\n"
 		"R/O	tonezone 		zone for indications played\n"
+		"R/W	txgain			set txgain level on channel techs that support it\n"
 		"R/O	videonativeformat 	format used natively for video\n"
-		"R/W	txgain			set txgain level on channel techs that support it\n"
-		"R/W	rxgain			set rxgain level on channel techs that support it\n"
 		"\n"
 		"Additional items may be available from the channel driver providing\n"
 		"the channel; see its documentation for details.\n"



More information about the asterisk-commits mailing list