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 <kelchy(a)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