Debugging Sametime A/V quick list Anders Aslund 19.Jul.12 04:37 AM a Web browser Audio/visual services 8.5.2 IFR1Windows
Debug list:
1) Try different computers to connect to the server
2) Look in logs in client:
Help->Support->View Trace
(post logs here)
3) Make absolutely sure that no firewall is blocking on the server or any client
telnet meetings.company.com 5080
(is it refused??)
4) Meeting and Media Manager is put on the same box, this could be a problem. Which ports is this server listening to? Plz do a:
netstat -an | grep "EN " <--- linux
netstat -an | find "LISTENING" <--- windows