Changes between Initial Version and Version 1 of Ticket #1455


Ignore:
Timestamp:
Feb 27, 2012 9:11:16 AM (12 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1455 – Description

    initial v1  
    44 * if the current offer-answer has completed, the re-INVITE should be accepted with 200/OK. 
    55 * if the current offer-answer is still pending (i.e. we're waiting for an answer in the ACK), the re-INVITE must be answered with 491/Request Pending. 
     6 
     7Unfortunately if we answer the re-INVITE with 200/OK, we will have two pending invite transactions, and we don't support that. Hence the solution that this ticket implements is to always answer with 491 for such re-INVITE.