aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-05 16:08:12 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-05 16:08:12 +0000
commit9fef52740e7cf42897cb5e902964cca510705e81 (patch)
treeaf448fb1f0fd1e312851b5dbff797d6313e139f8 /apps
parentaf7c89f3789c802df1b9f5f9a5ee129aac330fed (diff)
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: http://svn.digium.com/svn/asterisk/trunk@237656 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_mixmonitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c
index 0e08977f6..385666a31 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} {<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"