Hi Sagar,
You can run tcpdump on the server and wireshark on the client and run the test.
You may get one the following things
1) no request is sent from client to the turnserver and server is not receiving anything on the turn port.
2) request is sent from client to the turnserver but server is not receiving anything on the turn port.
3) request is sent from client to the turnserver and server is receiving some data on the turn port.
If you get (1) then the issue is the related to the Client.
If you get (3) then the issue is the related to the Server.
If you get (2) then the issue is the related to the Network Configuration.
Thanks,
Shakeeb