Module: kamailio
Branch: master
Commit: 8549789a595fa62dabe877781e6f8d89dbbff0b3
URL:
https://github.com/kamailio/kamailio/commit/8549789a595fa62dabe877781e6f8d8…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-04-05T14:31:36+02:00
modules: readme files regenerated - rtpengine ... [skip ci]
---
Modified: src/modules/rtpengine/README
---
Diff:
https://github.com/kamailio/kamailio/commit/8549789a595fa62dabe877781e6f8d8…
Patch:
https://github.com/kamailio/kamailio/commit/8549789a595fa62dabe877781e6f8d8…
---
diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README
index 297ff4d517..d6588fdffa 100644
--- a/src/modules/rtpengine/README
+++ b/src/modules/rtpengine/README
@@ -2008,6 +2008,10 @@ rtpengine_offer();
+ record-call=on - instructs RTPEngine to record the session.
Use it in rtpengine_offer() to start recording immediately and
save the call metadata, as alternative to start_recording().
+ + metadata - a generic metadata string. The metadata will be
+ used when recording calls to provide custom additional
+ information. More details about this are found in the
+ rtpengine README.
Check also the documentation of RTPEngine, these flags are
documented there as well:
https://github.com/sipwise/rtpengine.