<div dir="ltr">Thanks for answering.<div>Yes I&#39;m referring to channels table.<br><div>This is freeswitch version output:</div><div>FreeSWITCH Version 1.4.15+git~20150103T120621Z~7fe60e45b7~64bit (git 7fe60e4 2015-01-03 12:06:21Z 64bit)<br></div><div>this is unixodbc and mysql driver version:</div><div>unixODBC-2.2.14-14.el6.x86_64<br></div><div>mysql-connector-odbc-5.1.5r1144-7.el6.x86_64<br></div><div>and here is odbc configuration</div><div><div>[MySQL]</div><div>Description     = ODBC for MySQL</div><div>Driver          = /usr/lib/libmyodbc5.so</div><div>Setup           = /usr/lib/libodbcmyS.so</div><div>Driver64        = /usr/lib64/libmyodbc5.so</div><div>Setup64         = /usr/lib64/libodbcmyS.so</div><div>FileUsage       = 1</div><div>Threading       = 0</div><div>CPTimeout       = 0</div></div><div><br></div><div><div>[freeswitch]</div><div>Description = freeswitch core databses</div><div>Driver      = MySQL</div><div>SERVER      = 192.168.1.3</div><div>USER        = freeswitch</div><div>PASSWORD    = freeswitch</div><div>PORT        = 3306</div><div>DATABASE    = freeswitch</div><div>OPTION      = 67108864</div></div><div><br></div><div>and I should say that after reading freeswitch.log I see that sometimes channels never reach the line switch_core_session:1633 where it is printing session ended message. I think somehow it can not lock session in line switch_core_session:1631. May be there is something running on channel which is yet doing something.</div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 3, 2015 at 9:21 PM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">are you referring to the channels table? First make sure you are using the most recent 1.4 release and that your odbc drive is using the threadsafe mysql drivers.<br>
<span class=""><br>
&gt; On Feb 1, 2015, at 6:02 AM, Babak Yakhchali &lt;<a href="mailto:babak.freeswitch@gmail.com">babak.freeswitch@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi<br>
&gt; I&#39;m using odbc in the core with mysql on a remote machine in local lan, sometimes number of channels grows rapidly but many of them are not existing according to uuid_exists. Channels will persist in database till I delete them manually. How can I debug the problem?<br>
<br>
<br>
</span>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>