fix NAT detection in SipService
The NAT detection in SipService just checks if the client IP is a private address. In this case keep alive is enforced. But if you use a server which also has a private address, keep alive should not be enabled to save battery. This patch modifies the NAT detection to also check the server IP. If both are private, NAT is not detected. Change-Id: If4baaf1866253ca6c432e5cc4b07e3ebd9de6ba1
Loading
Please register or sign in to comment