Ignore:
Timestamp:
Sep 20, 2010 6:13:02 AM (14 years ago)
Author:
nanang
Message:

Closed #1129:

  • Added run-time configuration for activating/deactivating stream keep-alive (non-codec-VAD mechanism), also added this config to account settings.
  • Fixed bug wrong session info pointer "si" in pjsua_media_channel_update() when call audio index is not zero.
File:
1 edited

Legend:

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

    r3305 r3313  
    753753    acc->cfg.srtp_secure_signaling = cfg->srtp_secure_signaling; 
    754754    acc->cfg.srtp_optional_dup_offer = cfg->srtp_optional_dup_offer;     
     755#endif 
     756 
     757#if defined(PJMEDIA_STREAM_ENABLE_KA) && (PJMEDIA_STREAM_ENABLE_KA != 0) 
     758    acc->cfg.use_stream_ka = cfg->use_stream_ka; 
    755759#endif 
    756760 
Note: See TracChangeset for help on using the changeset viewer.