Changes between Initial Version and Version 1 of Ticket #1209


Ignore:
Timestamp:
Mar 16, 2011 3:48:01 AM (13 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1209 – Description

    initial v1  
    11Updated {{{pjsua_call_reinvite()}}} and {{{pjsua_call_update()}}} API to use bitmask flag in the ''options'' parameter, to allow application to request that the invite session be updated with the new Contact URI from the account. This is useful in [wiki:IPAddressChange IP address change] situation, to update the invite session with the new account Contact after the account Contact is updated (typically with a registration refresh), and send this new Contact in an re-INVITE or UPDATE request. 
     2 
     3Two options/flags are created: 
     4 - PJSUA_CALL_UNHOLD 
     5 - PJSUA_CALL_UPDATE_CONTACT 
     6