Module: kamailio Branch: master Commit: b999e086d51202916a4cdfaf143150e3b8fa10cf URL: https://github.com/kamailio/kamailio/commit/b999e086d51202916a4cdfaf143150e3b8fa10cf
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2020-10-22T17:46:28+02:00 modules: readme files regenerated - rtpengine ... [skip ci] --- Modified: src/modules/rtpengine/README --- Diff: https://github.com/kamailio/kamailio/commit/b999e086d51202916a4cdfaf143150e3b8fa10cf.diff Patch: https://github.com/kamailio/kamailio/commit/b999e086d51202916a4cdfaf143150e3b8fa10cf.patch --- diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README index 00e3746ffe..b72a92de2a 100644 --- a/src/modules/rtpengine/README +++ b/src/modules/rtpengine/README @@ -2088,13 +2088,19 @@ rtpengine_offer(); engaged. Only codecs that are supported for both decoding and encoding can be added in this manner. More details about this are found in the rtpengine README. + + codec-set=... - set codec options (bitrate etc) for codecs + that are implicitly accepted for transcoding from the offering + side. + codec-strip=... - strips given codec from sdp + codec-offer=... - offer given codec from sdp. More details about this are found in the rtpengine README. + + codec-except=... - same as codec-offer but preserves original + order + codec-mask=... - Similar to strip except that codecs listed here will still be accepted and used for transcoding on the - offering side.Useful only in combination with codec-transcode. - all keyword can be used to mask all offered codecs + offering side. Useful only in combination with + codec-transcode. all keyword can be used to mask all offered + codecs + T.38=decode - If the offered SDP contains a media section advertising T.38 over UDPTL, translate it to a regular audio media section over RTP. By default, PCMU and PCMA will be used _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
