Sure, but I&#39;ll need some guidance on obtaining it; I&#39;m just checking with the syslog messages with debugging level in 3. Can you show me how to do it?<br><br>Thanks,<br>Uriel<br><br><div class="gmail_quote">On Thu, Feb 19, 2009 at 6:38 PM, Daniel-Constantin Mierla <span dir="ltr">&lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</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;"><div class="Ih2E3d"><br>
<br>
On 02/19/2009 10:01 PM, Uriel Rozenbaum wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
An update, I removed the rpid=$re from db_extra parameter and now calls are flowing fine. Can that be the whole issue?<br>
</blockquote></div>
There were some similar issues in the past, but they should have been fixed long time ago. I see you got a core dump, can you send the backtrace, it will help to troubleshoot.<br>
<br>
Thanks,<br>
Daniel<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
<br>
On Thu, Feb 19, 2009 at 3:09 PM, Uriel Rozenbaum &lt;<a href="mailto:uriel.rozenbaum@gmail.com" target="_blank">uriel.rozenbaum@gmail.com</a> &lt;mailto:<a href="mailto:uriel.rozenbaum@gmail.com" target="_blank">uriel.rozenbaum@gmail.com</a>&gt;&gt; wrote:<br>

<br>
 &nbsp; &nbsp;Hey guys,<br>
<br>
 &nbsp; &nbsp;I&#39;m using kamailio-1.4.3-notls with ACC module on mysql.<br>
<br>
 &nbsp; &nbsp;I&#39;m trying to benchmark it installed on a virtual server (Xen on<br>
 &nbsp; &nbsp;CentOS) and I have everything going OK for my basic configuration<br>
 &nbsp; &nbsp;but when I turn on ACC (by flagging transactions) I get the<br>
 &nbsp; &nbsp;following lines on the log:<br>
<br>
 &nbsp; &nbsp;Feb 19 08:48:57 ops3 /usr/local/sbin/kamailio[4895]:<br>
 &nbsp; &nbsp;INFO:core:handle_sigs: child process 4899 exited by a signal 11<br>
 &nbsp; &nbsp;Feb 19 08:48:58 ops3 /usr/local/sbin/kamailio[4895]:<br>
 &nbsp; &nbsp;INFO:core:handle_sigs: core was generated<br>
 &nbsp; &nbsp;Feb 19 08:48:58 ops3 /usr/local/sbin/kamailio[4895]:<br>
 &nbsp; &nbsp;INFO:core:handle_sigs: terminating due to SIGCHLD<br>
 &nbsp; &nbsp;Feb 19 08:48:58 ops3 /usr/local/sbin/kamailio[4902]:<br>
 &nbsp; &nbsp;INFO:core:sig_usr: signal 15 received<br>
 &nbsp; &nbsp;Feb 19 08:48:58 ops3 /usr/local/sbin/kamailio[4903]:<br>
 &nbsp; &nbsp;INFO:core:sig_usr: signal 15 received<br>
 &nbsp; &nbsp;Feb 19 08:48:58 ops3 /usr/local/sbin/kamailio[4901]:<br>
 &nbsp; &nbsp;INFO:core:sig_usr: signal 15 received<br>
 &nbsp; &nbsp;Feb 19 08:48:58 ops3 /usr/local/sbin/kamailio[4897]:<br>
 &nbsp; &nbsp;INFO:core:sig_usr: signal 15 received<br>
 &nbsp; &nbsp;Feb 19 08:48:58 ops3 /usr/local/sbin/kamailio[4904]:<br>
 &nbsp; &nbsp;INFO:core:sig_usr: signal 15 received<br>
 &nbsp; &nbsp;Feb 19 08:48:58 ops3 /usr/local/sbin/kamailio[4898]:<br>
 &nbsp; &nbsp;INFO:core:sig_usr: signal 15 received<br>
<br>
 &nbsp; &nbsp;This issue only happens when i account messages using the<br>
 &nbsp; &nbsp;following lines:<br>
 &nbsp; &nbsp;if (is_method(&quot;INVITE|BYE|CANCEL&quot;))<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;setflag(1);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;setflag(2);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>
<br>
 &nbsp; &nbsp;and the configuration for the modules are ass follows:<br>
 &nbsp; &nbsp;# ----- acc params -----<br>
 &nbsp; &nbsp; /* what sepcial events should be accounted ? */<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;early_media&quot;, 1)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;report_ack&quot;, 1)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;report_cancels&quot;, 1)<br>
 &nbsp; &nbsp; /* by default ww do not adjust the direct of the sequential requests.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;if you enable this parameter, be sure the enable &quot;append_fromtag&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;in &quot;rr&quot; module */<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;detect_direction&quot;, 0)<br>
 &nbsp; &nbsp; /* account triggers (flags) */<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;failed_transaction_flag&quot;, 3)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;log_flag&quot;, 1)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;log_missed_flag&quot;, 2)<br>
 &nbsp; &nbsp; /* uncomment the following lines to enable DB accounting also */<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;db_flag&quot;, 1)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;db_missed_flag&quot;, 2)<br>
 &nbsp; &nbsp; # Descomentar para guardar parametros adicionales<br>
 &nbsp; &nbsp; # modparam(&quot;acc&quot;, &quot;log_extra&quot;,<br>
 &nbsp; &nbsp;&quot;src_user=$fU;src_domain=$fd;dst_user=$rU;dst_domain=$rd&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;db_table_acc&quot;, &quot;acc&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;db_table_missed_calls&quot;, &quot;missed_calls&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;db_url&quot;,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;mysql://kamailio:kamailiorw@localhost/kamailio&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;acc_method_column&quot;, &quot;method&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;acc_from_tag_column&quot;, &quot;from_tag&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;acc_to_tag_column&quot;, &quot;to_tag&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;acc_callid_column&quot;, &quot;callid&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;acc_sip_code_column&quot;, &quot;sip_code&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;acc_sip_reason_column&quot;, &quot;sip_reason&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;acc_time_column&quot;, &quot;time&quot;)<br>
 &nbsp; &nbsp;modparam(&quot;acc&quot;, &quot;db_extra&quot;,<br>
 &nbsp; &nbsp;&quot;cseq=$cs;privacy=$dip;reason=$dir;from_uri=$fu;from_username=$fU;from_displayname=$fn;from_domain=$fd;req_username=$rU;req_domain=$rd;rpid=$re;source_ip_addr=$si;source_port=$sp;to_uri=$tu;to_username=$tU;to_displayname=$tn;to_domain=$td;original_uri=$ou;original_uri_username=$oU;original_uri_domain=$od;unix_timestamp=$Ts&quot;)<br>

<br>
 &nbsp; &nbsp;Do you think there is something I&#39;m missing on the configuration?<br>
 &nbsp; &nbsp;I tried to modify parameters on mysql but get the same errors all<br>
 &nbsp; &nbsp;the time?<br>
<br>
 &nbsp; &nbsp;Thanks in advance!<br>
 &nbsp; &nbsp;Uriel<br>
<br>
<br></div></div>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Kamailio (OpenSER) - Users mailing list<br>
<a href="mailto:Users@lists.kamailio.org" target="_blank">Users@lists.kamailio.org</a><br>
<a href="http://lists.kamailio.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.kamailio.org/cgi-bin/mailman/listinfo/users</a><br>
<a href="http://lists.openser-project.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openser-project.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote>
<br>
-- <br>
Daniel-Constantin Mierla<br>
<a href="http://www.asipto.com" target="_blank">http://www.asipto.com</a><br>
<br>
</blockquote></div><br>