<div dir="ltr">Hi,<div><br></div><div>I user latest Opensips 2.2 from git.</div><div><br></div><div>When use Async radius Opensips not generate CDR.</div><div>Here is example:<br><br>-----------------------<br><div>route {</div><div><span class="" style="white-space:pre">        </span>......</div><div><span class="" style="white-space:pre">        </span>if ( is_method(&quot;INVITE&quot;) ) {</div><div><span class="" style="white-space:pre">                </span>.....</div><div><span class="" style="white-space:pre">                </span>async( radius_send_auth(&quot;invite&quot;,&quot;invrespons&quot;), return_invite );</div><div><span class="" style="white-space:pre">        </span>}</div><div><br></div><div>}</div><div><br></div><div>route[return_invite] {</div><div><span class="" style="white-space:pre">        </span>.....</div><div><span class="" style="white-space:pre">        </span>create_dialog(&quot;PB&quot;);</div><div><span class="" style="white-space:pre">        </span>setflag(MAKE_CDR);</div><div><span class="" style="white-space:pre">        </span>.....</div><div>}</div></div><div><br></div><div>----------------------</div><div><br></div><div>when change :<br><span class="" style="white-space:pre">                </span>async( radius_send_auth(&quot;invite&quot;,&quot;invrespons&quot;), return_invite );<br></div><div>with </div><div><div><span class="" style="white-space:pre">                </span>radius_send_auth(&quot;invite&quot;,&quot;invrespons&quot;);</div><div><span class="" style="white-space:pre">                </span>route(return_invite);</div></div><div>all working fine.</div><div><br></div><div>I will open issues in github.</div><div><br></div><div>Regards,</div><div>Dragomir</div><div><br></div><div><br></div><div><br></div><div><br></div></div>