<br><br><div class="gmail_quote">On Mon, May 10, 2010 at 5:19 AM, Budi wibowo <span dir="ltr">&lt;<a href="mailto:bwibowo@gmail.com">bwibowo@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thx again, now I move to cdr part. Both cdr in csv and xml are working, but I want to store in mysql db. Db structure already created, following the wiki doc for mod_cdr. But I don&#39;t see the cdr logged into mysql, pressing F8 also not showing any db query.<br>

Any help?<br>
Mod_cdr loaded via modules.conf.xml<br>
TIA<br>
<font color="#888888">Budi wibowo<br></font></blockquote><div><br>mod_cdr has long since been deprecated. You need to use mod_cdr_csv to write out the SQL statements and use a cron job to insert them into your database. Check out this page:<br>
</div></div><a href="http://wiki.freeswitch.org/wiki/Mod_cdr_csv#Example_SQL_Script_to_create_MySQL_cdr_table_for_default_.22example.22_cdrs">http://wiki.freeswitch.org/wiki/Mod_cdr_csv#Example_SQL_Script_to_create_MySQL_cdr_table_for_default_.22example.22_cdrs</a><br>
<br>There are some examples of how people are doing this.<br><br>-MC<br>