|
|
|
@ -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") |
|
|
|
|
|
|
|
|