Here we listen all non-SIP sockets as IPv6.
2. bin/setenv.sh
Remove
Code:
-Djava.net.preferIPv4Stack=true
3. flashphoner.properties
Code:
# ip will be used in SIP SDP
ip = myipv6host.com
# SIP and RTP traffic will be bound on this address
ip_local = ::1
# rtc_ip will be used in WebRTC SDP
rtc_ip = myipv6host.com
# ICE, SRTP WebRTC datagram sockets will be bound on this address
rtc_ip_local = ::1