Ignore:
Timestamp:
Oct 3, 2007 6:28:49 PM (17 years ago)
Author:
bennylp
Message:

Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r1463 r1469  
    6666 
    6767/** 
    68  * Specify whether support for reliable provisional response (100rel, PRACK) 
    69  * should be built in the library. 
    70  * 
    71  * Default: 1 
    72  */ 
    73 #ifndef PJSIP_HAS_100REL 
    74 #    define PJSIP_HAS_100REL            1 
    75 #endif 
    76  
    77  
    78 /** 
    7968 * Specify maximum transaction count in transaction hash table. 
    8069 * Default value is 16*1024 
Note: See TracChangeset for help on using the changeset viewer.