aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-26 19:14:04 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-26 19:14:04 +0000
commit1c9e1d5b2e00b34755f2f198e59fd4e1f8c18657 (patch)
treefa17112c46ada09909b0b9249cccd62784ed3308 /include/asterisk/cdr.h
parent14f999674368002d851d26b5f52db0ce642c8daf (diff)
Add an 'e' option to ResetCDR which re-enables a CDR that has been disabled.
(closes issue #11170) Reported by: kratzers Patches: ResetCDR.1.diff uploaded by kratzers (license 307) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@104215 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/cdr.h')
-rw-r--r--include/asterisk/cdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index 96a5dc497..e8727ab4c 100644
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -29,6 +29,7 @@
#define AST_CDR_FLAG_LOCKED (1 << 2)
#define AST_CDR_FLAG_CHILD (1 << 3)
#define AST_CDR_FLAG_POST_DISABLED (1 << 4)
+#define AST_CDR_FLAG_POST_ENABLE (1 << 5)
/*! \name CDR Flags */
/*@{ */