<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=Windows-1252>
<META content="MSHTML 6.00.6000.16674" name=GENERATOR></HEAD>
<BODY id=MailContainerBody
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px"
bgColor=#ffffff leftMargin=0 topMargin=0 CanvasTabStop="true"
name="Compose message area">
<DIV>
<DIV><FONT size=2>Hi,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I am using openSER as a simple sip proxy for calls between two
sip end-points. By snooping the traffic I can verify that the openSER
proxies ALL sip messages/responses but non of the following log statements
do not log the response messages (180, 200). Am I missing
anything.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>route<BR>{</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2> xlog("(route) usr=$ru method=$rm request_port=$rp
received_port=$Rp original port=$op destination_port=$dp
src_port=$sp");<BR> xlog("(route) reply_status=$rs");</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2> if(status=="180")<BR>
{<BR> xlog("this is a 180 Ringing
reply");<BR> };</FONT><BR></DIV>
<DIV><FONT size=2> if(status=="200")<BR>
{<BR> xlog("this is a 200 OK
reply");<BR> };<BR></FONT></DIV>
<DIV><FONT size=2>.....</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>}</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks,</FONT></DIV>
<DIV><FONT size=2> </DIV></FONT></DIV></BODY></HTML>