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_core.c

    r3305 r3313  
    186186    cfg->reg_use_proxy = PJSUA_REG_USE_OUTBOUND_PROXY | 
    187187                         PJSUA_REG_USE_ACC_PROXY; 
     188#if defined(PJMEDIA_STREAM_ENABLE_KA) && PJMEDIA_STREAM_ENABLE_KA!=0 
     189    cfg->use_stream_ka = (PJMEDIA_STREAM_ENABLE_KA != 0); 
     190#endif 
    188191} 
    189192 
Note: See TracChangeset for help on using the changeset viewer.