jain-sip
jain-sip copied to clipboard
Accept PRACK on same TX as INVITE
Some phones reuse INVITE TX to send provisional response ack. It would be interesting to allow those instead of filtering them out
We may reuse existing gov.nist.javax.sip.PASS_INVITE_NON_2XX_ACK_TO_LISTENER flag, which is enabled by default in case of SIPServlets container
Hi @jaimecasero ,
Could you specify more detail about this enhancement. Do you mean that the PRACK is sending to the same transaction in server side? I have tried to create the scenario for this one but the server side alway try to create new transaction for PRACK.