On Wed, Sep 24, 2014 at 3:26 PM, Juha Heinanen <jh@tutpro.com> wrote:
Sebastian Damm writes:
> fix_nated_sdp("1");
> rtpproxy_offer();
i would make only one of the above calls depending on if the destination
supports direction:active or not.

But what if I don't know what NAT situation is present for this call? I just know, that it's some kind of NAT. I disabled the fix_nated_sdp part for now, but I would enable it again if possible.
 
Sebastian