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/src/pjsua-lib/pjsua_call.c

    r3219 r3222  
    841841    if (pjsua_var.acc[acc_id].cfg.require_timer) 
    842842        options |= PJSIP_INV_REQUIRE_TIMER; 
     843    if (pjsua_var.media_cfg.enable_ice) 
     844        options |= PJSIP_INV_SUPPORT_ICE; 
    843845 
    844846    status = pjsip_inv_verify_request2(rdata, &options, offer, answer, NULL, 
Note: See TracChangeset for help on using the changeset viewer.