You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/db_flatstore/ser-flatstore.cfg

23 lines
332 B

#
# Minimalistic configuration file for SER which can be used
# to test the flatstore SER module.
#
debug = 4
fork = no
children = 1
log_stderror = yes
loadpath "./modules"
loadmodule "flatstore"
loadmodule "sl"
loadmodule "tm"
loadmodule "acc_db"
modparam("acc_db", "db_url", "flatstore:/tmp")
route {
acc_db_log();
break;
}