<div dir="ltr">Hi. I found some additional scenario when kamailio works incorrect with ACK Cseq after succesfull auth with uac_auth but unsuccesfull call:<br><br>1.Caller via kamailio as proxy (Cseq 1)<br>2.Kamailio resends call to provider with Auth method (Cseq 1)<br>3. Provider answers 401/407 (Cseq 1)<br>4. Kamailio inrases Cseq and sends invite with credentians (dialog track_cseq_updates = 1, uac_auth()) (Cseq 2)<br>5. Provider says - 404. not found (Cseq 2)<br>6. Kamailio resends INVITE to another server (lets say VM). It contans not tracked yet Cseq (Cseq 1)<br>7. VM server says 200 (Cseq 1)<br>8. Kamailio resends 200 to the caller (Сseq 1)<br>9. Caller says ACK (Cseq 1)<br>10. Kamailio incrases CSeq of ACK and resends t VM server (Сseq 2)<br><br>So in this case kamialio tries to track Sceq because thining that this ACK belongs to the dialog that was made to the auth server<br><br>So as I see here is a misunderstanding on the dialog module<br>Any suggestions how to avoid it or exclude resent INVITE from the dialog module tracking?<br><br></div>