&gt; do you have heavy traffic on that instance? How many children have you configured?<br><br>Yes, but only a voip. There are over 10k calls per day.<br>fork=yes<br>children=4<br><br>This configuration is working during 1.5 months without any issues till now...<br>

<br><br>&gt; What you can do is to attach with gdb to a process using lot of CPU and do the backtrace:<br>&gt;<br>&gt; gdb /path/to/kamailio __pid__<br>&gt; <br>&gt; Replace __pid__ with the PID of process eating the CPU. Then run bt<br>

&gt; <br>&gt; It may be a deadlock/infinite loop somewhere. I saw three processes in top, others were down with no much cpu usage. <br>&gt; Is the SIP routing going fine anyhow when CPU usage is high? <br><br>It hard to say &#39;yes&#39;, when looking to call graphs (rrd) I saw that the calls throughput was slow down...<br>

Looking to logs/PCAP&#39;s/etc I&#39;m seeing that some of calls were processed though (perhaps some of working forks).<br>But there were &gt; 75-80% of failed calls with 478 Request Terminated.<br>Also by analyzing a PCAP flows I saw that more than 70% of calls were de-jittered, de-sync&#39;ed in RTP timestamps, etc...<br>

<br>&gt; How do you solve it, by restart or it just appears from time to time and solves itself periodically?<br><br>I did not restarted kamailio during 20 days, following a charts this problem was re-appeared during 2 days.<br>

<br>After restart of kamailio -- I can&#39;t see any issues for now, there is 0.00 on CPU by all of kamailio instance/forks/etc...<br><br>&gt;<br>&gt;<br>&gt;<br>&gt;Cheers,<br>&gt;Daniel<br><br><br>