[Pkg-voip-commits] r5003 - in /asterisk/trunk/debian: ast_config/modules.conf changelog
paravoid at alioth.debian.org
paravoid at alioth.debian.org
Mon Dec 3 16:27:43 UTC 2007
Author: paravoid
Date: Mon Dec 3 16:27:42 2007
New Revision: 5003
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5003
Log:
* Add noload for res_config_* since loading them results in errors and
doesn't provide any functionality.
Modified:
asterisk/trunk/debian/ast_config/modules.conf
asterisk/trunk/debian/changelog
Modified: asterisk/trunk/debian/ast_config/modules.conf
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/ast_config/modules.conf?rev=5003&op=diff
==============================================================================
--- asterisk/trunk/debian/ast_config/modules.conf (original)
+++ asterisk/trunk/debian/ast_config/modules.conf Mon Dec 3 16:27:42 2007
@@ -59,6 +59,11 @@
noload => app_voicemail_odbc.so
noload => app_voicemail_imap.so
;
+; Enable these if you want to configure Asterisk in a database
+;
+noload => res_config_odbc.so
+noload => res_config_pgsql.so
+;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;
Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=5003&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Mon Dec 3 16:27:42 2007
@@ -24,12 +24,14 @@
* Create /usr/local/share/asterisk/sounds to put all site-specific
non-modifiable sounds.
* Add a note about bugs.debian.org to the banner.
+ * Add noload for res_config_* since loading them results in errors and
+ doesn't provide any functionality.
[ Tzafrir Cohen ]
* Provide a custom sounds directory under /var/lib - user-modifieble at
runtime and hence not under /usr .
- -- Faidon Liambotis <paravoid at debian.org> Sat, 01 Dec 2007 12:53:12 +0200
+ -- Faidon Liambotis <paravoid at debian.org> Mon, 03 Dec 2007 18:27:18 +0200
asterisk (1:1.4.13~dfsg-1) unstable; urgency=low
More information about the Pkg-voip-commits
mailing list