[reSIProcate] About the ACK
When UAC call UAS with SDP, the UAS replied the 200 OK with SDP, the UAC will be send the ACK automatically and the onConnected will be fires.
But in this case: UAC call UAS without the SDP, and the UAS replied 200 OK with SDP, UAC need to replied the ACK with SDP.
but the DUM will send the ACK without SDP automatically , then UAS will received two ACKs? So does there need to diable the DUM send ACK?
Thanks