Module: kamailio
Branch: master
Commit: 8269b719775ce704eade4a832ae8abb56af08841
URL: https://github.com/kamailio/kamailio/commit/8269b719775ce704eade4a832ae8abb…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-11-09T09:32:21+01:00
modules: readme files regenerated - rtpengine ... [skip ci]
---
Modified: src/modules/rtpengine/README
---
Diff: https://github.com/kamailio/kamailio/commit/8269b719775ce704eade4a832ae8abb…
Patch: https://github.com/kamailio/kamailio/commit/8269b719775ce704eade4a832ae8abb…
---
diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README
index b4e71c7eafa..96693dcd018 100644
--- a/src/modules/rtpengine/README
+++ b/src/modules/rtpengine/README
@@ -463,8 +463,8 @@ Chapter 1. Admin Guide
would specify the weight 2 for this server, for example.
The selection of the set is done from script prior using
- rtpengine_delete(), rtpengine_offer() or rtpengine_answer() functions -
- see the set_rtpengine_set() function.
+ rtpengine_delete(), rtpengine_offer(), rtpengine_answer() or
+ rtpengine_manage() functions - see the set_rtpengine_set() function.
Another way to select the set is to define setid_avp module parameter
and assign setid to the defined avp before calling rtpengine_offer() or
@@ -2150,7 +2150,6 @@ modparam("rtpengine", "dtmf_events_sock", "127.0.0.1:2223")
sends it back to the module to be placed back into the SIP message.
This is useful if you have a set of RTP proxies that the caller must
use, and another distinct set of RTP proxies that the callee must use.
- This is supported by all rtpengine commands except rtpengine_manage().
This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
BRANCH_ROUTE.
Module: kamailio
Branch: master
Commit: aab0e4a3b86f309f8a0333d20f632fec1158af9f
URL: https://github.com/kamailio/kamailio/commit/aab0e4a3b86f309f8a0333d20f632fe…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-11-09T09:27:07+01:00
rtpengine: remove mistaken statement for set_rtpengine_set() about rtpengine_manage()
---
Modified: src/modules/rtpengine/doc/rtpengine_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/aab0e4a3b86f309f8a0333d20f632fe…
Patch: https://github.com/kamailio/kamailio/commit/aab0e4a3b86f309f8a0333d20f632fe…
---
diff --git a/src/modules/rtpengine/doc/rtpengine_admin.xml b/src/modules/rtpengine/doc/rtpengine_admin.xml
index cc1dc3025bf..1e394453493 100644
--- a/src/modules/rtpengine/doc/rtpengine_admin.xml
+++ b/src/modules/rtpengine/doc/rtpengine_admin.xml
@@ -52,8 +52,8 @@
</para>
<para>
The selection of the set is done from script prior using
- rtpengine_delete(), rtpengine_offer() or rtpengine_answer()
- functions - see the set_rtpengine_set() function.
+ rtpengine_delete(), rtpengine_offer(), rtpengine_answer() or
+ rtpengine_manage() functions - see the set_rtpengine_set() function.
</para>
<para>
Another way to select the set is to define setid_avp
@@ -2328,10 +2328,10 @@ modparam("rtpengine", "wsapi", "lwsc")
<section id="rtpengine.p.dtmf_events_sock" xreflabel="dtmf_events_sock">
<title><varname>dtmf_events_sock</varname> (string)</title>
<para>
- Definition of IPv4/IPv6 UDP socket used to receive dtmf events from RTPEngine.
+ Definition of IPv4/IPv6 UDP socket used to receive dtmf events from RTPEngine.
</para>
<para>
- DTMF events coming from RTPEngine will trigger rtpengine:dtmf-event route.
+ DTMF events coming from RTPEngine will trigger rtpengine:dtmf-event route.
</para>
<para>
<emphasis>
@@ -2374,8 +2374,7 @@ modparam("rtpengine", "dtmf_events_sock", "127.0.0.1:2223")
another time and sends it back to the module to be placed back into the
&sip; message. This is useful if you have a set of &rtp; proxies that
the caller must use, and another distinct set of &rtp; proxies that the
- callee must use. This is supported by all rtpengine commands except
- rtpengine_manage().
+ callee must use.
</para>
<para>
This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
@@ -2519,7 +2518,7 @@ rtpengine_offer();
of ignoring endpoint addresses in the &sdp; body.
</para></listitem>
<listitem><para>
- <emphasis>received-from=IP</emphasis> - Configure the SIP-source-address IP
+ <emphasis>received-from=IP</emphasis> - Configure the SIP-source-address IP
explicitly, which will be useful when two kamailio is cascaded where first kamailio
is handling NAT and second kamailio RTPEngine.
</para></listitem>
Module: kamailio
Branch: master
Commit: 721bfc880a7c01b1792e5770a26fc7d5fe4faa42
URL: https://github.com/kamailio/kamailio/commit/721bfc880a7c01b1792e5770a26fc7d…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2023-11-08T22:46:07+01:00
devcontainer: add github-cli
---
Modified: .devcontainer/devcontainer.json
---
Diff: https://github.com/kamailio/kamailio/commit/721bfc880a7c01b1792e5770a26fc7d…
Patch: https://github.com/kamailio/kamailio/commit/721bfc880a7c01b1792e5770a26fc7d…
---
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index bc6019c6877..7ab1083ed00 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -10,7 +10,8 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
- "ghcr.io/wxw-matt/devcontainer-features/command_runner:0": {}
+ "ghcr.io/wxw-matt/devcontainer-features/command_runner:0": {},
+ "ghcr.io/devcontainers/features/github-cli:1": {}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.