Finding the OCS server on your network
Had to find the OCS server to configure MOC client.
The steps below helped me to do so:
1. open nslookup
2. set q=SRV
3. _sipinternaltls._tcp.
Above command should return IP and port (by default 5061) to your pool.
4. _sipinternal._tcp.[domain fqdn]
Above command should return IP and port (by default 5060) to your pool.
