Skip to content

Fix a MediaRelay issue while processing a SDP without ICE containing an IPv6...

Simon Morlat requested to merge fix/media-relay-master into master

Fix a MediaRelay issue while processing a SDP without ICE containing an IPv6 connection address, and flexisip has no IPv6 address available. Previously, an empty connection address was set by the MediaRelay, causing a blank call. Now, the IPv4 address will be used as fallback, which will work if the network provides NAT64 service.

Merge request reports