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),
});
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
svn-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/svn-commits