mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
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:
@@ -571,7 +571,7 @@ static char *handle_cli_mixmonitor(struct ast_cli_entry *e, int cmd, struct ast_
|
|||||||
|
|
||||||
switch (cmd) {
|
switch (cmd) {
|
||||||
case CLI_INIT:
|
case CLI_INIT:
|
||||||
e->command = "mixmonitor {start|stop} {<chan_name>} [args]";
|
e->command = "mixmonitor {start|stop}";
|
||||||
e->usage =
|
e->usage =
|
||||||
"Usage: mixmonitor <start|stop> <chan_name> [args]\n"
|
"Usage: mixmonitor <start|stop> <chan_name> [args]\n"
|
||||||
" The optional arguments are passed to the MixMonitor\n"
|
" The optional arguments are passed to the MixMonitor\n"
|
||||||
|
Reference in New Issue
Block a user