Changes between Initial Version and Version 1 of Ticket #1992
- Timestamp:
- Jan 19, 2017 1:42:15 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1992 – Description
initial v1 17 17 4. PJSIP return "500 Another INVITE transaction in progress" 18 18 It is desirable that PJSIP can accept the second re-invite (read also ticket #1455). However, it's still unclear who should do the 200 retransmission and handle the ACK (should it be sip_dialog?) and how many it should keep track (what if there are 3 re-invites and the previous two hasn't sent ACK?). 19 20 Thanks to Sagi Iltus and Itay Bianco for the report.