Ignore:
Timestamp:
Jun 24, 2010 12:33:18 PM (14 years ago)
Author:
bennylp
Message:

Fixed #1081: Implement ICE option tag (RFC 5678)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-ua/sip_inv.h

    r2869 r3222  
    296296    PJSIP_INV_SUPPORT_UPDATE    = 4, 
    297297 
     298    /** 
     299     * Indicate support for ICE 
     300     */ 
     301    PJSIP_INV_SUPPORT_ICE       = 8, 
     302 
     303    /** 
     304     * Require ICE support. 
     305     */ 
     306    PJSIP_INV_REQUIRE_ICE       = 16, 
     307 
    298308    /**  
    299309     * Require reliable provisional response extension.  
     
    310320     * support/want session timer. 
    311321     */ 
    312     PJSIP_INV_ALWAYS_USE_TIMER  = 128, 
     322    PJSIP_INV_ALWAYS_USE_TIMER  = 128 
    313323 
    314324}; 
Note: See TracChangeset for help on using the changeset viewer.