[asterisk-commits] mvanbaak: branch 1.6.2 r237657 - in /branches/1.6.2: ./ apps/app_mixmonitor.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 5 10:09:40 CST 2010


Author: mvanbaak
Date: Tue Jan  5 10:09:37 2010
New Revision: 237657

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=237657
Log:
Merged revisions 237656 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r237656 | mvanbaak | 2010-01-05 17:08:12 +0100 (Tue, 05 Jan 2010) | 6 lines
  
  Make CLI command 'mixmonitor start|stop <channel> work again.
  
  (closes issue #16534)
  Reported by: jlaguilar
  Fix as suggested by jlaguilar in the bugreport
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/apps/app_mixmonitor.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/apps/app_mixmonitor.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/apps/app_mixmonitor.c?view=diff&rev=237657&r1=237656&r2=237657
==============================================================================
--- branches/1.6.2/apps/app_mixmonitor.c (original)
+++ branches/1.6.2/apps/app_mixmonitor.c Tue Jan  5 10:09:37 2010
@@ -590,7 +590,7 @@
 
 	switch (cmd) {
 	case CLI_INIT:
-		e->command = "mixmonitor {start|stop} {<chan_name>} [args]";
+		e->command = "mixmonitor {start|stop}";
 		e->usage =
 			"Usage: mixmonitor <start|stop> <chan_name> [args]\n"
 			"       The optional arguments are passed to the MixMonitor\n"




More information about the asterisk-commits mailing list