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.