From 5baa672bcc75e496fcd3f1bceaccea7902c61325 Mon Sep 17 00:00:00 2001 From: karl anderson Date: Wed, 3 Jul 2013 13:50:31 -0700 Subject: [PATCH 1/2] fix broken path --- kamailio/kamailio.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/kamailio.cfg b/kamailio/kamailio.cfg index 38ebc52..4901adf 100644 --- a/kamailio/kamailio.cfg +++ b/kamailio/kamailio.cfg @@ -186,7 +186,7 @@ modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo") ####### Dispatcher module ######## loadmodule "dispatcher.so" -modparam("dispatcher", "list_file", "/etc/kamailio/dispatcher.list") +modparam("dispatcher", "list_file", "/etc/kazoo/kamailio/dispatcher.list") modparam("dispatcher", "flags", 2) modparam("dispatcher", "use_default", 0) modparam("dispatcher", "force_dst", 1) From 6934697b7bc4b21d93f73461a8e5f3097fde4f84 Mon Sep 17 00:00:00 2001 From: karl anderson Date: Wed, 3 Jul 2013 14:30:53 -0700 Subject: [PATCH 2/2] point to the appropriate ini files --- bigcouch/vm.args | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bigcouch/vm.args b/bigcouch/vm.args index ebae52f..f3ae1ca 100644 --- a/bigcouch/vm.args +++ b/bigcouch/vm.args @@ -24,3 +24,6 @@ # Comment this line out to enable the interactive Erlang shell on startup +Bd -noinput -detached + +-couch_ini /usr/etc/default.ini +-couch_ini /etc/kazoo/bigcouch/local.ini