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
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@237657 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Michiel van Baak 16 years ago
parent cc002a23cc
commit d98d8b8bfa

@ -590,7 +590,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