On 09/17/12 11:03, Carsten Bock wrote:
Hi Richard,
i've noticed the use of the i and e flags for your mediaproxy implementation. Right now i'm testing a minor patch for the RTPProxy module to allow automatic selection of "ie" or "ei" just for this use case based on the media-ip type (e.g. always set "ie" if you have an IPv4 address in the SDP, always set "ei", if you have an IPv6 address).
This may work if those use cases are the only ones you're going to run into, but here we also use it for the "II" and "EE" cases, i.e. all calls and not only those where v4/6 translation is required. This is especially important for IPv4 NAT traversal.
BR