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:
Module: kamailio
Branch: master
Commit: 4b2e79d932840c6810038e0e386354bc3cc90e6c
URL: https://github.com/kamailio/kamailio/commit/4b2e79d932840c6810038e0e386354b…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-03-24T22:46:07+01:00
modules: readme files regenerated - textopsx ... [skip ci]
---
Modified: src/modules/textopsx/README
---
Diff: https://github.com/kamailio/kamailio/commit/4b2e79d932840c6810038e0e386354b…
Patch: https://github.com/kamailio/kamailio/commit/4b2e79d932840c6810038e0e386354b…
---
diff --git a/src/modules/textopsx/README b/src/modules/textopsx/README
index fdd95cd8e9..8b87eb20d3 100644
--- a/src/modules/textopsx/README
+++ b/src/modules/textopsx/README
@@ -238,8 +238,8 @@ ot exists add new header
Insert new header value before an existing header, if no index acquired
insert before first hf header. Note that a header may consist of comma
- delimited list of values. To insert value behind last value use
- appenf_hf_value.
+ delimited list of values. To insert a value behind the last value use
+ append_hf_value.
Meaning of the parameters is as follows:
* hf - Header field to be appended. Format: HFNAME [ [IDX] ]. If
Module: kamailio
Branch: master
Commit: 53ccb420c0414a12af0783add864bb4d97a65d90
URL: https://github.com/kamailio/kamailio/commit/53ccb420c0414a12af0783add864bb4…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-03-24T22:43:42+01:00
textopsx: small spelling fix in docs
---
Modified: src/modules/textopsx/doc/functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/53ccb420c0414a12af0783add864bb4…
Patch: https://github.com/kamailio/kamailio/commit/53ccb420c0414a12af0783add864bb4…
---
diff --git a/src/modules/textopsx/doc/functions.xml b/src/modules/textopsx/doc/functions.xml
index 768e291f73..717b8ddb40 100644
--- a/src/modules/textopsx/doc/functions.xml
+++ b/src/modules/textopsx/doc/functions.xml
@@ -200,7 +200,7 @@ append_hf_value("foo[-1]", "$var(Bar)") # try add value to the last header, if n
<para>
Insert new header value before an existing header, if no index acquired insert before first
hf header. Note that a header may consist of comma delimited list of values.
- To insert value behind last value use <function>appenf_hf_value</function>.
+ To insert a value behind the last value use <function>append_hf_value</function>.
</para>
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>