Browse Source

config tweaks

3.12
bitbashing 13 years ago
parent
commit
8645765cef
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kamailio/kamailio.cfg

+ 2
- 2
kamailio/kamailio.cfg View File

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


Loading…
Cancel
Save