Changes between Version 1 and Version 2 of Ticket #1166


Ignore:
Timestamp:
Dec 2, 2010 10:07:17 AM (13 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1166 – Description

    v1 v2  
    22 
    33Scenario: 
    4  1. Send UPDATE (or re-INVITE) 
    5  1. Receive UPDATE (or re-INVITE) 
     4 1. Send UPDATE 
     5 1. Receive INVITE 
    66 1. We send 200/OK 
    77 
    8 PJSIP should send 500/Internal Server Error for the incoming request in the last step above. 
     8PJSIP should send 491 (Request Pending) for the incoming request in the last step above. 
     9 
     10Note that had we received UPDATE in Step 2 above, we will correctly respond with 491. 
    911 
    1012See also #1169 (Automatically retry the re-INVITE or UPDATE request upon receiving 419/Request Pending response)