Browse Source

kamailio.cfg: removed modules_k from path for modules

Daniel-Constantin Mierla 12 years ago
parent
commit
76536ec533
1 changed files with 2 additions and 2 deletions
  1. 2 2
      etc/kamailio.cfg

+ 2 - 2
etc/kamailio.cfg

@@ -207,9 +207,9 @@ voicemail.srv_port = "5060" desc "VoiceMail Port"
 
 # set paths to location of modules (to sources or installation folders)
 #!ifdef WITH_SRCPATH
-mpath="modules_k:modules"
+mpath="modules/"
 #!else
-mpath="/usr/local/lib/kamailio/modules_k/:/usr/local/lib/kamailio/modules/"
+mpath="/usr/local/lib/kamailio/modules/"
 #!endif
 
 #!ifdef WITH_MYSQL