We have a situation where a UAC sends an INVITE to the server, and the server responds with 3xx-6xx. If the UAC does not send an ACK on this response - there is no retransmission.
According to RFC3261 (https://www.ietf.org/rfc/rfc3261.txt) if no ACK was received then the underlying stack should retransmit the response.
Our setup is a Linux workstation with MSS-tomcat (mobicents 8, tomcat 8).
Has anybody encountered this before?
Thanks!