Dear Friends,<br><br>In case of a call failure I&#39;m trying from failure route to send the call through other gateways with Dispatcher module.<br>I would like to have ACC for all failures that a call can possibly pass. If the call fails in the 3 first gateways  I want them also in my mysql ACC table. I tried that with AVPs in the syslog and it works fine BUT is there any way that I can simply setflag(1) for accounting and I can have ACC for every try?<br>
<br>I tryied to add  in failure route :<br><br>setflag(1); # do accounting ...<br>setflag(3); # ... even if the transaction fails<br><br>but I&#39;m getting ACC only the last try.<br><br>Thanks<br>Alex<br><br><br>