Module: kamailio Branch: master Commit: fcc4b8ed537714c2ab5bbb7de221e0218e913d24 URL: https://github.com/kamailio/kamailio/commit/fcc4b8ed537714c2ab5bbb7de221e021...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-08-28T12:31:32+02:00
modules: readme files regenerated - rtpengine ... [skip ci]
---
Modified: src/modules/rtpengine/README
---
Diff: https://github.com/kamailio/kamailio/commit/fcc4b8ed537714c2ab5bbb7de221e021... Patch: https://github.com/kamailio/kamailio/commit/fcc4b8ed537714c2ab5bbb7de221e021...
---
diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README index 7d88a8be81..fd8a840716 100644 --- a/src/modules/rtpengine/README +++ b/src/modules/rtpengine/README @@ -1959,6 +1959,11 @@ rtpengine_offer(); the Sipwise rtpengine proxy. This is especially useful when the first call leg is handled by some rtpengine machine while the second call leg is handled by other rtpengine machine. + + 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(). + Check also the documentation of RTPEngine, these flags are + documented there as well: https://github.com/sipwise/rtpengine.
This function can be used from ANY_ROUTE.
@@ -2077,8 +2082,10 @@ rtpengine_manage();
5.7. start_recording()
- This function will send a signal to the RTP proxy to record the RTP - stream on the RTP proxy. + This function will send a signal to the RTP relay to record the RTP + stream flowing through it. See also the option “record-call=on” for + rtpengine_manage()/rtpengine_offer(), which offers an alternative for + call recording, saving also call metadata from SDP.
This function can be used from REQUEST_ROUTE and ONREPLY_ROUTE.