Re: [SR-Users] question about rtpproxy "r" flag

2013-07-13 Thread Juha Heinanen
Richard Fuchs writes: > > This is possible through the second parameter to > > rtpproxy_offer/answer/manage(). Mediaproxy-ng doesn't support this yet > > (we have no use for it, auto-discovery works well enough), but it's next > > up on my todo list for compatibility's sake. > > This is now imple

Re: [SR-Users] question about rtpproxy "r" flag

2013-07-12 Thread Richard Fuchs
On 07/12/13 08:32, Richard Fuchs wrote: > On 07/12/13 05:48, Juha Heinanen wrote: >> it would result in double rewrite of the sdp when one motivation of >> using mediaproxy-ng is that it does the rewriting only once. there >> should be possibility pass sdp ip address as parameter in offer and >>

Re: [SR-Users] question about rtpproxy "r" flag

2013-07-12 Thread Juha Heinanen
Richard Fuchs writes: > In case of mediaproxy-ng, it doesn't wait. If it hasn't received > anything from the other endpoint yet, then it will use whatever address > it was given (either from the SDP or the SIP source address). Once it > has received a packet from the other endpoint, it will use th

Re: [SR-Users] question about rtpproxy "r" flag

2013-07-12 Thread Richard Fuchs
On 07/12/13 05:48, Juha Heinanen wrote: > it is not what the above description tells. it just tells where > rtpproxy takes the address, nothing about when it starts to send > packets. proper use of rtpproxy or mediaproxy-ng is difficult until > this has been clarified. waiting for both parties

Re: [SR-Users] question about rtpproxy "r" flag

2013-07-12 Thread Juha Heinanen
Alex Hermann writes: > > rtpproxy_offer and answer functions have "r" flag described as follows: > > > > r - flags that IP address in SDP should be trusted. Without this flag, > > rtpproxy ignores address in the SDP and uses source address of the SIP > > message as media address which is pa

Re: [SR-Users] question about rtpproxy "r" flag

2013-07-12 Thread Alex Hermann
On Friday 12 July 2013 06:59:38 Juha Heinanen wrote: > rtpproxy_offer and answer functions have "r" flag described as follows: > > r - flags that IP address in SDP should be trusted. Without this flag, > rtpproxy ignores address in the SDP and uses source address of the SIP > message as medi

[SR-Users] question about rtpproxy "r" flag

2013-07-11 Thread Juha Heinanen
rtpproxy_offer and answer functions have "r" flag described as follows: r - flags that IP address in SDP should be trusted. Without this flag, rtpproxy ignores address in the SDP and uses source address of the SIP message as media address which is passed to the RTP proxy. how does rtpproxy