mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
/*@{ */
|
||||
|
||||
Reference in New Issue
Block a user