Make CLI command 'mixmonitor start|stop <channel> 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
This commit is contained in:
Michiel van Baak
2010-01-05 16:08:12 +00:00
parent 3f33c38c8a
commit 0c62434201

View File

@@ -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} {<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"