<div dir="ltr">Hi,<div><br></div><div>We are migrating from our openser 1.4 to kamailio 4.0.3 and have run into a couple of issues. One of them is described below and we need to know if it is a known bug or not.<br><div><br>
</div><div>Kamailio receives an INVITE from a gateway and finally responds with 200 OK. Then an ACK is generated by the gateway towards the Kamailio that some how does not get relayed to the next hop.</div><div><br></div>
<div>The only special aspect here is that the ACK does not contain a Contact header. Is that something that could confuse kamailio and make it unable to relay?</div><div><br></div><div>According to SIP RFC, a contact header in ACK is not a must have. Our case is the one where ACK  is sent by the UAC after receiving a 200 OK final response. Everything else about the ACK looks OK e.g. ACK has a branch different from the the branch value in the UAC INVITE.</div>
<div><br></div><div>Is it a a known bug in 4.0.3?</div><div><br></div><div>In the configuration, we handle ACK as below:</div><div><br></div><div><div>if (is_method("ACK")) {</div><div>                                if (t_check_trans()) {</div>
<div>                                        t_relay();</div><div>                                        exit;</div><div>                                } else {                        </div><div>                                        exit;</div>
<div>                                }</div><div>                       </div></div><div>Br<br></div><div>Adnan</div></div></div>