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/docs/doxygen.cfg

    r2037 r3313  
    847847PREDEFINED             = PJ_DECL(x)=x PJ_DEF(x)=x PJ_IDECL(x)=x \ 
    848848                         PJ_IDEF(x)=x PJ_INLINE(x)=x PJ_DECL_DATA(x)=x \ 
    849                          PJMEDIA_HAS_SRTP=1 
     849                         PJMEDIA_HAS_SRTP=1 \ 
     850                         PJMEDIA_STREAM_ENABLE_KA=1 
    850851 
    851852 
Note: See TracChangeset for help on using the changeset viewer.