Changeset 5346 for pjproject


Ignore:
Timestamp:
Jun 16, 2016 2:05:16 AM (8 years ago)
Author:
ming
Message:

Re #1928 (misc): Fixed missing the conversion of AccountMwiConfig? in AccountConfig::toPj()

Thanks to Žarko Coklin for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua2/account.cpp

    r4957 r5346  
    378378    ret.pidf_tuple_id           = str2Pj(presConfig.pidfTupleId); 
    379379 
     380    // AccountMwiConfig 
     381    ret.mwi_enabled             = mwiConfig.enabled; 
     382    ret.mwi_expires             = mwiConfig.expirationSec; 
     383 
    380384    // AccountNatConfig 
    381385    ret.sip_stun_use            = natConfig.sipStunUse; 
Note: See TracChangeset for help on using the changeset viewer.