Hi folks,<br><br>I was making some tests with kamailio (both 3.3.0 and 3.3.1 tgz) with siptrace module sending &quot;homer&quot; packets to a remote central agent where the data is stored and presented to the user.<br><br>
The related config is:<br># ----- siptrace params from HOMER -----<br>modparam(&quot;siptrace&quot;, &quot;duplicate_uri&quot;, &quot;sip:A.B.C.D:9060&quot;)<br>modparam(&quot;siptrace&quot;, &quot;trace_to_database&quot;, 0)<br>
modparam(&quot;siptrace&quot;, &quot;trace_flag&quot;, 22)<br>modparam(&quot;siptrace&quot;, &quot;trace_on&quot;, 1)<br>#HEPv2 == timestamp will be included to HEP header<br>modparam(&quot;siptrace&quot;, &quot;hep_version&quot;, 2)<br>
modparam(&quot;siptrace&quot;, &quot;hep_mode_on&quot;, 1)<br>modparam(&quot;siptrace&quot;, &quot;hep_capture_id&quot;, 1)<br><br>basically for all incoming messages, a route is called with the following actions:<br><br>
route[HOMER] {<br>        setflag(22);<br>        sip_trace();<br>}<br><br>I&#39;ve been making some tests and if I disable the setflag action, there is no problem (well, no transaction messages are sent to the central agent), but as soon as I activated setflag, kamailio crashes with the following error:<br>
<br>&lt;core&gt; [pass_fd.c:293]: ERROR: receive_fd: EOF on 28<br><br>There&#39;s no concrete point in the config file where it fails so I think the problem is more tm-internals related. I can provide further information in case you need it.<br>
<br>Just for adding information, and without any intention to start a flame-war, with opensips 1.8.0-tls the server does not crash...<br><br>Thanks in advance!<br>Samuel.<br>