Hi All,<br><br>Kamailio generate a core at line below<br><br>if(_msg-&gt;contact!= NULL || _msg-&gt;contact-&gt;body.s!= NULL){<br><br>_msg is a sip_msg struct that my module receive from kamailio. I want verify if on that request messagem have a contact header, but a core is being generated when contact header isn&#39;t present on message.<br>
<br>Someone knows why this is happening? <br><br>Cheers<br>