Hi Razvan,<br>This actually solved the problem. Thank you very much. It was defined as VARCHAR instead of TEXT.<br>Thank you very much for all the efforts. Really appreciate it. Need to get hold of my DB guy for the stupid mistake !!<br>
<br>--- Jayesh<br><br><div class="gmail_quote">On Wed, Dec 7, 2011 at 8:13 PM, Razvan Crainea <span dir="ltr">&lt;<a href="mailto:razvancrainea@opensips.org">razvancrainea@opensips.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">Hi, Jayesh!<br>
<br>
Can you check in your mysql database if the vars column from the dialog table is declared as TEXT or BLOB and not CHAR? If not, please change your column into BLOB:<br>
<br>
ALTER TABLE dialog CHANGE vars vars BLOB;<br>
<br></div><div class="im">
Regards,<br>
<br>
--<br>
Răzvan Crainea<br>
OpenSIPS Developer<br>
<br>
<br></div><div class="im">
On 12/07/2011 02:27 PM, Jayesh Nambiar wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Razwan,<div class="im"><br>
This is the pastebin of logs after shutdown:<br>
<a href="http://pastebin.com/tvmrSqwB" target="_blank">http://pastebin.com/tvmrSqwB</a><br>
<br>
This is the pastebin of logs after start which is huge:<br>
<a href="http://pastebin.com/C6K4Jt5y" target="_blank">http://pastebin.com/C6K4Jt5y</a><br>
<br>
--- Jayesh<br>
</div></blockquote>
</blockquote></div><br>