From: Michiel van Baak Date: Tue, 5 Jan 2010 16:08:12 +0000 (+0000) Subject: Make CLI command 'mixmonitor start|stop work again. X-Git-Tag: 11.0.0-beta1~3667 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c6243420143be9f7d44be024c8dca3e22737016;p=thirdparty%2Fasterisk.git Make CLI command 'mixmonitor start|stop work again. (closes issue #16534) Reported by: jlaguilar Fix as suggested by jlaguilar in the bugreport git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@237656 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 0e08977f69..385666a315 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -571,7 +571,7 @@ static char *handle_cli_mixmonitor(struct ast_cli_entry *e, int cmd, struct ast_ switch (cmd) { case CLI_INIT: - e->command = "mixmonitor {start|stop} {} [args]"; + e->command = "mixmonitor {start|stop}"; e->usage = "Usage: mixmonitor [args]\n" " The optional arguments are passed to the MixMonitor\n"