Bogdan,<div>That&#39;s actually very helpful! :)</div><div><br></div><div>Is that in the docs somewhere, because if it is, I&#39;ll take the liberty of feeling like an idiot. :)</div><div><br></div><div>-Brett</div><div><br>

<br><div class="gmail_quote">On Mon, May 18, 2009 at 9:41 AM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi Brett,<br>
<br>
couple for notes that may help you:<br>
<br>
1) the xxx_missed_flag gets automatically reset after each branch (of the transaction) is closed. So, if you want to get missed calls for the second branch, you need to re-arm the flag in failure route, when creating the new branch<br>


<br>
2) do not share the same flag for failed transactions and missed calls, as the missed call flag will be reset (see above), so the failed transaction will also disabled.<br>
<br>
For more detailes about how acc works, see the ACC presentation from <a href="http://www.voice-sistem.ro/downloads/2007.08.29-Admin-Course/" target="_blank">http://www.voice-sistem.ro/downloads/2007.08.29-Admin-Course/</a><br>


<br>
Regards,<br>
Bogdan<br>
<br>
Brett Nemeroff wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">
All,<br>
I&#39;m having some trouble with ACC.. I&#39;m not sure if I&#39;m doing something wrong or if this behavior is expected.<br>
<br>
I&#39;m using ACC to log my calls with the following options:<br>
modparam(&quot;acc&quot;, &quot;early_media&quot;, 0)<br>
modparam(&quot;acc&quot;, &quot;report_ack&quot;, 0)<br>
modparam(&quot;acc&quot;, &quot;report_cancels&quot;, 1)<br>
modparam(&quot;acc&quot;, &quot;failed_transaction_flag&quot;, 2)<br>
modparam(&quot;acc&quot;, &quot;db_flag&quot;, 1)<br>
modparam(&quot;acc&quot;, &quot;db_missed_flag&quot;, 2)<br>
modparam(&quot;acc&quot;, &quot;db_table_missed_calls&quot;, &quot;acc&quot;)<br>
modparam(&quot;acc&quot;, &quot;db_table_acc&quot;, &quot;acc&quot;)<br>
modparam(&quot;acc&quot;, &quot;db_table_missed_calls&quot;, &quot;acc&quot;)<br>
<br>
Now if I make a call, and it goes to carrier one, which fails (remote side doesn&#39;t answer, lets say) a 408 Request Timeout gets logged, but then the call rolls to another carrier, I hear ringing, then hangup. I dont&#39; log a 487. I&#39;d like to have that 487 logged. Any idea what I&#39;m doing wrong?<br>


<br>
I setflag(1) and setflag(2) right at the begining of my scripts. Maybe if someone can explain to me what setting those flags really causes the acc module to do, that might help me. Also what does ACC call &quot;missed&quot; and &quot;failed&quot; ?<br>


Thanks!<br>
<br>
-Brett<br>
<br></div></div>
 ------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
  <br>
</blockquote>
<br>
</blockquote></div><br></div>