<div dir="ltr"><div><div>Thanks @Daniel, i am opening up the tickets.<br><br></div>@Juha, we are not dumping sip trace to db but rather to a udp socket (typically <a href="http://127.0.0.1:5060">127.0.0.1:5060</a>), where we can observer them using ngrep or sipgrep cli utilities. The whole purpose is to watch sip trace at runtime while conducting our tests and observe the changes as sip client changes its behaviour (it is sort of whitebox testing). Dumping in db or Homer is bit of waste of time and resources for our work. That's why we disabled both of these via module params. We have been doing it with kamailio v4.x for last 1-2 years or so and it never caused any trouble. These problems started happening only after upgrading our dev setup to v5.0.<br><br></div>Thank you.<br><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 4, 2017 at 2:54 AM, Juha Heinanen <span dir="ltr"><<a href="mailto:jh@tutpro.com" target="_blank">jh@tutpro.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">M S writes:<br>
<br>
> 1. Calling sip_trace method without any arguements or with only one<br>
> arguement (duplicate uri) crashes kamailio with segfault.<br>
<br>
</span>My K does not crash when I make call like this:<br>
<br>
    setflag(TRACE);<br>
    sip_trace();<br>
<br>
but I have not defined as many vars as you, but only these:<br>
<br>
# -- siptrace params<br>
modparam("siptrace", "db_url", "xxx")<br>
modparam("siptrace", "trace_flag", TRACE)<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Juha<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Kamailio (SER) - Development Mailing List<br>
<a href="mailto:sr-dev@lists.kamailio.org">sr-dev@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev" rel="noreferrer" target="_blank">https://lists.kamailio.org/<wbr>cgi-bin/mailman/listinfo/sr-<wbr>dev</a><br>
</div></div></blockquote></div><br></div>