Hi,
Using the directions above, can someone please have a look at the following and let me know if I have configured the SRV record correctly?
===========================================================
[root@sever ~]# cd /usr/local/directadmin/data/templates
[root@sever templates]# cd custom
[root@sever custom]# vi named.db
|?CNAME_TIME=14400|
|?PTR_TIME=14400|
|?TXT_TIME=14400|
$TTL 14400
@ IN SOA |NS1| |EMAIL| (
|SERIAL|
7200
3600
1209600
86400 )
|NS|
|A|
|MX|
|CNAME|
|PTR|
|TXT|
|*if DOMAIN="mydomain.co.uk"|
_sip._tls 14400 SRV 0 5061 sip.mydomain.co.uk.
_sip._tcp 14400 SRV 0 5060 sip.mydomain.co.uk.
_sipinternaltls._tcp 14400 SRV 0 5061 sip.mydomain.co.uk.
_sipinternal._tcp 14400 SRV 0 5060 sip.mydomain.co.uk.
|*endif|
==========================================================
basically, I am trying to direct SIP traffic on TLS and TCP port 5060 and 5061 to my SIP server.
Any help would be greatly appreciated.
Thanks,
Simon.