From b26cfeda773867e8f346f3eb0f5c31e8cd408ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sat, 8 Apr 2023 21:02:39 +0200 Subject: [PATCH] rtpengine clarifications See http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/2023-April/030012.html and https://github.com/sipwise/rtpengine/issues/1595#issuecomment-1382378886 --- src/modules/rtpengine/doc/rtpengine_admin.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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.