diff --git a/src/modules/rtpengine/doc/rtpengine_admin.xml b/src/modules/rtpengine/doc/rtpengine_admin.xml index ba6e9f2d22b..0cb881b4397 100644 --- a/src/modules/rtpengine/doc/rtpengine_admin.xml +++ b/src/modules/rtpengine/doc/rtpengine_admin.xml @@ -2366,7 +2366,8 @@ rtpengine_offer(); force-answer - force answer, that is, only rewrite &sdp; when corresponding session already exists in the &rtp; proxy. By default is on when the session is to be - completed. + completed. This is only necessary when the offer was sent by rtpengine_offer(), and + the answer is handled by rtpengine_manage(). direction=... - this option specifies a logical network @@ -2482,9 +2483,9 @@ rtpengine_offer(); transport protocol that should be used towards the recipient of the &sdp;. If none of them are specified, the protocol given in the &sdp; is left untouched. Otherwise, the SRTP flag indicates that - SRTP should be used, while RTP indicates that SRTP should not be used. - AVPF indicates that the advanced RTCP profile with feedback messages - should be used, and AVP indicates that the regular RTCP profile + SRTP should be used, while RTP indicates that both SRTP and AVPF should + not be used. AVPF indicates that the advanced RTCP profile with feedback + messages should be used, and AVP indicates that the regular RTCP profile should be used. See also the next set of flags below.