Re: [OpenSIPS-Devel] [opensips] 1.10 - lumps bug when doing fix_nated_sdp() with topology_hiding() (#116)

2014-05-07 Thread Liviu Chircu
The fix was backported to 1.11 and 1.10. Please re-open this issue if the 
problem persists.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/116#issuecomment-42419492___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] 1.10 - lumps bug when doing fix_nated_sdp() with topology_hiding() (#116)

2014-05-07 Thread Liviu Chircu
Closed #116.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/116#event-118646675___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] 1.10 - lumps bug when doing fix_nated_sdp() with topology_hiding() (#116)

2014-04-22 Thread Bogdan Andrei IANCU
An issue which lead to similar behavior was fixed in commit f9d9654. I strongly 
suggest you update your 1.11 sources, cherry-pick commit f9d9654, and see if 
the problem persists.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/116#issuecomment-41081269___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] 1.10 - lumps bug when doing fix_nated_sdp() with topology_hiding() (#116)

2014-04-22 Thread Nick Altmann
I'll test it soon.

--
С уважением,
Николай


2014-04-22 23:10 GMT+04:00 Bogdan Andrei IANCU notificati...@github.com:

 An issue which lead to similar behavior was fixed in commit 
 f9d9654https://github.com/OpenSIPS/opensips/commit/f9d9654.
 I strongly suggest you update your 1.11 sources, cherry-pick commit
 f9d9654 https://github.com/OpenSIPS/opensips/commit/f9d9654, and see if
 the problem persists.

 —
 Reply to this email directly or view it on 
 GitHubhttps://github.com/OpenSIPS/opensips/issues/116#issuecomment-41081269
 .


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/116#issuecomment-41114682___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] 1.10 - lumps bug when doing fix_nated_sdp() with topology_hiding() (#116)

2014-02-20 Thread Bogdan Andrei IANCU
@nikbyte, the problem is you do in the same time fix_nated_sdp() and 
rtpproxy_offer() - both functions are trying to re-write some IP address in 
SDP. I agree this should not lead to bogus message, but also from logical 
perspective is a bit of a non-sense :).

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/116#issuecomment-35654767___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] 1.10 - lumps bug when doing fix_nated_sdp() with topology_hiding() (#116)

2014-02-20 Thread Nick Altmann
Hmm... Maybe you're right. I'll check. But in my case it has logical 
perspective.

You know, maybe it would be very nice to have in-script function to apply all 
lumps (and rebuild message), like in kamailio.

What do you think?


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/116#issuecomment-35690120___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] 1.10 - lumps bug when doing fix_nated_sdp() with topology_hiding() (#116)

2013-12-15 Thread Bogdan Andrei IANCU
Please send me by email a simple complete script that can reproduce this 
problem. Also attach a full pcap showing both received and sent SIP messages.
Thanks,
Bogdan

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/116#issuecomment-30620911___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] 1.10 - lumps bug when doing fix_nated_sdp() with topology_hiding() (#116)

2013-12-10 Thread Nick Altmann
It seems here are set of two bugs.
1. Really lumps bug because alter_mediaip() anchors to oldip before topology 
hiding lumps processed.
2. fix_nated_sdp called with 10 param has bug in replace_sdp_ip().
It search ip not only in it's own line, but whole sdp.
If o= and c= IPs are the same, it has really interesting effect, overlapping 
with first bug.


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/116#issuecomment-30219315___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel