Module: sip-router Branch: master Commit: 5fedfc5276b63ddb9adf31ef10a8357c4a0248c6 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5fedfc52...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Mon Aug 16 09:11:04 2010 -0400
modules_k:nathelper - updated examples
- load rtpproxy module for rtpproxy functions
---
modules_k/nathelper/examples/4to6.cfg | 1 + modules_k/nathelper/examples/alg.cfg | 1 + modules_k/nathelper/nathelper_rtpp.cfg | 1 + 3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules_k/nathelper/examples/4to6.cfg b/modules_k/nathelper/examples/4to6.cfg index 4c1e4a6..5dd5ba9 100644 --- a/modules_k/nathelper/examples/4to6.cfg +++ b/modules_k/nathelper/examples/4to6.cfg @@ -26,6 +26,7 @@ loadmodule "/usr/local/lib/ser/modules/maxfwd.so" loadmodule "/usr/local/lib/ser/modules/usrloc.so" loadmodule "/usr/local/lib/ser/modules/registrar.so" loadmodule "/usr/local/lib/ser/modules/nathelper.so" +loadmodule "/usr/local/lib/ser/modules/rtpproxy.so"
# ----------------- setting module-specific parameters ---------------
diff --git a/modules_k/nathelper/examples/alg.cfg b/modules_k/nathelper/examples/alg.cfg index 24f028e..d2678a5 100644 --- a/modules_k/nathelper/examples/alg.cfg +++ b/modules_k/nathelper/examples/alg.cfg @@ -23,6 +23,7 @@ loadmodule "/usr/local/lib/ser/modules/maxfwd.so" loadmodule "/usr/local/lib/ser/modules/usrloc.so" loadmodule "/usr/local/lib/ser/modules/registrar.so" loadmodule "/usr/local/lib/ser/modules/nathelper.so" +loadmodule "/usr/local/lib/ser/modules/rtpproxy.so"
# ----------------- setting module-specific parameters ---------------
diff --git a/modules_k/nathelper/nathelper_rtpp.cfg b/modules_k/nathelper/nathelper_rtpp.cfg index 9e12c73..381d798 100644 --- a/modules_k/nathelper/nathelper_rtpp.cfg +++ b/modules_k/nathelper/nathelper_rtpp.cfg @@ -15,6 +15,7 @@ log_stderror=yes # ------------------ module loading ----------------------------------
loadmodule "modules/nathelper/nathelper.so" +loadmodule "modules/rtpproxy/rtpproxy.so" loadmodule "modules/textops/textops.so" loadmodule "modules/tm/tm.so" loadmodule "modules/rr/rr.so"