Changeset 1538
- Timestamp:
- Nov 1, 2007 6:40:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r1533 r1538 327 327 328 328 /* Create the INVITE session: */ 329 #if PJSIP_HAS_100REL330 329 options |= PJSIP_INV_SUPPORT_100REL; 331 #endif332 330 if (acc->cfg.require_100rel) 333 331 options |= PJSIP_INV_REQUIRE_100REL; … … 593 591 594 592 /* Verify that we can handle the request. */ 595 #if PJSIP_HAS_100REL596 593 options |= PJSIP_INV_SUPPORT_100REL; 597 #endif598 594 if (pjsua_var.acc[acc_id].cfg.require_100rel) 599 595 options |= PJSIP_INV_REQUIRE_100REL;
Note: See TracChangeset
for help on using the changeset viewer.