Hi all,<div><br></div><div>I&#39;m using OpenSIPS 1.7.1 and based from the attached back trace, it crashed when it is trying to parse the method of a REGISTER message received by the server, triggered by pike route.</div><div>

<br></div><div>Here is a snippet of my opensips.cfg:</div><div>...</div><div><div>loadmodule &quot;pike.so&quot;</div><div>modparam(&quot;pike&quot;, &quot;sampling_time_unit&quot;, 30)</div><div>modparam(&quot;pike&quot;, &quot;reqs_density_per_unit&quot;, 75)</div>

<div>modparam(&quot;pike&quot;, &quot;check_route&quot;, &quot;pike&quot;)</div></div><div>...</div><div><div>route[pike] {</div><div>        if (($si == $Ri) || ($si == &quot;192.168.1.60&quot;) || ($si == &quot;
192.168.1.61&quot;) || ($si == &quot;
192.168.1.65&quot;)) {</div><div>                        drop;</div><div>        }</div><div>        if (!is_method(&quot;REGISTER&quot;)) {</div><div>                drop;</div><div>        }</div><div>}</div></div><div>
...</div><div><br></div><div>Basically, I just want to check REGISTER messages only on the pike route. Does anyone have a workaround on this?</div><div><br></div><div>FWIW, should I also post this on the dev list?</div><div>
<br></div><div>Thanks!</div><div><br></div><div>Regards,</div><div>Ronald</div>