Changes between Version 1 and Version 2 of Ticket #1166
- Timestamp:
- Dec 2, 2010 10:07:17 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1166 – Description
v1 v2 2 2 3 3 Scenario: 4 1. Send UPDATE (or re-INVITE)5 1. Receive UPDATE (or re-INVITE)4 1. Send UPDATE 5 1. Receive INVITE 6 6 1. We send 200/OK 7 7 8 PJSIP should send 500/Internal Server Error for the incoming request in the last step above. 8 PJSIP should send 491 (Request Pending) for the incoming request in the last step above. 9 10 Note that had we received UPDATE in Step 2 above, we will correctly respond with 491. 9 11 10 12 See also #1169 (Automatically retry the re-INVITE or UPDATE request upon receiving 419/Request Pending response)