<div dir="ltr">Hi Bogdan,<br><br>According to file:<br>if (t-&gt;on_branch) {<br>        /* need to pkg_malloc the dst_uri */<br>        if ( request-&gt;dst_uri.len ) {<br>            if ( (p=pkg_malloc(request-&gt;dst_uri.len))==0 ) {<br>
                LM_ERR(&quot;no more pkg mem\n&quot;);<br>                ser_error=E_OUT_OF_MEM;<br>                goto error;<br>            }<br>            memcpy( p, request-&gt;dst_uri.s, request-&gt;dst_uri.len);<br>
            request-&gt;dst_uri.s = p;<br>        }<br><br>I got the source code from web site (<a href="http://opensips.org/pub/opensips/1.6.0/src/">http://opensips.org/pub/opensips/1.6.0/src/</a>).<br>The crash is easily  reproducible, if you want I can send you the config files and usr_preferences used to do that or the core file.<br>
Thanks,<br><br>Daniel<br><br><br>
</div>