Module: kamailio
Branch: master
Commit: d796409e653031fdfecee554500b06a43b981296
URL:
https://github.com/kamailio/kamailio/commit/d796409e653031fdfecee554500b06a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-07-16T14:18:51+02:00
etc/kamailio-oob.cfg: remove modules_k from mpath
---
Modified: etc/kamailio-oob.cfg
---
Diff:
https://github.com/kamailio/kamailio/commit/d796409e653031fdfecee554500b06a…
Patch:
https://github.com/kamailio/kamailio/commit/d796409e653031fdfecee554500b06a…
---
diff --git a/etc/kamailio-oob.cfg b/etc/kamailio-oob.cfg
index 2de8a2b..1f07958 100644
--- a/etc/kamailio-oob.cfg
+++ b/etc/kamailio-oob.cfg
@@ -223,9 +223,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