|
@@ -169,6 +169,7 @@ loadmodule "presence_xml.so"
|
|
|
|
|
|
#!ifdef WITH_NAT
|
|
|
loadmodule "nathelper.so"
|
|
|
+loadmodule "rtpproxy.so"
|
|
|
#!endif
|
|
|
|
|
|
# ----------------- setting module-specific parameters ---------------
|
|
@@ -288,9 +289,10 @@ modparam("presence_xml", "force_active", 1)
|
|
|
modparam("presence", "server_address", "sip:10.0.0.10:5060")
|
|
|
#!endif
|
|
|
|
|
|
-# ----- nathelper -----
|
|
|
#!ifdef WITH_NAT
|
|
|
-modparam("nathelper", "rtpproxy_sock", "udp:127.0.0.1:7722")
|
|
|
+# ----- rtpproxy -----
|
|
|
+modparam("rtpproxy", "rtpproxy_sock", "udp:127.0.0.1:7722")
|
|
|
+# ----- nathelper -----
|
|
|
modparam("nathelper", "natping_interval", 30)
|
|
|
modparam("nathelper", "ping_nated_only", 1)
|
|
|
modparam("nathelper", "sipping_bflag", 7)
|