<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">In the past I would insert xlog with $mb into my script for debugging purposes. Now I find that the message buffer output is not being formatted.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Instead of</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="background-color:#ffffff;"><span style="color:#000000;"><span style="font-family:monospace;">Message Buffer</span></span></span></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="background-color:#ffffff;"><span style="color:#000000;">REGISTER sip:192.168.1.2 SIP/2.0</span></span></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="background-color:#ffffff;"><span style="color:#000000;">Via: SIP/2.0/UDP 192.168.1.4:5070;branch=z</span></span>9hG4bKce021e1d6a292d1504d0ff89e60c9ba;rport</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="background-color:#ffffff;"><span style="color:#000000;">I get</span></span></p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="background-color:#ffffff;"><span style="color:#000000;">Message Buffer#012 REGISTER sip:192.168.1.2 SIP/2.0#015#012Via: SIP/2.0/UDP 192.168.1.4:5070;branch=z</span></span><br />9hG4bKce021e1d6a292d1504d0ff89e60c9ba;rport#015#012</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Instead of LF I get #012</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Instead of CR I get #015</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">What may have caused this change and how can I restore the old behaviour?</p>
<p> </p>
</body>
</html>