Hi folks,
I've updated rtpproxy tarball to the latest version. New features include:
- support for IPv6, courtesy of Jan Janak jan@iptel.org. This new feature allows rtpproxy to be used as IPv4/IPv6 RTP bridge.
- rtpproxy now allocates only even ports for RTP. This is necessary to ensure that RTCP packets generated by one session will not interfere with another RTP session.
Latest version is available for downloading from: http://www.portaone.com/~sobomax/rtpproxy.tar
Enjoy!
-Maxim
Hi all,
Starting with the "rtpproxy install notes", I try to install SER + nathelper + rtpproxy. I took the config file from klaus (http://lists.iptel.org/pipermail/serusers/2003-July/001834.html) with the modification from Maxim ( if (status=~"2[0-9][0-9]") -> if (status=~"[12][0-9][0-9]") ). and when I launch ser (/etc/init.d/ser start), I got this debug message (I put the debug to level 7, no fork):
Starting ser: 0(10136) loading module /usr/lib/ser/modules/nathelper.so 0(10136) loading module /usr/lib/ser/modules/textops.so 0(10136) loading module /usr/lib/ser/modules/sl.so 0(10136) loading module /usr/lib/ser/modules/tm.so 0(10136) loading module /usr/lib/ser/modules/rr.so 0(10136) loading module /usr/lib/ser/modules/maxfwd.so 0(10136) loading module /usr/lib/ser/modules/usrloc.so 0(10136) loading module /usr/lib/ser/modules/registrar.so 0(10136) set_mod_param_regex: usrloc matches module usrloc ... 0(10136) find_export: found <sl_reply_error> in module sl_module [/usr/lib/ser/modules/sl.so] 0(10136) find_export: <force_rtp_proxy> not found 0(10136) find_export: <force_rtp_proxy> not found 0(10136) parse error (145,33-34): unknown command, missing loadmodule?
ERROR: bad config file (2 errors) 0(10136) DEBUG: tm_shutdown : start ...
Why is force_rtp_proxy not found ? It's part of the nathelper module, isn't it ?
Thank you all for your help ! Mathieu.
The functions is in the unstable branch of the CVS only.
Jan.
On 04-10 14:09, Mathieu MALAISE wrote:
Hi all,
Starting with the "rtpproxy install notes", I try to install SER + nathelper + rtpproxy. I took the config file from klaus (http://lists.iptel.org/pipermail/serusers/2003-July/001834.html) with the modification from Maxim ( if (status=~"2[0-9][0-9]") -> if (status=~"[12][0-9][0-9]") ). and when I launch ser (/etc/init.d/ser start), I got this debug message (I put the debug to level 7, no fork):
Starting ser: 0(10136) loading module /usr/lib/ser/modules/nathelper.so 0(10136) loading module /usr/lib/ser/modules/textops.so 0(10136) loading module /usr/lib/ser/modules/sl.so 0(10136) loading module /usr/lib/ser/modules/tm.so 0(10136) loading module /usr/lib/ser/modules/rr.so 0(10136) loading module /usr/lib/ser/modules/maxfwd.so 0(10136) loading module /usr/lib/ser/modules/usrloc.so 0(10136) loading module /usr/lib/ser/modules/registrar.so 0(10136) set_mod_param_regex: usrloc matches module usrloc ... 0(10136) find_export: found <sl_reply_error> in module sl_module [/usr/lib/ser/modules/sl.so] 0(10136) find_export: <force_rtp_proxy> not found 0(10136) find_export: <force_rtp_proxy> not found 0(10136) parse error (145,33-34): unknown command, missing loadmodule?
ERROR: bad config file (2 errors) 0(10136) DEBUG: tm_shutdown : start ...
Why is force_rtp_proxy not found ? It's part of the nathelper module, isn't it ?
Thank you all for your help ! Mathieu.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello, what version of ser do you use? The version 0.8.11 does not include the nathelper module with force_rtp_proxy(). You have to download the new nathelper module from unstable branch and compile it within 0.8.11 source tree. As I understood it is working without problems. If you already use unstable branch, then we need the config file to help you.
Regards, }Daniel
On 10/4/2003 11:09 PM, Mathieu MALAISE wrote:
Hi all,
Starting with the "rtpproxy install notes", I try to install SER + nathelper + rtpproxy. I took the config file from klaus (http://lists.iptel.org/pipermail/serusers/2003-July/001834.html) with the modification from Maxim ( if (status=~"2[0-9][0-9]") -> if (status=~"[12][0-9][0-9]") ). and when I launch ser (/etc/init.d/ser start), I got this debug message (I put the debug to level 7, no fork):
Starting ser: 0(10136) loading module /usr/lib/ser/modules/nathelper.so 0(10136) loading module /usr/lib/ser/modules/textops.so 0(10136) loading module /usr/lib/ser/modules/sl.so 0(10136) loading module /usr/lib/ser/modules/tm.so 0(10136) loading module /usr/lib/ser/modules/rr.so 0(10136) loading module /usr/lib/ser/modules/maxfwd.so 0(10136) loading module /usr/lib/ser/modules/usrloc.so 0(10136) loading module /usr/lib/ser/modules/registrar.so 0(10136) set_mod_param_regex: usrloc matches module usrloc ... 0(10136) find_export: found <sl_reply_error> in module sl_module [/usr/lib/ser/modules/sl.so] 0(10136) find_export: <force_rtp_proxy> not found 0(10136) find_export: <force_rtp_proxy> not found 0(10136) parse error (145,33-34): unknown command, missing loadmodule?
ERROR: bad config file (2 errors) 0(10136) DEBUG: tm_shutdown : start ...
Why is force_rtp_proxy not found ? It's part of the nathelper module, isn't it ?
Thank you all for your help ! Mathieu.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers