my ubuntu turn server(rfc5766) installed on Windows Azure is not working.
i modified turnserver.conf file as below.
listening-ip = <private-ip>
relay-ip = <vip>
external-ip=<vip>
external-ip=vip/private-ip
user="user_one_name":"user_one_pw"
user="user_two_name":"user_two_pw"
start command : turnserver -L <vip>
but not change when ice fail.
there is no console message
there is no ice relay candidate which two peers received
iceConnectionState : checking
iceGetheringState : not complete
what's wrong?