<div dir="ltr">I’m using the following forms to attempt pausing/resuming a conference recording that has been started:<div><br></div><div><div>conference &lt;confname&gt; recording pause &lt;file-path&gt;</div><div>conference &lt;confname&gt; recording resume &lt;file-path&gt;</div></div><div><br></div><div>I’ve verified the file in question has started recording successfully, and I’m getting a success response of “Pause/Resume recording file” from my API command. However, when inspecting the file after pausing it, I see that it’s still being written to.</div><div><br></div><div>Looking at the conference_record_action() function, it appears what it does is set a flag on each individual member, MFLAG_PAUSE_RECORDING, when a recording is to be paused.</div><div><br></div><div>At this point I’m not sure I’m clear what the result of the above API commands are — what are they intended to do? And is there a way to completely stop writing additional data to a recording file when the recording is paused?</div></div>