Browse Source

etc: add modules_k to search path of modules

Daniel-Constantin Mierla 16 years ago
parent
commit
974e91436a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etc/kamailio.cfg

+ 1 - 1
etc/kamailio.cfg

@@ -105,7 +105,7 @@ port=5060
 ####### Modules Section ########
 
 #set module path
-mpath="/usr/local/lib/kamailio/modules/"
+mpath="/usr/local/lib/kamailio/modules_k/:/usr/local/lib/kamailio/modules/"
 
 /* uncomment next line for MySQL DB support */
 #m#loadmodule "db_mysql.so"