Hi,<br><br>I have this code:<br><br>        if ( is_user_in(&quot;From&quot;, &quot;blocked&quot;) &amp;&amp; is_method(&quot;INVITE&quot;)) {<br>                xlog(&quot;L_INFO&quot;, &quot;XLOG: [number_and_ruri_checks] NOTICE: Account ($fu) to ($ru) is blocked&quot;);<br>
                sl_send_reply(&quot;403&quot;, &quot; Account blocked &quot;);<br>                exit;<br>        }<br><br>I would like to account also this answer to Radius, now I have it only in application xlog. <br><br>
Thanks,<br>Mino<br><br>