Ignore:
Timestamp:
Jun 19, 2012 2:35:18 PM (12 years ago)
Author:
nanang
Message:

Close #1540:

  • added pjsua_acc_config.mwi_expires, also compile-time macro PJSIP_MWI_DEFAULT_EXPIRES
  • updated pjsua_acc_modify() to update MWI subscription when mwi_expires & mwi_enabled of pjsua_acc_config is modified
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4164 r4172  
    26162616 
    26172617    /** 
     2618     * Specify the default expiration time for Message Waiting Indication 
     2619     * (RFC 3842) event subscription. This must not be zero. 
     2620     * 
     2621     * Default: PJSIP_MWI_DEFAULT_EXPIRES 
     2622     */ 
     2623    unsigned        mwi_expires; 
     2624 
     2625    /** 
    26182626     * If this flag is set, the presence information of this account will 
    26192627     * be PUBLISH-ed to the server where the account belongs. 
Note: See TracChangeset for help on using the changeset viewer.