If I perform a packet capture of a CUPC 7 login I see that the client performs SRV DNS queries for:
- _sip._tcp.cups-servername.proxydomain.local.
- _sip._udp.cups-servername.proxydomain.local.
- _stun._udp.proxydomain.local.
I have two questions that arrise from this observation:
- Why would the client perform a SIP SRV query against the servername instead of the SIP proxy domain? Unless I am missing something, querying the proxy domain would make a lot more sense.
Note that this behavior does not change regardless of the SIP Proxy service parameters SRV Cluster Name or Address Resolution Type being changed from their default values of null and IP respectively.
- Does CUPS run a STUN server service and if so on what port; or, is the customer environment expected to provide its own STUN server if needed?