From 5af236a408105e4a2e4e47f4271afab7c137c31b Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Mon, 20 Sep 2010 06:13:02 +0000 Subject: 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. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3313 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/docs/doxygen.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pjmedia/docs') diff --git a/pjmedia/docs/doxygen.cfg b/pjmedia/docs/doxygen.cfg index 28d4d5e8..ecd5f275 100644 --- a/pjmedia/docs/doxygen.cfg +++ b/pjmedia/docs/doxygen.cfg @@ -853,7 +853,8 @@ PREDEFINED = PJ_DECL(x)=x PJ_DEF(x)=x PJ_IDECL(x)=x \ PJ_HAS_SEMAPHORE=1 \ PJ_HAS_EVENT_OBJ=1 \ PJ_HAS_TCP=1 \ - PJMEDIA_HAS_SRTP=1 + PJMEDIA_HAS_SRTP=1 \ + PJMEDIA_STREAM_ENABLE_KA=1 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. -- cgit v1.2.3