<div dir="ltr">Hi Bogdan,<br><br>According to file:<br>if (t->on_branch) {<br> /* need to pkg_malloc the dst_uri */<br> if ( request->dst_uri.len ) {<br> if ( (p=pkg_malloc(request->dst_uri.len))==0 ) {<br>
LM_ERR("no more pkg mem\n");<br> ser_error=E_OUT_OF_MEM;<br> goto error;<br> }<br> memcpy( p, request->dst_uri.s, request->dst_uri.len);<br>
request->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>