< Previous by Date | Date Index | Next by Date > |
Thread Index |
On reception of a 200/invite right now the Invite session
code will first check to see if it has already sent an ACK for this CSeq (the
ACK map is maintained for 32s). -
if we have sent an
ACK before, then it just retransmit the ACK -
if it can’t
find an ack in the map, then we don’t consider this as a retransmission
and we handle via Invite Session states and will end up sending an ACK using
the CSEq from the last Invite request sent out. Question:
Scott PS. I’m sure this is a known issue – but to
completely fix all of this 200 retrans stuff, we also need to make a change
that causes a Dialog to stay active for at least 32s after it has sent an
invite – even if it sends or receives a BYE. Does that make sense? |