# manage incoming replies
onreply_route[MANAGE_REPLY] {
xdbg("incoming reply\n");
if(status=~"[12][0-9][0-9]")
{
xlog("L_INFO","reply message: $T_reply_code ci:$ci");
route(NATMANAGE);
}
}
Adding the above line does not log the reply message number (180 or 183 or 200, ...).
Thanks,
R