<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>