Hey All,<div>I&#39;m routing a call using a failure_route and serial attempts. Under certain conditions, I&#39;d like to customize the failure code written to the acc table with something like:</div><div><br></div><div>acc_db_request(&quot;503 Special Failure&quot;);</div>

<div><br></div><div>But when I&#39;m doing this, I&#39;m getting two acc entries. One for the last failed attempt and one for that line. Is there anyway I can suppress the one for the failed call leg and use mine instead? The issue here is that this is a special failure case I&#39;d like documented as such and if I just write the sip_reason I got from the upstream, I won&#39;t know that in the logs. </div>

<div><br></div><div>In the best case, the missed_calls entry would mirror the actual reply I got, and the acc entry would mirror what I sent to the requestor. </div><div><br></div><div>Thanks,</div><div>Brett</div><div><br>

</div>