<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Hi all,<br>I noticed that if I request to log a field that was not present in the SIP message it doesnt log 'n/a' anymore.<br>Is this design intent ?<br><br>Here is an example:<br>/* I would like to see diversion in log */<br>modparam("acc", "log_extra", "div=$di")<br><br>However if not present, later I get an error in the logs:<br>xl_get_diversion: ERROR cannot parse Diversion header<br><br>The 1.1.x behavior was to not generate that error while the actual ACC had a value of 'n/a'.<br><br>Regards,<br>Will<br></div></body>
</html>