Module: kamailio Branch: master Commit: 755ce7bfa5d0f15d3bd25ae7ac0d4c4deba05cb0 URL: https://github.com/kamailio/kamailio/commit/755ce7bfa5d0f15d3bd25ae7ac0d4c4deba05cb0
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2018-02-28T16:01:35+01:00 modules: readme files regenerated - rtpengine ... [skip ci] --- Modified: src/modules/rtpengine/README --- Diff: https://github.com/kamailio/kamailio/commit/755ce7bfa5d0f15d3bd25ae7ac0d4c4deba05cb0.diff Patch: https://github.com/kamailio/kamailio/commit/755ce7bfa5d0f15d3bd25ae7ac0d4c4deba05cb0.patch --- diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README index addebe415b..91f3664f2c 100644 --- a/src/modules/rtpengine/README +++ b/src/modules/rtpengine/README @@ -1924,20 +1924,21 @@ rtpengine_offer(); otherwise the RTP proxy will only insert itself as additional ICE candidate. Other SDP substitutions (c=, m=, etc) are unaffected by this flag. - + RTP, SRTP, AVP, AVPF - These flags control the RTP 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 should be used. See also the - next set of flags below. - + RTP/AVP, RTP/SAVP, RTP/AVPF, RTP/SAVPF - these serve as an - alternative, more explicit way to select between the different - RTP protocols and profiles supported by the RTP proxy. For - example, giving the flag âRTP/SAVPFâ has the same effect as - giving the two flags âSRTP AVPFâ. + + RTP, SRTP, DTLS, AVP, AVPF - These flags control the RTP + 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 should be used. See + also the next set of flags below. + + RTP/AVP, RTP/SAVP, UDP/TLS/RTP/SAVP, RTP/AVPF, RTP/SAVPF, + UDP/TLS/RTP/SAVPF - these serve as an alternative, more + explicit way to select between the different RTP protocols and + profiles supported by the RTP proxy. For example, giving the + flag âRTP/SAVPFâ has the same effect as giving the two flags + âSRTP AVPFâ. + to-tag - force inclusion of the âToâ tag. Normally, the âToâ tag is always included when present, except for âdeleteâ messages. Including the âToâ tag in a âdeleteâ messages allows
_______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
