02-20-2013 01:37 PM - edited 03-18-2019 12:37 AM
Does anyone has instruction or can point me to a document that explains how to configure VCS endpoints to use SRV records. i configured SRV in DNS to support sip_tcp, sips_tls and sip_tls on port 5061 and configured SIP on endpoints to use URI for registration but the VCS-C never received a SIP registration. I ran wireshark on DNS server and no query related to SIP URI from endpoints.
02-20-2013 02:19 PM
As log as they have recent firmware and a DNS Server datafilled they should look automatically. SRV records should be:
_sips._tcp.
_sip._tcp.
Thanks,
Guy
Sent from Cisco Technical Support iPhone App
02-20-2013 02:28 PM
how recent firmware? one of the test endpoint XMP is running F9.1 NTSC and the C60 is TC5.1.0.280662. My Movi client was successfully registered using SRV SIPS. thanks
02-20-2013 04:24 PM
These software versons should work ok DNS SRV wise
(though you could upgrade to F9.3 and TC6 (or at least TC5.1.6), as some other bugs are fixed (check the releasenotes for more info).
Could you post your exact DNS config and what you have set up on the endpoints.
We are using SRV and it works fine.
If its a public resolvable domain, feel free to share it with us (or me via PM),
I could look it up and check it its ok.
Maybe your endpoints do not use this specific dns server.
You can also log in with ssh as root on the c-series endpoints and run a
tcpdump -nlvvs0 port 53
or use a monitor port.
Maybe you have set a wrong dns server, the dns entries itself are wrong or you have configured the endpoint wrong
or something else :-)
Please remember to rate helpful responses and identify
02-22-2013 05:31 AM
I spoke to vCS Support engineer last night and they told me only VCS-C will perform SRV and not the endpoint. endpoint must specify a SIP proxy to register. I don't specify a SIP proxy for movi and it works. I specified a Dns server and SIP URI in the endpoints and ran a wire shark on DNs server and never saw the SrV query coming from the endpoint.
Sent from Cisco Technical Support iPhone App
02-22-2013 05:51 AM
That is not true. The endpoints do perform DNS SRV record look ups - it is all we datafill ours with, and we have EX60/90, MX200/300, SX20 and other C-Series endpoints along with some e20 and MXP.
02-22-2013 06:08 AM
THanks for comfirmation. I specified the following for the C60 series:
Network 1:
DNS: Domain name : vcs.test.net
Server 1 Address: 10.40.50.12
Sip Profile 1:
Defaulttransport : Auto
Displayname : c60
Outbound: Off
TLS Verify: OFf
Type: Standard
URI 1: c60@vcs.test.net
nothing for Authentication 1 and Proxy 1
on the VCS-C I allows registration for anything starting with C60*
Please let me know if I am missing anything. Thanks
02-22-2013 06:14 AM
DNS domain name should be the DNS suffix for the device. eg. cisco.com
DNS server 1 address, the DNS server e.g. 8.8.8.8
SIP profile 1 proxy 1 is where the SRV Cluster FQDN goes. eg. myvcs.cisco.com
then the endpoint will do a DNS SRV lookup for _sips._tcp.myvcs.cisco.com
Thanks,
Guy
02-22-2013 06:30 AM
great. It works now. so what missing is the domain in the SIP Proxy 1. I though just specify the SIP URI is enough. Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide