Hello Babu,

Thank you for the working example.
I found my mistake: I forgot the domain name on the left side of the NAPTR
record. Now it works. These are the correct entries:

fetest.at.      IN NAPTR 100 50 "s" "SIP+D2U" ""        _sip._udp.fetest.at.
fetest.at.      IN NAPTR 100 50 "s" "SIP+D2T" ""        _sip._tcp.fetest.at.

_sip._udp       SRV 0 1 5060    sipPC
_sip._tcp       SRV 0 1 5060    sipPC

Regards, Franz

> -----Original Message-----

> Please find the configuration file I am using. This might be of use
> 
> sip.udp IN      3H      SRV     1       1       5060    test1
> test1   IN      3H      A       10.1.1.11
> 
> bigu.edu        IN      3H      NAPTR   2       0       "s"     "SIP+D2U"
> 
> my zone is testdns. If you do a query for bigu.edu.testdns, the NAPTR and
> its corresponding SRV records will be returned.
> 
> Thanks,
> Babu

_______________________________________________
Sip-implementors mailing list
[email protected]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to