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:
Joshua Colp
2008-02-26 19:14:04 +00:00
parent a616346c6d
commit 2a7eac9940
4 changed files with 11 additions and 0 deletions

View File

@@ -478,6 +478,8 @@ Call Detail Records
(but a record will still be inserted, based on what columns remain). Note
that the other two features from cdr_adaptive_odbc (alias and filter) are
not currently supported.
* The ResetCDR application now has an 'e' option that re-enables a CDR if it
has been disabled using the NoCDR application.
Miscellaneous New Modules
-------------------------