[Pkg-voip-commits] r3942 - in asterisk/branches/experimental/debian: . ast_config

paravoid at alioth.debian.org paravoid at alioth.debian.org
Mon Aug 6 08:20:30 UTC 2007


Author: paravoid
Date: 2007-08-06 08:20:30 +0000 (Mon, 06 Aug 2007)
New Revision: 3942

Modified:
   asterisk/branches/experimental/debian/ast_config/modules.conf
   asterisk/branches/experimental/debian/changelog
Log:
* Add a noload directive for cdr_sqlite.so in the default modules.conf since
  it writes unconditionally to the database file without being rotated,
  resulting in unexpected waste of disk space. (Closes: #301883)'

Modified: asterisk/branches/experimental/debian/ast_config/modules.conf
===================================================================
--- asterisk/branches/experimental/debian/ast_config/modules.conf	2007-08-06 08:19:01 UTC (rev 3941)
+++ asterisk/branches/experimental/debian/ast_config/modules.conf	2007-08-06 08:20:30 UTC (rev 3942)
@@ -48,6 +48,11 @@
 noload => chan_alsa.so
 ;noload => chan_oss.so
 ;
+; Disable CDR logging to SQLite by default since it writes unconditionally to 
+; cdr.db without a way to rotate it.
+;
+noload => cdr_sqlite.so
+;
 ; Module names listed in "global" section will have symbols globally
 ; exported to modules loaded after them.
 ;

Modified: asterisk/branches/experimental/debian/changelog
===================================================================
--- asterisk/branches/experimental/debian/changelog	2007-08-06 08:19:01 UTC (rev 3941)
+++ asterisk/branches/experimental/debian/changelog	2007-08-06 08:20:30 UTC (rev 3942)
@@ -16,6 +16,9 @@
     patch.
   * Correct descriptions of packages in debian/control, adapting them to the 
     present and correcting some spelling mistakes. (Closes: #428671)
+  * Add a noload directive for cdr_sqlite.so in the default modules.conf since
+    it writes unconditionally to the database file without being rotated,
+    resulting in unexpected waste of disk space. (Closes: #301883)'
   * Major overhaul of the postinst scripts, completely replacing asterisk_fix.
     - Create Asterisk's directories on asterisk.dirs to track them using dpkg.
     - Add asterisk.postinst which calls adduser, chown, chmod. Improve error
@@ -38,7 +41,7 @@
   [ Kilian Krause ]
   * backports/etch: replace libsnmp10-dev with libsnmp9-dev
 
- -- Faidon Liambotis <paravoid at debian.org>  Mon, 06 Aug 2007 10:04:20 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Mon, 06 Aug 2007 11:19:27 +0300
 
 asterisk (1:1.4.9~dfsg-1) unstable; urgency=high
 




More information about the Pkg-voip-commits mailing list