[Asterisk-cvs] asterisk/apps app_forkcdr.c,1.1,1.1.2.1
russell at lists.digium.com
russell at lists.digium.com
Mon Oct 25 17:53:57 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv28644/apps
Modified Files:
Tag: v1-0
app_forkcdr.c
Log Message:
fix show applications output for forkcdr (bug #2677)
Index: app_forkcdr.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_forkcdr.c,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- app_forkcdr.c 24 Sep 2004 21:33:48 -0000 1.1
+++ app_forkcdr.c 25 Oct 2004 21:57:27 -0000 1.1.2.1
@@ -23,7 +23,8 @@
static char *tdesc = "Fork The CDR into 2 seperate entities.";
static char *app = "ForkCDR";
static char *synopsis =
-"Forks the Call Data Record\n"
+"Forks the Call Data Record";
+static char *descrip =
" ForkCDR(): Causes the Call Data Record to fork an additional\n"
"cdr record starting from the time of the fork call\n";
@@ -68,7 +69,7 @@
int load_module(void)
{
- return ast_register_application(app, forkcdr_exec, synopsis, tdesc);
+ return ast_register_application(app, forkcdr_exec, synopsis, descrip);
}
char *description(void)
More information about the svn-commits
mailing list