Hi All I am trying to configure mediaproxy to be used with
OpenSER 1.3 following the tutorial from
http://siprouter.onsip.org/doc/gettingstarted/ch08.html#id2660207
So far I got two errors
modparam("nathelper", "rtpproxy_disable", 1)
ERROR:core:set_mod_param_regex: parameter <rtpproxy_disable> not
found in module <nathelper>
Feb 11 14:50:13 [3207] CRITICAL:core:yyerror: parse error in config
file, line 194, column 19-20: Can't set module parameter
modparam("registrar", "nat_flag", 6)
Feb 11 14:50:13 [3207] ERROR:core:set_mod_param_regex: parameter <nat_flag>
not found in module <registrar>
Feb 11 14:50:13 [3207] CRITICAL:core:yyerror: parse error in config
file, line 200, column 19-20: Can't set module parameter
What should I use instead of
modparam("nathelper", "rtpproxy_disable", 1)
and
modparam("registrar", "nat_flag", 6)
so that this config becomes compatible with OpenSer 1.3
Thx