[asterisk-commits] dhubbard: trunk r68855 - /trunk/main/frame.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Mon Jun 11 15:31:52 MST 2007
    
    
  
Author: dhubbard
Date: Mon Jun 11 17:31:51 2007
New Revision: 68855
URL: http://svn.digium.com/view/asterisk?view=rev&rev=68855
Log:
corrected CLI 'core show codecs' syntax for issue 9945, thanks eserra.
Modified:
    trunk/main/frame.c
Modified: trunk/main/frame.c
URL: http://svn.digium.com/view/asterisk/trunk/main/frame.c?view=diff&rev=68855&r1=68854&r2=68855
==============================================================================
--- trunk/main/frame.c (original)
+++ trunk/main/frame.c Mon Jun 11 17:31:51 2007
@@ -904,15 +904,15 @@
 	show_codecs, "Displays a list of codecs",
 	frame_show_codecs_usage },
 
-	{ { "core", "show", "audio", "codecs", NULL },
+	{ { "core", "show", "codecs", "audio", NULL },
 	show_codecs, "Displays a list of audio codecs",
 	frame_show_codecs_usage },
 
-	{ { "core", "show", "video", "codecs", NULL },
+	{ { "core", "show", "codecs", "video", NULL },
 	show_codecs, "Displays a list of video codecs",
 	frame_show_codecs_usage },
 
-	{ { "core", "show", "image", "codecs", NULL },
+	{ { "core", "show", "codecs", "image", NULL },
 	show_codecs, "Displays a list of image codecs",
 	frame_show_codecs_usage },
 
    
    
More information about the asterisk-commits
mailing list