This kamailio config change is fixed `ACK` packet mirroring
```sh
onsend_route {
if (is_method("ACK")) {
sip_trace();
}
}
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1811#issuecomment-455221337