Module: kamailio
Branch: 4.3
Commit: 27c0918a9198e6c7d684541ddfabe598d35dbba8
URL:
https://github.com/kamailio/kamailio/commit/27c0918a9198e6c7d684541ddfabe59…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-07-17T12:30:31+02:00
etc/kamailio-oob.cfg: remove modules_k from mpath
(cherry picked from commit d796409e653031fdfecee554500b06a43b981296)
---
Modified: etc/kamailio-oob.cfg
---
Diff:
https://github.com/kamailio/kamailio/commit/27c0918a9198e6c7d684541ddfabe59…
Patch:
https://github.com/kamailio/kamailio/commit/27c0918a9198e6c7d684541ddfabe59…
---
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