Yes, this is indeed missing. Basically you can do something like this, to give you the
idea:
```
route {
...
t_on_reply("manage_18X");
t_relay()
...
}
onreply_route[manage_18X] {
if (t_check_status("183")) {
# drop or alter message
change_reply_status_code("180");
remove_body()
}
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3212#issuecomment-1212994505
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3212/1212994505(a)github.com>