[SR-Users] log reply message number
Robert R
rob1485 at gmail.com
Wed May 15 20:04:51 CEST 2013
Hi,
I am trying to add a log when receiving 1xx or 2xx reply message:
# 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20130515/6c2dc434/attachment.html>
More information about the sr-users
mailing list