Ignore:
Timestamp:
Mar 6, 2014 1:00:11 AM (10 years ago)
Author:
ming
Message:

Re #1742 (misc): Fixed incorrect checking of require_100rel configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r4750 r4779  
    421421    /* Create the INVITE session: */ 
    422422    options |= PJSIP_INV_SUPPORT_100REL; 
    423     if (acc->cfg.require_100rel) 
     423    if (acc->cfg.require_100rel == PJSUA_100REL_MANDATORY) 
    424424        options |= PJSIP_INV_REQUIRE_100REL; 
    425425    if (acc->cfg.use_timer != PJSUA_SIP_TIMER_INACTIVE) { 
Note: See TracChangeset for help on using the changeset viewer.