dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 317058 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r317058 | lmadsen | 2011-05-05 08:27:56 -0400 (Thu, 05 May 2011) | 7 lines
  
  Remove unused directory and clear up some documentation.
  
  (closes issue #19193)
  Reported by: bchia
  Patches: 
        cel-csv.diff uploaded by lathama (license 1028)
  Tested by: lathama, Marquis42
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@317059 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
lmadsen 2011-05-05 12:28:40 +00:00
parent 574ed54ecc
commit aed2cc7cd1
2 changed files with 1 additions and 2 deletions

View File

@ -545,7 +545,6 @@ installdirs:
$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)"
$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cdr-csv"
$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cdr-custom"
$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cel-csv"
$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cel-custom"
$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)"
$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/documentation"

View File

@ -4,7 +4,7 @@
; Channel Event Logging is a mechanism to provide fine-grained event information
; that can be used to generate billing information. Such event information can
; be recorded to databases and files via pluggable backend modules.
; be recorded to various backend modules.
;
[general]