Hi list,
 
I`m in trouble configuring DNS.
My SER was working fine. I started a named process at the same server with the configuration below. Using any SIP client as Sipura or X-Pro, I receive 483 error (too many hops).
Nbody could help me?
 
######
$ttl 38400
@               IN      SOA     server.domain.com. vitor.domain.com. (
                        1104286100
                        10800
                        3600
                        604800
                        38400 )
 
                IN      NS      ns.domain.com.
 
$ORIGIN domain.com.
 
_sip._udp      SRV     0       0       5060    sip
server            IN      A      1.2.3.4
sip                IN      A      1.2.3.4
#####
 
 
Thanks,
Vitor Brasileiro.