 |
F.A.Q. |
 |
|
| Setup |
| How do I do a lookup for Callcentric SRV records? |
 |
There are avarious ways to do a lookup for SRV Callcentric SRV records.
Note: Keep in mind that SRV records change regularly and what you see may not match what is shown below perfectly:
Linux/Unix/OSX:dig -t SRV _service._protocol.fqdn For example:dig -t SRV _sip._udp.sip.callcentric.net
; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> -t SRV _sip._udp.sip.callcentric.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54164
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;_sip._udp.sip.callcentric.net. IN SRV
;; ANSWER SECTION:
_sip._udp.sip.callcentric.net. 60 IN SRV 20 0 5080 bravo15.callcentric.net.
_sip._udp.sip.callcentric.net. 60 IN SRV 20 0 5080 bravo14.callcentric.net.
_sip._udp.sip.callcentric.net. 60 IN SRV 20 0 5080 bravo12.callcentric.net.
_sip._udp.sip.callcentric.net. 60 IN SRV 20 0 5080 bravo13.callcentric.net.
Windows:
dig -t SRV _sip._udp.fqdn For example:nslookup -querytype=srv _sip._udp.sip.callcentric.net
_sip._udp.sip.callcentric.net SRV service location:
priority = 20
weight = 0
port = 5080
svr hostname = bravo13.callcentric.net
_sip._udp.sip.callcentric.net SRV service location:
priority = 20
weight = 0
port = 5080
svr hostname = bravo14.callcentric.net
_sip._udp.sip.callcentric.net SRV service location:
priority = 20
weight = 0
port = 5080
svr hostname = bravo15.callcentric.net
_sip._udp.sip.callcentric.net SRV service location:
priority = 20
weight = 0
port = 5080
svr hostname = bravo12.callcentric.net
callcentric.net nameserver = ns-1058.awsdns-04.org
callcentric.net nameserver = ns-1572.awsdns-04.co.uk
callcentric.net nameserver = ns-292.awsdns-36.com
callcentric.net nameserver = ns-777.awsdns-33.net
bravo12.callcentric.net internet address = 199.87.144.72
bravo13.callcentric.net internet address = 199.87.144.73
bravo14.callcentric.net internet address = 199.87.144.74
bravo15.callcentric.net internet address = 199.87.144.75
ns-292.awsdns-36.com internet address = 205.251.193.36
ns-292.awsdns-36.com AAAA IPv6 address = 2600:9000:5301:2400::1
ns-777.awsdns-33.net internet address = 205.251.195.9
ns-777.awsdns-33.net AAAA IPv6 address = 2600:9000:5303:900::1
If you have more questions please open a trouble ticket on your account. |
|
|
|