Changes between Initial Version and Version 1 of Ticket #5


Ignore:
Timestamp:
Oct 3, 2007 6:24:55 PM (17 years ago)
Author:
bennylp
Comment:

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 Support for SIP UPDATE request as described by RFC 3311. 
     1SIP UPDATE is specified in RFC 3311 for updating session parameters without affecting dialog's state. 
    22 
    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. 
     3Also 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.