[Pkg-voip-commits] r3941 - in asterisk/trunk/debian: . ast_config

paravoid at alioth.debian.org paravoid at alioth.debian.org
Mon Aug 6 08:19:01 UTC 2007


Author: paravoid
Date: 2007-08-06 08:19:01 +0000 (Mon, 06 Aug 2007)
New Revision: 3941

Modified:
   asterisk/trunk/debian/ast_config/modules.conf
   asterisk/trunk/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/trunk/debian/ast_config/modules.conf
===================================================================
--- asterisk/trunk/debian/ast_config/modules.conf	2007-08-06 07:10:43 UTC (rev 3940)
+++ asterisk/trunk/debian/ast_config/modules.conf	2007-08-06 08:19:01 UTC (rev 3941)
@@ -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/trunk/debian/changelog
===================================================================
--- asterisk/trunk/debian/changelog	2007-08-06 07:10:43 UTC (rev 3940)
+++ asterisk/trunk/debian/changelog	2007-08-06 08:19:01 UTC (rev 3941)
@@ -19,8 +19,11 @@
     chmod on postinst.
   * 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)
 
- -- 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:08:08 +0300
 
 asterisk (1:1.4.9~dfsg-1) unstable; urgency=high
 




More information about the Pkg-voip-commits mailing list