Module: kamailio
Branch: master
Commit: 1671c96462f76d902b4c331c2f51e99cd2e33af1
URL: https://github.com/kamailio/kamailio/commit/1671c96462f76d902b4c331c2f51e99…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2024-01-11T17:17:12+01:00
modules: readme files regenerated - rtpengine ... [skip ci]
---
Modified: src/modules/rtpengine/README
---
Diff: https://github.com/kamailio/kamailio/commit/1671c96462f76d902b4c331c2f51e99…
Patch: https://github.com/kamailio/kamailio/commit/1671c96462f76d902b4c331c2f51e99…
---
diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README
index 96693dcd018..7cfc4772863 100644
--- a/src/modules/rtpengine/README
+++ b/src/modules/rtpengine/README
@@ -2419,6 +2419,9 @@ rtpengine_offer();
still be accepted towards the original offerer and then used
for transcoding. It is a more selective version of what the
`always transcode` flag does.
+ + codec-consume=... - Identical to mask but enables the
+ transcoding engine even if no other transcoding related
+ options are given.
+ 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
Module: kamailio
Branch: master
Commit: 1aec0c1397e4230e52f2b9427fdb32b10f649ecb
URL: https://github.com/kamailio/kamailio/commit/1aec0c1397e4230e52f2b9427fdb32b…
Author: Xenofon Karamanos <xk(a)gilawa.com>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2024-01-11T17:04:07+01:00
rtpengine/docs: Add codec-consume docs
---
Modified: src/modules/rtpengine/doc/rtpengine_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/1aec0c1397e4230e52f2b9427fdb32b…
Patch: https://github.com/kamailio/kamailio/commit/1aec0c1397e4230e52f2b9427fdb32b…
---
diff --git a/src/modules/rtpengine/doc/rtpengine_admin.xml b/src/modules/rtpengine/doc/rtpengine_admin.xml
index 1e394453493..fea67a665a2 100644
--- a/src/modules/rtpengine/doc/rtpengine_admin.xml
+++ b/src/modules/rtpengine/doc/rtpengine_admin.xml
@@ -2746,6 +2746,11 @@ rtpengine_offer();
version of what the `always transcode` flag does.
</para></listitem>
+ <listitem><para>
+ <emphasis>codec-consume=...</emphasis> - Identical to mask but enables the transcoding engine even if no other transcoding
+ related options are given.
+ </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
Register with remote,if there is no response to request,get in the logs an error message like:
ERROR: uac [uac_reg.c:1001]: uac_reg_tm_callback(): got sip response 408 while registering
How to get this timeout information in routing ? event_route[ ] ?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3707
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3707(a)github.com>
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [X] Commit message has the format required by CONTRIBUTING guide
- [X] Commits are split per component (core, individual modules, libs, utils, ...)
- [X] Each component has a single commit (if not, squash them into one commit)
- [X] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [X] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [X] PR should be backported to stable branches
- [X] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3706
-- Commit Summary --
* http_async_client: exit mod_init if tm is not loaded
-- File Changes --
M src/modules/http_async_client/http_async_client_mod.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3706.patchhttps://github.com/kamailio/kamailio/pull/3706.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3706
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3706(a)github.com>