<p>Hello.<br>
When i tested acc_radius module , i realize module doesn't send ACK/ALIVE packets. So i digged the code i found  acc module sends INVITE request instead of ACK. I fixed these on my local so you can check it and fix it ?<br>
First of all <br>
in acc_logic.c at acc_onack function</p>

<ul>
<li>acc_run_engines(req, 0, NULL);
+acc_run_engines(ack, 0, NULL);</li>
</ul>

<p>Second <br>
in acc.c at acc_run_engines</p>

<ul>
<li>if((type==0) && ((e->acc_flag))) {
+if((type==0) && (msg->flags&(e->acc_flag))) {</li>
</ul>

<p>Thanks</p>

<p><a href="http://sip-router.1086192.n5.nabble.com/About-Acc-radius-rad-sttaus-Function-tt139840.html">http://sip-router.1086192.n5.nabble.com/About-Acc-radius-rad-sttaus-Function-tt139840.html</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/issues/266">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZbbC5cDQ0zilz4f0h3dWY6uUj73Tks5ohcwvgaJpZM4FgMM_.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/266"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>