<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000'><style></style><div><font face="Arial" size="2">Hello Brett,</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">Thanks for you quick reply, </font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">I did check the binding with netstat -nlp, this is 
correct.&nbsp; </font></div>
<div><font face="Arial" size="2">I did not find a firewall.</font></div>
<div><font face="Arial" size="2">Hard to tell is opensips is running, I see no 
action what so ever.&nbsp; I only knnow the process is there.</font></div>
<div><font face="Arial" size="2">there is section in the main route to handle the 
register message:</font></div>
<div><font face="Arial" size="2">"</font></div>
<div><font face="Arial" size="2">route{</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!mf_process_maxfwd_header("10")) 
{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_send_reply("483","Too Many Hops");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
exit;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (is_method("REGISTER"))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xlog("L_ERR","received an register");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
sl_send_reply("200","OK");</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">}<br>"</font></div>
<div><font face="Arial" size="2">I attached the start-up log, after this nothing 
happens any more, debug=9</font></div>
<div><font face="Arial" size="2">I dont have the packages you suggested to trace, 
but I'm sure of the output of tcpdump</font></div>
<div><font face="Arial" size="2">"tcpdump -i eth0 -X -s 2048 port 5060"</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">I'm lost and I know there is too little info to 
help, i looks like or opensips is not running or it does not 
receive</font></div>
<div><font face="Arial" size="2">anything.&nbsp; Is there any way to have a little&nbsp;log 
info&nbsp;on the udp_server?&nbsp; On a solaris machine I would use dtrace</font></div>
<div><font face="Arial" size="2">to see what it happening but for.&nbsp; The linux 
version of it systemtap seems a bit too complex.</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">Any suggestions on how i could 
proceed?</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">Kind regards,</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">Erik Buelens</font></div>
<blockquote style="padding-right: 0px; padding-left: 5px; margin-left: 5px; border-left: 2px solid rgb(0, 0, 0); margin-right: 0px;">
<div style="font: 10pt arial;">----- Original Message ----- </div>
<div style="background: none repeat scroll 0% 0% rgb(228, 228, 228); font: 10pt arial;"><b>From:</b> <a title="brett@nemeroff.com" href="mailto:brett@nemeroff.com">Brett Nemeroff</a> 
</div>
<div style="font: 10pt arial;"><b>To:</b> <a title="users@lists.opensips.org" href="mailto:users@lists.opensips.org">OpenSIPS users mailling list</a> </div>
<div style="font: 10pt arial;"><b>Sent:</b> Tuesday, August 10, 2010 4:30 
PM</div>
<div style="font: 10pt arial;"><b>Subject:</b> Re: [OpenSIPS-Users] how to debug 
new opensips setup</div>
<div><font face="Arial" size="2"></font><font face="Arial" size="2"></font><br></div>On 
Tue, Aug 10, 2010 at 9:23 AM, <span dir="ltr">&lt;<a href="mailto:erik.buelens@telenet.be">erik.buelens@telenet.be</a>&gt;</span> 
wrote:<br>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="padding-left: 1ex; margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204);">
<div>
<div style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Arial,Helvetica,sans-serif;">
<div><font face="Arial" size="2">Hello,</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">I'm new to opensips, i've sip experience but little 
programming skills.</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">I've installed the opensips module on a virtual 
machine running centos.</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">I've not seen compiler errors.&nbsp; Port 5060 is 
listend.</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">When I'm sending a register message, which also 
arrives on the interface, verified with tcpdump</font></div>
<div><font face="Arial" size="2">I don't see any respons.</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">I tought when i would compile with mode=debug i 
would get some logging but neither in the terminal nor on in</font></div>
<div><font face="Arial" size="2">the syslog i get any info.</font></div>
<div><font class="Apple-style-span" face="arial"><span class="Apple-style-span" style="font-size: small;"><font class="Apple-style-span" face="Verdana, Arial, Helvetica, sans-serif"><br></font></span></font></div></div></div></blockquote>
<div>Couple of comments:</div>
<div>To turn on debug, set:</div>
<div>debug=3&nbsp;(or higher)&nbsp;</div>
<div>in opensips.cfg, then restart (opensipsctl restart)</div>
<div><br></div>
<div>instead of using tcpdump, try using a tool like ngrep or tshark:</div>
<div>ngrep -qW byline port 5060</div>
<div>tshark -i any port 5060</div>
<div><br></div>
<div>It's hard to diagnose the problem you are having without more information. 
I guess what you need to check on:</div>
<div>1. Is opensips listening on the same interface you are receiving the 
message? (netstat -nlp)</div>
<div>2. Is there a firewall blocking the traffic?</div>
<div>3. Is opensips actually running (seriously!)</div>
<div>4. Does your opensips.cfg actually handle REGISTERs? if you have a bunch of 
if (is_method("INVITE")) but nothing for REGISTER, it might end up just ignoring 
it altogether.</div>
<div><br></div>
<div>normal "debugging" for the transactions isn't something you need to set 
during compile, it's a configuration parameter.</div>
<div><br></div>
<div>Ultimately, that should help out. The opensips debug log will point you in 
the right direction, but honestly, I think while learning opensips, that debug 
log might be a little intimidating for this sort of problem. I'd check the other 
points first. :)<br><br></div>
<div>-Brett</div>
<div><br></div></div>
<p>
</p><hr>

<p></p>_______________________________________________<br>Users mailing 
list<br>Users@lists.opensips.org<br>http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br></blockquote></div></body></html>