 |
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.callcentric.com
; <<>> DiG 9.8.3-P1 <<>> -t SRV _sip._udp.callcentric.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30703
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 3, ADDITIONAL: 6
;; QUESTION SECTION:
;_sip._udp.callcentric.com. IN SRV
;; ANSWER SECTION:
_sip._udp.callcentric.com. 600 IN SRV 20 0 5080 alpha17.callcentric.com.
_sip._udp.callcentric.com. 600 IN SRV 20 0 5080 alpha18.callcentric.com.
_sip._udp.callcentric.com. 600 IN SRV 20 0 5080 alpha19.callcentric.com.
_sip._udp.callcentric.com. 600 IN SRV 20 0 5080 alpha11.callcentric.com.
_sip._udp.callcentric.com. 600 IN SRV 20 0 5080 alpha12.callcentric.com.
_sip._udp.callcentric.com. 600 IN SRV 20 0 5080 alpha13.callcentric.com.
_sip._udp.callcentric.com. 600 IN SRV 20 0 5080 alpha15.callcentric.com.
;; AUTHORITY SECTION:
callcentric.com. 1200 IN NS ns1.telengy.net.
callcentric.com. 1200 IN NS ns3.telengy.net.
callcentric.com. 1200 IN NS ns4.telengy.net.
;; ADDITIONAL SECTION:
alpha11.callcentric.com. 600 IN A 204.11.192.159
alpha12.callcentric.com. 600 IN A 204.11.192.160
alpha13.callcentric.com. 600 IN A 204.11.192.161
alpha15.callcentric.com. 600 IN A 204.11.192.163
alpha17.callcentric.com. 600 IN A 204.11.192.169
alpha18.callcentric.com. 600 IN A 204.11.192.170
;; Query time: 37 msec
;; SERVER: 66.193.176.41#53(66.193.176.41)
;; WHEN: Tue Mar 18 13:23:19 2014
;; MSG SIZE rcvd: 505
Windows:
dig -t SRV _sip._udp.fqdn For example:nslookup -type=all _sip._udp.callcentric.com
_sip._udp.srv.callcentric.com SRV service location:
priority = 20
weight = 0
port = 5080
svr hostname = alpha5.callcentric.com
_sip._udp.srv.callcentric.com SRV service location:
priority = 20
weight = 0
port = 5080
svr hostname = alpha6.callcentric.com
_sip._udp.srv.callcentric.com SRV service location:
priority = 20
weight = 0
port = 5080
svr hostname = alpha7.callcentric.com
_sip._udp.srv.callcentric.com SRV service location:
priority = 20
weight = 0
port = 5080
svr hostname = alpha3.callcentric.com
_sip._udp.srv.callcentric.com SRV service location:
priority = 20
weight = 0
port = 5080
svr hostname = alpha4.callcentric.com
callcentric.com nameserver = ns3.telengy.net
callcentric.com nameserver = ns4.telengy.net
callcentric.com nameserver = ns1.telengy.net
alpha3.callcentric.com internet address = 204.11.192.31
alpha4.callcentric.com internet address = 204.11.192.34
alpha5.callcentric.com internet address = 204.11.192.35
alpha6.callcentric.com internet address = 204.11.192.36
alpha7.callcentric.com internet address = 204.11.192.37
ns1.telengy.net internet address = 66.193.176.41
ns3.telengy.net internet address = 204.11.192.68
ns4.telengy.net internet address = 108.166.115.47
If you have more questions please open a trouble ticket on your account. |
|
|
|