- if defined, modules are searched in source tree (e.g., start kamailio with -A LOCAL_TEST_RUN) - useful for local testing of config, imported style from ser configs
@@ -164,8 +164,12 @@ pstn.gw_ip = "" desc "PSTN GW Address"
####### Modules Section ########
-#set module path
+# set paths to location of modules
+#!ifdef LOCAL_TEST_RUN
+mpath="modules_k:modules"
+#!else
mpath="/usr/local/lib/kamailio/modules_k/:/usr/local/lib/kamailio/modules/"
+#!endif
#!ifdef WITH_MYSQL
loadmodule "db_mysql.so"