[asterisk-commits] branch oej/test-this-branch r12399 -
/team/oej/test-this-branch/funcs/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Mar 7 13:25:34 MST 2006
Author: oej
Date: Tue Mar 7 14:25:32 2006
New Revision: 12399
URL: http://svn.digium.com/view/asterisk?rev=12399&view=rev
Log:
Resort options to be in alphabetic order
Modified:
team/oej/test-this-branch/funcs/func_channel.c
Modified: team/oej/test-this-branch/funcs/func_channel.c
URL: http://svn.digium.com/view/asterisk/team/oej/test-this-branch/funcs/func_channel.c?rev=12399&r1=12398&r2=12399&view=diff
==============================================================================
--- team/oej/test-this-branch/funcs/func_channel.c (original)
+++ team/oej/test-this-branch/funcs/func_channel.c Tue Mar 7 14:25:32 2006
@@ -119,13 +119,13 @@
"R/O audioreadformat format currently being read\n"
"R/O audionativeformat format used natively for audio\n"
"R/O audiowriteformat format currently being written\n"
+ "R/W callgroup call groups for call pickup\n"
+ "R/O channeltype technology used for channel\n"
"R/W language language for sounds played\n"
"R/W musicclass class (from musiconhold.conf) for hold music\n"
+ "R/O state state for channel\n"
"R/O tonezone zone for indications played\n"
"R/O videonativeformat format used natively for video\n"
- "R/W callgroup call groups for call pickup\n"
- "R/O channeltype technology used for channel\n"
- "R/O state state for channel\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