<div>Hello i have two problems with module MSILO and  text messages from SIP client BRIA.</div><div><br></div><div>1. I can&#39;t send messages with m_dump.</div><div><div>I have installed Kamailio 3.3 in default configuration. I&#39;m added &quot;m_dump(&quot;$fu&quot;)&quot; to my config in route[REGISTRAR]. If i use client CSipSimple for sending messages to offline user &quot;333&quot;.  i&#39;m</div>
<div> receive notification message &quot;*** User 333 offline!&quot;. Next i connect to Kamailio with user &quot;333&quot; and i see in kamailio log what &quot;m_dumt&quot; trying to send messages but can&#39;t because &quot;request authorisation&quot;. How to disable authorisation request, without leak security.</div>
</div><div><div><br></div><div>route[REGISTRAR] {</div><div>        if (is_method(&quot;REGISTER&quot;))</div><div>        {</div><div>                if(isflagset(FLT_NATS))</div><div>                {</div><div>                        setbflag(FLB_NATB);</div>
<div>                        # uncomment next line to do SIP NAT pinging</div><div>                        ## setbflag(FLB_NATSIPPING);</div><div>                }</div><div>                if (!save(&quot;location&quot;))</div>
<div>                        sl_reply_error();</div><div><br></div><div>                if (m_dump(&quot;$fu&quot;))</div><div>                  {</div><div>                  log(&quot;MSILO: offline messages dumped - if they were\n&quot;);</div>
<div>                  }</div><div>                  else</div><div>                    {</div><div>                    log(&quot;MSILO: no offline messages dumped\n&quot;);</div><div>                    }</div><div>                exit;</div>
<div>        }</div><div>}</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>