On 10/08/17 12:23 PM, Alex Balashov wrote:
On Thu, Aug 10, 2017 at 12:22:32PM -0400, Richard Fuchs wrote:
There's actually two distinct recording methods implemented. The one you're describing simply outputs pcap files containing the raw packets involved in the call. The other method involves the aforementioned external recording daemon, which is able to output recordings in a variety of formats. Currently supported is audio output in WAV or MP3 files. Video is also not yet supported (but will be in the future).
I see. Thank you for that insight. Where is this distinction, and the modalities of the latter option, addressed in the documentation?
The relevant config option is called `recording-method`.
The recording daemon itself is not documented yet as this is a fairly new feature and there might still be bugs lurking - use at your own risk.
Cheers