Re: [OpenSER-Users] NAT problem in bridging mode

2008-05-21 Thread Christian Koch
Thanks!!! With that flag it works without modifying the rtpproxy code. I simply missed that flag. Ovidiu Sas schrieb: > Try to use flag 'w' when you use force_rtp_proxy(). > http://www.openser.org/docs/modules/1.3.x/nathelper.html#AEN316 > > Regards, > Ovidiu Sas > > On Wed, May 21, 2008 at 8:23

Re: [OpenSER-Users] NAT problem in bridging mode

2008-05-21 Thread Ovidiu Sas
Try to use flag 'w' when you use force_rtp_proxy(). http://www.openser.org/docs/modules/1.3.x/nathelper.html#AEN316 Regards, Ovidiu Sas On Wed, May 21, 2008 at 8:23 AM, Christian Koch <[EMAIL PROTECTED]> wrote: > Just in case anybody is facing the same problem: I found the solution > for this con

Re: [OpenSER-Users] NAT problem in bridging mode

2008-05-21 Thread Christian Koch
Just in case anybody is facing the same problem: I found the solution for this configuration. rtpproxy handles the bridging mode in a way which doesn't fit my configuration. It assumes UAC1 is not behind a NAT. So you have to remove the following line from the rtpproxy code and recompile: asym

[OpenSER-Users] NAT problem in bridging mode

2008-05-16 Thread Christian Koch
Hi, I have a problem with openser and rtpproxy. I'm trying to use them as a gateway between the public internet and a LAN. Clients in the internet may be natted, so I'm using nathelper. Calls are only made from LAN to outside or vice versa, but not from LAN to LAN or from outside to outside.