[sr-dev] [kamailio/kamailio] Document record-call option in rtpengine (#1221)

aalba6675 notifications at github.com
Sat Aug 26 06:33:01 CEST 2017


### Description
Document record-call option in rtpengine module

<!--
Explain what you did, what you expected to happen, and what actually happened.
-->

### Troubleshooting
rtpengine module has an undocumented option in rtpengine_manage and rtpengine_offer

```
rtpengine_manage("record-call=on")
```
The use case is to start the recording immediately so the recording structures are initialized in rtpengine. If we do not do this but use a sequence like

```
rtpengine_manage() /* A */
/* what happens is recording structures are no initialized so 
    metadata for caller's SDP is not written ou
    */
start_recording()    /* B */
```
The metadata of the recording will omit the caller's SDP because this is written out during A but recording structures are only initialized in B.

https://github.com/sipwise/rtpengine/issues/385




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1221
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20170826/c1237a76/attachment.html>


More information about the sr-dev mailing list