Changes between Version 14 and Version 15 of SIP-Media-NAT-Traversal-Features


Ignore:
Timestamp:
Jun 10, 2010 3:22:29 PM (14 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SIP-Media-NAT-Traversal-Features

    v14 v15  
    8181 
    8282In addition, application can define their own SIP methods during run-time without needing to recompile the stack (so probably this means support for INFO as well). 
    83 SIP Headers      
     83==== SIP Headers        ==== 
    8484 
    8585The core stack correctly generates, parses, interprets, and handles the following headers: 
     
    9898 
    9999In addition, application can create their own custom SIP headers when sending any requests/responses. 
    100 Transports       
     100==== Transports ====     
    101101 
    102102The core SIP stack provides transport layer and extensible transport management, with the following transports are provided: 
     
    109109 
    110110DNS SRV resolution is implemented in the library. 
    111 Transactions     
     111==== Transactions ====   
    112112 
    113113The SIP core stack fully implement SIP transaction and SIP transaction finite state machine (FSM), which handles: 
     
    117117    * fail-over to secondary transport destination (according to rules in RFC 3261) when the transport layer fails to deliver a message to current destination. 
    118118 
    119 Dialog Core      
     119==== Dialog Core ====    
    120120 
    121121The SIP core stack (via the user agent layer) implements the core dialog management which will be used by upper layer functionality such as INVITE session and SIP event session (SUBSCRIBE/NOTIFY). 
    122122 
    123123The core dialog framework supports multiple sessions (or dialog usages) in a single dialog, and also handles forked responses. 
    124 INVITE Session   
     124==== INVITE Session     ==== 
    125125 
    126126PJSIP provides high-level INVITE session management in pjsip-ua library, which: 
     
    131131    * provides mechanism to plug-in SIP extensions related to INVITE session (such as PRACK, UPDATE, or session-timer). 
    132132 
    133 Authentication  
     133==== Authentication ====         
    134134 
    135135The SIP core stack provides reusable component for performing client authentication and managing client authentication session.