<div dir="ltr"><div>I know this is old code but I'm trying to help a buddy migrate his old opensips to the latest version.  This dp_translate removes +1 from sip:+1 FROM header.  If the uac is enabled, the system will crash once uac_replace gets hit.  Logs show the xlog is presenting the correct information for the avp so it's not a malformed var from the looks of it.  All required modules are loaded as required.  Opensips starts with no issue.<br><br>Log output from xlog<br>Normalizing FROM to <a href="mailto:sip%3A9195551057@199.55.255.223">sip:9195551057@199.55.255.223</a></div><div><br></div><div>                        if ( dp_translate ("9", "$fu/$avp(from)")) {<br>                                uac_replace_from("$avp(from)");<br>                                xlog("L_INFO", "Normalizing FROM to $avp(from) \n" );<br>                        }<br></div><div><br></div><div>Here are the errors we're receiving when uac_replace is hit.</div><div><br></div><div>CRITICAL:core:receive_fd: EOF on 10</div><div>INFO:core:handle_sigs: child process 26719 exited by a signal 11</div><div>INFO:core:handle_sigs: core was not generated</div><div>INFO:core:handle_sigs: terminating due to SIGCHLD</div><div><br></div><div>3.4.9 runs a variant of this with no issues.  If anyone can lend some thought on why it's crashing, that would be awesome.  TIA</div><div><br></div><div>Jeff</div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><br><div></div><div><br style="color:rgb(34,34,34)"></div><br></div></div></div></div>