[Asterisk-cvs] asterisk/apps app_dumpchan.c,1.1,1.2
markster at lists.digium.com
markster at lists.digium.com
Fri Nov 5 23:46:28 CST 2004
- Previous message: [Asterisk-cvs] asterisk/apps app_dumpchan.c, NONE, 1.1 Makefile,
1.81, 1.82
- Next message: [Asterisk-cvs] zaptel Makefile, 1.54, 1.55 fxstest.c, 1.4,
1.5 wctdm.c, 1.88, 1.89 wctdm.h, 1.3, 1.4 zaptel.init, 1.5,
1.6 wcfxs.c, 1.88, NONE wcfxs.h, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv19054/apps
Modified Files:
app_dumpchan.c
Log Message:
oops
Index: app_dumpchan.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dumpchan.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- app_dumpchan.c 6 Nov 2004 04:46:06 -0000 1.1
+++ app_dumpchan.c 6 Nov 2004 04:48:34 -0000 1.2
@@ -26,8 +26,12 @@
static char *tdesc = "Dump Info About The Calling Channel";
static char *app = "DumpChan";
static char *synopsis = "Dump Info About The Calling Channel";
-static char *desc = "Usage: exten => 1,1,DumpChan([<min_verbose_level>])\n\n"
-"If optional min_verbose_level is specified, only dump data when that verbose level is set.\n\n";
+static char *desc =
+" 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;
@@ -103,7 +107,7 @@
c->stack,
(c->blocking ? c->blockproc : "(Not Blocking)"));
- return 1;
+ return 0;
}
static int dumpchan_exec(struct ast_channel *chan, void *data)
- Previous message: [Asterisk-cvs] asterisk/apps app_dumpchan.c, NONE, 1.1 Makefile,
1.81, 1.82
- Next message: [Asterisk-cvs] zaptel Makefile, 1.54, 1.55 fxstest.c, 1.4,
1.5 wctdm.c, 1.88, 1.89 wctdm.h, 1.3, 1.4 zaptel.init, 1.5,
1.6 wcfxs.c, 1.88, NONE wcfxs.h, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list