<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Are you firing t_on_reply?  Is it being called?<br><br>Sent from my iPhone</div><div><br>On May 15, 2013, at 11:04 AM, Robert R <<a href="mailto:rob1485@gmail.com">rob1485@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Hi,<div><br></div><div>I am trying to add a log when receiving 1xx or 2xx reply message:</div><div><br></div><div><font class="" face="arial, sans-serif"><span class="" style="white-space:nowrap"><div># manage incoming replies</div>
<div>onreply_route[MANAGE_REPLY] {</div><div>   xdbg("incoming reply\n");</div><div>   if(status=~"[12][0-9][0-9]")</div><div>   {</div><div>      xlog("L_INFO","reply message: $T_reply_code   ci:$ci"); </div>
<div>      route(NATMANAGE);</div><div>   }</div><div>}</div><div><br></div><div><br></div><div>Adding the above line does not log the reply message number (180 or 183 or 200, ...).</div><div><br></div><div>Thanks,</div><div>
R</div></span></font></div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list</span><br><span><a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a></span><br><span><a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a></span><br></div></blockquote></body></html>