Module: kamailio
Branch: master
Commit: d8acd8b9329955c21093df9507ebd8edd916eac9
URL: https://github.com/kamailio/kamailio/commit/d8acd8b9329955c21093df9507ebd8e…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-03-25T15:01:15+01:00
modules: readme files regenerated - rtpengine ... [skip ci]
---
Modified: src/modules/rtpengine/README
---
Diff: https://github.com/kamailio/kamailio/commit/d8acd8b9329955c21093df9507ebd8e…
Patch: https://github.com/kamailio/kamailio/commit/d8acd8b9329955c21093df9507ebd8e…
---
diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README
index d6ae750551..638760ee09 100644
--- a/src/modules/rtpengine/README
+++ b/src/modules/rtpengine/README
@@ -2097,6 +2097,18 @@ rtpengine_offer();
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
+ + 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
+ as audio codecs, but that can be overriden using the codec
+ options described above. Other transport protocols (e.g. SRTP)
+ can also be selected in the same way. If the offered SDP does
+ not contain a T.38 section, then this flag has no effect.
+ + T.38=force - Any audio media section (over RTP) in the offered
+ SDP will be translated into a T.38 section over UDPTL.
+ + T.38=stop - Stops a previously established T.38 to audio
+ gateway and reverts the session back to media passthrough.
+ This is useful when handling a rejected T.38 offer.
Check also the documentation of RTPEngine, these flags are
documented there as well: https://github.com/sipwise/rtpengine.
Module: kamailio
Branch: master
Commit: de5b28f89aadfbbf70f023bce7a6fcdd55bfd044
URL: https://github.com/kamailio/kamailio/commit/de5b28f89aadfbbf70f023bce7a6fcd…
Author: Richard Fuchs <rfuchs(a)sipwise.com>
Committer: Richard Fuchs <rfuchs(a)sipwise.com>
Date: 2020-03-25T09:56:56-04:00
rtpengine: document new T.38 options
---
Modified: src/modules/rtpengine/doc/rtpengine_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/de5b28f89aadfbbf70f023bce7a6fcd…
Patch: https://github.com/kamailio/kamailio/commit/de5b28f89aadfbbf70f023bce7a6fcd…
---
diff --git a/src/modules/rtpengine/doc/rtpengine_admin.xml b/src/modules/rtpengine/doc/rtpengine_admin.xml
index fafff2e4c5..d9230209f6 100644
--- a/src/modules/rtpengine/doc/rtpengine_admin.xml
+++ b/src/modules/rtpengine/doc/rtpengine_admin.xml
@@ -2404,6 +2404,23 @@ rtpengine_offer();
and used for transcoding on the offering side.Useful only in combination with codec-transcode. <emphasis>all</emphasis> keyword
can be used to mask all offered codecs
</para></listitem>
+ <listitem><para>
+ <emphasis>T.38=decode</emphasis> - 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 as audio codecs, but that can
+ be overriden using the codec options described above. Other transport protocols
+ (e.g. SRTP) can also be selected in the same way. If the offered &sdp; does not
+ contain a T.38 section, then this flag has no effect.
+ </para></listitem>
+ <listitem><para>
+ <emphasis>T.38=force</emphasis> - Any audio media section (over RTP) in the
+ offered &sdp; will be translated into a T.38 section over UDPTL.
+ </para></listitem>
+ <listitem><para>
+ <emphasis>T.38=stop</emphasis> - Stops a previously established T.38 to audio
+ gateway and reverts the session back to media passthrough. This is useful when
+ handling a rejected T.38 offer.
+ </para></listitem>
</itemizedlist>
<para>
Check also the documentation of RTPEngine, these flags are documented there as well: