On 11/09/2025 06.31, D wrote:
> when wav is write i have 4ch, all ch mb have soud or not . but i can
> undesten where is caller or callee.
>
> It is possible to make support for recording a label in wav in the
> LIST section (ICMT) ?
Is it possible with the current code base? No.
Is it possible in the larger sense that somebody could implement it? Maybe.
Audio file writing is handled by ffmpeg, so it would depend on whether
ffmpeg is able to write this sort of metadata. It probably can, but I
don't really know.
Maybe somebody else here knows more and is willing to contribute.
There is also contributed code to (maybe?) select a particular channel
for a particular call party, but I don't really know how it works and of
course there's no documentation for it. 😀 See references to
`recording-media-slot` and `media_rec_slot` in the code, or at
https://github.com/sipwise/rtpengine/pull/1852
Cheers