Changes between Initial Version and Version 1 of Ticket #5
- Timestamp:
- Oct 3, 2007 6:24:55 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5
- Property Priority changed from minor to normal
- Property Milestone changed from unassigned to release-0.7.1
- Property Version changed from to trunk
- Property Summary changed from Support for SIP UPDATE (RFC 3311) to Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation
-
Ticket #5 – Description
initial v1 1 S upport for SIP UPDATE request as described by RFC 3311.1 SIP UPDATE is specified in RFC 3311 for updating session parameters without affecting dialog's state. 2 2 3 This is quite a complicated task since it involves modification to offer/answer handling in pjsip_inv_session. More over, not all applications need this feature so potentially we need to put compilation switches for this feature (which make it even more complicated). 4 5 So far there's not a lot of people requesting this. 3 Also to be fixed in this development is the offer/answer negotiation in pjsip's invite session, since with the support for UPDATE (and PRACK) there are more offer and answer scenarios to support.