RE: How to create an SRV record for the CSTA service

2018-09-13 Thread John W. Blue
er 13, 2018 2:58 PM To: Reindl Harald; Gary O'Brien; bind-users ISC Subject: Re: How to create an SRV record for the CSTA service OK I made mistakes. I’m sorry for wasting anyone's time, I really am. I was trying to see if anyone had even made an SRV record for the CSTA service. My

Re: How to create an SRV record for the CSTA service

2018-09-13 Thread Darcy, Kevin
CSTA? Are you talking about the Unify Openscape Voice stuff? If so, then that's a VoIP platform, the SRV records are used for SIP stuff. So the service name is "sip" or "sips". You can't just make up service names, out of thin air, for "dumb" devices that have service names baked into their code --

Re: How to create an SRV record for the CSTA service

2018-09-13 Thread King, Harold Clyde (Hal)
OK I made mistakes. I’m sorry for wasting anyone's time, I really am. I was trying to see if anyone had even made an SRV record for the CSTA service. My presentation of the dig example was a poor choice. -- Hal King - h...@utk.edu Systems Administrator Office of Information Technology Shared

Re: How to create an SRV record for the CSTA service

2018-09-13 Thread Niall O'Reilly
On 13 Sep 2018, at 17:03, King, Harold Clyde (Hal) wrote: > _csta._tcp.csta.example.com. 3600 IN SRV 20 0 1040 > hostname.example.com Instead of "hostname.example.com", you need "hostname.example.com.", with a trailing dot. Niall O'Reilly signature.asc Description: OpenPGP digita

Re: How to create an SRV record for the CSTA service

2018-09-13 Thread Niall O'Reilly
On 13 Sep 2018, at 16:39, King, Harold Clyde (Hal) wrote: > Here's what I thought it should be: > _csta_tcp.csta-example.com. 3600 IN SRV hostname.example.com. The SRV record needs 4 data items; you've specified only one. For an easy read: https://en.wikipedia.org/wiki/SRV_record For something

Re: How to create an SRV record for the CSTA service

2018-09-13 Thread King, Harold Clyde (Hal)
You have me dead to rights on that. I was trying to make an example and failed. Here's my record: _csta._tcp.csta.example.com. 3600 IN SRV 20 0 1040 hostname.example.com -- Hal King - h...@utk.edu Systems Administrator Office of Information Technology Shared Systems Services The

Re: How to create an SRV record for the CSTA service

2018-09-13 Thread King, Harold Clyde (Hal)
There's a typo in my record. It's _csta._tcp.csta-example.com. 3600 IN SRV hostname.example.com. -- Hal King - h...@utk.edu Systems Administrator Office of Information Technology Shared Systems Services The University of Tennessee 103C5 Kingston Pike Building 2309 Kingston Pk. Knoxville, TN 3

How to create an SRV record for the CSTA service

2018-09-13 Thread King, Harold Clyde (Hal)
I'm kinda stuck. I am tasked with creating an SRV record for the CSTA service. But I must be doing it wrong. Here's what I thought it should be: _csta_tcp.csta-example.com. 3600 IN SRV hostname.example.com. Am I even close? -- Hal King - h...@utk.edu Systems Administrator Office of Informa