Changes between Version 2 and Version 3 of Ticket #1081


Ignore:
Timestamp:
Jun 24, 2010 12:26:14 PM (14 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1081 – Description

    v2 v3  
    11RFC 5678 describes new SIP option tag and media features tag to indicate support for ICE. Some servers look for this option tag to determine whether relay assistance is to be applied for the endpoint. 
     2 
     3The new SIP media feature tag is a parameter '''+sip.ice''' which should appear as Contact header parameter in REGISTER request and OPTIONS response, and optionally in other requests. 
     4 
     5SIP option tag '''ice''' may be used with Require header to indicate that ICE support is mandatory. Note that this option tag SHOULD NOT be used with Supported header. 
     6 
     7This ticket supports all of the above, except that to add '''ice''' in Require header of outgoing INVITE requests, application would have to add this Require header manually, by adding the header in the {{{pjsua_msg_data}}} parameter when calling {{{pjsua_call_make_call()}}} function. 
     8 
     9