Changeset 1538


Ignore:
Timestamp:
Nov 1, 2007 6:40:33 AM (16 years ago)
Author:
bennylp
Message:

More ticket #385: 100rel support should be enabled by default

File:
1 edited

Legend:

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

    r1533 r1538  
    327327 
    328328    /* Create the INVITE session: */ 
    329 #if PJSIP_HAS_100REL 
    330329    options |= PJSIP_INV_SUPPORT_100REL; 
    331 #endif 
    332330    if (acc->cfg.require_100rel) 
    333331        options |= PJSIP_INV_REQUIRE_100REL; 
     
    593591 
    594592    /* Verify that we can handle the request. */ 
    595 #if PJSIP_HAS_100REL 
    596593    options |= PJSIP_INV_SUPPORT_100REL; 
    597 #endif 
    598594    if (pjsua_var.acc[acc_id].cfg.require_100rel) 
    599595        options |= PJSIP_INV_REQUIRE_100REL; 
Note: See TracChangeset for help on using the changeset viewer.