<div dir="ltr">Hi,<div>I've been attempting to modify the From header in the CANCEL, but it seems the changes aren't taking effect. I've also experimented with remove_hf and append_hf, but unfortunately, these methods didn't work either. Could someone kindly offer suggestions if I might be overlooking something?<br></div><div></div><div><br></div><div>This is in the main request route </div><div><br></div>        if (is_method("CANCEL")) {<br>                uac_replace_from("","<a href="mailto:sip%3Atest@test.com">sip:test@test.com</a>");<br>                if (t_check_trans())<br>                        t_relay(8);<br>                exit;<br>        }<br><div> <div><br></div><div><br></div><div><br></div><div><div>Regards,</div><div>Jason</div></div></div></div>