Browse Source

move debugger so other cfg files can declare mod_level

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
1babdafb0d
1 changed files with 6 additions and 7 deletions
  1. +6
    -7
      kamailio/default.cfg

+ 6
- 7
kamailio/default.cfg View File

@ -188,6 +188,12 @@ loadmodule "sqlops.so"
modparam("sqlops","sqlcon", "cb=>KAZOO_DB_URL") modparam("sqlops","sqlcon", "cb=>KAZOO_DB_URL")
modparam("sqlops","sqlcon", "exec=>KAZOO_DB_URL") modparam("sqlops","sqlcon", "exec=>KAZOO_DB_URL")
####### DEBUG ######
loadmodule "debugger.so"
modparam("debugger", "mod_hash_size", 5)
modparam("debugger", "mod_level_mode", 1)
modparam("debugger", "mod_level", "core=1")
####### DATABASE module ########## ####### DATABASE module ##########
loadmodule "db_KAMAILIO_DBMS.so" loadmodule "db_KAMAILIO_DBMS.so"
@ -299,13 +305,6 @@ loadmodule "permissions.so"
modparam("permissions", "db_url", "KAZOO_DB_URL") modparam("permissions", "db_url", "KAZOO_DB_URL")
modparam("permissions", "db_mode", 1) modparam("permissions", "db_mode", 1)
####### DEBUG ######
loadmodule "debugger.so"
modparam("debugger", "mod_hash_size", 5)
modparam("debugger", "mod_level_mode", 1)
modparam("debugger", "mod_level", "core=1")
####### Routing Logic ######## ####### Routing Logic ########
route route
{ {


Loading…
Cancel
Save