Skip to content
Snippets Groups Projects
Commit 0f11b3b1 authored by Mark Spencer's avatar Mark Spencer
Browse files

oops

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e89f4dab
Branches
No related tags found
No related merge requests found
...@@ -26,8 +26,12 @@ ...@@ -26,8 +26,12 @@
static char *tdesc = "Dump Info About The Calling Channel"; static char *tdesc = "Dump Info About The Calling Channel";
static char *app = "DumpChan"; static char *app = "DumpChan";
static char *synopsis = "Dump Info About The Calling Channel"; static char *synopsis = "Dump Info About The Calling Channel";
static char *desc = "Usage: exten => 1,1,DumpChan([<min_verbose_level>])\n\n" static char *desc =
"If optional min_verbose_level is specified, only dump data when that verbose level is set.\n\n"; " DumpChan([<min_verbose_level>])\n"
"Displays information on channel and listing of all channel\n"
"variables. If min_verbose_level is specified, output is only\n"
"display when the verbose level is currently set to that number\n"
"or greater. Always returns 0.\n\n";
STANDARD_LOCAL_USER; STANDARD_LOCAL_USER;
...@@ -103,7 +107,7 @@ static int ast_serialize_showchan(struct ast_channel *c, char *buf, size_t size) ...@@ -103,7 +107,7 @@ static int ast_serialize_showchan(struct ast_channel *c, char *buf, size_t size)
c->stack, c->stack,
(c->blocking ? c->blockproc : "(Not Blocking)")); (c->blocking ? c->blockproc : "(Not Blocking)"));
return 1; return 0;
} }
static int dumpchan_exec(struct ast_channel *chan, void *data) static int dumpchan_exec(struct ast_channel *chan, void *data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment