Solved! Go to Solution.
This indicates that the site you are calling does not have DNS SRV records in place which points to the relevant device the system is registered to; i.e. a Gatekeeper, VCS, SBC etc.
/jens
Please rate replies and mark question(s) as "answered" if applicable.
This indicates that the site you are calling does not have DNS SRV records in place which points to the relevant device the system is registered to; i.e. a Gatekeeper, VCS, SBC etc.
/jens
Please rate replies and mark question(s) as "answered" if applicable.
I agree with Jens - it's easy to check, here is the command (on Windows) to check for H.323 lookup services:
nslookup -querytype=srv _h323ls._udp.domain.xx
Try that replacing domain.xx with whatever you are using. If you try that with cisco.com you'll get a lot in your response, my guess is on your domain you'll get nothing.
The other possibility is whatever you are calling from doesn't have DNS configured correctly so it has no way to query a DNS server to resolve the domain. It's one or the other (or both).