From 1af0c70fc54e545d08c2d7d6c25e0a4201401f57 Mon Sep 17 00:00:00 2001 From: lazedo Date: Wed, 30 Apr 2014 16:38:04 +0100 Subject: [PATCH] order of dbtext module --- kamailio/default.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kamailio/default.cfg b/kamailio/default.cfg index 2dc8c52..0bb9907 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -169,6 +169,10 @@ loadmodule "uac_redirect.so" ######## DoS prevention mdule ######## loadmodule "pike.so" +####### DB Text module ########## +loadmodule "db_text.so" +modparam("db_text", "db_mode", 1) + #!ifdef TLS-ROLE ####### TLS Parameters ######### enable_tls = yes @@ -198,9 +202,6 @@ include_file "websockets-role.cfg" #!endif -####### DB Text module ########## -loadmodule "db_text.so" -modparam("db_text", "db_mode", 1) ####### Permissions module ########## loadmodule "permissions.so"