<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi admin<br><br>i do config to use the siptrace module write the log to text file but i got the error:<br><br>from the debug=9, log_facility=LOG_LOCAL7:<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: DBG:siptrace:trace_sl_onreply_out: dest [udp:192.168.237.1:7226]<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: DBG:siptrace:trace_sl_onreply_out: storing info...<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: DBG:db_text:dbt_db_get_table: cache or mtime succeeded for [sip_trace]<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: ERROR:db_text:dbt_insert: incompatible types v[6] - c[1]!<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: ERROR:siptrace:trace_sl_onreply_out: error storing trace<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: DBG:core:destroy_avp_list: destroying list (nil)<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: DBG:core:receive_msg: cleaning up<br><br>from
 the tail -f /var/log/message :<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: ERROR:db_text:dbt_insert: incompatible types v[6] - c[1]!<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: ERROR:siptrace:sip_trace: error storing trace<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: ERROR:db_text:dbt_insert: incompatible types v[6] - c[1]!<br>Dec&nbsp; 7 15:14:37 Opensips Cucku[2168]: ERROR:siptrace:trace_sl_onreply_out: error storing trace<br><br>the config:<br>loadmodule "<a target="_blank" href="http://siptrace.so"><span class="yshortcuts" id="lw_1260170390_0">siptrace.so</span></a>"<br>#modparam("siptrace", "db_url","mysql://opensips:opensipsrw@localhost/opensips")<br>modparam("siptrace", "db_url","text:///tmp/opensipsdb")<br>modparam("siptrace", "enable_ack_trace", 1)<br>modparam("siptrace", "trace_on", 0)<br>modparam("siptrace", "trace_flag",2)<br><br><br>but i am successfull when i write the log to mysql <br><br>i create the file name : sip_trace in the
 directory : /tmp/opensipsdb<br>the structure of the sip_trace file :<br>id(int) time_stamp(str)
 callid(str) traced_user(str) msg(str) method(str) status(str) fromip(str) toip(str) fromtag(str) direction(str)<br><br><br>please help me to create a right format sip_trace file<br><br>Thank you<br>Ha`<br></td></tr></table><br>