From 0c6243420143be9f7d44be024c8dca3e22737016 Mon Sep 17 00:00:00 2001 From: Michiel van Baak Date: Tue, 5 Jan 2010 16:08:12 +0000 Subject: [PATCH] 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 --- apps/app_mixmonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"