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
certified/1.8.6
Michiel van Baak 16 years ago
parent 3f33c38c8a
commit 0c62434201

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

Loading…
Cancel
Save