Module: sems
Branch: master
Commit: 1740ec418df05474dd94378835a04aa74e2ddc51
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=1740ec418df05474dd94378835a04aa74e2ddc51

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Thu Oct 20 23:41:35 2011 +0200

exclude db_reg_agent from default build and default run

---

 apps/Makefile             |    2 +-
 core/etc/sems.conf.sample |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/apps/Makefile b/apps/Makefile
index 88f18a0..3de7d77 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -23,7 +23,7 @@ else
  ifneq ($(local_exclude_app_modules),)
    exclude_app_modules = $(local_exclude_app_modules)
  else
-   exclude_app_modules += mp3 examples py_sems xmlrpc2di gateway jsonrpc twit
+   exclude_app_modules += mp3 examples py_sems xmlrpc2di gateway jsonrpc twit 
db_reg_agent
 
    ifneq ($(USE_MONITORING), yes)
    exclude_app_modules += monitoring
diff --git a/core/etc/sems.conf.sample b/core/etc/sems.conf.sample
index 7c54169..fdc934f 100644
--- a/core/etc/sems.conf.sample
+++ b/core/etc/sems.conf.sample
@@ -196,7 +196,8 @@ plugin_path=/usr/local/lib/sems/plug-in/
 #
 # o precoded_announce: no precoded sample files present
 # o py_sems: conflicts with ivr (in some cases)
-exclude_plugins=precoded_announce;py_sems
+# o db_reg_agent: needs DB tables
+exclude_plugins=precoded_announce;py_sems;db_reg_agent
 
 # optional: load_plugins_rtld_global=<modules list>
 #

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to