Thomas
2006-Jan-18 15:35 UTC
[Asterisk-Users] chan_sip.c:5262 sip_reg_timeout Probably a DNS error for registration
Hello, I have a problem with an LAN-Server behind an NAT-router. Asterisk Version 1.2.1 or 1.2.2 doesnt matter 10 minutes after starting Asterisk I loose all registrations at external SIP-proxys. The reason seemed to be that Asterisk send every second an request to every sip-proxy "Request: OPTIONS sip:sip.domain.tld". Every request is responded by the sip-proxy. After some minutes it seemed to be enough for the sip-proxy and the sip-proxy is moving to status unregistered. settings in sip.conf externip= WAN-IP of the router NAT = yes I have forwarded all relevant ports from the router to the Asterisk-Server. The IP is static so there is no problem with the DNS. I have no idea why Asterisk is sending every second this request to the SIP-Proxy. Other functions are OK chan_sip.c:5262 sip_reg_timeout: -- Registration for 'user@sip-proxy' timed out, trying again (Attempt #11) chan_sip.c:5345 transmit_register: Probably a DNS error for registration to user@sip-proxy, trying REGISTER again (after 60 seconds) best regards Thomas
Thomas
2006-Feb-25 05:57 UTC
[Asterisk-Users] Re: chan_sip.c:5262 sip_reg_timeout Probably a DNS error for registration
On Wednesday 18 January 2006 23:35, you wrote:> Hello, > > I have a problem with an LAN-Server behind an NAT-router. > Asterisk Version 1.2.1 or 1.2.2 doesnt matter > > 10 minutes after starting Asterisk I loose all registrations at external > SIP-proxys. > > The reason seemed to be that Asterisk send every second an request to every > sip-proxy "Request: OPTIONS sip:sip.domain.tld". Every request is responded > by the sip-proxy. > After some minutes it seemed to be enough for the sip-proxy and the > sip-proxy is moving to status unregistered. > > settings in sip.conf > > externip= WAN-IP of the router > NAT = yes > > I have forwarded all relevant ports from the router to the Asterisk-Server. > The IP is static so there is no problem with the DNS. > > I have no idea why Asterisk is sending every second this request to the > SIP-Proxy. > > Other functions are OK > > > chan_sip.c:5262 sip_reg_timeout: -- Registration for 'user@sip-proxy' > timed out, trying again (Attempt #11) > chan_sip.c:5345 transmit_register: Probably a DNS error for registration to > user@sip-proxy, trying REGISTER again (after 60 seconds)I do not use anymore qualify=yes in sip.conf for the peers and there is no problem any more. best regards Thomas