Ignore:
Timestamp:
Nov 20, 2009 11:33:07 PM (14 years ago)
Author:
bennylp
Message:

More ticket #982 (MWI): support for Asterisk unsolicited MWI requests:

  • undo r3019 which put unsolicited MWI support in pjsua app only
  • put the unsolicited MWI support in PJSUA-LIB instead
  • unsolicited MWI is by default enabled
  • on_mwi_info() callback will be called just as the solicited MWI version
File:
1 edited

Legend:

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

    r3013 r3021  
    102102    cfg->stun_ignore_failure = PJ_TRUE; 
    103103    cfg->force_lr = PJ_TRUE; 
     104    cfg->enable_unsolicited_mwi = PJ_TRUE; 
    104105#if defined(PJMEDIA_HAS_SRTP) && (PJMEDIA_HAS_SRTP != 0) 
    105106    cfg->use_srtp = PJSUA_DEFAULT_USE_SRTP; 
Note: See TracChangeset for help on using the changeset viewer.