Re: [SR-Users] nathelper not changes IP

2016-11-03 Thread Daniel-Constantin Mierla
Hello, if you don't provide an ip to the rtpenging manage function, then rtpengine will use its own ip address -- in other words, rtpengine changes always the ip in sdp. Cheers, Daniel On 02/11/16 13:57, Yuriy Gorlichenko wrote: > Yes I also using rtpengine. But not using media param in it. Ok.

Re: [SR-Users] nathelper not changes IP

2016-11-02 Thread Yuriy Gorlichenko
Yes I also using rtpengine. But not using media param in it. Ok. I will try to fix it checking this staff. Let you know if it will not help thx for advices 2016-11-02 15:27 GMT+03:00 Daniel-Constantin Mierla : > It can also happen if another function that alters sdp is used, such as > those from

Re: [SR-Users] nathelper not changes IP

2016-11-02 Thread Daniel-Constantin Mierla
It can also happen if another function that alters sdp is used, such as those from rtpproxy or rtpengine modules. You can execute msg_apply_changes() before/after fix_nated_sdp(), but it is better to find the reason and do only one update of the ip in the sdp. Cheers, Daniel On 02/11/16 01:12,

Re: [SR-Users] nathelper not changes IP

2016-11-01 Thread Aqs Younas
Might be you are doing fix_nated_sdp, multiple times in configuration. On Nov 1, 2016 5:03 PM, "Yuriy Gorlichenko" wrote: > I trying to use > fix_nated_sdp with 0x02 and 0x08 flags for changing ip addres and the SDP > body part > > like > > fix_nated_sdp(10,"1.2.3.4") > > But for now it beaks SD