<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Well, trying to think in straight lines here:</DIV>
<DIV>1. Too many hops should be sent as a result of the following line in your 
ser.cfg:</DIV>
<DIV>if (!mf_process_maxfwd_header("10")) </DIV>
<DIV>2. So, we have one of two possibilitites:</DIV>
<DIV>&nbsp;&nbsp;&nbsp; a) The test triggers when it should not</DIV>
<DIV>&nbsp;&nbsp;&nbsp; b) The test is correct</DIV>
<DIV>3. b) is very likely (unless you have a config error), so we have the 
following possibilities:<BR>&nbsp;&nbsp;&nbsp; i) The header has currectly 
recorded too many hops when it reaches ser</DIV>
<DIV>&nbsp;&nbsp;&nbsp; ii) The&nbsp;Max-Forwards&nbsp;header is set to too low 
in the INVITE</DIV>
<DIV>&nbsp;&nbsp;&nbsp; iii) ser forwards the INVITE to itself over and over 
until too many hops is reached</DIV>
<DIV>&nbsp;</DIV>
<DIV>Have I missed anything?&nbsp; Maybe you could post the tcpdump and xpro 
logs?</DIV>
<DIV>g-)</DIV>
<DIV>&nbsp;&nbsp;&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>---- Original Message ----<BR>From: Vitor Brasileiro<BR>To: Greger V. 
Teigre ; serusers@lists.iptel.org<BR>Sent: Thursday, December 30, 2004 02:21 
PM<BR>Subject: Re: [Serusers] DNS<BR><BR>&gt; Thanks ur comments.<BR>&gt; I'm 
using tcpdum for debugging issues instead of ngrep.<BR>&gt; SER receives a 
REGISTER message and replys with 483, TOO MANY HOPS<BR>&gt; message. <BR>&gt; 
I'm using three alias ('cause I don't know the rigt one to be used):<BR>&gt; 
1.2.3.4, domain.com and sip.domain.com <BR>&gt; The diagnostic of X-PRO relates 
the same as SER.<BR>&gt; <BR>&gt; Vitor Brasileiro.<BR>&gt; <BR>&gt; ----- 
Original Message -----<BR>&gt; From: Greger V. Teigre<BR>&gt; To: Vitor 
Brasileiro ; serusers@lists.iptel.org<BR>&gt; Sent: Thursday, December 30, 2004 6:36 
AM<BR>&gt; Subject: Re: [Serusers] DNS<BR>&gt; <BR>&gt; <BR>&gt; Look at the 
ngrep trace on your ser to see what happens&nbsp; (see in<BR>&gt; ser/bin/ 
directory for a filter script with ngrep instructions at the<BR>&gt; top).&nbsp; 
Especially look at what happens when the message leaves your<BR>&gt; ser 
destined for the next hop.&nbsp; (I assume that the first message<BR>&gt; 
reached ser?!)&nbsp;&nbsp;&nbsp; <BR>&gt; You may experience this ex. if aliases 
in your ser.conf have not been<BR>&gt; specified for all IP addresses/aliases of 
your server.&nbsp; Ser will then<BR>&gt; not recognize messages.&nbsp; 
<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; If the message does not reach ser at all, look 
at X-Pros<BR>&gt; diagnostic log.&nbsp; Post the part related to DNS lookup. 
<BR>&gt; g-)<BR>&gt; <BR>&gt; ---- Original Message ----<BR>&gt; From: Vitor 
Brasileiro<BR>&gt; To: serusers@lists.iptel.org<BR>&gt; Sent: Thursday, December 30, 
2004 03:02 AM<BR>&gt; Subject: [Serusers] DNS<BR>&gt; <BR>&gt;&gt; Hi 
list,<BR>&gt;&gt; <BR>&gt;&gt; I`m in trouble configuring DNS.<BR>&gt;&gt; My 
SER was working fine. I started a named process at the same server<BR>&gt;&gt; 
with the configuration below. Using any SIP client as Sipura or<BR>&gt;&gt; 
X-Pro, I receive 483 error (too many hops).<BR>&gt;&gt; Nbody could help 
me?<BR>&gt;&gt; <BR>&gt;&gt; ######<BR>&gt;&gt; $ttl 38400<BR>&gt;&gt; 
@&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
IN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SOA&nbsp;&nbsp;&nbsp;&nbsp; server.domain.com. 
vitor.domain.com.<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 

1104286100<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
10800<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
3600<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
604800<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
38400 )<BR>&gt;&gt; 
<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
IN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ns.domain.com.<BR>&gt;&gt; <BR>&gt;&gt; $ORIGIN domain.com.<BR>&gt;&gt; 
<BR>&gt;&gt; _sip._udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SRV&nbsp;&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
5060&nbsp;&nbsp;&nbsp; sip<BR>&gt;&gt; 
server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
IN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1.2.3.4<BR>&gt;&gt; 
sip&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
IN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1.2.3.4<BR>&gt;&gt; #####<BR>&gt;&gt; <BR>&gt;&gt; <BR>&gt;&gt; 
Thanks,<BR>&gt;&gt; Vitor Brasileiro.<BR>&gt;&gt; <BR>&gt;&gt; <BR>&gt;&gt; 
<BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; 
Serusers mailing list<BR>&gt;&gt; serusers@lists.iptel.org<BR>&gt;&gt; 
http://lists.iptel.org/mailman/listinfo/serusers</DIV></BODY></HTML>