Hi All,<div>For all the failed calls, I respond with customized SIP-Codes and SIP-Reasons to my callers using t_reply function in my script. The SIP_code gets inserted correctly in the acc table but the SIP reasons are not inserted as what I set. For example, if I send a t_reply(&quot;403&quot;, &quot;Account-Inactive&quot;), the entry in sip_code column is &quot;403&quot; but the entry in sip_reason column is still &quot;Forbidden&quot;.</div>
<div>I know I can add an extra column and insert those values in a separate column using AVPs, but I intend to use the default column in acc table.</div><div>Is it possible to insert the customized reason code generated from script to be entered into the sip_reason column of the acc table?</div>
<div><br></div><div>Thanks for any pointers or help in advance.</div><div><br></div><div>--- Jayesh</div>