[asterisk-commits] murf: branch group/CDRfix5 r76617 - /team/group/CDRfix5/main/pbx.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jul 23 12:33:37 CDT 2007


Author: murf
Date: Mon Jul 23 12:33:37 2007
New Revision: 76617

URL: http://svn.digium.com/view/asterisk?view=rev&rev=76617
Log:
got rid of LOCKED option in resetCDR

Modified:
    team/group/CDRfix5/main/pbx.c

Modified: team/group/CDRfix5/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/group/CDRfix5/main/pbx.c?view=diff&rev=76617&r1=76616&r2=76617
==============================================================================
--- team/group/CDRfix5/main/pbx.c (original)
+++ team/group/CDRfix5/main/pbx.c Mon Jul 23 12:33:37 2007
@@ -436,7 +436,6 @@
 	"reset.\n"
 	"  Options:\n"
 	"    w -- Store the current CDR record before resetting it.\n"
-	"    a -- Store any stacked records.\n"
 	"    v -- Save CDR variables.\n"
 	},
 
@@ -5346,7 +5345,6 @@
 
 AST_APP_OPTIONS(resetcdr_opts, {
 	AST_APP_OPTION('w', AST_CDR_FLAG_POSTED),
-	AST_APP_OPTION('a', AST_CDR_FLAG_LOCKED),
 	AST_APP_OPTION('v', AST_CDR_FLAG_KEEP_VARS),
 });
 




More information about the asterisk-commits mailing list