[sr-dev] [kamailio/kamailio] Missing documentation of deprecated ring_insert_callid in siputils (Issue #3212)

Henning Westerholt notifications at github.com
Fri Aug 12 13:08:23 CEST 2022


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 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20220812/cbd1e00a/attachment.htm>


More information about the sr-dev mailing list