Changes between Version 6 and Version 7 of Ticket #113
- Timestamp:
- Feb 24, 2007 1:47:49 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #113 – Description
v6 v7 1 1 When an ACK to 2xx response has the same Via branch parameter to the INVITE transaction, the invite session does not destroy the INVITE transaction immediately, causing subsequent INVITE to fail with 500/Internal Server Error when the new INVITE comes before the previous INVITE terminates (with timer). 2 2 3 Note that ACK for 2xx response normally has different branch than the INVITE transaction since it represents separate transaction, so this should be quite a rare situation.3 Note that ACK for 2xx response normally has different Via branch value than in the INVITE transaction since it represents separate transaction, so this should be quite a rare situation. 4 4 5 5 Thanks Sasa Coh for the report.