<div class="gmail_quote"><div>Ho Bogdan,</div><div>Will the acc_db_request function accept PV in it. If at all I&#39;d like to fetch the reason phrases from the DB and send it back to the caller?</div><div><br></div><div>--- Jayesh</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Jayesh,<br>
<br>
one way to go is to use manual missed call accounting, instead of<br>
automatic one (with flags).  Use acc_db_request(&quot;403<br>
Account-Inactive&quot;,&quot;missed_calls&quot;) in your failure route, when you<br>
overwrite the reply.<br>
<br>
Regards,<br>
Bogdan<br>
<br>
Jayesh Nambiar wrote:<br>
&gt; Hi All,<br>
&gt; For all the failed calls, I respond with customized SIP-Codes and<br>
&gt; SIP-Reasons to my callers using t_reply function in my script. The<br>
&gt; SIP_code gets inserted correctly in the acc table but the SIP reasons<br>
&gt; are not inserted as what I set. For example, if I send a<br>
&gt; t_reply(&quot;403&quot;, &quot;Account-Inactive&quot;), the entry in sip_code column is<br>
&gt; &quot;403&quot; but the entry in sip_reason column is still &quot;Forbidden&quot;.<br>
&gt; I know I can add an extra column and insert those values in a separate<br>
&gt; column using AVPs, but I intend to use the default column in acc table.<br>
&gt; Is it possible to insert the customized reason code generated from<br>
&gt; script to be entered into the sip_reason column of the acc table?<br>
&gt;<br>
&gt; Thanks for any pointers or help in advance.<br>
&gt;<br>
&gt; --- Jayesh<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br><br></blockquote></div>