<div dir="ltr">Hi,<br><br>I'm getting some CRITICAL logs when accessing the content of the $mbu pseudovariable in a "onsend_route" function. The log lines look like this:<br><br>```<br>CRITICAL core    35847:core/msg_translator.c:493 null send socket<br>CRITICAL core    35847:core/msg_translator.c:893 FIXME: null send_sock<br>CRITICAL core    35847:core/msg_translator.c:493 null send socket<br>CRITICAL core    35847:core/msg_translator.c:493 null send socket<br>CRITICAL core    35847:core/msg_translator.c:493 null send socket<br>CRITICAL core    35847:core/msg_translator.c:493 null send socket<br>CRITICAL core    35847:core/msg_translator.c:1479 FIXME: null bind_address<br>CRITICAL core    35847:core/msg_translator.c:493 null send socket<br>CRITICAL core    35847:core/msg_translator.c:493 null send socket<br>CRITICAL core    35847:core/msg_translator.c:493 null send socket<br>```<br><br>I've checked the msg_translator.c source file and there are many of `LM_CRIT("FIXME: {message}\n");` calls, and I wonder if the "FIXME" tag relates to the location of the error: a Kamailio error or there is an issue in the user code.<br><br>Could I have more information about the "FIXME" tag?<br><br>Thanks in advance!<br></div>