<div dir="ltr"><div class="gmail_default" style="font-size:small">failure_route[FAILOVER] {<br>        if(t_check_status("487")) {<br>                xlog("L_INFO", "Request was cancelled");<br>                exit;<br>        }<br>                 uac_replace_from("0000000000)","<a href="mailto:sip%3A0000000000@8.8.8.8">sip:0000000000@8.8.8.8</a>");<br>        $rd = "2.2.2.2";<br>        $rp = 5060; <br>        t_relay();<br>        exit;<br>}<br></div><div class="gmail_default" style="font-size:small">The code above fails because the old data does not get replaced with the new one, but the new one is appended.</div><div class="gmail_default" style="font-size:small">Is there a workaround? I need to do this for business reasons.</div><div class="gmail_default" style="font-size:small">I tried removing the From header and creating a new one with the same tag and the new name, but it fails, since the From cannot be treated as a new user-header.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div>