summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-02-26 19:14:04 +0000
committerJoshua Colp <jcolp@digium.com>2008-02-26 19:14:04 +0000
commit2a7eac9940db9041bf015b178d3841ea0bc9eba5 (patch)
treefa17112c46ada09909b0b9249cccd62784ed3308 /include
parenta616346c6d369767648ecf4d949f7448ca2b2fde (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: https://origsvn.digium.com/svn/asterisk/trunk@104215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-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 */
/*@{ */