Ignore:
Timestamp:
Jul 3, 2018 3:23:05 AM (6 years ago)
Author:
ming
Message:

Re #2059 (misc): Add missing fields when exporting UaConfig? to pjsua_config.
Thanks to Imad Khazali for the report.

File:
1 edited

Legend:

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

    r5755 r5817  
    218218    pua_cfg.nat_type_in_sdp = this->natTypeInSdp; 
    219219    pua_cfg.enable_unsolicited_mwi = this->mwiUnsolicitedEnabled; 
     220    pua_cfg.stun_try_ipv6 = this->stunTryIpv6; 
     221    pua_cfg.stun_ignore_failure = this->stunIgnoreFailure; 
    220222 
    221223    return pua_cfg; 
Note: See TracChangeset for help on using the changeset viewer.