Hi,
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?

This is in the main request route

        if (is_method("CANCEL")) {
                uac_replace_from("","sip:[email protected]");
                if (t_check_trans())
                        t_relay(8);
                exit;
        }




Regards,
Jason
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to