for anyone looking for the same thing, it's in textopsx module

onreply_route {
    if (@status == "603") {
        change_reply_status(404, "Not Found");
        exit;
    }
}

Kelvin Chua


On Fri, Mar 14, 2014 at 6:06 AM, Kelvin Chua <kel...@gmail.com> wrote:

> How can i alter at least the sip reason in transit?
>
> $rr is read only
>
> for example:
> what i wanted to do is when an egress switch returned,
>   404 i am ugly
> i wanted to return this to ingress
>   404 he is ugly
>
> Kelvin Chua
>
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to