<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><div data-html-editor-font-wrapper="true" style="font-family: arial, sans-serif; font-size: 13px;"> <p>Hello,<br><br>the ACK doesn't get through the branch_route block because it is forwarded in stateless mode. The ACK doesn't have a reply, therefore is not transaction state to be kept for it. You have to apply all the rules you want for the ACK inside the request_route logic. If there is a retransmission of the ACK, again it is not detected, so it will just run again through the same rules in request_route. This is of course for the ACK following the 200ok.<br><br>Cheers,<br>Daniel<br><br>June 25, 2019 1:42 PM, "Bandiera, Enrico" <<a target="_blank" tabindex="-1" href="mailto:%22Bandiera,%20Enrico%22%20<enrico.bandiera@cloud.timenet.it>">enrico.bandiera@cloud.timenet.it</a>> wrote:</p> <blockquote><div><div><div dir="ltr">Hi, I'm encountering an issue when relaying late offer ACKs, before relaying I set the branch_route with t_on_branch() but kamailio never enters that route after calling t_relay<div></div> <div>I'm keeping the rtpengine module calls inside branch_routes to avoid issues when re-routing in failure routes</div> <div></div> <div>I suppose it's something related to ACK packets but I'm not sure what the issue is.</div> <div></div> <div>Any hints?</div> <div></div> <div>Thanks,</div> <div>Enrico.</div> </div></div></div></blockquote> <signature><br><br>--<br>Daniel-Constantin Mierla<br>www.kamailio.org -- www.asipto.com</signature> </div></body></html>