Dome, just to explain what Brian is saying:<br><br>Doing billing inline in this case means that the session thread (what you see in show channels). If, for whatever reason, something goes wrong on the DB connection or task for the billing, this session thread will be stuck with it leaving it dangling around the system. This is what most likely is happening to you. The right way to do it is to let the session thread go (which mod_cdr_csv does) and then process the billing.<br>
<br>None of the methods you have described do that. You might consider post-processing your CDR/billing information to avoid coming up with this kind of problem that are very hard to predict.<br><br>Hope that helps,<br><br>
JM<br><br>PS: Nonetheless, I still think it is valid to get a core dump like Rupa metioned.<br><br><div class="gmail_quote">On Sat, Oct 31, 2009 at 2:44 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You should never do billing inline with the session thread is all I&#39;m<br>
saying.<br>
<font color="#888888"><br>
/b<br>
</font><div class="im"><br>
On Oct 31, 2009, at 11:32 AM, Dome Charoenyost wrote:<br>
<br>
&gt; I use odbc_query for retrive balance and get LCR from my billing DB.<br>
&gt; and use nibble_bill<br>
&gt;<br>
&gt; Dome C.<br>
<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br>