<HTML>
<HEAD>
<TITLE>Re: [OpenSIPS-Users] Too many hops</TITLE>
</HEAD>
<BODY>
<FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>Most likely there is a problem in your routing logic that is causing a loop. &nbsp;Each iteration of the loop causes one more &#8220;hop&#8221;. &nbsp;At some point, there are too many hops.<BR>
<BR>
I would suggest adding some xlog lines to your script and watching the log output to see where your routing is taking you. &nbsp;You should be able to see where the problem is with that.<BR>
<BR>
<BR>
<BR>
- Jeff<BR>
<BR>
<BR>
<BR>
<BR>
On 12/29/08 2:22 PM, &quot;J Santos&quot; &lt;<a href="jsantos5954@gmail.com">jsantos5954@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'> <BR>
<FONT COLOR="#000080">Hi all,<BR>
</FONT> <BR>
<FONT COLOR="#000080">I have two Xlite registered with opensips when configured with the box IP address. I can make calls between these phones.<BR>
</FONT> <BR>
<FONT COLOR="#000080">I created a SRV record &nbsp;and configured one of the phones with the domain and it is not registering. It is returning the message &quot;Registration error:483 &nbsp;Too many hops&quot;.<BR>
</FONT> <BR>
<FONT COLOR="#000080">It looks like it is coming from <BR>
</FONT> <BR>
<FONT COLOR="#000080">if (!mf_process_maxfwd_header(&quot;10&quot;)) {<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sl_send_reply(&quot;483&quot;,&quot;Too Many Hops&quot;);<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;exit;<BR>
but why ? I have only these two phones in the network.<BR>
</FONT> <BR>
<FONT COLOR="#000080">Firewall is disabled and I am forwarding ports UDP 5060-5070 &nbsp;to the opensips box.<BR>
</FONT> <BR>
<FONT COLOR="#000080">Any ideas?<BR>
</FONT> <BR>
<FONT COLOR="#000080">thanks<BR>
</FONT> <BR>
<FONT COLOR="#000080">Jair Santos<BR>
</FONT> <BR>
&nbsp;<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><SPAN STYLE='font-size:10pt'><FONT FACE="Lucida Console">_______________________________________________<BR>
Users mailing list<BR>
<a href="Users@lists.opensips.org">Users@lists.opensips.org</a><BR>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><BR>
</FONT></SPAN></BLOCKQUOTE>
</BODY>
</HTML>