From 8645765cef161eb71928f76877347e5f87915bfd Mon Sep 17 00:00:00 2001 From: bitbashing Date: Thu, 27 Jun 2013 18:40:19 -0700 Subject: [PATCH] config tweaks --- kamailio/kamailio.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kamailio/kamailio.cfg b/kamailio/kamailio.cfg index cc770ec..547ada0 100644 --- a/kamailio/kamailio.cfg +++ b/kamailio/kamailio.cfg @@ -18,7 +18,7 @@ ####### Global Parameters ######### fork = yes children = 25 -group = kamailio +group = daemon user = kamailio server_signature = no server_header = "Server: Kazoo" @@ -197,7 +197,7 @@ loadmodule "uac_redirect.so" ####### Kazoo Integration module ########## loadmodule "db_kazoo.so" # FIXME: uncomment the next line and set the correct hostname that should be advertised to Kazoo -#modparam("db_kazoo", "node_hostname", "kamailio.kazoo.com") +modparam("db_kazoo", "node_hostname", "kamailio.2600hz.com") # If you want a certain fs_path to be sent Kazoo, uncomment the next line and set the right value #modparam("db_kazoo", "register_fs_path", "127.0.0.1:5060")