[Asterisk-cvs] asterisk/apps app_forkcdr.c,1.1,1.2
markster at lists.digium.com
markster at lists.digium.com
Sat Oct 23 08:14:00 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv426/apps
Modified Files:
app_forkcdr.c
Log Message:
Help leanup (bug #2677)
Index: app_forkcdr.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_forkcdr.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- app_forkcdr.c 24 Sep 2004 21:33:48 -0000 1.1
+++ app_forkcdr.c 23 Oct 2004 12:17:46 -0000 1.2
@@ -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