[sr-dev] git:master:96fedc52: cfg: fix error in RTPENGINE part, also load module

Henning Westerholt hw at skalatan.de
Mon Nov 11 16:08:51 CET 2019


Module: kamailio
Branch: master
Commit: 96fedc52d24f59309a5829337ef76f63a128738e
URL: https://github.com/kamailio/kamailio/commit/96fedc52d24f59309a5829337ef76f63a128738e

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-11-11T16:08:04+01:00

cfg: fix error in RTPENGINE part, also load module

---

Modified: etc/kamailio.cfg

---

Diff:  https://github.com/kamailio/kamailio/commit/96fedc52d24f59309a5829337ef76f63a128738e.diff
Patch: https://github.com/kamailio/kamailio/commit/96fedc52d24f59309a5829337ef76f63a128738e.patch

---

diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index ad313b93d8..ee3ec9e63d 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -282,8 +282,12 @@ loadmodule "presence_xml.so"
 
 #!ifdef WITH_NAT
 loadmodule "nathelper.so"
+#!ifdef WITH_RTPENGINE
+loadmodule "rtpengine.so"
+#!else
 loadmodule "rtpproxy.so"
 #!endif
+#!endif
 
 #!ifdef WITH_TLS
 loadmodule "tls.so"




More information about the sr-dev mailing list